/* line 10, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 20, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li:hover > .submenu {
  display: block;
}
/* line 23, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li.active:after,
.plone-navbar-nav li:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  z-index: 999;
}
/* line 32, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu {
  background-color: #007bb3;
  display: none;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  position: absolute;
  z-index: 9999;
}
/* line 40, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu .opener {
  background: transparent;
  float: right;
  text-align: right;
  width: 32px;
  height: 32px;
  margin-top: -6.4px;
  margin-right: -11.2px;
}
/* line 48, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu .opener .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: bottom;
  border-left: 4px dashed;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
/* line 59, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a {
  color: white;
  display: block;
  line-height: 20px;
  min-width: 14em;
  padding: 10px 15px 10px 15px;
  position: relative;
}
/* line 66, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #9abdd6;
  text-decoration: none;
}
/* line 73, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu a .submenu_image {
  float: right;
}
/* line 85, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu li {
  position: relative;
  float: left;
  width: 100%;
}
/* line 89, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li .submenu li:hover ul {
  top: 0;
  left: 100%;
  width: 100%;
}
/* line 96, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
.plone-navbar-nav li:last-child .submenu li:hover ul {
  left: -100%;
}
@media (max-width: 768px) {
  /* line 103, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in .opener {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    float: right;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-top: -6.4px;
    margin-right: -11.2px;
  }
  /* line 113, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in .opener .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-bottom: 0.2em;
    vertical-align: bottom;
    border-top: 0.5em dashed;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-bottom: 0;
  }
  /* line 126, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in .menu-open {
    display: block!important;
  }
  /* line 127, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in .plone-navbar-nav {
    margin: 0 -15px 0;
  }
  /* line 131, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li:hover > .submenu {
    display: none;
  }
  /* line 134, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .submenu {
    position: relative;
  }
  /* line 135, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .submenu .opener {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    float: right;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-top: -6.4px;
    margin-right: -11.2px;
  }
  /* line 145, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .submenu .opener .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-bottom: 0.2em;
    vertical-align: bottom;
    border-top: 0.5em dashed;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-bottom: 0;
  }
  /* line 165, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .submenu li {
    float: none;
  }
  /* line 167, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .submenu li:hover ul {
    top: unset;
    left: unset;
  }
  /* line 174, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .opener.menu-open > .caret {
    border-top: 0;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-bottom: 0.5em dashed;
  }
  /* line 181, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .navTreeLevel0 .submenu_title {
    padding-left: 0.5em;
  }
  /* line 184, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .navTreeLevel1 .submenu_title {
    padding-left: 1em;
  }
  /* line 187, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .navTreeLevel2 .submenu_title {
    padding-left: 1.5em;
  }
  /* line 190, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in li .navTreeLevel3 .submenu_title {
    padding-left: 2em;
  }
  /* line 198, https://www.ruralhistory.eu/++plone++dropdown/dropdown.less */
  .plone-navbar-collapse.in .plone-navbar-nav li:hover > .submenu {
    display: unset;
  }
}

@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
body {
  margin: 0;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
[hidden],
template {
  display: none;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
a {
  background: transparent;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
a:active,
a:hover {
  outline: 0;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
b,
strong {
  font-weight: bold;
}
/* line 123, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
dfn {
  font-style: italic;
}
/* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
small {
  font-size: 80%;
}
/* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
sup {
  top: -0.5em;
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
sub {
  bottom: -0.25em;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
img {
  border: 0;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
figure {
  margin: 1em 40px;
}
/* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
pre {
  overflow: auto;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button {
  overflow: visible;
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button,
select {
  text-transform: none;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 308, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
input {
  line-height: normal;
}
/* line 331, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 343, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 354, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 367, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 376, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 387, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
legend {
  border: 0;
  padding: 0;
}
/* line 396, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
textarea {
  overflow: auto;
}
/* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
optgroup {
  font-weight: bold;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 421, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/normalize.plone.less */
td,
th {
  padding: 0;
}
@media print {
  /* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .sidebar-offcanvas,
  #portal-footer-wrapper,
  #mainnavigation-wrapper,
  #content-header,
  .link-https,
  #edit-zone {
    display: none;
    visibility: hidden;
  }
  /* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  a[href]::after {
    content: " (" attr(href) ")";
  }
  /* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  /* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  thead {
    display: table-header-group;
  }
  /* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  img {
    max-width: 100% !important;
  }
  /* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 71, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  select {
    background: #fff !important;
  }
  /* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .navbar {
    display: none;
  }
  /* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .label {
    border: 1px solid #000;
  }
  /* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .table {
    border-collapse: collapse !important;
  }
  /* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  /* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  #portal-searchbox {
    display: None;
  }
  /* line 116, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  #portal-personaltools {
    display: None;
  }
  /* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/print.plone.less */
  #portal-breadcrumbs {
    display: None;
  }
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
a {
  color: #007bb3;
  text-decoration: none;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
a:hover,
a:focus {
  color: #004666;
  text-decoration: underline;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
a:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
figure {
  margin: 0;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
img {
  vertical-align: middle;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
.sr-only,
.hiddenStructure,
.crud-form .header-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #fff;
  background-color: #000;
}
/* line 99, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
.sr-only a,
.hiddenStructure a {
  color: #fff;
  background-color: #000;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/scaffolding.plone.less */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/code.plone.less */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/code.plone.less */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/code.plone.less */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/code.plone.less */
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/code.plone.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  color: #696969;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
th {
  text-align: left;
  color: #4d4d4d;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing {
  width: 100%;
  margin-bottom: 20px;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0 solid #e5e5e5;
  border-collapse: collapse;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing > caption + thead > tr:first-child > th,
.listing > colgroup + thead > tr:first-child > th,
.listing > thead:first-child > tr:first-child > th,
.listing > caption + thead > tr:first-child > td,
.listing > colgroup + thead > tr:first-child > td,
.listing > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing .listing {
  background-color: #fafafa;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.invisible-grid {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.invisible-grid > thead > tr > th,
.invisible-grid > tbody > tr > th,
.invisible-grid > tfoot > tr > th,
.invisible-grid > thead > tr > td,
.invisible-grid > tbody > tr > td,
.invisible-grid > tfoot > tr > td {
  border: 0;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
.listing > tbody > tr:nth-child(odd) > td,
.listing > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
@media screen and (max-width: 769px) {
  /* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
  .plone-has-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  /* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
  .plone-has-table::after {
    content: "⟷";
    position: fixed;
    color: #cccccc;
    margin-top: -3px;
  }
  /* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
  .plone-has-table > .listing {
    margin-bottom: 0;
  }
  /* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
  .plone-has-table > .listing > thead > tr > th,
  .plone-has-table > .listing > tbody > tr > th,
  .plone-has-table > .listing > tfoot > tr > th,
  .plone-has-table > .listing > thead > tr > td,
  .plone-has-table > .listing > tbody > tr > td,
  .plone-has-table > .listing > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
/* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
/* line 161, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table > thead > tr > th,
table > thead > tr > td {
  border-bottom: 1px solid #e5e5e5;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tables.plone.less */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: bold;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="file"] {
  display: block;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="range"] {
  display: block;
  width: 100%;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
select[multiple],
select[size] {
  height: auto;
  min-width: 10em;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
select[size="1"] {
  height: 34px;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
}
/*.form-control,*/
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  width: 100%;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #696969;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 190, 232, 0.6);
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #777777;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777777;
}
/* line 187, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #ffffff;
}
/* line 193, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #ffffff;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]::-o-input-placeholder,
input[type="date"]::-o-input-placeholder,
input[type="datetime-local"]::-o-input-placeholder,
input[type="email"]::-o-input-placeholder,
input[type="month"]::-o-input-placeholder,
input[type="number"]::-o-input-placeholder,
input[type="password"]::-o-input-placeholder,
input[type="range"]::-o-input-placeholder,
input[type="search"]::-o-input-placeholder,
input[type="tel"]::-o-input-placeholder,
input[type="text"]::-o-input-placeholder,
input[type="time"]::-o-input-placeholder,
input[type="url"]::-o-input-placeholder,
input[type="week"]::-o-input-placeholder,
textarea::-o-input-placeholder,
select::-o-input-placeholder {
  color: #ffffff;
}
/* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
input[type="color"]::input-placeholder,
input[type="date"]::input-placeholder,
input[type="datetime-local"]::input-placeholder,
input[type="email"]::input-placeholder,
input[type="month"]::input-placeholder,
input[type="number"]::input-placeholder,
input[type="password"]::input-placeholder,
input[type="range"]::input-placeholder,
input[type="search"]::input-placeholder,
input[type="tel"]::input-placeholder,
input[type="text"]::input-placeholder,
input[type="time"]::input-placeholder,
input[type="url"]::input-placeholder,
input[type="week"]::input-placeholder,
textarea::input-placeholder,
select::input-placeholder {
  color: #ffffff;
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
fieldset[disabled]  {
  cursor: not-allowed;
  background-color: #e5e5e5;
  opacity: 1;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[disabled],
textarea[disabled],
select[disabled],
fieldset[disabled]  {
  cursor: not-allowed;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
textarea {
  min-height: 9em;
  min-width: 10em;
  resize: vertical;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
textarea[name='form.widgets.IRichText.text'] {
  min-height: 12em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
select {
  width: unset;
  display: inline-block;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field {
  margin-bottom: 15px;
}
/* line 217, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field span.option {
  display: block;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error {
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  -moz-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ec9c8d;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.field.error .help-block,
.field.error .control-label {
  color: rgba(0, 0, 0, 0.5);
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ec9c8d;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error div.error::before {
  background-color: #ac493f;
  content: "×";
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  -moz-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.formHelp {
  margin-top: 0;
  margin-bottom: 0;
  color: #666666;
  font-weight: 400;
  font-style: italic;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.formControls {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  padding: 12px;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 275, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.plone-modal-body .formControls {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
label .required::after {
  color: #c4183c;
  content: "•";
  font-size: 200%;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-left: -4px;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.searchField.portlet-search-gadget,
#sharing-user-group-search,
#select-rules {
  width: 100%;
  display: inline-block;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.searchField.portlet-search-gadget + .searchButton,
#sharing-user-group-search + #sharing-search-button,
#select-rules + input {
  position: relative;
  float: right;
  margin-top: -34px;
}
/* line 307, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
#search-results li {
  margin: 12px 0;
}
/* line 308, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
#search-results li .croppedDescription {
  margin-bottom: 0;
}
/* line 310, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.highlightedSearchTerm {
  background: #fea;
  box-shadow: 0 0 1px 1px #fea;
}
/* line 314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.search-date-options > div,
.search-type-options > div {
  display: inline-block;
  margin-right: 12px;
}
/* line 318, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.optionsToggle label {
  font-weight: 300;
  color: #696969;
}
/* line 321, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.ordered-selection-field td {
  vertical-align: middle;
  text-align: center;
}
/* line 325, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.ordered-selection-field td button {
  display: block;
  margin: auto;
}
/* line 331, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.folder-factories {
  list-style: none;
}
/* line 336, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.widget input + label {
  display: inline;
}
/* line 341, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/forms.plone.less */
.row .form {
  margin-top: 20px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.pull-right .standalone {
  width: 65px;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.pull-right .destructive {
  width: 65px;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone,
.context,
.destructive,
[type="submit"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus,
.standalone:active:focus,
.context:active:focus,
.destructive:active:focus,
[type="submit"]:active:focus,
button:active:focus,
.standalone.active:focus,
.context.active:focus,
.destructive.active:focus,
[type="submit"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone:hover,
.context:hover,
.destructive:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
.context:focus,
.destructive:focus,
[type="submit"]:focus,
button:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone:active,
.context:active,
.destructive:active,
[type="submit"]:active,
button:active,
.standalone.active,
.context.active,
.destructive.active,
[type="submit"].active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone.disabled,
.context.disabled,
.destructive.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
.context[disabled],
.destructive[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] .context,
fieldset[disabled] .destructive,
fieldset[disabled] [type="submit"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.standalone,
[type="submit"],
button {
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.standalone:hover,
[type="submit"]:hover,
button:hover,
.standalone:focus,
[type="submit"]:focus,
button:focus,
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.standalone:active,
[type="submit"]:active,
button:active,
.standalone.active,
[type="submit"].active,
button.active,
.open > .dropdown-toggle.standalone,
.open > .dropdown-toggle[type="submit"],
.open > .dropdown-togglebutton {
  background-image: none;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.standalone.disabled,
[type="submit"].disabled,
button.disabled,
.standalone[disabled],
[type="submit"][disabled],
button[disabled],
fieldset[disabled] .standalone,
fieldset[disabled] [type="submit"],
fieldset[disabled] button,
.standalone.disabled:hover,
[type="submit"].disabled:hover,
button.disabled:hover,
.standalone[disabled]:hover,
[type="submit"][disabled]:hover,
button[disabled]:hover,
fieldset[disabled] .standalone:hover,
fieldset[disabled] [type="submit"]:hover,
fieldset[disabled] button:hover,
.standalone.disabled:focus,
[type="submit"].disabled:focus,
button.disabled:focus,
.standalone[disabled]:focus,
[type="submit"][disabled]:focus,
button[disabled]:focus,
fieldset[disabled] .standalone:focus,
fieldset[disabled] [type="submit"]:focus,
fieldset[disabled] button:focus,
.standalone.disabled:active,
[type="submit"].disabled:active,
button.disabled:active,
.standalone[disabled]:active,
[type="submit"][disabled]:active,
button[disabled]:active,
fieldset[disabled] .standalone:active,
fieldset[disabled] [type="submit"]:active,
fieldset[disabled] button:active,
.standalone.disabled.active,
[type="submit"].disabled.active,
button.disabled.active,
.standalone[disabled].active,
[type="submit"][disabled].active,
button[disabled].active,
fieldset[disabled] .standalone.active,
fieldset[disabled] [type="submit"].active,
fieldset[disabled] button.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.standalone .badge,
[type="submit"] .badge,
button .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.context {
  color: #ffffff;
  background-color: #007bb1;
  border-color: #00587e;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.context:hover,
.context:focus,
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  color: #ffffff;
  background-color: #00587e;
  border-color: #002d41;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.context:active,
.context.active,
.open > .dropdown-toggle.context {
  background-image: none;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.context.disabled,
.context[disabled],
fieldset[disabled] .context,
.context.disabled:hover,
.context[disabled]:hover,
fieldset[disabled] .context:hover,
.context.disabled:focus,
.context[disabled]:focus,
fieldset[disabled] .context:focus,
.context.disabled:active,
.context[disabled]:active,
fieldset[disabled] .context:active,
.context.disabled.active,
.context[disabled].active,
fieldset[disabled] .context.active {
  background-color: #007bb1;
  border-color: #00587e;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.context .badge {
  color: #007bb1;
  background-color: #ffffff;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.destructive {
  color: #ffffff;
  background-color: #bb4f45;
  border-color: #963f37;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.destructive:hover,
.destructive:focus,
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  color: #ffffff;
  background-color: #963f37;
  border-color: #692c26;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.destructive:active,
.destructive.active,
.open > .dropdown-toggle.destructive {
  background-image: none;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.destructive.disabled,
.destructive[disabled],
fieldset[disabled] .destructive,
.destructive.disabled:hover,
.destructive[disabled]:hover,
fieldset[disabled] .destructive:hover,
.destructive.disabled:focus,
.destructive[disabled]:focus,
fieldset[disabled] .destructive:focus,
.destructive.disabled:active,
.destructive[disabled]:active,
fieldset[disabled] .destructive:active,
.destructive.disabled.active,
.destructive[disabled].active,
fieldset[disabled] .destructive.active {
  background-color: #bb4f45;
  border-color: #963f37;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.destructive .badge {
  color: #bb4f45;
  background-color: #ffffff;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #4d4d4d;
  background-color: #e5e5e5;
  border-color: #b2b2b2;
  margin-bottom: 12px;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent:focus,
.link-parent:active:focus,
.link-parent.active:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 34, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent:hover,
.link-parent:focus {
  color: #4d4d4d;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent:active,
.link-parent.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.link-parent:hover,
.link-parent:focus,
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #939393;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.link-parent:active,
.link-parent.active,
.open > .dropdown-toggle.link-parent {
  background-image: none;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.link-parent.disabled,
.link-parent[disabled],
fieldset[disabled] .link-parent,
.link-parent.disabled:hover,
.link-parent[disabled]:hover,
fieldset[disabled] .link-parent:hover,
.link-parent.disabled:focus,
.link-parent[disabled]:focus,
fieldset[disabled] .link-parent:focus,
.link-parent.disabled:active,
.link-parent[disabled]:active,
fieldset[disabled] .link-parent:active,
.link-parent.disabled.active,
.link-parent[disabled].active,
fieldset[disabled] .link-parent.active {
  background-color: #e5e5e5;
  border-color: #b2b2b2;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.buttons.plone.less */
.link-parent .badge {
  color: #e5e5e5;
  background-color: #4d4d4d;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.link-parent::before {
  content: "↩ ";
  top: 3px;
  position: relative;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-addon:first-child {
  border-right: 0;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-addon:last-child {
  border-left: 0;
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn > .btn {
  position: relative;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
/* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/* line 191, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.btn .caret {
  margin-left: 0;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/buttons.plone.less */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-draft {
  color: #d39105 !important;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-draft:hover,
.state-draft:active,
.state-draft:focus {
  color: #885e03 !important;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-pending {
  color: #a5a912 !important;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-pending:hover,
.state-pending:active,
.state-pending:focus {
  color: #62640b !important;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-private {
  color: #c4183c !important;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-private:hover,
.state-private:active,
.state-private:focus {
  color: #801027 !important;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-internal {
  color: #d39105 !important;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-internal:hover,
.state-internal:active,
.state-internal:focus {
  color: #885e03 !important;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-internally_published {
  color: #7924f9 !important;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/states.plone.less */
.state-internally_published:hover,
.state-internally_published:active,
.state-internally_published:focus {
  color: #5405cc !important;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs,
.autotabs {
  background: #ffffff;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  margin: -6px -12px 6px;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #ffffff;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 769px) {
  /* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    box-shadow: inset 0 -1px #e5e5e5;
  }
  /* line 56, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
  .autotabs .autotoc-nav a:not(.active) {
    box-shadow: inset 0 -1px #e5e5e5;
  }
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/formtabbing.plone.less */
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005176;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status > strong::before,
.portalMessage > strong::before,
.alert.status > dt::before,
.portalMessage > dt::before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
/* line 46, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-none,
.portalMessage.alert-none {
  box-shadow: none;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-success > strong::before,
.portalMessage.alert-success > strong::before,
.alert.status.info > strong::before,
.portalMessage.info > strong::before,
.alert.status.alert-success > dt::before,
.portalMessage.alert-success > dt::before,
.alert.status.info > dt::before,
.portalMessage.info > dt::before {
  background-color: #3e7b91;
  content: "i";
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-warning > strong::before,
.portalMessage.alert-warning > strong::before,
.alert.status.warning > strong::before,
.portalMessage.warning > strong::before,
.alert.status.alert-warning > dt::before,
.portalMessage.alert-warning > dt::before,
.alert.status.warning > dt::before,
.portalMessage.warning > dt::before {
  background-color: #bc8d0d;
  content: "!";
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #ec9c8d;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.alert.status.alert-error > strong::before,
.portalMessage.alert-error > strong::before,
.alert.status.error > strong::before,
.portalMessage.error > strong::before,
.alert.status.alert-error > dt::before,
.portalMessage.alert-error > dt::before,
.alert.status.error > dt::before,
.portalMessage.error > dt::before {
  background-color: #ac493f;
  content: "×";
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/alerts.plone.less */
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb {
  clear: left;
  background-color: #e6e4e4;
  margin-bottom: 20px;
  margin-top: -20px;
  /* uncomment to hide breadcrumbs on home
  body.section-front-page & {display: none;} //not breadcrumbs on homepage
  */
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb > * > span {
  display: inline-block;
  color: #777777;
  padding: 8px 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
  .plone-breadcrumb > * > span {
    display: none;
  }
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol {
  display: inline-block;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol > li {
  font-weight: 400;
  display: inline-block;
  line-height: 0;
  position: relative;
  padding: 0 30px 0 0;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol > li + li::after {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #e6e4e4;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -21px;
  top: -15px;
  padding: 0 !important;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol > li + li::before {
  content: "";
  position: absolute;
  padding: 0 5px;
  color: #cccccc;
  border-left: 5px solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: -20px;
  top: -15px;
  padding: 0 !important;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol a {
  color: #086ca3;
}
/* line 56, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/breadcrumbs.plone.less */
.plone-breadcrumb ol > #breadcrumbs-current {
  color: #777777;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletHeader > a {
  color: #086ca3;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarPrevious,
.portlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarPrevious:hover,
.portlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > *,
.portlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table tr {
  line-height: 30px;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table td:hover {
  background: #fafafa;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table td.today:hover,
.portlet.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
/* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
/* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month,
.portlet.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.portlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree nav.portletContent > ul > li strong {
  padding: 10px 15px 10px 15px;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  color: #696969;
  display: block;
  font-weight: 400;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent {
  border-top: 0;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li a {
  display: block;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li a:hover {
  text-decoration: none;
  background: #f6f6f9;
  color: #64bee8;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li a:hover::before {
  color: #64bee8;
}
/* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li a:hover::after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
/* line 228, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul > li > a > img.image-icon {
  max-height: 20px;
}
/* line 231, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent > ul ul {
  padding-left: 0;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  background: #f6f6f9;
  color: #696969;
}
/* line 237, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletNavigationTree .portletContent .navTreeCurrentNode > a::after {
  content: "⟩";
  position: absolute;
  right: 10px;
  font-size: 18px;
  margin-top: -3px;
  color: #777777;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.portlets.plone.less */
.portletNavigationTree .portletContent ul.navTreeLevel1 > li a {
  padding-left: 30px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.portlets.plone.less */
.portletNavigationTree .portletContent ul.navTreeLevel2 > li a {
  padding-left: 45px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.portlets.plone.less */
.portletNavigationTree .portletContent ul.navTreeLevel3 > li a {
  padding-left: 60px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.portlets.plone.less */
.portletNavigationTree .portletContent ul.navTreeLevel4 > li a {
  padding-left: 75px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.portlets.plone.less */
.portletNavigationTree .portletContent ul.navTreeLevel5 > li a {
  padding-left: 90px;
}
/* line 254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
#upgrade-products .configlets li,
#install-products .configlets li,
#activated-products .configlets li,
#broken-products .configlets li {
  padding: 12px;
  border-top: 1px dotted #e5e5e5;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
#upgrade-products .configlets li:first-child,
#install-products .configlets li:first-child,
#activated-products .configlets li:first-child,
#broken-products .configlets li:first-child {
  border-top: 0;
}
/* line 261, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
#upgrade-products .configlets h3,
#install-products .configlets h3,
#activated-products .configlets h3,
#broken-products .configlets h3,
#upgrade-products .configlets p,
#install-products .configlets p,
#activated-products .configlets p,
#broken-products .configlets p {
  margin: 0;
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
#upgrade-products .configlets .portletContent:last-child,
#install-products .configlets .portletContent:last-child,
#activated-products .configlets .portletContent:last-child,
#broken-products .configlets .portletContent:last-child {
  margin-bottom: 0;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
#upgrade-products .configlets .pull-right,
#install-products .configlets .pull-right,
#activated-products .configlets .pull-right,
#broken-products .configlets .pull-right {
  margin: 0 0 12px 12px;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletCollection ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.portletCollection > ul > li > a {
  padding: 10px 15px 26px 10px;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.switch-portlet-manager {
  margin-top: 0.5em;
  width: auto;
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletHeader > a {
  color: #086ca3;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarPrevious,
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarPrevious:hover,
.managedPortlet.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > *,
.managedPortlet .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table tr {
  line-height: 30px;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table td:hover {
  background: #fafafa;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table td.today:hover,
.managedPortlet.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
/* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
/* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month,
.managedPortlet.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
.managedPortlet.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet .portletHeader {
  font-weight: 300;
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.inheritedPortlet {
  margin: 5px 15px;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.inheritedPortlet .portletHeader {
  padding: 3px 15px;
}
/* line 306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortlet.blockedPortlet {
  opacity: 0.7;
}
/* line 311, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortletActions {
  float: right;
  margin-top: -6px;
}
/* line 314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
.managedPortletActions form {
  display: inline-block;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul > li a::before {
  content: "";
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portlet.portletSiteSetup .portletContent > ul li:hover {
  background: #edecec;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  border: none;
  padding: 0px;
  color: #4D4D4D;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a:hover {
  text-decoration: none;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup a {
  border: none;
  text-align: center;
  height: 100%;
  padding: 0;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup a span {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #4d4d4d;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul {
  background: #edecec;
  padding-bottom: 20px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup li {
  vertical-align: top;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup ul > li > a:hover::after {
  content: "";
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet {
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet:hover {
  background: rgba(255, 255, 255, 0.67);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px #bbbbbb;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.portletNavigationTree.portletSiteSetup .inner-configlet:hover span {
  color: #333;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-overview-controlpanel .portlet.portletSiteSetup .portletContent > ul > li {
  height: 120px;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
#portlet-prefs ul ul {
  padding-top: 10px;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
#portlet-prefs ul ul li {
  padding-top: 10px;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
#portlet-prefs ul ul li a {
  text-align: inherit;
  padding-left: 40px;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
#portlet-prefs ul ul li a::before {
  content: "•";
  position: absolute;
  font-size: 25px;
  margin-top: -9px;
  left: 15px;
  color: #a7daf2;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs .field,
.template-usergroup-userprefs .field,
.template-usergroup-controlpanel .field,
.template-member-registration .field {
  margin-top: 2em;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs .formControls,
.template-usergroup-userprefs .formControls,
.template-usergroup-controlpanel .formControls,
.template-member-registration .formControls {
  border-top: 0;
  box-shadow: none;
  margin-bottom: 1em;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs table.listing,
.template-usergroup-userprefs table.listing,
.template-usergroup-controlpanel table.listing,
.template-member-registration table.listing {
  margin-bottom: 0.5em;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs input.quickSearch,
.template-usergroup-userprefs input.quickSearch,
.template-usergroup-controlpanel input.quickSearch,
.template-member-registration input.quickSearch {
  margin-bottom: 0.5em;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs .listingCheckbox,
.template-usergroup-userprefs .listingCheckbox,
.template-usergroup-controlpanel .listingCheckbox,
.template-member-registration .listingCheckbox {
  vertical-align: middle;
  text-align: center;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-usergroup-groupprefs form,
.template-usergroup-userprefs form {
  overflow: scroll;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-actions-controlpanel #content-core .addAction {
  height: 2em;
}
/* line 81, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-actions-controlpanel #content-core section.portlet {
  clear: both;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/controlpanels.plone.less */
.template-actions-controlpanel #content-core ol.configlets li {
  margin: 1.2em;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
.link-category {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #e5e5e5;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
.link-category[href]:hover,
.link-category[href]:focus {
  background-color: #cccccc;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
a.link-category:hover,
a.link-category:focus {
  color: #007bb3;
  text-decoration: none;
  cursor: pointer;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
.link-category:empty {
  display: none;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
#category {
  margin-bottom: 12px;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
#category ul {
  list-style: none;
  padding: 0;
  display: inline;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tags.plone.less */
#category li {
  display: inline-block;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
[class*="contenttype-"]::before,
.contenttype-file #crud-edit-File-widgets-view_title::before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  content: '\e834';
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-folder::before {
  content: '\e801';
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-document::before {
  content: '\e80e';
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-file::before {
  content: '\e811';
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-link::before {
  content: '\e806';
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-image::before {
  content: '\e810';
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-collection::before {
  content: '\e808';
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-event::before {
  content: '\e809';
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-news-item::before {
  content: '\e80f';
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.outer-wrapper .contenttype-file::before {
  content: none;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.contenttype-file #crud-edit-File-widgets-view_title::before {
  content: '\e811';
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/contents.plone.less */
.mime-icon {
  margin-right: 8px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/accessibility.plone.less */
#textAdjust .decrease-text {
  font-size: 12px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/accessibility.plone.less */
#textAdjust .normal-text {
  font-size: 14px;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/accessibility.plone.less */
#textAdjust .increase-text {
  font-size: 18px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav {
  float: right;
  min-width: 150px;
  background-color: #f2f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  padding: 6px 12px;
  margin: 0 0 12px 12px;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav a {
  display: block;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .active,
.pat-autotoc:not(.autotabs) .autotoc-nav .active:hover {
  color: #696969;
  cursor: default;
  text-decoration: none;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-1 {
  margin-left: 0;
  font-size: 18px;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-2 {
  margin-left: 12px;
  font-size: 14px;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
.pat-autotoc:not(.autotabs) .autotoc-nav .autotoc-level-3 {
  margin-left: 24px;
  font-size: 12px;
}
@media (max-width: 769px) {
  /* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/toc.plone.less */
  .pat-autotoc .autotoc-nav {
    float: none;
    margin: 0 0 20px 0;
  }
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/dropzone.plone.less */
.pat-dropzone .dz-notice {
  margin-bottom: 6px;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/dropzone.plone.less */
.pat-dropzone .dz-default {
  border-radius: 6px;
  background-color: #f2f1f1;
  border: 3px dotted #cccccc;
  margin-bottom: 20px;
  padding: 12px;
  color: #696969;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.5);
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog {
  width: 100%;
  position: relative;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header {
  min-height: 25px;
  padding: 12px;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header h3 {
  font-size: 18px;
  margin: 0;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close {
  margin-top: -12px;
  float: right;
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:hover,
.plone-modal .plone-modal-dialog .plone-modal-header .plone-modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body {
  padding: 12px;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-body .modal-image {
  text-align: center;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-footer {
  border-top: 1px solid #cccccc;
  background: #fcfcfd;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  border-top: 0;
  background: none;
  padding: 12px;
  text-align: right;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-dialog .plone-modal-footer .pattern-modal-buttons input + input {
  margin-left: 12px;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal .plone-modal-content {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 4px;
  outline: none;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.plone-modal .plone-modal-content::before,
.plone-modal .plone-modal-content::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.plone-modal .plone-modal-content::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.plone-modal .plone-modal-content:before,
.plone-modal .plone-modal-content:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.plone-modal .plone-modal-content:after {
  clear: both;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal.fade.in .plone-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal.in {
  display: block !important;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal-open {
  padding-right: 0;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/modal.plone.less */
.plone-modal-open > *:not(.plone-modal-wrapper,.select2-drop, .mce-floatpanel) {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
#content .picker--opened .picker__holder {
  opacity: 1;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #cccccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb3;
  color: #fff;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__table {
  width: 100%;
  text-align: center;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__table th {
  text-align: center;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__header {
  text-align: center;
  position: relative;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
/* line 56, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__day {
  font-weight: 400;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb3;
  color: #fff;
  font-weight: 600;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/pickadate.plone.less */
.picker__day--outfocus {
  color: #cccccc;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/sortable.plone.less */
.pat-sortable > *:hover {
  cursor: move;
  cursor: -webkit-grab;
  background: #FFF5CD;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/sortable.plone.less */
.pat-sortable .item-dragging,
.pat-sortable .item-dragging:hover {
  cursor: -webkit-grabbing !important;
  background: #f2f2f2;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/sortable.plone.less */
.item-dragging.dragging {
  background: #fea;
  cursor: -webkit-grabbing !important;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tablesorter.plone.less */
.pat-tablesorter th:hover {
  color: #007bb3;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tablesorter.plone.less */
.pat-tablesorter .sortdirection {
  font-size: 75%;
  opacity: .5;
  position: relative;
  top: -1px;
  padding: 2px;
  min-width: 15px;
  display: inline-block;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tooltip.plone.less */
.tooltips {
  opacity: 0;
  transition: opacity .2s ease .5s;
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.9);
  color: #fafafa;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  max-width: 200px;
  margin-left: -100px;
  left: 200px;
  text-align: center;
  padding: 6px;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tooltip.plone.less */
.tooltips.active {
  opacity: 1;
  transition: opacity .2s ease .5s;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tree.plone.less */
.jqtree-tree {
  list-style: none outside;
  margin-bottom: 0;
  padding: 0;
  padding-left: 18px;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tree.plone.less */
.jqtree-tree .jqtree-toggler {
  left: -18px;
  font-size: 75%;
  top: 30%;
  position: absolute;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tree.plone.less */
.jqtree-tree .jqtree-element {
  padding: 6px;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tree.plone.less */
.jqtree-tree .jqtree-element:hover {
  background: #f0f0f0;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/tree.plone.less */
.jqtree-tree .jqtree-selected > .jqtree-element {
  background: #cccccc;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/loginform.plone.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fcfcfd;
  max-width: 300px;
  margin: 0 auto 6px;
  padding: 6px 12px;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core > :first-child,
body.template-logged_out #content-core > :first-child {
  border-radius: 4px 4px 0 0;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core > :last-child,
body.template-logged_out #content-core > :last-child {
  border-radius: 0 0 4px 4px;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletHeader,
body.template-logged_out #content-core .portletHeader {
  background: #f2f1f1;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 15px;
  color: #696969;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletHeader > a,
body.template-logged_out #content-core .portletHeader > a {
  color: #086ca3;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader,
body.template-logged_out #content-core.portletCalendar .portletHeader {
  text-align: center;
  position: relative;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  width: 30px;
  height: 30px;
  padding: 0 1px 2px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  left: 5px;
  font-size: 24px;
  margin-top: -3px;
  line-height: 28px;
  font-weight: 500;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarPrevious:hover,
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext:hover,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext:hover {
  background: #ffffff;
  text-decoration: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar .portletHeader .calendarNext,
body.template-logged_out #content-core.portletCalendar .portletHeader .calendarNext {
  right: 5px;
  left: inherit;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent,
body.template-logged_out #content-core .portletContent {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
  font-weight: 400;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > *,
body.template-logged_out #content-core .portletContent > *,
body.template-login_form #content-core .portletContent > div:not(.portalMessage),
body.template-logged_out #content-core .portletContent > div:not(.portalMessage) {
  padding: 10px 15px;
  margin: 0;
  color: #696969;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul,
body.template-logged_out #content-core .portletContent > ul {
  padding: 0;
  list-style: none;
  position: relative;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li a,
body.template-logged_out #content-core .portletContent > ul > li a {
  display: block;
  padding: 10px 15px 26px 15px;
  position: relative;
  z-index: 1;
  color: #086ca3;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li > a,
body.template-logged_out #content-core .portletContent > ul > li > a {
  border-top: 1px solid #e5e5e5;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul > li:first-child > a,
body.template-logged_out #content-core .portletContent > ul > li:first-child > a {
  border-top: 0;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul ul,
body.template-logged_out #content-core .portletContent > ul ul {
  padding-left: 15px;
  list-style: none;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul .portletItemDetails,
body.template-logged_out #content-core .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 400;
  position: relative;
  margin-top: -26px;
  font-size: 12px;
  color: #696969;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletContent > ul li:hover,
body.template-logged_out #content-core .portletContent > ul li:hover {
  background: #fcfcfd;
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table,
body.template-logged_out #content-core.portletCalendar table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tr,
body.template-logged_out #content-core.portletCalendar table tr {
  line-height: 30px;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table thead,
body.template-logged_out #content-core.portletCalendar table thead {
  background: #fcfcfd;
  border-bottom: 1px solid #e5e5e5;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table thead th,
body.template-logged_out #content-core.portletCalendar table thead th {
  color: #696969;
  font-weight: 300;
  height: 34px;
  text-align: center;
  vertical-align: middle;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td,
body.template-logged_out #content-core.portletCalendar table td {
  color: #666;
  background: #eeeeee;
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td:hover,
body.template-logged_out #content-core.portletCalendar table td:hover {
  background: #fafafa;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td.today:hover,
body.template-logged_out #content-core.portletCalendar table td.today:hover,
body.template-login_form #content-core.portletCalendar table td.cal_has_events:hover,
body.template-logged_out #content-core.portletCalendar table td.cal_has_events:hover {
  background: #eee;
}
/* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td.cal_prev_month,
body.template-logged_out #content-core.portletCalendar table td.cal_prev_month {
  color: #999;
  background: #f9f9f9;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table td > *,
body.template-logged_out #content-core.portletCalendar table td > * {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events,
body.template-logged_out #content-core.portletCalendar table .cal_has_events {
  position: relative;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover {
  background: #dbecfe;
  text-decoration: none;
  box-shadow: 0 0 0 5px #dbecfe;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a::after {
  content: "•";
  position: absolute;
  margin-left: 50%;
  left: -6px;
  font-size: 20px;
  color: #a7daf2;
  margin-top: 9px;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_has_events a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_has_events a:hover::after {
  color: #64bee8;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .today > *,
body.template-logged_out #content-core.portletCalendar table .today > * {
  background: #e5e5e5;
  font-weight: 500;
  box-shadow: 0 0 0 5px #e5e5e5;
  color: #000;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tbody tr:first-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:first-child td > * {
  margin-top: 6px;
}
/* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table tbody tr:last-child td > *,
body.template-logged_out #content-core.portletCalendar table tbody tr:last-child td > * {
  margin-bottom: 6px;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month,
body.template-logged_out #content-core.portletCalendar table .cal_next_month,
body.template-login_form #content-core.portletCalendar table .cal_prev_month,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month {
  color: #000;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a {
  color: #a7daf2;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a::after {
  color: #d3edf8;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover {
  color: #004666;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_next_month.cal_has_events > a:hover::after,
body.template-login_form #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after,
body.template-logged_out #content-core.portletCalendar table .cal_prev_month.cal_has_events > a:hover::after {
  color: #64bee8;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .formControls,
body.template-logged_out #content-core .formControls {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/portlets.plone.less */
body.template-login_form #content-core .portletFooter,
body.template-logged_out #content-core .portletFooter {
  border-top: 1px solid #e5e5e5;
  background: #fcfcfd;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/loginform.plone.less */
#portal-anontools ul {
  text-align: right;
  list-style: none;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/loginform.plone.less */
#portal-anontools li {
  margin: 12px 0 12px 12px;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event.summary {
  font-weight: 400;
  max-width: 300px;
  float: right;
  background: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  padding: 12px 12px 12px 36px;
  margin-left: 5px;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event.summary strong,
.event.summary li > span {
  display: block;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event.summary .icalIcon {
  margin-top: -4px;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading {
  position: relative;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading nav {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 13px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading nav ul {
  margin: 0;
  list-style-type: none;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li {
  display: inline;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li a {
  display: inline-block;
  margin-left: 0.5em;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentFirstHeading nav ul li a:hover,
.template-event_listing .documentFirstHeading nav ul li a:focus {
  text-decoration: none;
  border-bottom: 0;
}
/* line 46, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing .documentDescription {
  margin-bottom: 1.5em;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing article {
  margin-bottom: 2em;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing article .tileHeadline {
  margin-top: 0;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing article .tileHeadline > a {
  border-bottom: 0;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.template-event_listing article::before,
.template-event_listing article::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.template-event_listing article::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.template-event_listing article:before,
.template-event_listing article:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.template-event_listing article:after {
  clear: both;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.template-event_listing article .cal_info {
  margin-left: 9em;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event_listing article {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px;
}
/* line 71, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event_listing article h2 {
  margin: 0;
  padding: 12px 0 12px;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event_listing article:first-child {
  border-top: 0;
  margin-top: -6px;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.cal_date {
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  text-align: center;
  width: 100px;
  margin: 0 24px 12px 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.cal_month {
  background: #007bb3;
  font-weight: 400;
  display: block;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.2em;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.cal_day {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: -0.1em;
  margin-top: 0.1em;
}
/* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.cal_wkday {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0 12px 6px;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/event.plone.less */
.event_listing .sub_nav {
  float: right;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
.searchPage {
  position: relative;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
.searchPage .actionMenu.activated dd {
  display: block;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
.searchPage .actionMenu {
  float: right;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
#searchform .input-group {
  max-width: 600px;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
/* line 46, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/search.plone.less */
#search-filter input {
  margin-right: 0.5rem;
}
@font-face {
  font-display: block;
  font-family: 'fontello';
  src: url('/++resource++cloud19.theme/font/fontello.eot');
  src: local('fontello'), url('/++resource++cloud19.theme/font/fontello.eot?#iefix') format('embedded-opentype'), url('/++resource++cloud19.theme/font/fontello.woff') format('woff'), url('/++resource++cloud19.theme/font/fontello.ttf') format('truetype'), url('/++resource++cloud19.theme/font/fontello.svg#') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-stackoverflow:before {
  content: '\e418' !important;
}
/* '' */
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-pagelines:before {
  content: '\e419' !important;
}
/* '' */
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-youtube-play:before {
  content: '\e41b' !important;
}
/* '' */
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-youtube:before {
  content: '\e41c' !important;
}
/* '' */
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-bitcoin:before {
  content: '\e41d' !important;
}
/* '' */
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-foursquare:before {
  content: '\e41e' !important;
}
/* '' */
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-gittip:before {
  content: '\e41f' !important;
}
/* '' */
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-maxcdn:before {
  content: '\e421' !important;
}
/* '' */
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-stackexchange:before {
  content: '\e423' !important;
}
/* '' */
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-xing:before {
  content: '\e424' !important;
}
/* '' */
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-bitbucket:before {
  content: '\e425' !important;
}
/* '' */
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flash:before {
  content: '\e426' !important;
}
/* '' */
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-moon:before {
  content: '\e427' !important;
}
/* '' */
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flight:before {
  content: '\e428' !important;
}
/* '' */
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-paper-plane:before {
  content: '\e429' !important;
}
/* '' */
/* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-leaf:before {
  content: '\e42a' !important;
}
/* '' */
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-lifebuoy:before {
  content: '\e42b' !important;
}
/* '' */
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-mouse:before {
  content: '\e42c' !important;
}
/* '' */
/* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-briefcase:before {
  content: '\e42d' !important;
}
/* '' */
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-suitcase:before {
  content: '\e42e' !important;
}
/* '' */
/* line 142, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-dot:before {
  content: '\e42f' !important;
}
/* '' */
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flow-cascade:before {
  content: '\e430' !important;
}
/* '' */
/* line 152, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-trello:before {
  content: '\e431' !important;
}
/* '' */
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-brush:before {
  content: '\e432' !important;
}
/* '' */
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-magnet:before {
  content: '\e433' !important;
}
/* '' */
/* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-infinity:before {
  content: '\e434' !important;
}
/* '' */
/* line 172, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-yelp:before {
  content: '\e435' !important;
}
/* '' */
/* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-chart-pie:before {
  content: '\e436' !important;
}
/* '' */
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-chart-line:before {
  content: '\e437' !important;
}
/* '' */
/* line 187, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-chart-bar:before {
  content: '\e438' !important;
}
/* '' */
/* line 192, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-tape:before {
  content: '\e43a' !important;
}
/* '' */
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-graduation-cap-1:before {
  content: '\e43b' !important;
}
/* '' */
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-ticket:before {
  content: '\e43d' !important;
}
/* '' */
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-water:before {
  content: '\e43e' !important;
}
/* '' */
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-droplet:before {
  content: '\e43f' !important;
}
/* '' */
/* line 217, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-air:before {
  content: '\e440' !important;
}
/* '' */
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-credit-card:before {
  content: '\e441' !important;
}
/* '' */
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-floppy:before {
  content: '\e442' !important;
}
/* '' */
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-clipboard:before {
  content: '\e443' !important;
}
/* '' */
/* line 237, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-megaphone:before {
  content: '\e444' !important;
}
/* '' */
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-database:before {
  content: '\e445' !important;
}
/* '' */
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-drive:before {
  content: '\e446' !important;
}
/* '' */
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-bucket:before {
  content: '\e447' !important;
}
/* '' */
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-thermometer:before {
  content: '\e448' !important;
}
/* '' */
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-key-1:before {
  content: '\e449' !important;
}
/* '' */
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-rocket:before {
  content: '\e44f' !important;
}
/* '' */
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-gauge:before {
  content: '\e450' !important;
}
/* '' */
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-traffic-cone:before {
  content: '\e451' !important;
}
/* '' */
/* line 282, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-github:before {
  content: '\e45d' !important;
}
/* '' */
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flickr:before {
  content: '\e45f' !important;
}
/* '' */
/* line 292, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-vimeo:before {
  content: '\e461' !important;
}
/* '' */
/* line 297, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-twitter:before {
  content: '\e463' !important;
}
/* '' */
/* line 302, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-facebook:before {
  content: '\e465' !important;
}
/* '' */
/* line 307, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-facebook-squared:before {
  content: '\e467' !important;
}
/* '' */
/* line 312, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-gplus:before {
  content: '\e468' !important;
}
/* '' */
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-pinterest:before {
  content: '\e46a' !important;
}
/* '' */
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-tumblr:before {
  content: '\e46c' !important;
}
/* '' */
/* line 327, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-linkedin:before {
  content: '\e46e' !important;
}
/* '' */
/* line 332, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-dribbble:before {
  content: '\e470' !important;
}
/* '' */
/* line 337, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-stumbleupon:before {
  content: '\e472' !important;
}
/* '' */
/* line 342, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-lastfm:before {
  content: '\e474' !important;
}
/* '' */
/* line 347, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-rdio:before {
  content: '\e476' !important;
}
/* '' */
/* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-spotify:before {
  content: '\e478' !important;
}
/* '' */
/* line 357, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-spotify-circled:before {
  content: '\e479' !important;
}
/* '' */
/* line 362, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-qq:before {
  content: '\e47a' !important;
}
/* '' */
/* line 367, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-instagram:before {
  content: '\e47b' !important;
}
/* '' */
/* line 372, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-dropbox:before {
  content: '\e47c' !important;
}
/* '' */
/* line 377, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-evernote:before {
  content: '\e47d' !important;
}
/* '' */
/* line 382, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flattr:before {
  content: '\e47e' !important;
}
/* '' */
/* line 387, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-skype:before {
  content: '\e47f' !important;
}
/* '' */
/* line 392, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-renren:before {
  content: '\e481' !important;
}
/* '' */
/* line 397, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-sina-weibo:before {
  content: '\e482' !important;
}
/* '' */
/* line 402, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-paypal:before {
  content: '\e483' !important;
}
/* '' */
/* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-picasa:before {
  content: '\e484' !important;
}
/* '' */
/* line 412, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-soundcloud:before {
  content: '\e485' !important;
}
/* '' */
/* line 417, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-mixi:before {
  content: '\e486' !important;
}
/* '' */
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-behance:before {
  content: '\e487' !important;
}
/* '' */
/* line 427, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-google-circles:before {
  content: '\e488' !important;
}
/* '' */
/* line 432, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-vkontakte:before {
  content: '\e489' !important;
}
/* '' */
/* line 437, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-smashing:before {
  content: '\e48a' !important;
}
/* '' */
/* line 442, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-sweden:before {
  content: '\e48b' !important;
}
/* '' */
/* line 447, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-logo-db:before {
  content: '\e48d' !important;
}
/* '' */
/* line 452, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-comment:before {
  content: '\e48e' !important;
}
/* '' */
/* line 457, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-bookmark:before {
  content: '\e48f' !important;
}
/* '' */
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-trash:before {
  content: '\e490' !important;
}
/* '' */
/* line 467, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flag:before {
  content: '\e491' !important;
}
/* '' */
/* line 472, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-thumbs-up:before {
  content: '\e492' !important;
}
/* '' */
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-thumbs-down:before {
  content: '\e493' !important;
}
/* '' */
/* line 482, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-download:before {
  content: '\e494' !important;
}
/* '' */
/* line 487, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-upload:before {
  content: '\e495' !important;
}
/* '' */
/* line 492, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-upload-cloud:before {
  content: '\e496' !important;
}
/* '' */
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-reply:before {
  content: '\e497' !important;
}
/* '' */
/* line 502, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-reply-all:before {
  content: '\e498' !important;
}
/* '' */
/* line 507, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-forward:before {
  content: '\e499' !important;
}
/* '' */
/* line 512, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-quote:before {
  content: '\e49a' !important;
}
/* '' */
/* line 517, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-code:before {
  content: '\e49b' !important;
}
/* '' */
/* line 522, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-export:before {
  content: '\e49c' !important;
}
/* '' */
/* line 527, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-pencil:before {
  content: '\e49d' !important;
}
/* '' */
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-feather:before {
  content: '\e49e' !important;
}
/* '' */
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-print:before {
  content: '\e49f' !important;
}
/* '' */
/* line 542, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-retweet:before {
  content: '\e4a0' !important;
}
/* '' */
/* line 547, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-sound-1:before {
  content: '\e4a1' !important;
}
/* '' */
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-chat:before {
  content: '\e4a2' !important;
}
/* '' */
/* line 557, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-bell:before {
  content: '\e4a3' !important;
}
/* '' */
/* line 562, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-attention:before {
  content: '\e4a4' !important;
}
/* '' */
/* line 567, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-volume-1:before {
  content: '\e4a5' !important;
}
/* '' */
/* line 572, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-vcard:before {
  content: '\e4a6' !important;
}
/* '' */
/* line 577, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-address:before {
  content: '\e4a7' !important;
}
/* '' */
/* line 582, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-location:before {
  content: '\e4a9' !important;
}
/* '' */
/* line 587, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-map:before {
  content: '\e4aa' !important;
}
/* '' */
/* line 592, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-direction:before {
  content: '\e4ab' !important;
}
/* '' */
/* line 597, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-compass:before {
  content: '\e4ac' !important;
}
/* '' */
/* line 602, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-docs-1:before {
  content: '\e4b0' !important;
}
/* '' */
/* line 607, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-doc-text:before {
  content: '\e4b2' !important;
}
/* '' */
/* line 612, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-newspaper:before {
  content: '\e4b4' !important;
}
/* '' */
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-book-open:before {
  content: '\e4b5' !important;
}
/* '' */
/* line 622, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-book:before {
  content: '\e4b6' !important;
}
/* '' */
/* line 627, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-folder:before {
  content: '\e4b7' !important;
}
/* '' */
/* line 632, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-archive:before {
  content: '\e4b8' !important;
}
/* '' */
/* line 637, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-rss:before {
  content: '\e4ba' !important;
}
/* '' */
/* line 642, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-phone:before {
  content: '\e4bb' !important;
}
/* '' */
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cog:before {
  content: '\e4bc' !important;
}
/* '' */
/* line 652, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-tools:before {
  content: '\e4bd' !important;
}
/* '' */
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-share:before {
  content: '\e4be' !important;
}
/* '' */
/* line 662, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-shareable:before {
  content: '\e4bf' !important;
}
/* '' */
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-basket:before {
  content: '\e4c0' !important;
}
/* '' */
/* line 672, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-calendar:before {
  content: '\e4c2' !important;
}
/* '' */
/* line 677, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-login:before {
  content: '\e4c3' !important;
}
/* '' */
/* line 682, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-logout:before {
  content: '\e4c4' !important;
}
/* '' */
/* line 687, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-mic:before {
  content: '\e4c5' !important;
}
/* '' */
/* line 692, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-clock:before {
  content: '\e4c9' !important;
}
/* '' */
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-hourglass:before {
  content: '\e4ca' !important;
}
/* '' */
/* line 702, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-lamp:before {
  content: '\e4cb' !important;
}
/* '' */
/* line 707, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-block:before {
  content: '\e4cf' !important;
}
/* '' */
/* line 712, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-resize-full:before {
  content: '\e4d0' !important;
}
/* '' */
/* line 717, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-resize-small:before {
  content: '\e4d1' !important;
}
/* '' */
/* line 722, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-popup:before {
  content: '\e4d2' !important;
}
/* '' */
/* line 727, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-publish:before {
  content: '\e4d3' !important;
}
/* '' */
/* line 732, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-window:before {
  content: '\e4d4' !important;
}
/* '' */
/* line 737, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-arrow-combo:before {
  content: '\e4d5' !important;
}
/* '' */
/* line 742, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-down-open:before {
  content: '\e4da' !important;
}
/* '' */
/* line 747, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-left-open:before {
  content: '\e4db' !important;
}
/* '' */
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-right-open:before {
  content: '\e4dc' !important;
}
/* '' */
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-up-open:before {
  content: '\e4dd' !important;
}
/* '' */
/* line 762, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-down-open-mini:before {
  content: '\e4de' !important;
}
/* '' */
/* line 767, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-left-open-mini:before {
  content: '\e4df' !important;
}
/* '' */
/* line 772, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-right-open-mini:before {
  content: '\e4e0' !important;
}
/* '' */
/* line 777, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-up-open-mini:before {
  content: '\e4e1' !important;
}
/* '' */
/* line 782, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-down-open-big:before {
  content: '\e4e2' !important;
}
/* '' */
/* line 787, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-left-open-big:before {
  content: '\e4e3' !important;
}
/* '' */
/* line 792, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-right-open-big:before {
  content: '\e4e4' !important;
}
/* '' */
/* line 797, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-up-open-big:before {
  content: '\e4e5' !important;
}
/* '' */
/* line 802, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-down-dir:before {
  content: '\e4ea' !important;
}
/* '' */
/* line 807, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-left-dir:before {
  content: '\e4eb' !important;
}
/* '' */
/* line 812, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-right-dir:before {
  content: '\e4ec' !important;
}
/* '' */
/* line 817, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-up-dir:before {
  content: '\e4ed' !important;
}
/* '' */
/* line 822, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-ccw:before {
  content: '\e4f6' !important;
}
/* '' */
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cw:before {
  content: '\e4f7' !important;
}
/* '' */
/* line 832, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-arrows-ccw:before {
  content: '\e4f8' !important;
}
/* '' */
/* line 837, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-level-down:before {
  content: '\e4f9' !important;
}
/* '' */
/* line 842, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-level-up:before {
  content: '\e4fa' !important;
}
/* '' */
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-shuffle:before {
  content: '\e4fb' !important;
}
/* '' */
/* line 852, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-loop:before {
  content: '\e4fc' !important;
}
/* '' */
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-switch:before {
  content: '\e4fd' !important;
}
/* '' */
/* line 862, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-play:before {
  content: '\e4fe' !important;
}
/* '' */
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-stop:before {
  content: '\e4ff' !important;
}
/* '' */
/* line 872, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-pause:before {
  content: '\e500' !important;
}
/* '' */
/* line 877, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-record:before {
  content: '\e501' !important;
}
/* '' */
/* line 882, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-to-end:before {
  content: '\e502' !important;
}
/* '' */
/* line 887, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-to-start:before {
  content: '\e503' !important;
}
/* '' */
/* line 892, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-fast-forward:before {
  content: '\e504' !important;
}
/* '' */
/* line 897, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-fast-backward:before {
  content: '\e505' !important;
}
/* '' */
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-target:before {
  content: '\e50a' !important;
}
/* '' */
/* line 907, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-palette:before {
  content: '\e50b' !important;
}
/* '' */
/* line 912, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-list:before {
  content: '\e50c' !important;
}
/* '' */
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-signal:before {
  content: '\e50e' !important;
}
/* '' */
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-trophy:before {
  content: '\e50f' !important;
}
/* '' */
/* line 927, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-battery:before {
  content: '\e510' !important;
}
/* '' */
/* line 932, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-back-in-time:before {
  content: '\e511' !important;
}
/* '' */
/* line 937, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-monitor:before {
  content: '\e512' !important;
}
/* '' */
/* line 942, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-mobile:before {
  content: '\e513' !important;
}
/* '' */
/* line 947, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-network:before {
  content: '\e514' !important;
}
/* '' */
/* line 952, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cd-1:before {
  content: '\e515' !important;
}
/* '' */
/* line 957, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-inbox:before {
  content: '\e516' !important;
}
/* '' */
/* line 962, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-install:before {
  content: '\e517' !important;
}
/* '' */
/* line 967, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-globe:before {
  content: '\e518' !important;
}
/* '' */
/* line 972, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cloud:before {
  content: '\e519' !important;
}
/* '' */
/* line 977, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cloud-thunder:before {
  content: '\e51a' !important;
}
/* '' */
/* line 982, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-note-beamed:before {
  content: '\e51b' !important;
}
/* '' */
/* line 987, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-search:before {
  content: '\e51d' !important;
}
/* '' */
/* line 992, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-flashlight:before {
  content: '\e51e' !important;
}
/* '' */
/* line 997, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-mail:before {
  content: '\e51f' !important;
}
/* '' */
/* line 1002, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-heart:before {
  content: '\e520' !important;
}
/* '' */
/* line 1007, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-heart-empty:before {
  content: '\e521' !important;
}
/* '' */
/* line 1012, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-star:before {
  content: '\e522' !important;
}
/* '' */
/* line 1017, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-star-empty:before {
  content: '\e523' !important;
}
/* '' */
/* line 1022, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-user:before {
  content: '\e524' !important;
}
/* '' */
/* line 1027, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-users:before {
  content: '\e525' !important;
}
/* '' */
/* line 1032, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-user-add:before {
  content: '\e526' !important;
}
/* '' */
/* line 1037, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-video:before {
  content: '\e527' !important;
}
/* '' */
/* line 1042, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-picture:before {
  content: '\e528' !important;
}
/* '' */
/* line 1047, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-camera:before {
  content: '\e529' !important;
}
/* '' */
/* line 1052, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-layout:before {
  content: '\e52a' !important;
}
/* '' */
/* line 1057, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-menu:before {
  content: '\e52b' !important;
}
/* '' */
/* line 1062, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-check:before {
  content: '\e52c' !important;
}
/* '' */
/* line 1067, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-cancel:before {
  content: '\e52d' !important;
}
/* '' */
/* line 1072, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-plus:before {
  content: '\e530' !important;
}
/* '' */
/* line 1077, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-minus:before {
  content: '\e533' !important;
}
/* '' */
/* line 1082, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-help:before {
  content: '\e536' !important;
}
/* '' */
/* line 1087, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-info:before {
  content: '\e538' !important;
}
/* '' */
/* line 1092, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-back:before {
  content: '\e53a' !important;
}
/* '' */
/* line 1097, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-home:before {
  content: '\e53b' !important;
}
/* '' */
/* line 1102, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-link:before {
  content: '\e53c' !important;
}
/* '' */
/* line 1107, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-attach:before {
  content: '\e53d' !important;
}
/* '' */
/* line 1112, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-lock:before {
  content: '\e53e' !important;
}
/* '' */
/* line 1117, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-lock-open:before {
  content: '\e53f' !important;
}
/* '' */
/* line 1122, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-eye:before {
  content: '\e540' !important;
}
/* '' */
/* line 1127, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-tag:before {
  content: '\e541' !important;
}
/* '' */
/* line 1132, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/fontello/css/fontello.less */
.icon-keyboard:before {
  content: '\e542' !important;
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
CHANGED BY PI TEAM
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption {
  z-index: 1;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 81, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 125, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
/* line 268, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
/* line 273, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.noshadow {
  text-shadow: none;
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption a:hover {
  color: #ffa902;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}
/* line 312, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
/* line 339, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
/* line 354, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 384, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 399, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 451, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 467, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 492, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 506, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 520, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 548, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 561, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
/* line 585, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 598, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 612, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 641, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 655, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 682, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 696, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 710, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
/* line 716, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
/* line 745, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
/* line 759, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
/* line 765, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}
/* line 774, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.noshadow {
  text-shadow: none;
}
/* line 778, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
/* line 793, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
/* line 804, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
/* line 815, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
/* line 826, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
/******************************
	-	BUTTONS	-
*******************************/
/* line 842, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 859, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/images/gradient/g40.png) repeat-x top;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 878, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  /* line 884, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  /* line 893, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  /* line 898, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
/*	BUTTON COLORS	*/
/* line 909, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}
/* line 919, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}
/* line 939, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}
/* line 949, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}
/* line 961, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
/* line 991, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/* line 997, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
/* line 1004, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}
/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
/* line 1014, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}
/* line 1022, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive img {
  max-width: none;
}
/******************************
	-	IE8 HACKS	-
*******************************/
/* line 1031, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.noFilterClass {
  filter: none !important;
}
/******************************
	-	SHADOWS		-
******************************/
/* line 1040, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 1050, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannershadow.tp-shadow1 {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/* line 1058, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannershadow.tp-shadow2 {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/* line 1066, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannershadow.tp-shadow3 {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
/* line 1079, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 1087, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
/* line 1094, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 1102, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
  border: 0;
}
/* line 1110, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0px;
  height: 0px;
}
/* line 1117, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
/* line 1129, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important;
}
/* line 1134, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
/* line 1148, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
/* line 1158, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-dottedoverlay.twoxtwo {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/gridtile.png);
}
/* line 1162, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-dottedoverlay.twoxtwowhite {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/gridtile_white.png);
}
/* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-dottedoverlay.threexthree {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/gridtile_3x3.png);
}
/* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-dottedoverlay.threexthreewhite {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/gridtile_3x3_white.png);
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
/* line 1187, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tpclear {
  clear: both;
}
/* line 1191, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
/* line 1205, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 1212, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 1223, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar-old {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 1232, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: rgba(63, 70, 74, 0.5);
  width: 11px;
  height: 11px;
  float: left;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 1245, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: rgba(63, 70, 74, 0.5);
  width: 11px;
  height: 11px;
  float: left;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/**	SQUARE BULLETS **/
/* line 1261, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
/* line 1278, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: rgba(63, 70, 74, 0.25);
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
/* line 1289, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}
/** navbar NAVIGATION VERSION **/
/* line 1296, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: rgba(63, 70, 74, 0.25);
  width: 19px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}
/* line 1307, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}
/* line 1311, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}
/** navbar NAVIGATION VERSION **/
/* line 1318, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: rgba(63, 70, 74, 0.25);
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
  border-radius: 50%;
}
/* line 1331, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}
/* line 1335, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}
/* line 1339, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.simplebullets .bullet.selected {
  background: rgba(255, 255, 255, 0.5);
}
/*************************************
	-	TP ARROWS 	-
**************************************/
/* line 1348, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
/* line 1360, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 1367, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-rightarrow,
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 80px;
  font-family: 'fontello';
}
/* line 1379, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:before,
.tp-leftarrow:after,
.tp-rightarrow:before,
.tp-rightarrow:after {
  display: block;
}
/* line 1386, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:before,
.tp-rightarrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1406, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:hover:before,
.tp-rightarrow:hover:before {
  background: rgba(63, 70, 74, 0.25);
}
/* line 1411, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:after,
.tp-rightarrow:after {
  position: relative;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 1426, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow,
.tp-rightarrow {
  color: rgba(240, 241, 241, 0.45);
}
/* line 1431, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  color: #fff;
}
/* line 1436, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-leftarrow:after {
  content: "\E4DF";
}
/* line 1440, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-rightarrow:after {
  content: "\E4E0";
}
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
/* line 1455, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}
/* line 1466, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
/* line 1470, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}
/* line 1478, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
/* line 1483, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
/* line 1503, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1511, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-thumbs img {
  width: 100%;
}
/************************************
		-	TP BANNER TIMER		-
*************************************/
/* line 1520, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}
/* line 1529, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  /* line 1541, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .responsive .tp-bullets {
    display: none;
  }
  /* line 1544, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
  .responsive .tparrows {
    display: none;
  }
}
/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/
/* line 1554, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.vjs-tech {
  margin-top: 1px;
}
/* line 1558, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0px;
}
/* line 1576, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px;
}
/* line 1586, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
/* line 1599, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* line 1606, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive a {
  text-decoration: none;
}
/* line 1610, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 1616, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
/*  CAPTION SLIDELINK   **/
/* line 1625, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/coloredbg.png) repeat;
}
/* line 1632, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-loader {
  background: url(../++resource++cloud19.theme/3dParty/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 1000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* line 1647, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}
/* line 1651, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
/* line 1656, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
  zoom: 1;
}
@font-face {
  font-family: 'revicons';
  src: url('../++resource++cloud19.theme/3dParty/rs-plugin/font/revicons.eot');
  src: url('../++resource++cloud19.theme/3dParty/rs-plugin/font/revicons.eot#iefix') format('embedded-opentype'), url('../++resource++cloud19.theme/3dParty/rs-plugin/font/revicons.woff') format('woff'), url('../++resource++cloud19.theme/3dParty/rs-plugin/font/revicons.ttf') format('truetype'), url('../++resource++cloud19.theme/3dParty/rs-plugin/font/revicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 1671, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* line 1697, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-search:before {
  content: '\e802';
}
/* '?' */
/* line 1704, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-pencil-1:before {
  content: '\E449';
}
/* '?' */
/* line 1711, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-picture-1:before {
  content: '\E41B';
}
/* '?' */
/* line 1718, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-cancel:before {
  content: '\e80a';
}
/* '?' */
/* line 1725, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-info-circled:before {
  content: '\E427';
}
/* '?' */
/* line 1732, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-trash:before {
  content: '\E419';
}
/* '?' */
/* line 1739, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-dir:before {
  content: '\E42F';
}
/* '?' */
/* line 1746, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-dir:before {
  content: '\E430';
}
/* '?' */
/* line 1753, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-down-open:before {
  content: '\e83b';
}
/* '?' */
/* line 1760, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open:before {
  content: '\E431';
}
/* '?' */
/* line 1767, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open:before {
  content: '\E432';
}
/* '?' */
/* line 1774, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-angle-left:before {
  content: '\E438';
}
/* '?' */
/* line 1781, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-angle-right:before {
  content: '\E435';
}
/* '?' */
/* line 1788, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-big:before {
  content: '\E437';
}
/* '?' */
/* line 1795, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-big:before {
  content: '\E436';
}
/* '?' */
/* line 1802, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-magic:before {
  content: '\E41F';
}
/* '?' */
/* line 1809, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-picture:before {
  content: '\E418';
}
/* '?' */
/* line 1816, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-export:before {
  content: '\E423';
}
/* '?' */
/* line 1823, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-cog:before {
  content: '\e832';
}
/* '?' */
/* line 1830, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-login:before {
  content: '\e833';
}
/* '?' */
/* line 1837, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-logout:before {
  content: '\e834';
}
/* '?' */
/* line 1844, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-video:before {
  content: '\E41D';
}
/* '?' */
/* line 1851, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-arrow-combo:before {
  content: '\E43F';
}
/* '?' */
/* line 1858, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open-1:before {
  content: '\E442';
}
/* '?' */
/* line 1865, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open-1:before {
  content: '\E443';
}
/* '?' */
/* line 1872, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open-mini:before {
  content: '\E43A';
}
/* '?' */
/* line 1879, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open-mini:before {
  content: '\E43B';
}
/* '?' */
/* line 1886, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open-big:before {
  content: '\e824';
}
/* '?' */
/* line 1893, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open-big:before {
  content: '\E43D';
}
/* '?' */
/* line 1900, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left:before {
  content: '\e836';
}
/* '?' */
/* line 1907, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right:before {
  content: '\E43E';
}
/* '?' */
/* line 1914, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-ccw:before {
  content: '\e808';
}
/* '?' */
/* line 1921, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-arrows-ccw:before {
  content: '\E41E';
}
/* '?' */
/* line 1928, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-palette:before {
  content: '\E441';
}
/* '?' */
/* line 1935, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-list-add:before {
  content: '\E424';
}
/* '?' */
/* line 1942, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-doc:before {
  content: '\E421';
}
/* '?' */
/* line 1949, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open-outline:before {
  content: '\E446';
}
/* '?' */
/* line 1956, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-left-open-2:before {
  content: '\E444';
}
/* '?' */
/* line 1963, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open-outline:before {
  content: '\E447';
}
/* '?' */
/* line 1970, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-right-open-2:before {
  content: '\E445';
}
/* '?' */
/* line 1977, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-equalizer:before {
  content: '\e83a';
}
/* '?' */
/* line 1984, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-layers-alt:before {
  content: '\E41C';
}
/* '?' */
/* line 1991, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.revicon-popup:before {
  content: '\E440';
}
/* '?' */
/* line 1998, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/* line 2004, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  background: #21252b;
}
/* line 2011, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-banner {
  width: 100%;
  position: relative;
}
/* line 2016, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-banner ul {
  margin: 0;
}
/* line 2020, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-banner ul li {
  position: absolute;
  visibility: hidden;
  margin: 0;
}
/* line 2026, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/* line 2032, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/rs-plugin/css/pi.settings.less */
.tp-bullets {
  bottom: 25px !important;
}
/* Preload images */
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
body:after {
  content: url(../++resource++cloud19.theme/3dParty/lightbox/images/close.png) url(../++resource++cloud19.theme/3dParty/lightbox/images/loading.gif) url(../++resource++cloud19.theme/3dParty/lightbox/images/prev.png) url(../++resource++cloud19.theme/3dParty/lightbox/images/next.png);
  display: none;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lightbox a img {
  border: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-container {
  padding: 4px;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../++resource++cloud19.theme/3dParty/lightbox/images/loading.gif) no-repeat;
}
/* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-container > .nav {
  left: 0;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../++resource++cloud19.theme/3dParty/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../++resource++cloud19.theme/3dParty/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 145, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
/* line 169, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 176, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../++resource++cloud19.theme/3dParty/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/lightbox/css/lightbox.less */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxWrapper {
  max-width: none;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxContent {
  position: relative;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxTitle {
  margin: 0;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxOverlay {
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/overlay.png) repeat 0 0;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#colorbox {
  outline: 0;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -101px 0;
}
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -130px 0;
}
/* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -101px -29px;
}
/* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -130px -29px;
}
/* line 125, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxMiddleLeft {
  width: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) left top repeat-y;
}
/* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxMiddleRight {
  width: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) right top repeat-y;
}
/* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxTopCenter {
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/border.png) 0 0 repeat-x;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxBottomCenter {
  height: 21px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/border.png) 0 -29px repeat-x;
}
/* line 145, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxContent {
  background: #fff;
  overflow: hidden;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
.cboxIframe {
  background: #fff;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxLoadedContent {
  margin-bottom: 28px;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
/* line 172, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxLoadingOverlay {
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/loading_background.png) no-repeat center center;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxLoadingGraphic {
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
/* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxPrevious:hover {
  background-position: -75px -25px;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxNext:hover {
  background-position: -50px -25px;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../++resource++cloud19.theme/3dParty/colorbox/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/colorbox/colorbox.less */
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container:focus {
  outline: none;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.me-plugin {
  position: absolute;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
:root .mejs-poster img {
  display: none ;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-poster img {
  padding: 0;
  border: 0;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 100, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay-play {
  cursor: pointer;
}
/* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/bigplay.svg) no-repeat;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.no-svg .mejs-overlay-button {
  background-image: url(../++resource++cloud19.theme/3dParty/mediaelement/bigplay.png);
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../++resource++cloud19.theme/3dParty/mediaelement/loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../++resource++cloud19.theme/3dParty/mediaelement/controls.svg) no-repeat;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.no-svg .mejs-controls .mejs-button button {
  background-image: url(../++resource++cloud19.theme/3dParty/mediaelement/controls.png);
}
/* :focus for accessibility */
/* line 203, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
/* line 278, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  /* line 297, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  from {
    background-position: 0 0;
  }
  /* line 297, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  /* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  from {
    background-position: 0 0;
  }
  /* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  /* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  from {
    background-position: 0 0;
  }
  /* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  /* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  from {
    background-position: 0 0;
  }
  /* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  /* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  from {
    background-position: 0 0;
  }
  /* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
  to {
    background-position: 30px 0;
  }
}
/* line 303, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
/* line 315, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
/* line 327, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
/* line 342, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
/* line 355, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
/* line 363, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
/* line 378, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
/* line 382, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
/* line 386, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
/* line 398, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
/* line 402, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
/* line 412, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
/* line 420, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button {
  position: relative;
}
/* line 424, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
/* line 452, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
/* line 463, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
/* line 499, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
/* line 521, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
/* line 550, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button {
  position: relative;
}
/* line 554, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
/* line 557, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
/* line 580, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
/* line 588, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 597, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 603, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* line 612, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
/* line 642, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
/* line 652, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
/* line 668, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
/* line 678, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 687, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
/* line 702, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
/* line 707, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
/* line 714, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-position-hover {
  bottom: 35px;
}
/* line 718, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
/* line 735, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
/* line 743, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
/* line 747, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
/* line 754, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
/* line 758, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
/* line 771, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
/* line 782, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
/* line 789, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
/* line 796, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
/* line 802, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
/* line 806, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
/* line 810, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
/* line 835, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 844, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
/* line 850, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
/* line 872, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
/* line 876, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
/* line 891, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
/* line 904, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../++resource++cloud19.theme/3dParty/mediaelement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
/* line 926, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
/* line 930, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
/* line 938, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
/* line 947, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
/* line 954, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
/* line 966, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* Start: Jump Forward */
/* line 974, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(../++resource++cloud19.theme/3dParty/mediaelement/jumpforward.png) no-repeat;
  background-position: 3px 3px;
}
/* line 978, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Jump Forward */
/* Start: Skip Back */
/* line 989, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(../++resource++cloud19.theme/3dParty/mediaelement/skipback.png) no-repeat;
  background-position: 3px 3px;
}
/* line 993, https://www.ruralhistory.eu/++resource++cloud19.theme/3dParty/mediaelement/mediaelementplayer.less */
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
audio,
canvas,
video {
  display: inline-block;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
[hidden] {
  display: none;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
body {
  margin: 0;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
a:focus {
  outline: thin dotted;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
a:active,
a:hover {
  outline: 0;
}
/* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/* line 125, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
b,
strong {
  font-weight: bold;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
dfn {
  font-style: italic;
}
/* line 142, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* line 152, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
mark {
  background: #ff0;
  color: #000;
}
/* line 161, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
pre {
  white-space: pre-wrap;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
small {
  font-size: 80%;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
sup {
  top: -0.5em;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
sub {
  bottom: -0.25em;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
img {
  border: 0;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
svg:not(:root) {
  overflow: hidden;
}
/* line 241, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
figure {
  margin: 0;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
legend {
  border: 0;
  padding: 0;
}
/* line 275, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
/* line 289, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button,
input {
  line-height: normal;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button,
select {
  text-transform: none;
}
/* line 314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* line 326, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* line 336, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* line 348, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* line 393, https://www.ruralhistory.eu/++resource++cloud19.theme/less/reset.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-container,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-container::before,
.container::before,
.pi-container::after,
.container::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-container::after,
.container::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-container:before,
.container:before,
.pi-container:after,
.container:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-container:after,
.container:after {
  clear: both;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-row,
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-row::before,
.row::before,
.pi-row::after,
.row::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-row::after,
.row::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-row:before,
.row:before,
.pi-row:after,
.row:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-row:after,
.row:after {
  clear: both;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-show-grid [class^="pi-col-"] {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-col-3xs-1,
.pi-col-3xs-2,
.pi-col-3xs-3,
.pi-col-3xs-4,
.pi-col-3xs-5,
.pi-col-3xs-5-cell,
.pi-col-3xs-6,
.pi-col-3xs-7,
.pi-col-3xs-8,
.pi-col-3xs-9,
.pi-col-3xs-10,
.pi-col-3xs-11,
.pi-col-3xs-12,
.pi-col-2xs-1,
.pi-col-2xs-2,
.pi-col-2xs-3,
.pi-col-2xs-4,
.pi-col-2xs-5,
.pi-col-2xs-5-cell,
.pi-col-2xs-6,
.pi-col-2xs-7,
.pi-col-2xs-8,
.pi-col-2xs-9,
.pi-col-2xs-10,
.pi-col-2xs-11,
.pi-col-2xs-12,
.pi-col-xs-1,
.pi-col-xs-2,
.pi-col-xs-3,
.pi-col-xs-4,
.pi-col-xs-5,
.pi-col-xs-5-cell,
.pi-col-xs-6,
.pi-col-xs-7,
.pi-col-xs-8,
.pi-col-xs-9,
.pi-col-xs-10,
.pi-col-xs-11,
.pi-col-xs-12,
.pi-col-sm-1,
.pi-col-sm-2,
.pi-col-sm-3,
.pi-col-sm-4,
.pi-col-sm-5,
.pi-col-sm-5-cell,
.pi-col-sm-6,
.pi-col-sm-7,
.pi-col-sm-8,
.pi-col-sm-9,
.pi-col-sm-10,
.pi-col-sm-11,
.pi-col-sm-12,
.pi-col-md-1,
.pi-col-md-2,
.pi-col-md-3,
.pi-col-md-4,
.pi-col-md-5,
.pi-col-md-5-cell,
.pi-col-md-6,
.pi-col-md-7,
.pi-col-md-8,
.pi-col-md-9,
.pi-col-md-10,
.pi-col-md-11,
.pi-col-md-12,
.pi-col-lg-1,
.pi-col-lg-2,
.pi-col-lg-3,
.pi-col-lg-4,
.pi-col-lg-5,
.pi-col-lg-5-cell,
.pi-col-lg-6,
.pi-col-lg-7,
.pi-col-lg-8,
.pi-col-lg-9,
.pi-col-lg-10,
.pi-col-lg-11,
.pi-col-lg-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-5-cell,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-5-cell,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5-cell,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-5-cell,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 176, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-grid-no-margins {
  margin: 0;
}
/* line 178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-grid-no-margins .pi-col-3xs-1,
.pi-grid-no-margins .pi-col-3xs-2,
.pi-grid-no-margins .pi-col-3xs-3,
.pi-grid-no-margins .pi-col-3xs-4,
.pi-grid-no-margins .pi-col-3xs-5,
.pi-grid-no-margins .pi-col-3xs-5-cell,
.pi-grid-no-margins .pi-col-3xs-6,
.pi-grid-no-margins .pi-col-3xs-7,
.pi-grid-no-margins .pi-col-3xs-8,
.pi-grid-no-margins .pi-col-3xs-9,
.pi-grid-no-margins .pi-col-3xs-10,
.pi-grid-no-margins .pi-col-3xs-11,
.pi-grid-no-margins .pi-col-3xs-12,
.pi-grid-no-margins .pi-col-2xs-1,
.pi-grid-no-margins .pi-col-2xs-2,
.pi-grid-no-margins .pi-col-2xs-3,
.pi-grid-no-margins .pi-col-2xs-4,
.pi-grid-no-margins .pi-col-2xs-5,
.pi-grid-no-margins .pi-col-2xs-5-cell,
.pi-grid-no-margins .pi-col-2xs-6,
.pi-grid-no-margins .pi-col-2xs-7,
.pi-grid-no-margins .pi-col-2xs-8,
.pi-grid-no-margins .pi-col-2xs-9,
.pi-grid-no-margins .pi-col-2xs-10,
.pi-grid-no-margins .pi-col-2xs-11,
.pi-grid-no-margins .pi-col-2xs-12,
.pi-grid-no-margins .pi-col-xs-1,
.pi-grid-no-margins .pi-col-xs-2,
.pi-grid-no-margins .pi-col-xs-3,
.pi-grid-no-margins .pi-col-xs-4,
.pi-grid-no-margins .pi-col-xs-5,
.pi-grid-no-margins .pi-col-xs-5-cell,
.pi-grid-no-margins .pi-col-xs-6,
.pi-grid-no-margins .pi-col-xs-7,
.pi-grid-no-margins .pi-col-xs-8,
.pi-grid-no-margins .pi-col-xs-9,
.pi-grid-no-margins .pi-col-xs-10,
.pi-grid-no-margins .pi-col-xs-11,
.pi-grid-no-margins .pi-col-xs-12,
.pi-grid-no-margins .pi-col-sm-1,
.pi-grid-no-margins .pi-col-sm-2,
.pi-grid-no-margins .pi-col-sm-3,
.pi-grid-no-margins .pi-col-sm-4,
.pi-grid-no-margins .pi-col-sm-5,
.pi-grid-no-margins .pi-col-sm-5-cell,
.pi-grid-no-margins .pi-col-sm-6,
.pi-grid-no-margins .pi-col-sm-7,
.pi-grid-no-margins .pi-col-sm-8,
.pi-grid-no-margins .pi-col-sm-9,
.pi-grid-no-margins .pi-col-sm-10,
.pi-grid-no-margins .pi-col-sm-11,
.pi-grid-no-margins .pi-col-sm-12,
.pi-grid-no-margins .pi-col-md-1,
.pi-grid-no-margins .pi-col-md-2,
.pi-grid-no-margins .pi-col-md-3,
.pi-grid-no-margins .pi-col-md-4,
.pi-grid-no-margins .pi-col-md-5,
.pi-grid-no-margins .pi-col-md-5-cell,
.pi-grid-no-margins .pi-col-md-6,
.pi-grid-no-margins .pi-col-md-7,
.pi-grid-no-margins .pi-col-md-8,
.pi-grid-no-margins .pi-col-md-9,
.pi-grid-no-margins .pi-col-md-10,
.pi-grid-no-margins .pi-col-md-11,
.pi-grid-no-margins .pi-col-md-12,
.pi-grid-no-margins .pi-col-lg-1,
.pi-grid-no-margins .pi-col-lg-2,
.pi-grid-no-margins .pi-col-lg-3,
.pi-grid-no-margins .pi-col-lg-4,
.pi-grid-no-margins .pi-col-lg-5,
.pi-grid-no-margins .pi-col-lg-5-cell,
.pi-grid-no-margins .pi-col-lg-6,
.pi-grid-no-margins .pi-col-lg-7,
.pi-grid-no-margins .pi-col-lg-8,
.pi-grid-no-margins .pi-col-lg-9,
.pi-grid-no-margins .pi-col-lg-10,
.pi-grid-no-margins .pi-col-lg-11,
.pi-grid-no-margins .pi-col-lg-12,
.pi-grid-no-margins .col-xs-1,
.pi-grid-no-margins .col-xs-2,
.pi-grid-no-margins .col-xs-3,
.pi-grid-no-margins .col-xs-4,
.pi-grid-no-margins .col-xs-5,
.pi-grid-no-margins .col-xs-5-cell,
.pi-grid-no-margins .col-xs-6,
.pi-grid-no-margins .col-xs-7,
.pi-grid-no-margins .col-xs-8,
.pi-grid-no-margins .col-xs-9,
.pi-grid-no-margins .col-xs-10,
.pi-grid-no-margins .col-xs-11,
.pi-grid-no-margins .col-xs-12,
.pi-grid-no-margins .col-sm-1,
.pi-grid-no-margins .col-sm-2,
.pi-grid-no-margins .col-sm-3,
.pi-grid-no-margins .col-sm-4,
.pi-grid-no-margins .col-sm-5,
.pi-grid-no-margins .col-sm-5-cell,
.pi-grid-no-margins .col-sm-6,
.pi-grid-no-margins .col-sm-7,
.pi-grid-no-margins .col-sm-8,
.pi-grid-no-margins .col-sm-9,
.pi-grid-no-margins .col-sm-10,
.pi-grid-no-margins .col-sm-11,
.pi-grid-no-margins .col-sm-12,
.pi-grid-no-margins .col-md-1,
.pi-grid-no-margins .col-md-2,
.pi-grid-no-margins .col-md-3,
.pi-grid-no-margins .col-md-4,
.pi-grid-no-margins .col-md-5,
.pi-grid-no-margins .col-md-5-cell,
.pi-grid-no-margins .col-md-6,
.pi-grid-no-margins .col-md-7,
.pi-grid-no-margins .col-md-8,
.pi-grid-no-margins .col-md-9,
.pi-grid-no-margins .col-md-10,
.pi-grid-no-margins .col-md-11,
.pi-grid-no-margins .col-md-12,
.pi-grid-no-margins .col-lg-1,
.pi-grid-no-margins .col-lg-2,
.pi-grid-no-margins .col-lg-3,
.pi-grid-no-margins .col-lg-4,
.pi-grid-no-margins .col-lg-5,
.pi-grid-no-margins .col-lg-5-cell,
.pi-grid-no-margins .col-lg-6,
.pi-grid-no-margins .col-lg-7,
.pi-grid-no-margins .col-lg-8,
.pi-grid-no-margins .col-lg-9,
.pi-grid-no-margins .col-lg-10,
.pi-grid-no-margins .col-lg-11,
.pi-grid-no-margins .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 0) {
  /* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-1,
  .pi-col-3xs-2,
  .pi-col-3xs-3,
  .pi-col-3xs-4,
  .pi-col-3xs-5,
  .pi-col-3xs-5-cell,
  .pi-col-3xs-6,
  .pi-col-3xs-7,
  .pi-col-3xs-8,
  .pi-col-3xs-9,
  .pi-col-3xs-10,
  .pi-col-3xs-11,
  .col-3xs-1,
  .col-3xs-2,
  .col-3xs-3,
  .col-3xs-4,
  .col-3xs-5,
  .col-3xs-5-cell,
  .col-3xs-6,
  .col-3xs-7,
  .col-3xs-8,
  .col-3xs-9,
  .col-3xs-10,
  .col-3xs-11 {
    float: left;
  }
  /* line 342, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-3xs-1,
  .pi-bordered .pi-col-3xs-2,
  .pi-bordered .pi-col-3xs-3,
  .pi-bordered .pi-col-3xs-4,
  .pi-bordered .pi-col-3xs-5,
  .pi-bordered .pi-col-3xs-5-cell,
  .pi-bordered .pi-col-3xs-6,
  .pi-bordered .pi-col-3xs-7,
  .pi-bordered .pi-col-3xs-8,
  .pi-bordered .pi-col-3xs-9,
  .pi-bordered .pi-col-3xs-10,
  .pi-bordered .pi-col-3xs-11,
  .pi-bordered .col-3xs-1,
  .pi-bordered .col-3xs-2,
  .pi-bordered .col-3xs-3,
  .pi-bordered .col-3xs-4,
  .pi-bordered .col-3xs-5,
  .pi-bordered .col-3xs-5-cell,
  .pi-bordered .col-3xs-6,
  .pi-bordered .col-3xs-7,
  .pi-bordered .col-3xs-8,
  .pi-bordered .col-3xs-9,
  .pi-bordered .col-3xs-10,
  .pi-bordered .col-3xs-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 345, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-3xs-1:last-child,
  .pi-bordered .pi-col-3xs-2:last-child,
  .pi-bordered .pi-col-3xs-3:last-child,
  .pi-bordered .pi-col-3xs-4:last-child,
  .pi-bordered .pi-col-3xs-5:last-child,
  .pi-bordered .pi-col-3xs-5-cell:last-child,
  .pi-bordered .pi-col-3xs-6:last-child,
  .pi-bordered .pi-col-3xs-7:last-child,
  .pi-bordered .pi-col-3xs-8:last-child,
  .pi-bordered .pi-col-3xs-9:last-child,
  .pi-bordered .pi-col-3xs-10:last-child,
  .pi-bordered .pi-col-3xs-11:last-child,
  .pi-bordered .col-3xs-1:last-child,
  .pi-bordered .col-3xs-2:last-child,
  .pi-bordered .col-3xs-3:last-child,
  .pi-bordered .col-3xs-4:last-child,
  .pi-bordered .col-3xs-5:last-child,
  .pi-bordered .col-3xs-5-cell:last-child,
  .pi-bordered .col-3xs-6:last-child,
  .pi-bordered .col-3xs-7:last-child,
  .pi-bordered .col-3xs-8:last-child,
  .pi-bordered .col-3xs-9:last-child,
  .pi-bordered .col-3xs-10:last-child,
  .pi-bordered .col-3xs-11:last-child {
    border-right: 0;
  }
  /* line 349, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-3xs-1,
  .pi-bordered:last-child .pi-col-3xs-2,
  .pi-bordered:last-child .pi-col-3xs-3,
  .pi-bordered:last-child .pi-col-3xs-4,
  .pi-bordered:last-child .pi-col-3xs-5,
  .pi-bordered:last-child .pi-col-3xs-5-cell,
  .pi-bordered:last-child .pi-col-3xs-6,
  .pi-bordered:last-child .pi-col-3xs-7,
  .pi-bordered:last-child .pi-col-3xs-8,
  .pi-bordered:last-child .pi-col-3xs-9,
  .pi-bordered:last-child .pi-col-3xs-10,
  .pi-bordered:last-child .pi-col-3xs-11,
  .pi-bordered:last-child .col-3xs-1,
  .pi-bordered:last-child .col-3xs-2,
  .pi-bordered:last-child .col-3xs-3,
  .pi-bordered:last-child .col-3xs-4,
  .pi-bordered:last-child .col-3xs-5,
  .pi-bordered:last-child .col-3xs-5-cell,
  .pi-bordered:last-child .col-3xs-6,
  .pi-bordered:last-child .col-3xs-7,
  .pi-bordered:last-child .col-3xs-8,
  .pi-bordered:last-child .col-3xs-9,
  .pi-bordered:last-child .col-3xs-10,
  .pi-bordered:last-child .col-3xs-11 {
    border-bottom: 0;
  }
  /* line 354, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-1,
  .col-3xs-1 {
    width: 8.33333333%;
  }
  /* line 359, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-2,
  .col-3xs-2 {
    width: 16.66666667%;
  }
  /* line 364, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-3,
  .col-3xs-3 {
    width: 25%;
  }
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-4,
  .col-3xs-4 {
    width: 33.33333333%;
  }
  /* line 374, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-5,
  .col-3xs-5 {
    width: 41.66666667%;
  }
  /* line 379, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-5-cell,
  .col-3xs-5-cell {
    width: 20%;
  }
  /* line 384, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-6,
  .col-3xs-6 {
    width: 50%;
  }
  /* line 389, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-7,
  .col-3xs-7 {
    width: 58.33333333%;
  }
  /* line 394, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-8,
  .col-3xs-8 {
    width: 66.66666667%;
  }
  /* line 399, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-9,
  .col-3xs-9 {
    width: 75%;
  }
  /* line 404, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-10,
  .col-3xs-10 {
    width: 83.33333333%;
  }
  /* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-11,
  .col-3xs-11 {
    width: 91.66666667%;
  }
  /* line 414, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-12,
  .col-3xs-12 {
    width: 100%;
  }
  /* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-1 {
    left: 8.33333333%;
  }
  /* line 423, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-2 {
    left: 16.66666667%;
  }
  /* line 427, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-3 {
    left: 25%;
  }
  /* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-4 {
    left: 33.33333333%;
  }
  /* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-5 {
    left: 41.66666667%;
  }
  /* line 439, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-5-cell {
    left: 20%;
  }
  /* line 443, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-6 {
    left: 50%;
  }
  /* line 447, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-7 {
    left: 58.33333333%;
  }
  /* line 451, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-8 {
    left: 66.66666667%;
  }
  /* line 455, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-9 {
    left: 75%;
  }
  /* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-10 {
    left: 83.33333333%;
  }
  /* line 463, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-push-11 {
    left: 91.66666667%;
  }
  /* line 467, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-1 {
    right: 8.33333333%;
  }
  /* line 471, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-2 {
    right: 16.66666667%;
  }
  /* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-3 {
    right: 25%;
  }
  /* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-4 {
    right: 33.33333333%;
  }
  /* line 483, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-5 {
    right: 41.66666667%;
  }
  /* line 487, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-5-cell {
    right: 20%;
  }
  /* line 491, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-6 {
    right: 50%;
  }
  /* line 495, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-7 {
    right: 58.33333333%;
  }
  /* line 499, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-8 {
    right: 66.66666667%;
  }
  /* line 503, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-9 {
    right: 75%;
  }
  /* line 507, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-10 {
    right: 83.33333333%;
  }
  /* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-pull-11 {
    right: 91.66666667%;
  }
  /* line 515, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 519, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 523, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-3 {
    margin-left: 25%;
  }
  /* line 527, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 531, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-5-cell {
    margin-left: 20%;
  }
  /* line 539, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-6 {
    margin-left: 50%;
  }
  /* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 547, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 551, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-9 {
    margin-left: 75%;
  }
  /* line 555, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 320px) {
  /* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-1,
  .pi-col-2xs-2,
  .pi-col-2xs-3,
  .pi-col-2xs-4,
  .pi-col-2xs-5,
  .pi-col-2xs-5-cell,
  .pi-col-2xs-6,
  .pi-col-2xs-7,
  .pi-col-2xs-8,
  .pi-col-2xs-9,
  .pi-col-2xs-10,
  .pi-col-2xs-11,
  .col-2xs-1,
  .col-2xs-2,
  .col-2xs-3,
  .col-2xs-4,
  .col-2xs-5,
  .col-2xs-5-cell,
  .col-2xs-6,
  .col-2xs-7,
  .col-2xs-8,
  .col-2xs-9,
  .col-2xs-10,
  .col-2xs-11 {
    float: left;
  }
  /* line 591, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-2xs-1,
  .pi-bordered .pi-col-2xs-2,
  .pi-bordered .pi-col-2xs-3,
  .pi-bordered .pi-col-2xs-4,
  .pi-bordered .pi-col-2xs-5,
  .pi-bordered .pi-col-2xs-5-cell,
  .pi-bordered .pi-col-2xs-6,
  .pi-bordered .pi-col-2xs-7,
  .pi-bordered .pi-col-2xs-8,
  .pi-bordered .pi-col-2xs-9,
  .pi-bordered .pi-col-2xs-10,
  .pi-bordered .pi-col-2xs-11,
  .pi-bordered .col-2xs-1,
  .pi-bordered .col-2xs-2,
  .pi-bordered .col-2xs-3,
  .pi-bordered .col-2xs-4,
  .pi-bordered .col-2xs-5,
  .pi-bordered .col-2xs-5-cell,
  .pi-bordered .col-2xs-6,
  .pi-bordered .col-2xs-7,
  .pi-bordered .col-2xs-8,
  .pi-bordered .col-2xs-9,
  .pi-bordered .col-2xs-10,
  .pi-bordered .col-2xs-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 594, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-2xs-1:last-child,
  .pi-bordered .pi-col-2xs-2:last-child,
  .pi-bordered .pi-col-2xs-3:last-child,
  .pi-bordered .pi-col-2xs-4:last-child,
  .pi-bordered .pi-col-2xs-5:last-child,
  .pi-bordered .pi-col-2xs-5-cell:last-child,
  .pi-bordered .pi-col-2xs-6:last-child,
  .pi-bordered .pi-col-2xs-7:last-child,
  .pi-bordered .pi-col-2xs-8:last-child,
  .pi-bordered .pi-col-2xs-9:last-child,
  .pi-bordered .pi-col-2xs-10:last-child,
  .pi-bordered .pi-col-2xs-11:last-child,
  .pi-bordered .col-2xs-1:last-child,
  .pi-bordered .col-2xs-2:last-child,
  .pi-bordered .col-2xs-3:last-child,
  .pi-bordered .col-2xs-4:last-child,
  .pi-bordered .col-2xs-5:last-child,
  .pi-bordered .col-2xs-5-cell:last-child,
  .pi-bordered .col-2xs-6:last-child,
  .pi-bordered .col-2xs-7:last-child,
  .pi-bordered .col-2xs-8:last-child,
  .pi-bordered .col-2xs-9:last-child,
  .pi-bordered .col-2xs-10:last-child,
  .pi-bordered .col-2xs-11:last-child {
    border-right: 0;
  }
  /* line 598, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-2xs-1,
  .pi-bordered:last-child .pi-col-2xs-2,
  .pi-bordered:last-child .pi-col-2xs-3,
  .pi-bordered:last-child .pi-col-2xs-4,
  .pi-bordered:last-child .pi-col-2xs-5,
  .pi-bordered:last-child .pi-col-2xs-5-cell,
  .pi-bordered:last-child .pi-col-2xs-6,
  .pi-bordered:last-child .pi-col-2xs-7,
  .pi-bordered:last-child .pi-col-2xs-8,
  .pi-bordered:last-child .pi-col-2xs-9,
  .pi-bordered:last-child .pi-col-2xs-10,
  .pi-bordered:last-child .pi-col-2xs-11,
  .pi-bordered:last-child .col-2xs-1,
  .pi-bordered:last-child .col-2xs-2,
  .pi-bordered:last-child .col-2xs-3,
  .pi-bordered:last-child .col-2xs-4,
  .pi-bordered:last-child .col-2xs-5,
  .pi-bordered:last-child .col-2xs-5-cell,
  .pi-bordered:last-child .col-2xs-6,
  .pi-bordered:last-child .col-2xs-7,
  .pi-bordered:last-child .col-2xs-8,
  .pi-bordered:last-child .col-2xs-9,
  .pi-bordered:last-child .col-2xs-10,
  .pi-bordered:last-child .col-2xs-11 {
    border-bottom: 0;
  }
  /* line 603, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-1,
  .col-2xs-1 {
    width: 8.33333333%;
  }
  /* line 608, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-2,
  .col-2xs-2 {
    width: 16.66666667%;
  }
  /* line 613, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-3,
  .col-2xs-3 {
    width: 25%;
  }
  /* line 618, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-4,
  .col-2xs-4 {
    width: 33.33333333%;
  }
  /* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-5,
  .col-2xs-5 {
    width: 41.66666667%;
  }
  /* line 628, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-5-cell,
  .col-2xs-5-cell {
    width: 20%;
  }
  /* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-6,
  .col-2xs-6 {
    width: 50%;
  }
  /* line 638, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-7,
  .col-2xs-7 {
    width: 58.33333333%;
  }
  /* line 643, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-8,
  .col-2xs-8 {
    width: 66.66666667%;
  }
  /* line 648, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-9,
  .col-2xs-9 {
    width: 75%;
  }
  /* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-10,
  .col-2xs-10 {
    width: 83.33333333%;
  }
  /* line 658, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-11,
  .col-2xs-11 {
    width: 91.66666667%;
  }
  /* line 663, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-12,
  .col-2xs-12 {
    width: 100%;
  }
  /* line 668, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-1 {
    left: 8.33333333%;
  }
  /* line 672, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-2 {
    left: 16.66666667%;
  }
  /* line 676, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-3 {
    left: 25%;
  }
  /* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-4 {
    left: 33.33333333%;
  }
  /* line 684, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-5 {
    left: 41.66666667%;
  }
  /* line 688, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-5-cell {
    left: 20%;
  }
  /* line 692, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-6 {
    left: 50%;
  }
  /* line 696, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-7 {
    left: 58.33333333%;
  }
  /* line 700, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-8 {
    left: 66.66666667%;
  }
  /* line 704, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-9 {
    left: 75%;
  }
  /* line 708, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-10 {
    left: 83.33333333%;
  }
  /* line 712, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-push-11 {
    left: 91.66666667%;
  }
  /* line 716, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-1 {
    right: 8.33333333%;
  }
  /* line 720, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-2 {
    right: 16.66666667%;
  }
  /* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-3 {
    right: 25%;
  }
  /* line 728, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-4 {
    right: 33.33333333%;
  }
  /* line 732, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-5 {
    right: 41.66666667%;
  }
  /* line 736, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-5-cell {
    right: 20%;
  }
  /* line 740, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-6 {
    right: 50%;
  }
  /* line 744, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-7 {
    right: 58.33333333%;
  }
  /* line 748, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-8 {
    right: 66.66666667%;
  }
  /* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-9 {
    right: 75%;
  }
  /* line 756, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-10 {
    right: 83.33333333%;
  }
  /* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-pull-11 {
    right: 91.66666667%;
  }
  /* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 772, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-3 {
    margin-left: 25%;
  }
  /* line 776, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 780, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 784, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-5-cell {
    margin-left: 20%;
  }
  /* line 788, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-6 {
    margin-left: 50%;
  }
  /* line 792, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 796, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 800, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-9 {
    margin-left: 75%;
  }
  /* line 804, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 808, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-2xs-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) {
  /* line 815, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-1,
  .pi-col-xs-2,
  .pi-col-xs-3,
  .pi-col-xs-4,
  .pi-col-xs-5,
  .pi-col-xs-5-cell,
  .pi-col-xs-6,
  .pi-col-xs-7,
  .pi-col-xs-8,
  .pi-col-xs-9,
  .pi-col-xs-10,
  .pi-col-xs-11,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-5-cell,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    float: left;
  }
  /* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-xs-1,
  .pi-bordered .pi-col-xs-2,
  .pi-bordered .pi-col-xs-3,
  .pi-bordered .pi-col-xs-4,
  .pi-bordered .pi-col-xs-5,
  .pi-bordered .pi-col-xs-5-cell,
  .pi-bordered .pi-col-xs-6,
  .pi-bordered .pi-col-xs-7,
  .pi-bordered .pi-col-xs-8,
  .pi-bordered .pi-col-xs-9,
  .pi-bordered .pi-col-xs-10,
  .pi-bordered .pi-col-xs-11,
  .pi-bordered .col-xs-1,
  .pi-bordered .col-xs-2,
  .pi-bordered .col-xs-3,
  .pi-bordered .col-xs-4,
  .pi-bordered .col-xs-5,
  .pi-bordered .col-xs-5-cell,
  .pi-bordered .col-xs-6,
  .pi-bordered .col-xs-7,
  .pi-bordered .col-xs-8,
  .pi-bordered .col-xs-9,
  .pi-bordered .col-xs-10,
  .pi-bordered .col-xs-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-xs-1:last-child,
  .pi-bordered .pi-col-xs-2:last-child,
  .pi-bordered .pi-col-xs-3:last-child,
  .pi-bordered .pi-col-xs-4:last-child,
  .pi-bordered .pi-col-xs-5:last-child,
  .pi-bordered .pi-col-xs-5-cell:last-child,
  .pi-bordered .pi-col-xs-6:last-child,
  .pi-bordered .pi-col-xs-7:last-child,
  .pi-bordered .pi-col-xs-8:last-child,
  .pi-bordered .pi-col-xs-9:last-child,
  .pi-bordered .pi-col-xs-10:last-child,
  .pi-bordered .pi-col-xs-11:last-child,
  .pi-bordered .col-xs-1:last-child,
  .pi-bordered .col-xs-2:last-child,
  .pi-bordered .col-xs-3:last-child,
  .pi-bordered .col-xs-4:last-child,
  .pi-bordered .col-xs-5:last-child,
  .pi-bordered .col-xs-5-cell:last-child,
  .pi-bordered .col-xs-6:last-child,
  .pi-bordered .col-xs-7:last-child,
  .pi-bordered .col-xs-8:last-child,
  .pi-bordered .col-xs-9:last-child,
  .pi-bordered .col-xs-10:last-child,
  .pi-bordered .col-xs-11:last-child {
    border-right: 0;
  }
  /* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-xs-1,
  .pi-bordered:last-child .pi-col-xs-2,
  .pi-bordered:last-child .pi-col-xs-3,
  .pi-bordered:last-child .pi-col-xs-4,
  .pi-bordered:last-child .pi-col-xs-5,
  .pi-bordered:last-child .pi-col-xs-5-cell,
  .pi-bordered:last-child .pi-col-xs-6,
  .pi-bordered:last-child .pi-col-xs-7,
  .pi-bordered:last-child .pi-col-xs-8,
  .pi-bordered:last-child .pi-col-xs-9,
  .pi-bordered:last-child .pi-col-xs-10,
  .pi-bordered:last-child .pi-col-xs-11,
  .pi-bordered:last-child .col-xs-1,
  .pi-bordered:last-child .col-xs-2,
  .pi-bordered:last-child .col-xs-3,
  .pi-bordered:last-child .col-xs-4,
  .pi-bordered:last-child .col-xs-5,
  .pi-bordered:last-child .col-xs-5-cell,
  .pi-bordered:last-child .col-xs-6,
  .pi-bordered:last-child .col-xs-7,
  .pi-bordered:last-child .col-xs-8,
  .pi-bordered:last-child .col-xs-9,
  .pi-bordered:last-child .col-xs-10,
  .pi-bordered:last-child .col-xs-11 {
    border-bottom: 0;
  }
  /* line 852, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-1,
  .col-xs-1 {
    width: 8.33333333%;
  }
  /* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-2,
  .col-xs-2 {
    width: 16.66666667%;
  }
  /* line 862, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-3,
  .col-xs-3 {
    width: 25%;
  }
  /* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-4,
  .col-xs-4 {
    width: 33.33333333%;
  }
  /* line 872, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-5,
  .col-xs-5 {
    width: 41.66666667%;
  }
  /* line 877, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-5-cell,
  .col-xs-5-cell {
    width: 20%;
  }
  /* line 882, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-6,
  .col-xs-6 {
    width: 50%;
  }
  /* line 887, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-7,
  .col-xs-7 {
    width: 58.33333333%;
  }
  /* line 892, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-8,
  .col-xs-8 {
    width: 66.66666667%;
  }
  /* line 897, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-9,
  .col-xs-9 {
    width: 75%;
  }
  /* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-10,
  .col-xs-10 {
    width: 83.33333333%;
  }
  /* line 907, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-11,
  .col-xs-11 {
    width: 91.66666667%;
  }
  /* line 912, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-12,
  .col-xs-12 {
    width: 100%;
  }
  /* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-1 {
    left: 8.33333333%;
  }
  /* line 921, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-2 {
    left: 16.66666667%;
  }
  /* line 925, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-3 {
    left: 25%;
  }
  /* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-4 {
    left: 33.33333333%;
  }
  /* line 933, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-5 {
    left: 41.66666667%;
  }
  /* line 937, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-5-cell {
    left: 20%;
  }
  /* line 941, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-6 {
    left: 50%;
  }
  /* line 945, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-7 {
    left: 58.33333333%;
  }
  /* line 949, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-8 {
    left: 66.66666667%;
  }
  /* line 953, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-9 {
    left: 75%;
  }
  /* line 957, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-10 {
    left: 83.33333333%;
  }
  /* line 961, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-push-11 {
    left: 91.66666667%;
  }
  /* line 965, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-1 {
    right: 8.33333333%;
  }
  /* line 969, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-2 {
    right: 16.66666667%;
  }
  /* line 973, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-3 {
    right: 25%;
  }
  /* line 977, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-4 {
    right: 33.33333333%;
  }
  /* line 981, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-5 {
    right: 41.66666667%;
  }
  /* line 985, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-5-cell {
    right: 20%;
  }
  /* line 989, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-6 {
    right: 50%;
  }
  /* line 993, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-7 {
    right: 58.33333333%;
  }
  /* line 997, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-8 {
    right: 66.66666667%;
  }
  /* line 1001, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-9 {
    right: 75%;
  }
  /* line 1005, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-10 {
    right: 83.33333333%;
  }
  /* line 1009, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-pull-11 {
    right: 91.66666667%;
  }
  /* line 1013, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1017, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1021, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-3 {
    margin-left: 25%;
  }
  /* line 1025, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1029, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1033, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-5-cell {
    margin-left: 20%;
  }
  /* line 1037, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-6 {
    margin-left: 50%;
  }
  /* line 1041, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1045, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1049, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-9 {
    margin-left: 75%;
  }
  /* line 1053, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1057, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 844px) {
  /* line 1064, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-1,
  .pi-col-sm-2,
  .pi-col-sm-3,
  .pi-col-sm-4,
  .pi-col-sm-5,
  .pi-col-sm-5-cell,
  .pi-col-sm-6,
  .pi-col-sm-7,
  .pi-col-sm-8,
  .pi-col-sm-9,
  .pi-col-sm-10,
  .pi-col-sm-11,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-5-cell,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  /* line 1089, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-sm-1,
  .pi-bordered .pi-col-sm-2,
  .pi-bordered .pi-col-sm-3,
  .pi-bordered .pi-col-sm-4,
  .pi-bordered .pi-col-sm-5,
  .pi-bordered .pi-col-sm-5-cell,
  .pi-bordered .pi-col-sm-6,
  .pi-bordered .pi-col-sm-7,
  .pi-bordered .pi-col-sm-8,
  .pi-bordered .pi-col-sm-9,
  .pi-bordered .pi-col-sm-10,
  .pi-bordered .pi-col-sm-11,
  .pi-bordered .col-sm-1,
  .pi-bordered .col-sm-2,
  .pi-bordered .col-sm-3,
  .pi-bordered .col-sm-4,
  .pi-bordered .col-sm-5,
  .pi-bordered .col-sm-5-cell,
  .pi-bordered .col-sm-6,
  .pi-bordered .col-sm-7,
  .pi-bordered .col-sm-8,
  .pi-bordered .col-sm-9,
  .pi-bordered .col-sm-10,
  .pi-bordered .col-sm-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 1092, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-sm-1:last-child,
  .pi-bordered .pi-col-sm-2:last-child,
  .pi-bordered .pi-col-sm-3:last-child,
  .pi-bordered .pi-col-sm-4:last-child,
  .pi-bordered .pi-col-sm-5:last-child,
  .pi-bordered .pi-col-sm-5-cell:last-child,
  .pi-bordered .pi-col-sm-6:last-child,
  .pi-bordered .pi-col-sm-7:last-child,
  .pi-bordered .pi-col-sm-8:last-child,
  .pi-bordered .pi-col-sm-9:last-child,
  .pi-bordered .pi-col-sm-10:last-child,
  .pi-bordered .pi-col-sm-11:last-child,
  .pi-bordered .col-sm-1:last-child,
  .pi-bordered .col-sm-2:last-child,
  .pi-bordered .col-sm-3:last-child,
  .pi-bordered .col-sm-4:last-child,
  .pi-bordered .col-sm-5:last-child,
  .pi-bordered .col-sm-5-cell:last-child,
  .pi-bordered .col-sm-6:last-child,
  .pi-bordered .col-sm-7:last-child,
  .pi-bordered .col-sm-8:last-child,
  .pi-bordered .col-sm-9:last-child,
  .pi-bordered .col-sm-10:last-child,
  .pi-bordered .col-sm-11:last-child {
    border-right: 0;
  }
  /* line 1096, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-sm-1,
  .pi-bordered:last-child .pi-col-sm-2,
  .pi-bordered:last-child .pi-col-sm-3,
  .pi-bordered:last-child .pi-col-sm-4,
  .pi-bordered:last-child .pi-col-sm-5,
  .pi-bordered:last-child .pi-col-sm-5-cell,
  .pi-bordered:last-child .pi-col-sm-6,
  .pi-bordered:last-child .pi-col-sm-7,
  .pi-bordered:last-child .pi-col-sm-8,
  .pi-bordered:last-child .pi-col-sm-9,
  .pi-bordered:last-child .pi-col-sm-10,
  .pi-bordered:last-child .pi-col-sm-11,
  .pi-bordered:last-child .col-sm-1,
  .pi-bordered:last-child .col-sm-2,
  .pi-bordered:last-child .col-sm-3,
  .pi-bordered:last-child .col-sm-4,
  .pi-bordered:last-child .col-sm-5,
  .pi-bordered:last-child .col-sm-5-cell,
  .pi-bordered:last-child .col-sm-6,
  .pi-bordered:last-child .col-sm-7,
  .pi-bordered:last-child .col-sm-8,
  .pi-bordered:last-child .col-sm-9,
  .pi-bordered:last-child .col-sm-10,
  .pi-bordered:last-child .col-sm-11 {
    border-bottom: 0;
  }
  /* line 1101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-1,
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-2,
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-3,
  .col-sm-3 {
    width: 25%;
  }
  /* line 1116, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-4,
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1121, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-5,
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-5-cell,
  .col-sm-5-cell {
    width: 20%;
  }
  /* line 1131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-6,
  .col-sm-6 {
    width: 50%;
  }
  /* line 1136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-7,
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-8,
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-9,
  .col-sm-9 {
    width: 75%;
  }
  /* line 1151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-10,
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1156, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-11,
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1161, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-12,
  .col-sm-12 {
    width: 100%;
  }
  /* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-3 {
    left: 25%;
  }
  /* line 1178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-5-cell {
    left: 20%;
  }
  /* line 1190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-6 {
    left: 50%;
  }
  /* line 1194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-9 {
    left: 75%;
  }
  /* line 1206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-3 {
    right: 25%;
  }
  /* line 1226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-5-cell {
    right: 20%;
  }
  /* line 1238, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-6 {
    right: 50%;
  }
  /* line 1242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-9 {
    right: 75%;
  }
  /* line 1254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1278, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1282, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-5-cell {
    margin-left: 20%;
  }
  /* line 1286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1302, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  /* line 1313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-1,
  .pi-col-md-2,
  .pi-col-md-3,
  .pi-col-md-4,
  .pi-col-md-5,
  .pi-col-md-5-cell,
  .pi-col-md-6,
  .pi-col-md-7,
  .pi-col-md-8,
  .pi-col-md-9,
  .pi-col-md-10,
  .pi-col-md-11,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-5-cell,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  /* line 1338, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-md-1,
  .pi-bordered .pi-col-md-2,
  .pi-bordered .pi-col-md-3,
  .pi-bordered .pi-col-md-4,
  .pi-bordered .pi-col-md-5,
  .pi-bordered .pi-col-md-5-cell,
  .pi-bordered .pi-col-md-6,
  .pi-bordered .pi-col-md-7,
  .pi-bordered .pi-col-md-8,
  .pi-bordered .pi-col-md-9,
  .pi-bordered .pi-col-md-10,
  .pi-bordered .pi-col-md-11,
  .pi-bordered .col-md-1,
  .pi-bordered .col-md-2,
  .pi-bordered .col-md-3,
  .pi-bordered .col-md-4,
  .pi-bordered .col-md-5,
  .pi-bordered .col-md-5-cell,
  .pi-bordered .col-md-6,
  .pi-bordered .col-md-7,
  .pi-bordered .col-md-8,
  .pi-bordered .col-md-9,
  .pi-bordered .col-md-10,
  .pi-bordered .col-md-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 1341, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-md-1:last-child,
  .pi-bordered .pi-col-md-2:last-child,
  .pi-bordered .pi-col-md-3:last-child,
  .pi-bordered .pi-col-md-4:last-child,
  .pi-bordered .pi-col-md-5:last-child,
  .pi-bordered .pi-col-md-5-cell:last-child,
  .pi-bordered .pi-col-md-6:last-child,
  .pi-bordered .pi-col-md-7:last-child,
  .pi-bordered .pi-col-md-8:last-child,
  .pi-bordered .pi-col-md-9:last-child,
  .pi-bordered .pi-col-md-10:last-child,
  .pi-bordered .pi-col-md-11:last-child,
  .pi-bordered .col-md-1:last-child,
  .pi-bordered .col-md-2:last-child,
  .pi-bordered .col-md-3:last-child,
  .pi-bordered .col-md-4:last-child,
  .pi-bordered .col-md-5:last-child,
  .pi-bordered .col-md-5-cell:last-child,
  .pi-bordered .col-md-6:last-child,
  .pi-bordered .col-md-7:last-child,
  .pi-bordered .col-md-8:last-child,
  .pi-bordered .col-md-9:last-child,
  .pi-bordered .col-md-10:last-child,
  .pi-bordered .col-md-11:last-child {
    border-right: 0;
  }
  /* line 1345, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-md-1,
  .pi-bordered:last-child .pi-col-md-2,
  .pi-bordered:last-child .pi-col-md-3,
  .pi-bordered:last-child .pi-col-md-4,
  .pi-bordered:last-child .pi-col-md-5,
  .pi-bordered:last-child .pi-col-md-5-cell,
  .pi-bordered:last-child .pi-col-md-6,
  .pi-bordered:last-child .pi-col-md-7,
  .pi-bordered:last-child .pi-col-md-8,
  .pi-bordered:last-child .pi-col-md-9,
  .pi-bordered:last-child .pi-col-md-10,
  .pi-bordered:last-child .pi-col-md-11,
  .pi-bordered:last-child .col-md-1,
  .pi-bordered:last-child .col-md-2,
  .pi-bordered:last-child .col-md-3,
  .pi-bordered:last-child .col-md-4,
  .pi-bordered:last-child .col-md-5,
  .pi-bordered:last-child .col-md-5-cell,
  .pi-bordered:last-child .col-md-6,
  .pi-bordered:last-child .col-md-7,
  .pi-bordered:last-child .col-md-8,
  .pi-bordered:last-child .col-md-9,
  .pi-bordered:last-child .col-md-10,
  .pi-bordered:last-child .col-md-11 {
    border-bottom: 0;
  }
  /* line 1350, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-1,
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1355, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-2,
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-3,
  .col-md-3 {
    width: 25%;
  }
  /* line 1365, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-4,
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1370, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-5,
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-5-cell,
  .col-md-5-cell {
    width: 20%;
  }
  /* line 1380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-6,
  .col-md-6 {
    width: 50%;
  }
  /* line 1385, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-7,
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-8,
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-9,
  .col-md-9 {
    width: 75%;
  }
  /* line 1400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-10,
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-11,
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1410, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-12,
  .col-md-12 {
    width: 100%;
  }
  /* line 1415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-0 {
    left: auto;
  }
  /* line 1419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 1423, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 1427, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-3 {
    left: 25%;
  }
  /* line 1431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 1435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 1439, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-5-cell {
    left: 20%;
  }
  /* line 1443, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-6 {
    left: 50%;
  }
  /* line 1447, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 1451, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 1455, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-9 {
    left: 75%;
  }
  /* line 1459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 1463, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 1467, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-0 {
    right: auto;
  }
  /* line 1471, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 1475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 1479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-3 {
    right: 25%;
  }
  /* line 1483, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 1487, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 1491, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-5-cell {
    right: 20%;
  }
  /* line 1495, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-6 {
    right: 50%;
  }
  /* line 1499, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1503, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1507, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-9 {
    right: 75%;
  }
  /* line 1511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1515, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1519, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-0 {
    margin-left: 0;
  }
  /* line 1523, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1527, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1531, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1539, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-5-cell {
    margin-left: 20%;
  }
  /* line 1547, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1551, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1555, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1563, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1567, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1120px) {
  /* line 1574, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-1,
  .pi-col-lg-2,
  .pi-col-lg-3,
  .pi-col-lg-4,
  .pi-col-lg-5,
  .pi-col-lg-5-cell,
  .pi-col-lg-6,
  .pi-col-lg-7,
  .pi-col-lg-8,
  .pi-col-lg-9,
  .pi-col-lg-10,
  .pi-col-lg-11,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-5-cell,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  /* line 1599, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-lg-1,
  .pi-bordered .pi-col-lg-2,
  .pi-bordered .pi-col-lg-3,
  .pi-bordered .pi-col-lg-4,
  .pi-bordered .pi-col-lg-5,
  .pi-bordered .pi-col-lg-5-cell,
  .pi-bordered .pi-col-lg-6,
  .pi-bordered .pi-col-lg-7,
  .pi-bordered .pi-col-lg-8,
  .pi-bordered .pi-col-lg-9,
  .pi-bordered .pi-col-lg-10,
  .pi-bordered .pi-col-lg-11,
  .pi-bordered .col-lg-1,
  .pi-bordered .col-lg-2,
  .pi-bordered .col-lg-3,
  .pi-bordered .col-lg-4,
  .pi-bordered .col-lg-5,
  .pi-bordered .col-lg-5-cell,
  .pi-bordered .col-lg-6,
  .pi-bordered .col-lg-7,
  .pi-bordered .col-lg-8,
  .pi-bordered .col-lg-9,
  .pi-bordered .col-lg-10,
  .pi-bordered .col-lg-11 {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  /* line 1602, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered .pi-col-lg-1:last-child,
  .pi-bordered .pi-col-lg-2:last-child,
  .pi-bordered .pi-col-lg-3:last-child,
  .pi-bordered .pi-col-lg-4:last-child,
  .pi-bordered .pi-col-lg-5:last-child,
  .pi-bordered .pi-col-lg-5-cell:last-child,
  .pi-bordered .pi-col-lg-6:last-child,
  .pi-bordered .pi-col-lg-7:last-child,
  .pi-bordered .pi-col-lg-8:last-child,
  .pi-bordered .pi-col-lg-9:last-child,
  .pi-bordered .pi-col-lg-10:last-child,
  .pi-bordered .pi-col-lg-11:last-child,
  .pi-bordered .col-lg-1:last-child,
  .pi-bordered .col-lg-2:last-child,
  .pi-bordered .col-lg-3:last-child,
  .pi-bordered .col-lg-4:last-child,
  .pi-bordered .col-lg-5:last-child,
  .pi-bordered .col-lg-5-cell:last-child,
  .pi-bordered .col-lg-6:last-child,
  .pi-bordered .col-lg-7:last-child,
  .pi-bordered .col-lg-8:last-child,
  .pi-bordered .col-lg-9:last-child,
  .pi-bordered .col-lg-10:last-child,
  .pi-bordered .col-lg-11:last-child {
    border-right: 0;
  }
  /* line 1606, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-bordered:last-child .pi-col-lg-1,
  .pi-bordered:last-child .pi-col-lg-2,
  .pi-bordered:last-child .pi-col-lg-3,
  .pi-bordered:last-child .pi-col-lg-4,
  .pi-bordered:last-child .pi-col-lg-5,
  .pi-bordered:last-child .pi-col-lg-5-cell,
  .pi-bordered:last-child .pi-col-lg-6,
  .pi-bordered:last-child .pi-col-lg-7,
  .pi-bordered:last-child .pi-col-lg-8,
  .pi-bordered:last-child .pi-col-lg-9,
  .pi-bordered:last-child .pi-col-lg-10,
  .pi-bordered:last-child .pi-col-lg-11,
  .pi-bordered:last-child .col-lg-1,
  .pi-bordered:last-child .col-lg-2,
  .pi-bordered:last-child .col-lg-3,
  .pi-bordered:last-child .col-lg-4,
  .pi-bordered:last-child .col-lg-5,
  .pi-bordered:last-child .col-lg-5-cell,
  .pi-bordered:last-child .col-lg-6,
  .pi-bordered:last-child .col-lg-7,
  .pi-bordered:last-child .col-lg-8,
  .pi-bordered:last-child .col-lg-9,
  .pi-bordered:last-child .col-lg-10,
  .pi-bordered:last-child .col-lg-11 {
    border-bottom: 0;
  }
  /* line 1611, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-1,
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 1616, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-2,
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 1621, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-3,
  .col-lg-3 {
    width: 25%;
  }
  /* line 1626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-4,
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 1631, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-5,
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 1636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-5-cell,
  .col-lg-5-cell {
    width: 20%;
  }
  /* line 1641, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-6,
  .col-lg-6 {
    width: 50%;
  }
  /* line 1646, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-7,
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 1651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-8,
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 1656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-9,
  .col-lg-9 {
    width: 75%;
  }
  /* line 1661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-10,
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 1666, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-11,
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 1671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-12,
  .col-lg-12 {
    width: 100%;
  }
  /* line 1676, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-0 {
    left: auto;
  }
  /* line 1680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 1684, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 1688, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-3 {
    left: 25%;
  }
  /* line 1692, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 1696, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 1700, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-5-cell {
    left: 20%;
  }
  /* line 1704, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-6 {
    left: 50%;
  }
  /* line 1708, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 1712, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 1716, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-9 {
    left: 75%;
  }
  /* line 1720, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 1724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 1728, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-0 {
    right: auto;
  }
  /* line 1732, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 1736, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 1740, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-3 {
    right: 25%;
  }
  /* line 1744, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 1748, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 1752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-5-cell {
    right: 20%;
  }
  /* line 1756, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-6 {
    right: 50%;
  }
  /* line 1760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 1764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 1768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-9 {
    right: 75%;
  }
  /* line 1772, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 1776, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 1780, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-0 {
    margin-left: 0;
  }
  /* line 1784, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1788, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1792, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1796, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1800, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1804, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-5-cell {
    margin-left: 20%;
  }
  /* line 1808, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1812, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1816, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1820, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1824, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1828, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (max-width: 319px) {
  /* line 1835, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  /* line 1840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
  .pi-col-3xs-1,
  .pi-col-3xs-2,
  .pi-col-3xs-3,
  .pi-col-3xs-4,
  .pi-col-3xs-5,
  .pi-col-3xs-5-cell,
  .pi-col-3xs-6,
  .pi-col-3xs-7,
  .pi-col-3xs-8,
  .pi-col-3xs-9,
  .pi-col-3xs-10,
  .pi-col-3xs-11,
  .pi-col-3xs-12,
  .pi-col-2xs-1,
  .pi-col-2xs-2,
  .pi-col-2xs-3,
  .pi-col-2xs-4,
  .pi-col-2xs-5,
  .pi-col-2xs-5-cell,
  .pi-col-2xs-6,
  .pi-col-2xs-7,
  .pi-col-2xs-8,
  .pi-col-2xs-9,
  .pi-col-2xs-10,
  .pi-col-2xs-11,
  .pi-col-2xs-12,
  .pi-col-xs-1,
  .pi-col-xs-2,
  .pi-col-xs-3,
  .pi-col-xs-4,
  .pi-col-xs-5,
  .pi-col-xs-5-cell,
  .pi-col-xs-6,
  .pi-col-xs-7,
  .pi-col-xs-8,
  .pi-col-xs-9,
  .pi-col-xs-10,
  .pi-col-xs-11,
  .pi-col-xs-12,
  .pi-col-sm-1,
  .pi-col-sm-2,
  .pi-col-sm-3,
  .pi-col-sm-4,
  .pi-col-sm-5,
  .pi-col-sm-5-cell,
  .pi-col-sm-6,
  .pi-col-sm-7,
  .pi-col-sm-8,
  .pi-col-sm-9,
  .pi-col-sm-10,
  .pi-col-sm-11,
  .pi-col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-5-cell,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-5-cell,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/* line 1933, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-section-white .pi-bordered .pi-col {
  border-color: #eef1f1;
}
/* line 1937, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-section-grey .pi-bordered .pi-col {
  border-color: #e6eaea;
}
/* line 1941, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-section-base .pi-bordered .pi-col {
  border-color: #009ca4;
}
/* line 1945, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-section-dark .pi-bordered .pi-col {
  border-color: #2a3036;
}
/* line 1949, https://www.ruralhistory.eu/++resource++cloud19.theme/less/grid.less */
.pi-section-parallax .pi-bordered .pi-col {
  border-color: #242427;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.isotope {
  position: relative;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-gallery::before,
.pi-gallery::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-gallery::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-gallery:before,
.pi-gallery:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-gallery:after {
  clear: both;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery .pi-gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-gallery-small-margins {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-gallery-small-margins .pi-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-gallery-big-margins {
  margin-left: -32px;
  margin-right: -32px;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-gallery-big-margins .pi-gallery-item {
  padding-left: 32px;
  padding-right: 32px;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery .pi-gallery-item img {
  width: 100%;
  height: auto;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-stacked {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
/* line 46, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-stacked .pi-gallery-item,
.pi-gallery.pi-stacked .pi-gallery-item .pi-img-w {
  margin: 0 !important;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.pi-gallery.pi-stacked .pi-gallery-item {
  padding: 0 !important;
}
@media (min-width: 0px) {
  /* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-6 .pi-gallery-item {
    float: left;
  }
  /* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-3xs-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (min-width: 320px) {
  /* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-2xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-6 .pi-gallery-item {
    float: left;
  }
  /* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-2xs-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-2xs-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 172, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-2xs-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-2xs-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 204, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-2xs-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-6 .pi-gallery-item {
    float: left;
  }
  /* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-xs-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 256, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-xs-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 261, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-xs-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 278, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 293, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 303, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-xs-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (min-width: 844px) {
  /* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-sm-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-6 .pi-gallery-item {
    float: left;
  }
  /* line 327, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-sm-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-sm-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 331, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 345, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 354, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-sm-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 362, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 367, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 372, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 377, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 382, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 387, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-sm-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-md-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-6 .pi-gallery-item {
    float: left;
  }
  /* line 410, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-md-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-md-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 414, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 423, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-md-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 428, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 437, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-md-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 445, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 455, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 460, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 465, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 470, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-md-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (min-width: 1120px) {
  /* line 483, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-lg-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-6 .pi-gallery-item {
    float: left;
  }
  /* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-lg-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-lg-6 .pi-gallery-item {
    padding: 0 15px;
  }
  /* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 506, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-lg-6 .pi-gallery-item {
    padding: 0 10px;
  }
  /* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -32px;
    margin-right: -32px;
  }
  /* line 520, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-lg-6 .pi-gallery-item {
    padding: 0 32px;
  }
  /* line 528, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-6 .pi-gallery-item {
    width: 16.6%;
  }
  /* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-5 .pi-gallery-item {
    width: 20%;
  }
  /* line 539, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-4 .pi-gallery-item {
    width: 25%;
  }
  /* line 544, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-3 .pi-gallery-item {
    width: 33.3%;
  }
  /* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-2 .pi-gallery-item {
    width: 50%;
  }
  /* line 554, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-liquid-col-lg-1 .pi-gallery-item {
    width: 100%;
  }
}
@media (max-width: 319px) {
  /* line 561, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  /* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 7.5px;
  }
  /* line 574, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 583, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 5px;
  }
  /* line 588, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins {
    margin-left: -16px;
    margin-right: -16px;
  }
  /* line 597, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-big-margins.pi-liquid-col-3xs-6 .pi-gallery-item {
    padding: 0 16px;
  }
}
/* line 606, https://www.ruralhistory.eu/++resource++cloud19.theme/less/galleries.less */
.c19-album-list a.pi-img-caption {
  min-height: 65px;
  max-height: 115px;
  overflow: hidden;
  padding: 7px 18px !important;
  pointer-events: none;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-fixed #pi-all {
  max-width: 1120px;
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
#pi-all {
  position: relative;
  overflow: hidden;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-copyright {
  line-height: 30px;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-margin {
  margin: 0 !important;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-margin-top {
  margin-top: 0 !important;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-margin-right {
  margin-right: 0 !important;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-margin-bottom {
  margin-bottom: 0 !important;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-margin-left {
  margin-left: 0 !important;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-padding {
  padding: 0 !important;
  overflow: hidden;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-padding-top {
  padding-top: 0 !important;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-padding-right {
  padding-right: 0 !important;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-padding-bottom {
  padding-bottom: 0 !important;
  overflow: hidden;
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.template-edit .pi-no-padding-bottom {
  overflow: visible !important;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.template-edit .pi-no-padding {
  overflow: visible !important;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.template-edit .pi-no-padding-top {
  overflow: visible !important;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-padding-left {
  padding-left: 0 !important;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-10,
.pi-padding-top-bottom-10 {
  padding-top: 10px !important;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-15,
.pi-padding-top-bottom-15 {
  padding-top: 15px !important;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-20,
.pi-padding-top-bottom-20 {
  padding-top: 20px !important;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-25,
.pi-padding-top-bottom-25 {
  padding-top: 25px !important;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-30,
.pi-padding-top-bottom-30 {
  padding-top: 30px !important;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-40,
.pi-padding-top-bottom-40 {
  padding-top: 40px !important;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-50,
.pi-padding-top-bottom-50 {
  padding-top: 50px !important;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-60,
.pi-padding-top-bottom-60 {
  padding-top: 60px !important;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-70,
.pi-padding-top-bottom-70 {
  padding-top: 70px !important;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-80,
.pi-padding-top-bottom-80 {
  padding-top: 80px !important;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-90,
.pi-padding-top-bottom-90 {
  padding-top: 90px !important;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-100,
.pi-padding-top-bottom-100 {
  padding-top: 100px !important;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-110,
.pi-padding-top-bottom-110 {
  padding-top: 110px !important;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-120,
.pi-padding-top-bottom-120 {
  padding-top: 120px !important;
}
/* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-130,
.pi-padding-top-bottom-130 {
  padding-top: 130px !important;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-140,
.pi-padding-top-bottom-140 {
  padding-top: 140px !important;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-150,
.pi-padding-top-bottom-150 {
  padding-top: 150px !important;
}
/* line 142, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-160,
.pi-padding-top-bottom-160 {
  padding-top: 160px !important;
}
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-top-170,
.pi-padding-top-bottom-170 {
  padding-top: 170px !important;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-10,
.pi-padding-top-bottom-10 {
  padding-bottom: 10px !important;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-15,
.pi-padding-top-bottom-15 {
  padding-bottom: 15px !important;
}
/* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-20,
.pi-padding-top-bottom-20 {
  padding-bottom: 20px !important;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-25,
.pi-padding-top-bottom-25 {
  padding-bottom: 25px !important;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-30,
.pi-padding-top-bottom-30 {
  padding-bottom: 30px !important;
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-40,
.pi-padding-top-bottom-40 {
  padding-bottom: 40px !important;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-50,
.pi-padding-top-bottom-50 {
  padding-bottom: 50px !important;
}
/* line 178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-60,
.pi-padding-top-bottom-60 {
  padding-bottom: 60px !important;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-70,
.pi-padding-top-bottom-70 {
  padding-bottom: 70px !important;
}
/* line 186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-80,
.pi-padding-top-bottom-80 {
  padding-bottom: 80px !important;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-90,
.pi-padding-top-bottom-90 {
  padding-bottom: 90px !important;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-100,
.pi-padding-top-bottom-100 {
  padding-bottom: 100px !important;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-110,
.pi-padding-top-bottom-110 {
  padding-bottom: 110px !important;
}
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-120,
.pi-padding-top-bottom-120 {
  padding-bottom: 120px !important;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-130,
.pi-padding-top-bottom-130 {
  padding-bottom: 130px !important;
}
/* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-140,
.pi-padding-top-bottom-140 {
  padding-bottom: 140px !important;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-150,
.pi-padding-top-bottom-150 {
  padding-bottom: 150px !important;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-160,
.pi-padding-top-bottom-160 {
  padding-bottom: 160px !important;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-padding-bottom-170,
.pi-padding-top-bottom-170 {
  padding-bottom: 170px !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border {
  border: 0 !important;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border-top {
  border-top: 0 !important;
}
/* line 237, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border-right {
  border-right: 0 !important;
}
/* line 241, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border-bottom {
  border-bottom: 0 !important;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border-left {
  border-left: 0 !important;
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
/* line 260, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
/* line 265, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
/* line 275, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
/* line 280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-margin-sides-0 {
  margin: 0 !important;
}
/* line 294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-texture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 302, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-no-transitions {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-clearfix::before,
.pi-clearfix::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-clearfix::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-clearfix:before,
.pi-clearfix:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-clearfix:after {
  clear: both;
}
/* line 314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-hide {
  display: none !important;
}
/* line 318, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-show {
  display: block !important;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-pull-right {
  float: right !important;
}
/* line 326, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-pull-left {
  float: left !important;
}
/* line 330, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-left,
.image-left {
  float: left;
  margin: 20px 20px 20px 0;
}
/* line 336, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-right,
.image-right {
  float: right;
  margin: 20px 0 20px 20px;
}
/* line 342, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-center {
  display: block;
  margin: 20px auto;
  text-align: center;
}
/* line 348, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-text-left {
  text-align: left;
}
/* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-text-right {
  text-align: right;
}
/* line 356, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-text-center {
  text-align: center;
}
/* line 360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) !important;
}
/* line 364, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-shadow-15 {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}
/* line 368, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-shadow-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07) !important;
}
/* line 372, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-bg-main-wood {
  background: url(../++resource++cloud19.theme/img/bg/wood.jpg) #ffffff;
}
/* line 376, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-bg-main-wood-dark {
  background: url(../++resource++cloud19.theme/img/bg/wood-dark.jpg) #ffffff;
}
/* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-bg-main-wood-light {
  background: url(../++resource++cloud19.theme/img/bg/wood-light.jpg) #ffffff;
}
/* line 384, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-bg-main-embossed-dark {
  background: url(../++resource++cloud19.theme/img/bg/embossed-dark.jpg) #ffffff;
}
/* line 388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
.pi-hide-excess {
  overflow: hidden;
}
/* google recaptha empty iframe broke layout fix */
/* line 393, https://www.ruralhistory.eu/++resource++cloud19.theme/less/helpers.less */
iframe[src="about:blank"] {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
.pi-visible-3xs,
.pi-visible-2xs,
.pi-visible-xs,
.pi-visible-sm,
.pi-visible-md {
  display: none !important;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
.pi-visible-3xs-only,
.pi-visible-2xs-only,
.pi-visible-xs-only,
.pi-visible-sm-only,
.pi-visible-md-only,
.pi-visible-lg-only {
  display: none;
}
@media (max-width: 319px) {
  /* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-3xs-only {
    display: none !important;
  }
  /* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-3xs-only {
    display: block !important;
  }
  /* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-3xs-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-3xs-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-3xs-only.pull-right {
    float: none !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  /* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-2xs-only {
    display: none !important;
  }
  /* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-2xs-only {
    display: block !important;
  }
  /* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-2xs-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-2xs-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-2xs-only.pull-right {
    float: none !important;
  }
}
@media (min-width: 480px) and (max-width: 843px) {
  /* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-xs-only {
    display: none !important;
  }
  /* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-xs-only {
    display: block !important;
  }
  /* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-xs-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-xs-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-xs-only.pull-right {
    float: none !important;
  }
}
@media (min-width: 844px) and (max-width: 991px) {
  /* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-sm-only {
    display: none !important;
  }
  /* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-sm-only {
    display: block !important;
  }
  /* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-sm-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-sm-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-sm-only.pull-right {
    float: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  /* line 105, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-md-only {
    display: none !important;
  }
  /* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-md-only {
    display: block !important;
  }
  /* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-md-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-md-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-md-only.pull-right {
    float: none !important;
  }
}
@media (min-width: 1120px) {
  /* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-lg-only {
    display: none !important;
  }
  /* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-lg-only {
    display: block !important;
  }
  /* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-lg-only {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-lg-only.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-lg-only.pull-right {
    float: none !important;
  }
}
@media (max-width: 319px) {
  /* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-3xs {
    display: none !important;
  }
  /* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-3xs {
    display: block !important;
  }
  /* line 143, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-3xs {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-3xs.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-3xs.pull-right {
    float: none !important;
  }
}
@media (max-width: 479px) {
  /* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-2xs {
    display: none !important;
  }
  /* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-2xs {
    display: block !important;
  }
  /* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-2xs {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-2xs.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-2xs.pull-right {
    float: none !important;
  }
}
@media (max-width: 843px) {
  /* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-xs {
    display: none !important;
  }
  /* line 169, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-xs {
    display: block !important;
  }
  /* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-xs {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-xs.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-xs.pull-right {
    float: none !important;
  }
}
@media (max-width: 991px) {
  /* line 180, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-sm {
    display: none !important;
  }
  /* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-sm {
    display: block !important;
  }
  /* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-sm {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-sm.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-sm.pull-right {
    float: none !important;
  }
}
@media (max-width: 1119px) {
  /* line 195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-hidden-md {
    display: none !important;
  }
  /* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-visible-md {
    display: block !important;
  }
  /* line 203, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
  .pi-center-text-md {
    text-align: center !important;
  }
  /* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-md.pi-row-block {
    float: text-align-left;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
  .pi-center-text-md.pull-right {
    float: none !important;
  }
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
.pi-hidden-lg {
  display: none !important;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/responsive.less */
.pi-center-text-lg {
  text-align: center !important;
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-center-text-lg.pi-row-block {
  float: text-align-left;
}
/* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-center-text-lg.pull-right {
  float: none !important;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-dark {
  background: rgba(33, 37, 43, 0.8);
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-dark-light {
  background: rgba(33, 37, 43, 0.5);
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-dark-lighter {
  background: rgba(33, 37, 43, 0.3);
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-grey {
  background: rgba(238, 238, 238, 0.8);
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-grey-light {
  background: rgba(238, 238, 238, 0.5);
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-grey-lighter {
  background: rgba(238, 238, 238, 0.3);
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-special {
  background: rgba(129, 166, 138, 0.8);
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-special-light {
  background: rgba(129, 166, 138, 0.5);
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-special-lighter {
  background: rgba(129, 166, 138, 0.3);
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-white {
  background: rgba(255, 255, 255, 0.8);
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-white-light {
  background: rgba(255, 255, 255, 0.5);
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-white-light {
  background: rgba(255, 255, 255, 0.3);
}
/* c19 addition END */
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-w {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-transition: background 0.1s ease-in-out 0s;
  -moz-transition: background 0.1s ease-in-out 0s;
  -ms-transition: background 0.1s ease-in-out 0s;
  -o-transition: background 0.1s ease-in-out 0s;
  transition: background 0.1s ease-in-out 0s;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  position: relative;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-small {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 40px 0;
  position: relative;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar h1 {
  margin-bottom: 0;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar .pi-breadcrumb {
  font-size: 12px;
  line-height: 1.3em;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar .pi-breadcrumb ul {
  display: inline;
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar .pi-breadcrumb li {
  display: inline;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar .pi-breadcrumb li:after {
  font-family: 'fontello';
  content: "\E4E0";
  margin: 0 5px 0 7px;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar .pi-breadcrumb li:last-child:after {
  display: none;
}
/* line 105, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar.pi-titlebar-small {
  padding-top: 32px;
  padding-bottom: 32px;
}
/* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar.pi-titlebar-small h1 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar.pi-breadcrumb-only {
  padding-top: 17px;
  padding-bottom: 17px;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar-breadcrumb-top .pi-breadcrumb {
  margin-bottom: 11px;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar-breadcrumb-right {
  display: table;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
/* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar-breadcrumb-right h1,
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
  display: table-cell;
  vertical-align: middle;
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar-breadcrumb-right h1 {
  width: 60%;
  padding-right: 20px;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
  width: 40%;
  text-align: right;
  position: relative;
  top: 0px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-parallax {
  background-size: cover;
  background-repeat: repeat-y;
  background-position: 0 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.piSectionHigh.pi-section-high {
  width: 100%;
  display: table;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.piSectionHigh.pi-section-high > .pi-section {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
/* line 178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-high {
  height: 100vh !important;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
video.pi-section-video {
  position: absolute;
  min-width: 100%;
}
@media screen and (min-width: 1120px) {
  /* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  .pi-section-parallax {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  /* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  .pi-section {
    padding: 55px 30px 35px;
  }
}
@media (max-width: 844px) {
  /* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  .pi-section {
    padding: 50px 20px 30px;
  }
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-base {
  background: rgba(25, 120, 65, 0.8);
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-base-light {
  background: rgba(25, 120, 65, 0.5);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
.pi-section-overlay-base-lighter {
  background: rgba(25, 120, 65, 0.3);
}
@media (min-width: 320px) and (max-width: 1024px) {
  /* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  .pi-section-parallax {
    background-position: center!important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 224, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  #page .mosaic-width-third {
    width: 100%;
    max-width: 100%;
  }
  /* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/section.less */
  #content > .mosaic-grid-row {
    display: inherit!important;
  }
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-white {
  background-color: #ffffff;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-borders {
  border-top: 1px solid #197841;
  border-bottom: 1px solid #197841;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-border-top {
  border-top: 1px solid #197841;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-border-bottom {
  border-bottom: 1px solid #197841;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-borders-light {
  border-top: 1px solid #197841;
  border-bottom: 1px solid #197841;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-border-top-light {
  border-top: 1px solid #197841;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-border-bottom-light {
  border-bottom: 1px solid #197841;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-white.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-breadcrumb {
  color: #a3adb4;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-breadcrumb li:after {
  color: #d8dee2;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-grey {
  background-color: #eeeeee;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-borders {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-border-top {
  border-top: 1px solid #dddddd;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-border-bottom {
  border-bottom: 1px solid #dddddd;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-borders-light {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-border-top-light {
  border-top: 1px solid #ffffff;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-border-bottom-light {
  border-bottom: 1px solid #ffffff;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-grey.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.12);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.04);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-breadcrumb {
  color: #888888;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-breadcrumb li:after {
  color: #aaaaaa;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-base {
  background-color: #197841;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-borders {
  border-top: 1px solid #104e2a;
  border-bottom: 1px solid #104e2a;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-border-top {
  border-top: 1px solid #104e2a;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-border-bottom {
  border-bottom: 1px solid #104e2a;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-borders-light {
  border-top: 1px solid #1d8d4c;
  border-bottom: 1px solid #1d8d4c;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-border-top-light {
  border-top: 1px solid #1d8d4c;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-border-bottom-light {
  border-bottom: 1px solid #1d8d4c;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-base.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-breadcrumb {
  color: #cde5f6;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-breadcrumb li:after {
  color: #22a258;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-special {
  background-color: #81a68a;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-borders {
  border-top: 1px solid #658f6f;
  border-bottom: 1px solid #658f6f;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-border-top {
  border-top: 1px solid #658f6f;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-border-bottom {
  border-bottom: 1px solid #658f6f;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-borders-light {
  border-top: 1px solid #90b198;
  border-bottom: 1px solid #90b198;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-border-top-light {
  border-top: 1px solid #90b198;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-border-bottom-light {
  border-bottom: 1px solid #90b198;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-special.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.13);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.12);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special .pi-breadcrumb {
  color: #cde5f6;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-special .pi-breadcrumb li:after {
  color: #22a258;
}
/* line 99, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-dark {
  background-color: #21252b;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-borders {
  border-top: 1px solid #1a1e22;
  border-bottom: 1px solid #1a1e22;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-border-top {
  border-top: 1px solid #1a1e22;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-border-bottom {
  border-bottom: 1px solid #1a1e22;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-borders-light {
  border-top: 1px solid #2e343a;
  border-bottom: 1px solid #2e343a;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-border-top-light {
  border-top: 1px solid #2e343a;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-border-bottom-light {
  border-bottom: 1px solid #2e343a;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-dark.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-breadcrumb {
  color: #858d91;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-breadcrumb li:after {
  color: #475257;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-parallax {
  background-color: #000000;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-borders {
  border-top: 1px solid #121315;
  border-bottom: 1px solid #121315;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-border-top {
  border-top: 1px solid #121315;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-border-bottom {
  border-bottom: 1px solid #121315;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-borders-light {
  border-top: 1px solid #242427;
  border-bottom: 1px solid #242427;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-border-top-light {
  border-top: 1px solid #242427;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-border-bottom-light {
  border-bottom: 1px solid #242427;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-header-sticky .pi-section-parallax.pi-shadow-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-shadow-inside > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.42);
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-shadow-inside-top > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax.pi-shadow-inside-bottom > .pi-section > .pi-section-inner {
  -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-breadcrumb {
  color: rgba(250, 250, 250, 0.4);
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-breadcrumb li:after {
  color: rgba(250, 250, 250, 0.2);
}
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-base-gradient {
  background: #1d8d4c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1d8d4c 0%, #104e2a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d8d4c), color-stop(100%, #009ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1d8d4c 0%, #104e2a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1d8d4c 0%, #104e2a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1d8d4c 0%, #104e2a 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1d8d4c 0%, #104e2a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@{@section-gradient-start}', endColorstr='@{@section-gradient-end}', GradientType=1);
  /* IE6-9 */
  background-image: #1d8d4c !important;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #1d8d4c 0%, #104e2a 100%) !important;
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d8d4c), color-stop(100%, #009ca8)) !important;
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(left, #1d8d4c 0%, #104e2a 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(left, #1d8d4c 0%, #104e2a 100%) !important;
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(left, #1d8d4c 0%, #104e2a 100%) !important;
  /* IE10+ */
  background-image: linear-gradient(to right, #1d8d4c 0%, #104e2a 100%) !important;
  /* W3C */
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/section.less */
.pi-section-special-gradient {
  background: #81a68a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #81a68a 0%, #658f6f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #81a68a), color-stop(100%, #009ca8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #81a68a 0%, #658f6f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #81a68a 0%, #658f6f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #81a68a 0%, #658f6f 100%);
  /* IE10+ */
  background: linear-gradient(to right, #81a68a 0%, #658f6f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@{@section-special-gradient-start}', endColorstr='@{@section-special-gradient-end}', GradientType=1);
  /* IE6-9 */
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
body:not(.mosaic-enabled) .pi-header {
  position: relative;
  z-index: 1001;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
body:not(.mosaic-enabled) .pi-header.pi-overlapping-header {
  height: 0;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm,
.pi-row-md,
.pi-row-lg {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm img,
.pi-row-md img,
.pi-row-lg img {
  max-height: 100%;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-full-height,
.pi-row-md .pi-full-height,
.pi-row-lg .pi-full-height {
  vertical-align: top;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-row-sm::before,
.pi-row-md::before,
.pi-row-lg::before,
.pi-row-sm::after,
.pi-row-md::after,
.pi-row-lg::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-row-sm::after,
.pi-row-md::after,
.pi-row-lg::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-row-sm:before,
.pi-row-md:before,
.pi-row-lg:before,
.pi-row-sm:after,
.pi-row-md:after,
.pi-row-lg:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-row-sm:after,
.pi-row-md:after,
.pi-row-lg:after {
  clear: both;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block {
  display: inline-block;
  margin: 0 10px;
  float: left;
  line-height: 1em;
  vertical-align: top;
  max-height: 100%;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block:first-child:not(.pi-pull-right) {
  margin-left: 0;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block.pi-pull-right:first-child,
.pi-row-block:not(.pi-pull-right) + .pi-pull-right {
  margin-right: 0;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block a {
  max-height: 100%;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block a:hover {
  text-decoration: none;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-bordered {
  position: relative;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-bordered:before,
.pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-bordered:hover:before,
.pi-bordered:hover:after {
  background: transparent;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-bordered:before,
.pi-bordered:after {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo {
  max-width: calc(100% - 80px);
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo a {
  line-height: 102px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border-bottom: 0;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo a img {
  display: inline;
  width: auto;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo .pi-has-bg {
  -webkit-transition: background 0.1s ease-in-out 0s;
  -moz-transition: background 0.1s ease-in-out 0s;
  -ms-transition: background 0.1s ease-in-out 0s;
  -o-transition: background 0.1s ease-in-out 0s;
  transition: background 0.1s ease-in-out 0s;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo img {
  display: block;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo .pi-center-vertically {
  display: table;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-logo .pi-center-vertically > span,
.pi-row-block-logo .pi-center-vertically > a {
  display: table-cell;
  vertical-align: middle;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-row-block-logo img {
  max-height: 96px;
  max-width: 300px;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md .pi-row-block-logo img {
  max-height: 70px;
}
/* line 105, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-row-block-logo img {
  max-height: 46px;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
#c19-logo-colophon {
  width: auto;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-txt {
  position: relative;
  line-height: 28px;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-txt a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-icon {
  position: relative;
  margin: -3px 6px 0 0;
  font-size: 14px;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-block-icon.pi-icon-circle,
.pi-row-block-icon.pi-icon-square {
  top: -1px;
  height: 26px;
  width: 26px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 8px -9px 0;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm {
  font-size: 14px;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-big-font {
  font-size: 16px;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-bigger-font {
  font-size: 18px;
  font-weight: 300;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-row-block-txt {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-sm .pi-center-vertically > span,
.pi-row-sm .pi-center-vertically > a {
  height: 46px;
}
/* line 161, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md {
  font-size: 14px;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md .pi-big-font {
  font-size: 16px;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md .pi-bigger-font {
  font-size: 18px;
  font-weight: 300;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md .pi-row-block-txt {
  margin-top: 21px;
  margin-bottom: 21px;
}
/* line 176, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-md .pi-center-vertically > span,
.pi-row-md .pi-center-vertically > a {
  height: 70px;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg {
  font-size: 14px;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-big-font {
  font-size: 16px;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-bigger-font {
  font-size: 18px;
  font-weight: 300;
}
/* line 192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-full-height > li > a {
  line-height: 94px;
}
/* line 195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-row-block-txt {
  margin-top: 34px;
  margin-bottom: 34px;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-row-lg .pi-center-vertically > span,
.pi-row-lg .pi-center-vertically > a {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  height: 96px;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
#c19-top-bar > .pi-section-w > .pi-section {
  min-height: 46px;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-white .pi-row-block-logo .pi-has-bg {
  background: #f9fafa;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-white .pi-row-block-logo .pi-has-bg:hover {
  background: #f3f4f5;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-white .pi-row-block-logo .pi-bordered {
  border-color: #e0e2e4;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-row-block-logo .pi-bordered:before,
.pi-section-white .pi-row-block-logo .pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-row-block-logo .pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-row-block-logo .pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-row-block-logo .pi-bordered:hover:before,
.pi-section-white .pi-row-block-logo .pi-bordered:hover:after {
  background: transparent;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-grey .pi-row-block-logo .pi-has-bg {
  background: #ffffff;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-grey .pi-row-block-logo .pi-has-bg:hover {
  background: #e9eaeb;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-grey .pi-row-block-logo .pi-bordered {
  border-color: #e0e2e4;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-row-block-logo .pi-bordered:before,
.pi-section-grey .pi-row-block-logo .pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-row-block-logo .pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-row-block-logo .pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-row-block-logo .pi-bordered:hover:before,
.pi-section-grey .pi-row-block-logo .pi-bordered:hover:after {
  background: transparent;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-base .pi-row-block-logo .pi-has-bg {
  background: #3c8cbd;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-base .pi-row-block-logo .pi-has-bg:hover {
  background: #3276b1;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-base .pi-row-block-logo .pi-bordered {
  border-color: #5196c4;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-row-block-logo .pi-bordered:before,
.pi-section-base .pi-row-block-logo .pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-row-block-logo .pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-row-block-logo .pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-row-block-logo .pi-bordered:hover:before,
.pi-section-base .pi-row-block-logo .pi-bordered:hover:after {
  background: transparent;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-dark .pi-row-block-logo .pi-has-bg {
  background: #383840;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-dark .pi-row-block-logo .pi-has-bg:hover {
  background: #222227;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-dark .pi-row-block-logo .pi-bordered {
  border-color: #41414a;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-row-block-logo .pi-bordered:before,
.pi-section-dark .pi-row-block-logo .pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-row-block-logo .pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-row-block-logo .pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-row-block-logo .pi-bordered:hover:before,
.pi-section-dark .pi-row-block-logo .pi-bordered:hover:after {
  background: transparent;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-parallax .pi-row-block-logo .pi-has-bg {
  background: #2b2b31;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-parallax .pi-row-block-logo .pi-has-bg:hover {
  background: #17171b;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/header-rows.less */
.pi-section-parallax .pi-row-block-logo .pi-bordered {
  border-color: #323239;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-row-block-logo .pi-bordered:before,
.pi-section-parallax .pi-row-block-logo .pi-bordered:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-row-block-logo .pi-bordered:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-row-block-logo .pi-bordered:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-row-block-logo .pi-bordered:hover:before,
.pi-section-parallax .pi-row-block-logo .pi-bordered:hover:after {
  background: transparent;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-row-reducible img {
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-row-reducible .pi-full-height > li > a,
.pi-row-reducible .pi-social-icons.pi-full-height > li > a > i {
  -webkit-transition: line-height 0.5s ease-in-out;
  -moz-transition: line-height 0.5s ease-in-out;
  -ms-transition: line-height 0.5s ease-in-out;
  -o-transition: line-height 0.5s ease-in-out;
  transition: line-height 0.5s ease-in-out;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-row-reducible .pi-social-icons.pi-full-height > li > a,
.pi-row-reducible .pi-social-icons.pi-full-height > li > a > i {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-row-reducible .pi-row-block form,
.pi-row-reducible .pi-row-block > .pi-btn,
.pi-row-reducible .pi-row-block-txt,
.pi-row-reducible .pi-social-icons-simple,
.pi-row-reducible .pi-social-icons:not(.pi-full-height) {
  -webkit-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -ms-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -o-transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.plone-toolbar-top-expanded .pi-header-rows-fixed .pi-header-sticky,
.plone-toolbar-top-expanded .pi-header-row-fixed .pi-header-sticky {
  margin-top: 50px;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-header-sticky,
.pi-header-row-fixed .pi-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed.pi-fixed .pi-header-sticky .pi-section-w,
.pi-header-row-fixed.pi-fixed .pi-header-sticky .pi-section-w {
  max-width: 1120px;
  margin: 0 auto;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced img,
.pi-header-row-fixed .pi-row-reduced img {
  max-height: 70px;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-full-height > li > a,
.pi-header-row-fixed .pi-row-reduced .pi-full-height > li > a,
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a > i,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a > i {
  line-height: 70px;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a,
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a > i,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons.pi-full-height > li > a > i {
  height: 70px;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-row-block > .pi-btn,
.pi-header-row-fixed .pi-row-reduced .pi-row-block > .pi-btn,
.pi-header-rows-fixed .pi-row-reduced .pi-row-block form,
.pi-header-row-fixed .pi-row-reduced .pi-row-block form {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-row-block-txt,
.pi-header-row-fixed .pi-row-reduced .pi-row-block-txt {
  margin-top: 21px;
  margin-bottom: 21px;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons-simple,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons-simple {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons-simple.pi-big,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons-simple.pi-big {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons-simple.pi-small,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons-simple.pi-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 100, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height),
.pi-header-row-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height) {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height).pi-big,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height).pi-big {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height).pi-small,
.pi-header-row-fixed .pi-row-reduced .pi-social-icons:not(.pi-full-height).pi-small {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-row-reduced .pi-center-vertically > span,
.pi-header-row-fixed .pi-row-reduced .pi-center-vertically > span,
.pi-header-rows-fixed .pi-row-reduced .pi-center-vertically > a,
.pi-header-row-fixed .pi-row-reduced .pi-center-vertically > a {
  height: 70px;
}
/* line 123, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-header {
  padding-bottom: 0;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-header.pi-header-row-sm-fixed {
  padding-bottom: 46px;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-header.pi-reduced-padding-top,
.pi-header-row-fixed .pi-header.pi-reduced-padding-top {
  padding-bottom: 0;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-row-fixed .pi-header.pi-reduced-padding-top {
  padding-top: 96px;
}
/* line 143, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-row-fixed .pi-header.pi-reduced-padding-top.pi-header-row-sm-fixed {
  padding-top: 46px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/fixed-header.less */
.pi-header-rows-fixed .pi-header.pi-reduced-padding-top {
  padding-top: 142px;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu,
.pi-simple-menu {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  -webkit-padding-start: 0px;
  padding: 0;
  margin: 0;
  outline: none !important;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu *,
.pi-simple-menu * {
  outline: none !important;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu *:active,
.pi-simple-menu *:active,
.pi-menu *:hover,
.pi-simple-menu *:hover,
.pi-menu *:focus,
.pi-simple-menu *:focus {
  outline: none !important;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-block .pi-menu,
.pi-row-block .pi-simple-menu {
  margin: 0;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu li,
.pi-simple-menu li {
  position: relative;
  text-align: left;
  margin: 0;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu a,
.pi-simple-menu a {
  display: block;
  text-decoration: none;
  border: none;
  position: relative;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu a.active,
.pi-simple-menu a.active,
.pi-menu a:hover,
.pi-simple-menu a:hover {
  border: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li,
.pi-simple-menu > li {
  float: left;
  vertical-align: top;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li > a,
.pi-simple-menu > li > a {
  border: 0;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li > .pi-submenu,
.pi-simple-menu > li > .pi-submenu {
  top: 100%;
  left: 0;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li > .pi-submenu.pi-submenu-left-side,
.pi-simple-menu > li > .pi-submenu.pi-submenu-left-side {
  left: auto;
  right: 0;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li.pi-has-dropdown-wide,
.pi-simple-menu > li.pi-has-dropdown-wide {
  position: static;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li:hover > .pi-submenu,
.pi-simple-menu > li:hover > .pi-submenu,
.pi-menu > li:hover > .pi-submenu-wide,
.pi-simple-menu > li:hover > .pi-submenu-wide {
  visibility: visible;
  opacity: 1;
  z-index: 25;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu li i,
.pi-simple-menu li i {
  margin-right: 8px;
  font-size: 16px;
  opacity: 0.5;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu li.pi-has-dropdown > a,
.pi-simple-menu li.pi-has-dropdown > a {
  position: relative;
  padding-right: 25px;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu li.pi-has-dropdown > a:after,
.pi-simple-menu li.pi-has-dropdown > a:after {
  display: block;
  content: "\e4ea";
  position: absolute;
  top: 50%;
  right: 14px;
  margin: -5px 0 0 0;
  font-family: 'fontello';
  font-size: 12px;
  opacity: 0.3;
  line-height: 1em;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
/* line 100, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu li.pi-has-dropdown:hover > a:after,
.pi-simple-menu li.pi-has-dropdown:hover > a:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.9;
  margin-top: -6px;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu.pi-hidden-xs.portal-siteactions #portal-siteactions {
  margin-top: 15px;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu li.pi-has-dropdown > a:after,
.pi-section-base .pi-simple-menu li.pi-has-dropdown > a:after {
  opacity: 0.5;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu li.pi-has-dropdown:hover > a:after,
.pi-section-base .pi-simple-menu li.pi-has-dropdown:hover > a:after {
  opacity: 1;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-simple-menu > li > a {
  padding: 0 15px;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-simple-menu > li > a span {
  display: inline-block;
  position: relative;
  padding: 0;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-simple-menu > li > .pi-submenu {
  left: 15px;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-simple-menu.pi-has-hover-border > li > a {
  display: block;
  overflow: hidden;
}
/* line 148, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-simple-menu.pi-has-hover-border > li > a > span:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.1s ease-in-out 0s;
  -moz-transition: border-color 0.1s ease-in-out 0s;
  -ms-transition: border-color 0.1s ease-in-out 0s;
  -o-transition: border-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu > li > a {
  padding: 0 18px;
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu.pi-items-have-borders > li,
.pi-menu.pi-items-have-double-borders > li {
  margin: 0 0 0 -1px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu.pi-items-have-borders > li:first-child,
.pi-menu.pi-items-have-double-borders > li:first-child {
  margin-left: 0;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-menu.pi-items-have-double-borders:before,
.pi-menu.pi-items-have-double-borders:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-menu.pi-items-have-double-borders:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-menu.pi-items-have-double-borders:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-menu.pi-items-have-double-borders:hover:before,
.pi-menu.pi-items-have-double-borders:hover:after {
  background: transparent;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu.pi-has-hover-border > li > a {
  display: block;
  overflow: hidden;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-menu.pi-has-hover-border > li > a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.1s ease-in-out 0s;
  -moz-transition: border-color 0.1s ease-in-out 0s;
  -ms-transition: border-color 0.1s ease-in-out 0s;
  -o-transition: border-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s;
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu {
  width: 180px;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  font-size: 13px;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-has-border,
.pi-submenu.pi-has-border .pi-submenu {
  border-top: 1px solid transparent;
  border-top-width: 3px;
  margin: -3px 0 0 0;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-items-have-borders li,
.pi-submenu.pi-items-have-double-borders li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: -1px 0 0 0;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-items-have-borders li:first-child,
.pi-submenu.pi-items-have-double-borders li:first-child {
  border-top: none;
  margin: 0;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-items-have-borders li:first-child:before,
.pi-submenu.pi-items-have-double-borders li:first-child:before {
  display: none;
}
/* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-items-have-borders li:last-child,
.pi-submenu.pi-items-have-double-borders li:last-child {
  border-bottom: none;
}
/* line 241, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-items-have-borders li:last-child:after,
.pi-submenu.pi-items-have-double-borders li:last-child:after {
  display: none;
}
/* line 248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu.pi-submenu-left-side {
  left: auto;
  right: 100%;
}
/* line 254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu li:hover > .pi-submenu {
  visibility: visible;
  opacity: 1;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu a {
  padding: 13px 18px;
  line-height: 16px;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu li i {
  margin-right: 8px;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 40px;
  right: 40px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  font-size: 13px;
  border-radius: 0 0 3px 3px;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide.pi-has-border {
  border-top: 1px solid transparent;
  border-top-width: 3px;
  margin: -3px 0 0 0;
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide .pi-section {
  border-radius: 0 0 3px 3px;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm {
  font-size: 14px;
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-simple-menu,
.pi-row-sm .pi-menu {
  font-size: 14px;
  vertical-align: top;
}
/* line 303, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-submenu {
  font-size: 13px;
}
/* line 306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-menu {
  font-size: 14px;
  vertical-align: top;
}
/* line 310, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-menu > li > a {
  padding: 0 17px;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-menu > li.pi-has-dropdown > a {
  padding-right: 30px;
}
/* line 320, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md {
  font-size: 14px;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md .pi-simple-menu,
.pi-row-md .pi-menu {
  font-size: 14px;
  vertical-align: top;
}
/* line 326, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md .pi-simple-menu > li > a,
.pi-row-md .pi-menu > li > a {
  font-size: 14px;
}
/* line 329, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md .pi-simple-menu li i,
.pi-row-md .pi-menu li i {
  font-size: 14px;
}
/* line 333, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md .pi-submenu {
  font-size: 13px;
}
/* line 338, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg {
  font-size: 14px;
}
/* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg .pi-simple-menu,
.pi-row-lg .pi-menu {
  font-size: 14px;
  vertical-align: top;
}
/* line 344, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg .pi-simple-menu > li > a,
.pi-row-lg .pi-menu > li > a {
  font-size: 14px;
}
/* line 347, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg .pi-simple-menu li i,
.pi-row-lg .pi-menu li i {
  font-size: 14px;
}
/* line 351, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg .pi-submenu {
  font-size: 13px;
}
/* line 356, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-sm .pi-full-height > li > a {
  line-height: 46px;
}
/* line 360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-md .pi-full-height > li > a {
  line-height: 70px;
}
/* line 364, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-row-lg .pi-full-height > li > a {
  line-height: 96px;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li {
  background: transparent;
  color: #21252b;
}
/* line 403, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li > a {
  color: #21252b;
}
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li:hover {
  background: #f8fafa;
  color: #197841;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li:hover > a {
  color: #197841;
}
/* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li.active {
  background: #f8fafa;
  color: #197841;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li.active > a {
  color: #197841;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li.active:hover {
  background: #f8fafa;
  color: #197841;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu > li.active:hover > a {
  color: #197841;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #21252b;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 453, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-have-borders > li {
  border-color: #eef1f1;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li {
  border-color: #eef1f1;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: transparent;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li:hover:after {
  background: #fcfdfd;
}
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active {
  border-color: #eef1f1;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fcfdfd;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  background: #fcfdfd;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover {
  border-color: #eef1f1;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fcfdfd;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before,
.pi-section-white .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after {
  background: #fcfdfd;
}
/* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-menu-hover-border > li > a:before {
  border-top-color: transparent;
}
/* line 478, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-menu-hover-border > li:hover > a:before {
  border-top-color: #197841;
}
/* line 481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-menu-hover-border > li.active > a:before {
  border-top-color: #197841;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-menu-hover-border > li.active:hover > a:before {
  border-top-color: #197841;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-has-hover-border > li > a:before {
  border-color: transparent;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-has-hover-border > li:hover > a:before {
  border-color: #197841;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-has-hover-border > li.active > a:before {
  border-color: #197841;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-menu.pi-has-hover-border > li.active:hover > a:before {
  border-color: #197841;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li {
  background: transparent;
  color: #21252b;
}
/* line 403, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li > a {
  color: #21252b;
}
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li:hover > a {
  color: #197841;
}
/* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li.active {
  background: #fafbfc;
  color: #197841;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li.active > a {
  color: #197841;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li.active:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu > li.active:hover > a {
  color: #197841;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #21252b;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 453, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-have-borders > li {
  border-color: #e6eaea;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li {
  border-color: #e6eaea;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #f5f7f9;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li:hover:after {
  background: #fdfdfe;
}
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active {
  border-color: #e6eaea;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fdfdfe;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  background: #fdfdfe;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover {
  border-color: #e6eaea;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #fdfdfe;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before,
.pi-section-grey .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after {
  background: #fdfdfe;
}
/* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-menu-hover-border > li > a:before {
  border-top-color: transparent;
}
/* line 478, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-menu-hover-border > li:hover > a:before {
  border-top-color: #197841;
}
/* line 481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-menu-hover-border > li.active > a:before {
  border-top-color: #197841;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-menu-hover-border > li.active:hover > a:before {
  border-top-color: #197841;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-has-hover-border > li > a:before {
  border-color: transparent;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-has-hover-border > li:hover > a:before {
  border-color: #197841;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-has-hover-border > li.active > a:before {
  border-color: #197841;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-menu.pi-has-hover-border > li.active:hover > a:before {
  border-color: #197841;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li {
  background: transparent;
  color: #ffffff;
}
/* line 403, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li > a {
  color: #ffffff;
}
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li:hover {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li:hover > a {
  color: #ffffff;
}
/* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li.active {
  background: #1b8046;
  color: #ffffff;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li.active > a {
  color: #ffffff;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li.active:hover {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu > li.active:hover > a {
  color: #ffffff;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #ffffff;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 453, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-have-borders > li {
  border-color: #104e2a;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li {
  border-color: #104e2a;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1c8548;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li:hover:after {
  background: #1d8d4c;
}
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active {
  border-color: #104e2a;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1d8d4c;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  background: #1d8d4c;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover {
  border-color: #104e2a;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1d8d4c;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before,
.pi-section-base .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after {
  background: #1d8d4c;
}
/* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-menu-hover-border > li > a:before {
  border-top-color: transparent;
}
/* line 478, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-menu-hover-border > li:hover > a:before {
  border-top-color: #ffffff;
}
/* line 481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-menu-hover-border > li.active > a:before {
  border-top-color: #ffffff;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-menu-hover-border > li.active:hover > a:before {
  border-top-color: #ffffff;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-has-hover-border > li > a:before {
  border-color: transparent;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-has-hover-border > li:hover > a:before {
  border-color: #ffffff;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-has-hover-border > li.active > a:before {
  border-color: #ffffff;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-menu.pi-has-hover-border > li.active:hover > a:before {
  border-color: #ffffff;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li {
  background: transparent;
  color: #bfc8cd;
}
/* line 403, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li > a {
  color: #bfc8cd;
}
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li:hover {
  background: #262b31;
  color: #197841;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li:hover > a {
  color: #197841;
}
/* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li.active {
  background: #262b31;
  color: #197841;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li.active > a {
  color: #197841;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li.active:hover {
  background: #262b31;
  color: #197841;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu > li.active:hover > a {
  color: #197841;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #bfc8cd;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 453, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-have-borders > li {
  border-color: #2e343a;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li {
  border-color: #191c20;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #24292f;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li:hover:after {
  background: #2b3036;
}
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active {
  border-color: #191c20;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #2b3036;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  background: #2b3036;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover {
  border-color: #191c20;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #2b3036;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before,
.pi-section-dark .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after {
  background: #2b3036;
}
/* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-menu-hover-border > li > a:before {
  border-top-color: transparent;
}
/* line 478, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-menu-hover-border > li:hover > a:before {
  border-top-color: #197841;
}
/* line 481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-menu-hover-border > li.active > a:before {
  border-top-color: #197841;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-menu-hover-border > li.active:hover > a:before {
  border-top-color: #197841;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-has-hover-border > li > a:before {
  border-color: transparent;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-has-hover-border > li:hover > a:before {
  border-color: #197841;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-has-hover-border > li.active > a:before {
  border-color: #197841;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-menu.pi-has-hover-border > li.active:hover > a:before {
  border-color: #197841;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li {
  background: transparent;
  color: #c7c7ce;
}
/* line 403, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li > a {
  color: #c7c7ce;
}
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li:hover {
  background: #1b1c1e;
  color: #ffffff;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li:hover > a {
  color: #ffffff;
}
/* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li.active {
  background: #1b1c1e;
  color: #ffffff;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li.active > a {
  color: #ffffff;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li.active:hover {
  background: #1b1c1e;
  color: #ffffff;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu > li.active:hover > a {
  color: #ffffff;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #c7c7ce;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 453, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-have-borders > li {
  border-color: #242427;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li {
  border-color: #0d0e0f;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1b1c1e;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li:hover:after {
  background: #1e1f21;
}
/* line 462, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active {
  border-color: #0d0e0f;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1e1f21;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  background: #1e1f21;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover {
  border-color: #0d0e0f;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: #1e1f21;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:before,
.pi-section-parallax .pi-menu.pi-items-have-double-borders > li.active:hover:hover:after {
  background: #1e1f21;
}
/* line 475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-menu-hover-border > li > a:before {
  border-top-color: transparent;
}
/* line 478, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-menu-hover-border > li:hover > a:before {
  border-top-color: #197841;
}
/* line 481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-menu-hover-border > li.active > a:before {
  border-top-color: #197841;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-menu-hover-border > li.active:hover > a:before {
  border-top-color: #197841;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-has-hover-border > li > a:before {
  border-color: transparent;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-has-hover-border > li:hover > a:before {
  border-color: #197841;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-has-hover-border > li.active > a:before {
  border-color: #197841;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-menu.pi-has-hover-border > li.active:hover > a:before {
  border-color: #197841;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li {
  color: #21252b;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li > a {
  color: #21252b;
}
/* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li:hover {
  color: #197841;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li:hover > a {
  color: #197841;
}
/* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li.active {
  color: #197841;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu > li.active > a {
  color: #197841;
}
/* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-has-hover-border > li > a > span:before {
  border-color: transparent;
}
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
  border-color: #197841;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
  border-color: #197841;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
  border-color: #197841;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #21252b;
}
/* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-white .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li {
  color: #373942;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li > a {
  color: #373942;
}
/* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li:hover {
  color: #197841;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li:hover > a {
  color: #197841;
}
/* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li.active {
  color: #197841;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu > li.active > a {
  color: #197841;
}
/* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-has-hover-border > li > a > span:before {
  border-color: transparent;
}
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
  border-color: #197841;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
  border-color: #197841;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
  border-color: #197841;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #4b4d55;
}
/* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-grey .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li {
  color: #ffffff;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li > a {
  color: #ffffff;
}
/* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li:hover {
  color: #ffffff;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li:hover > a {
  color: #ffffff;
}
/* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li.active {
  color: #ffffff;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu > li.active > a {
  color: #ffffff;
}
/* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-has-hover-border > li > a > span:before {
  border-color: transparent;
}
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
  border-color: #ffffff;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
  border-color: #ffffff;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
  border-color: #ffffff;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #ffffff;
}
/* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-base .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li {
  color: #bfc8cd;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li > a {
  color: #bfc8cd;
}
/* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li:hover {
  color: #197841;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li:hover > a {
  color: #197841;
}
/* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li.active {
  color: #197841;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu > li.active > a {
  color: #197841;
}
/* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-has-hover-border > li > a > span:before {
  border-color: transparent;
}
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
  border-color: #197841;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
  border-color: #197841;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
  border-color: #197841;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #cdcdd5;
}
/* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-dark .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li {
  color: #c7c7ce;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li > a {
  color: #c7c7ce;
}
/* line 535, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li:hover {
  color: #ffffff;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li:hover > a {
  color: #ffffff;
}
/* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li.active {
  color: #ffffff;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu > li.active > a {
  color: #ffffff;
}
/* line 549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-has-hover-border > li > a > span:before {
  border-color: transparent;
}
/* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
  border-color: #197841;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active > a > span:before {
  border-color: #197841;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-has-hover-border > li.active:hover > a > span:before {
  border-color: #197841;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown > a:after {
  color: #c7c7ce;
}
/* line 570, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-section-parallax .pi-simple-menu.pi-items-has-dd-sign > li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li {
  background: #ffffff;
  color: #4a5058;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li > a {
  color: #4a5058;
}
/* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li:hover {
  background: #f8fafa;
  color: #197841;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li:hover > a {
  color: #197841;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li.active {
  background: #f8fafa;
  color: #197841;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li.active > a {
  color: #197841;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li.active:hover {
  background: #f8fafa;
  color: #197841;
}
/* line 639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white li.active:hover > a {
  color: #197841;
}
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown > a:after {
  color: #21252b;
}
/* line 651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-has-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-has-shadow .pi-submenu {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-has-border,
.pi-submenu-white.pi-has-border .pi-submenu {
  border-color: #eef1f1;
}
/* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-have-borders li {
  border-color: #eef1f1;
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-white.pi-items-have-double-borders li {
  border-color: #eef1f1;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-white.pi-items-have-double-borders li:before,
.pi-submenu-white.pi-items-have-double-borders li:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #ffffff;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-white.pi-items-have-double-borders li:before {
  top: 0;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-white.pi-items-have-double-borders li:after {
  bottom: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-white.pi-items-have-double-borders li:hover:before,
.pi-submenu-white.pi-items-have-double-borders li:hover:after {
  background: #fcfdfd;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li {
  background: #f4f6f6;
  color: #4a5058;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li > a {
  color: #4a5058;
}
/* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li:hover > a {
  color: #197841;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li.active {
  background: #fafbfc;
  color: #197841;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li.active > a {
  color: #197841;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li.active:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey li.active:hover > a {
  color: #197841;
}
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown > a:after {
  color: #666970;
}
/* line 651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-has-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-has-shadow .pi-submenu {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-has-border,
.pi-submenu-grey.pi-has-border .pi-submenu {
  border-color: #c6ccd0;
}
/* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-have-borders li {
  border-color: #e6eaea;
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-grey.pi-items-have-double-borders li {
  border-color: #e6eaea;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-grey.pi-items-have-double-borders li:before,
.pi-submenu-grey.pi-items-have-double-borders li:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #f5f7f9;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-grey.pi-items-have-double-borders li:before {
  top: 0;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-grey.pi-items-have-double-borders li:after {
  bottom: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-grey.pi-items-have-double-borders li:hover:before,
.pi-submenu-grey.pi-items-have-double-borders li:hover:after {
  background: #fdfdfe;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li {
  background: #197841;
  color: #ffffff;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li > a {
  color: #ffffff;
}
/* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li:hover {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li:hover > a {
  color: #ffffff;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li.active {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li.active > a {
  color: #ffffff;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li.active:hover {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base li.active:hover > a {
  color: #ffffff;
}
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown > a:after {
  color: #ffffff;
}
/* line 651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-has-shadow .pi-submenu {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-has-border,
.pi-submenu-base.pi-has-border .pi-submenu {
  border-color: #104e2a;
}
/* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-have-borders li {
  border-color: #104e2a;
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-base.pi-items-have-double-borders li {
  border-color: #104e2a;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-base.pi-items-have-double-borders li:before,
.pi-submenu-base.pi-items-have-double-borders li:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #1c8548;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-base.pi-items-have-double-borders li:before {
  top: 0;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-base.pi-items-have-double-borders li:after {
  bottom: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-base.pi-items-have-double-borders li:hover:before,
.pi-submenu-base.pi-items-have-double-borders li:hover:after {
  background: #1d8d4c;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li {
  background: #81a68a;
  color: #ffffff;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li > a {
  color: #ffffff;
}
/* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li:hover {
  background: #90b198;
  color: #ffffff;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li:hover > a {
  color: #ffffff;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li.active {
  background: #90b198;
  color: #ffffff;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li.active > a {
  color: #ffffff;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li.active:hover {
  background: #90b198;
  color: #ffffff;
}
/* line 639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special li.active:hover > a {
  color: #ffffff;
}
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-has-dd-sign li.pi-has-dropdown > a:after {
  color: #ffffff;
}
/* line 651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after {
  color: #ffffff;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after {
  color: #ffffff;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after {
  color: #ffffff;
}
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-has-shadow .pi-submenu {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-has-border,
.pi-submenu-special.pi-has-border .pi-submenu {
  border-color: #658f6f;
}
/* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-have-borders li {
  border-color: #658f6f;
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-special.pi-items-have-double-borders li {
  border-color: #658f6f;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-special.pi-items-have-double-borders li:before,
.pi-submenu-special.pi-items-have-double-borders li:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #8aac92;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-special.pi-items-have-double-borders li:before {
  top: 0;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-special.pi-items-have-double-borders li:after {
  bottom: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-special.pi-items-have-double-borders li:hover:before,
.pi-submenu-special.pi-items-have-double-borders li:hover:after {
  background: #90b198;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li {
  background: #1e2127;
  color: #abb3b9;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li > a {
  color: #abb3b9;
}
/* line 623, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li:hover {
  background: #21262c;
  color: #197841;
}
/* line 626, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li:hover > a {
  color: #197841;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li.active {
  background: #21262c;
  color: #197841;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li.active > a {
  color: #197841;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li.active:hover {
  background: #21262c;
  color: #197841;
}
/* line 639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark li.active:hover > a {
  color: #197841;
}
/* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown > a:after {
  color: #9dadb4;
}
/* line 651, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown:hover > a:after {
  color: #197841;
}
/* line 656, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active > a:after {
  color: #197841;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-has-dd-sign li.pi-has-dropdown.active:hover > a:after {
  color: #197841;
}
/* line 667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-has-shadow {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-has-shadow .pi-submenu {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-has-border,
.pi-submenu-dark.pi-has-border .pi-submenu {
  border-color: #c6ccd0;
}
/* line 680, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-have-borders li {
  border-color: #262c33;
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-dark.pi-items-have-double-borders li {
  border-color: #15171b;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-dark.pi-items-have-double-borders li:before,
.pi-submenu-dark.pi-items-have-double-borders li:after {
  display: block;
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #21242b;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-dark.pi-items-have-double-borders li:before {
  top: 0;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-dark.pi-items-have-double-borders li:after {
  bottom: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-submenu-dark.pi-items-have-double-borders li:hover:before,
.pi-submenu-dark.pi-items-have-double-borders li:hover:after {
  background: #242a30;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide-white.pi-has-border {
  border-color: #197841;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide-grey.pi-has-border {
  border-color: #197841;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide-base.pi-has-border {
  border-color: #104e2a;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu.less */
.pi-submenu-wide-dark.pi-has-border {
  border-color: #197841;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/menu.less */
.pi-section-base .pi-submenu-base.pi-has-border,
.pi-section-base .pi-submenu-dark.pi-has-border {
  border-color: #104e2a !important;
}
/* line 449, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/menu.less */
.pi-section-base .pi-submenu-white.pi-has-border,
.pi-section-base .pi-submenu-grey.pi-has-border {
  border-color: #CDDBDB !important;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/menu.less */
.pi-section-base .pi-menu-btn-list .pi-submenu-base.pi-has-border,
.pi-section-base .pi-menu-btn-list .pi-submenu-dark.pi-has-border,
.pi-section-base .pi-menu-btn-list .pi-submenu-white.pi-has-border,
.pi-section-base .pi-menu-btn-list .pi-submenu-grey.pi-has-border {
  border-color: #104e2a !important;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
ul.submenu.dropdown-menu.pi-submenu.pi-active {
  left: 0px;
  width: 100%;
  visibility: visible;
  opacity: 1;
  top: 50px;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
ul.submenu.dropdown-menu.pi-submenu.pi-active a > span {
  display: inline-block;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
ul.submenu.dropdown-menu.pi-submenu.pi-active a.state-published::before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-section-menu-mobile-w {
  height: 0;
  max-height: 380px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-section-menu-mobile-w::before,
.pi-section-menu-mobile-w::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-section-menu-mobile-w::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-menu-mobile-w:before,
.pi-section-menu-mobile-w:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-section-menu-mobile-w:after {
  clear: both;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-section-menu-mobile {
  padding: 0 40px;
  background: transparent;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-section-menu-mobile form {
  margin: 20px 0;
  margin-bottom: 0px !important;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-section-menu-mobile form input {
  max-width: calc(100% - 0px);
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0 !important;
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  font-size: 14px;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile > li {
  margin: 0 -40px;
}
/* line 71, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile ul {
  height: 0;
  overflow: hidden;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile ul.pi-active {
  display: block !important;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile ul li {
  margin: 0;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile li {
  position: relative;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile li a {
  padding: 14px 40px;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile > li:last-child a {
  border-bottom: 1px solid transparent;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile > li:last-child a:hover {
  border-bottom: 1px solid transparent;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile a {
  display: block;
  line-height: 16px;
  border-bottom: 0;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile a:hover {
  text-decoration: none;
  border-bottom: 0;
}
/* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile i {
  margin-right: 8px;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile.pi-items-have-borders li a {
  border-top: 1px solid transparent;
}
@media (max-width: 992px) {
  /* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-section-menu-mobile {
    padding: 0 30px;
  }
  /* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-menu-mobile > li {
    margin: 0 -30px;
  }
  /* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-menu-mobile li a {
    padding: 14px 30px;
  }
}
@media (max-width: 844px) {
  /* line 142, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  #pi-mobile-menu.pi-menu-open {
    overflow: visible !important;
  }
  /* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .btn.pi-input-icon {
    display: none;
  }
  /* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-section-menu-mobile {
    padding: 0 20px;
  }
  /* line 155, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-menu-mobile > li {
    margin: 0 -20px;
  }
  /* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-menu-mobile li a {
    padding: 14px 20px;
  }
}
@media (max-width: 843px) and (orientation: landscape) {
  /* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-section-menu-mobile-w {
    max-height: 230px;
  }
}
@media (min-width: 844px) {
  /* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-section-menu-mobile-w {
    max-height: 800px;
  }
}
@media (min-width: 992px) {
  /* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  .pi-section-menu-mobile-w {
    max-height: 500px;
  }
}
@media (min-width: 844px) {
  /* line 297, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
  #pi-mobile-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li {
  background: #197841;
  color: #ffffff;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li > a {
  color: #ffffff;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li:hover > a {
  color: #197841;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li.active {
  background: #fafbfc;
  color: #197841;
  font-weight: 700;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li.active > a {
  color: #197841;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li.active:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base li.active:hover > a {
  color: #197841;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base.pi-items-have-borders li a,
.pi-menu-mobile-base.pi-items-have-borders > li:last-child a {
  border-color: #e6eaea;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base.pi-items-have-borders li a:hover,
.pi-menu-mobile-base.pi-items-have-borders > li:last-child a:hover {
  border-color: #e6eaea;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li > a:before {
  content: "- ";
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li > ul > li > a:before {
  content: "- - ";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li > ul > li > ul > li > a:before {
  content: "- - - ";
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li > ul > li > ul > li > ul > li > a:before {
  content: "- - - - ";
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul a {
  color: #21252b;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul a:hover {
  color: #197841;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li.active a {
  color: #197841;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-base ul li.active a:hover {
  color: #197841;
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li {
  background: #21252b;
  color: #abb3b9;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li > a {
  color: #abb3b9;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li:hover {
  background: #21262c;
  color: #197841;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li:hover > a {
  color: #197841;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li.active {
  background: #21252b;
  color: #197841;
  font-weight: 700;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li.active > a {
  color: #197841;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li.active:hover {
  background: #262b31;
  color: #197841;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark li.active:hover > a {
  color: #197841;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark.pi-items-have-borders li a,
.pi-menu-mobile-dark.pi-items-have-borders > li:last-child a {
  border-color: #262c33;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark.pi-items-have-borders li a:hover,
.pi-menu-mobile-dark.pi-items-have-borders > li:last-child a:hover {
  border-color: #262c33;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li > a:before {
  content: "- ";
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li > ul > li > a:before {
  content: "- - ";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li > ul > li > ul > li > a:before {
  content: "- - - ";
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li > ul > li > ul > li > ul > li > a:before {
  content: "- - - - ";
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul a {
  color: #abb3b9;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul a:hover {
  color: #197841;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li.active a {
  color: #197841;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-dark ul li.active a:hover {
  color: #197841;
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li {
  background: #eeeeee;
  color: #21252b;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li > a {
  color: #21252b;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li:hover > a {
  color: #197841;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li.active {
  background: #fafbfc;
  color: #197841;
  font-weight: 700;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li.active > a {
  color: #197841;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li.active:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey li.active:hover > a {
  color: #197841;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey.pi-items-have-borders li a,
.pi-menu-mobile-grey.pi-items-have-borders > li:last-child a {
  border-color: #e6eaea;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey.pi-items-have-borders li a:hover,
.pi-menu-mobile-grey.pi-items-have-borders > li:last-child a:hover {
  border-color: #e6eaea;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li > a:before {
  content: "- ";
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li > ul > li > a:before {
  content: "- - ";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li > ul > li > ul > li > a:before {
  content: "- - - ";
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li > ul > li > ul > li > ul > li > a:before {
  content: "- - - - ";
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul a {
  color: #21252b;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul a:hover {
  color: #197841;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li.active a {
  color: #197841;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-grey ul li.active a:hover {
  color: #197841;
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li {
  background: #81a68a;
  color: #ffffff;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li > a {
  color: #ffffff;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li:hover {
  background: #fafbfc;
  color: #81a68a;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li:hover > a {
  color: #81a68a;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li.active {
  background: #fafbfc;
  color: #81a68a;
  font-weight: 700;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li.active > a {
  color: #81a68a;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li.active:hover {
  background: #fafbfc;
  color: #81a68a;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special li.active:hover > a {
  color: #81a68a;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special.pi-items-have-borders li a,
.pi-menu-mobile-special.pi-items-have-borders > li:last-child a {
  border-color: #e6eaea;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special.pi-items-have-borders li a:hover,
.pi-menu-mobile-special.pi-items-have-borders > li:last-child a:hover {
  border-color: #e6eaea;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li > a:before {
  content: "- ";
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li > ul > li > a:before {
  content: "- - ";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li > ul > li > ul > li > a:before {
  content: "- - - ";
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li > ul > li > ul > li > ul > li > a:before {
  content: "- - - - ";
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul a {
  color: #21252b;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul a:hover {
  color: #81a68a;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li.active a {
  color: #81a68a;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-special ul li.active a:hover {
  color: #81a68a;
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li {
  background: #ffffff;
  color: #21252b;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li > a {
  color: #21252b;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li:hover > a {
  color: #197841;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li.active {
  background: #fafbfc;
  color: #197841;
  font-weight: 700;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li.active > a {
  color: #197841;
}
/* line 232, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li.active:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white li.active:hover > a {
  color: #197841;
}
/* line 244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white.pi-items-have-borders li a,
.pi-menu-mobile-white.pi-items-have-borders > li:last-child a {
  border-color: #e6eaea;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white.pi-items-have-borders li a:hover,
.pi-menu-mobile-white.pi-items-have-borders > li:last-child a:hover {
  border-color: #e6eaea;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li > a:before {
  content: "- ";
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li > ul > li > a:before {
  content: "- - ";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li > ul > li > ul > li > a:before {
  content: "- - - ";
}
/* line 270, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li > ul > li > ul > li > ul > li > a:before {
  content: "- - - - ";
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul a {
  color: #21252b;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul a:hover {
  color: #197841;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li.active a {
  color: #197841;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/menu-mobile.less */
.pi-menu-mobile-white ul li.active a:hover {
  color: #197841;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow {
  position: fixed;
  bottom: -55px;
  right: 40px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 18px;
  font-family: 'fontello';
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow:after {
  content: '\e4dd';
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow.pi-active {
  bottom: 40px;
  opacity: 1;
  z-index: 1101;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow.pi-active.pi-scroll-top-arrow-footer {
  bottom: 80px;
}
@media (max-width: 992px) {
  /* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
  .pi-scroll-top-arrow {
    right: 30px;
  }
}
@media (max-width: 844px) {
  /* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
  .pi-scroll-top-arrow {
    right: 20px;
  }
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow {
  border-color: rgba(40, 46, 53, 0.5);
  background: rgba(40, 46, 53, 0.8);
  color: #197841;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-arrow.less */
.pi-scroll-top-arrow:hover {
  border-color: rgba(40, 46, 53, 0.8);
  background: rgba(40, 46, 53, 0.8);
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/loader.less */
.pi-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: none;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/loader.less */
.pi-loader > span {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/loader.less */
.pi-loader > span > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 10px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/loader.less */
.pi-loader .pi-loader-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  vertical-align: top;
  background: rgba(105, 116, 122, 0.25);
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/loader.less */
.pi-loader-dot.pi-loader-dot-active {
  background: #197841;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-dropcap {
  font-size: 56px;
  line-height: 100%;
  font-weight: 300;
  float: left;
  margin: 0 20px 15px 0;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-dropcap-circle,
.pi-dropcap-square {
  width: 58px;
  height: 58px;
  margin: 5px 20px 10px 0;
  float: left;
  text-align: center;
  font-size: 36px;
  line-height: 56px;
  border-radius: 3px;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-dropcap-suqare {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-dropcap-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-news-date {
  background: url("../++resource++cloud19.theme/img/news-date.png") no-repeat;
  color: #2e343c;
  float: left;
  font-size: 22px;
  font-weight: 400;
  height: 65px;
  line-height: 26px;
  margin: 0 23px 10px 0;
  padding: 3px 0 0;
  position: relative;
  text-align: center;
  width: 50px;
  text-shadow: 0 1px 0 #f5f8f8;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-news-date span {
  bottom: 11px;
  font-size: 11px;
  font-weight: 600;
  color: #737a81;
  left: 0;
  line-height: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 50px;
  letter-spacing: 1px;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-white .pi-dropcap {
  color: #21252b;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-white .pi-dropcap-circle,
.pi-section-white .pi-dropcap-square {
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-grey .pi-dropcap {
  color: #21252b;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-grey .pi-dropcap-circle,
.pi-section-grey .pi-dropcap-square {
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-base .pi-dropcap {
  color: #ffffff;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-base .pi-dropcap-circle,
.pi-section-base .pi-dropcap-square {
  background: #104e2a;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-dark .pi-dropcap {
  color: #ffffff;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-dark .pi-dropcap-circle,
.pi-section-dark .pi-dropcap-square {
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-parallax .pi-dropcap {
  color: #ffffff;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dropcaps.less */
.pi-section-parallax .pi-dropcap-circle,
.pi-section-parallax .pi-dropcap-square {
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr {
  height: 0;
  border: 0;
  margin: 15px 0;
  overflow: hidden;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-big {
  margin: 30px 0;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-bigger {
  margin: 50px 0;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-row + hr {
  margin: 5px 0 25px;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-row + hr.pi-divider-big {
  margin: 20px 0 40px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-row + hr.pi-divider-bigger {
  margin: 40px 0 60px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider {
  border-top: 1px solid transparent;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-double {
  height: 9px;
  position: relative;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-double:before,
hr.pi-divider-double:after {
  display: block;
  content: "";
  border-top: 1px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-double:before {
  top: 0;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-double:after {
  bottom: 0;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-10 {
  margin: 5px 0;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-15 {
  margin: 7px 0;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-20 {
  margin: 10px 0;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-30 {
  margin: 15px 0;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-40 {
  margin: 20px 0;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-50 {
  margin: 25px 0;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-60 {
  margin: 30px 0;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-70 {
  margin: 35px 0;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-80 {
  margin: 40px 0;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-90 {
  margin: 45px 0;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
hr.pi-divider-gap-100 {
  margin: 50px 0;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-base hr {
  border-color: #40c2c4;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-base hr:before,
.pi-section-base hr:after {
  border-color: #40c2c4;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-base hr.pi-divider-dashed,
.pi-section-base hr.pi-divider-dotted {
  border-color: #1bcdcd;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-white hr {
  border-color: #e0e0e0;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-white hr:before,
.pi-section-white hr:after {
  border-color: #e0e0e0;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-white hr.pi-divider-dashed,
.pi-section-white hr.pi-divider-dotted {
  border-color: #d6dfdf;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-grey hr {
  border-color: #e5eaea;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-grey hr:before,
.pi-section-grey hr:after {
  border-color: #e5eaea;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-grey hr.pi-divider-dashed,
.pi-section-grey hr.pi-divider-dotted {
  border-color: #d6dfdf;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-dark hr {
  border-color: #2e343a;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-dark hr:before,
.pi-section-dark hr:after {
  border-color: #2e343a;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-dark hr.pi-divider-dashed,
.pi-section-dark hr.pi-divider-dotted {
  border-color: #333941;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-parallax hr {
  border-color: rgba(250, 250, 250, 0.2);
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-parallax hr:before,
.pi-section-parallax hr:after {
  border-color: rgba(250, 250, 250, 0.2);
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/dividers.less */
.pi-section-parallax hr.pi-divider-dashed,
.pi-section-parallax hr.pi-divider-dotted {
  border-color: rgba(250, 250, 250, 0.3);
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-no-bullets {
  list-style: none;
  padding-left: 0;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-no-bullets li {
  padding-left: 0!important;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-with-icons,
.pi-bullets-circle,
.pi-bullets-square {
  list-style: none;
  padding-left: 0;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-with-icons li,
.pi-bullets-circle li,
.pi-bullets-square li {
  position: relative;
  padding-left: 22px;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-with-icons li .pi-bullet-icon,
.pi-bullets-circle li .pi-bullet-icon,
.pi-bullets-square li .pi-bullet-icon,
.pi-list-with-icons li .pi-bullet-icon-img,
.pi-bullets-circle li .pi-bullet-icon-img,
.pi-bullets-square li .pi-bullet-icon-img {
  position: absolute;
  left: 0;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-with-icons li .pi-bullet-icon,
.pi-bullets-circle li .pi-bullet-icon,
.pi-bullets-square li .pi-bullet-icon {
  top: 0px;
  font-size: 14px;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-with-icons li .pi-bullet-icon-img,
.pi-bullets-circle li .pi-bullet-icon-img,
.pi-bullets-square li .pi-bullet-icon-img {
  top: -1px;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle li,
.pi-bullets-square li {
  padding-left: 35px;
  margin: 12px 0;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle li .pi-bullet-icon,
.pi-bullets-square li .pi-bullet-icon,
.pi-bullets-circle li .pi-bullet-icon-img,
.pi-bullets-square li .pi-bullet-icon-img {
  width: 26px;
  height: 26px;
  font-size: 14px;
  overflow: hidden;
  line-height: 26px;
  top: -1px;
  text-align: center;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle li .pi-bullet-icon-img,
.pi-bullets-square li .pi-bullet-icon-img {
  line-height: 26px;
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle.pi-bullets-contur li .pi-bullet-icon,
.pi-bullets-square.pi-bullets-contur li .pi-bullet-icon,
.pi-bullets-circle.pi-bullets-contur-dark li .pi-bullet-icon,
.pi-bullets-square.pi-bullets-contur-dark li .pi-bullet-icon,
.pi-bullets-circle.pi-bullets-contur-base li .pi-bullet-icon,
.pi-bullets-square.pi-bullets-contur-base li .pi-bullet-icon,
.pi-bullets-circle.pi-bullets-contur li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur li .pi-bullet-icon-img,
.pi-bullets-circle.pi-bullets-contur-dark li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur-dark li .pi-bullet-icon-img,
.pi-bullets-circle.pi-bullets-contur-base li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur-base li .pi-bullet-icon-img {
  line-height: 24px;
  border: 1px solid;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle.pi-bullets-contur li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur li .pi-bullet-icon-img,
.pi-bullets-circle.pi-bullets-contur-dark li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur-dark li .pi-bullet-icon-img,
.pi-bullets-circle.pi-bullets-contur-base li .pi-bullet-icon-img,
.pi-bullets-square.pi-bullets-contur-base li .pi-bullet-icon-img {
  line-height: 24px;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-square .pi-bullet-icon,
.pi-bullets-square .pi-bullet-icon-img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-bullets-circle .pi-bullet-icon,
.pi-bullets-circle .pi-bullet-icon-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-dashed li {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-dashed.pi-list-with-icons .pi-bullet-icon {
  top: 9px;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-dashed.pi-list-with-icons .pi-bullet-icon-img {
  top: 10px;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-dashed.pi-bullets-circle .pi-bullet-icon,
.pi-list-dashed.pi-bullets-square .pi-bullet-icon,
.pi-list-dashed.pi-bullets-circle .pi-bullet-icon-img,
.pi-list-dashed.pi-bullets-square .pi-bullet-icon-img {
  top: 10px;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-big-margins li {
  margin: 18px 0;
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-big-margins li:first-child {
  margin-top: 0;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-big-margins li:last-child {
  margin-bottom: 0;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-menu a {
  padding: 9px 12px 10px 23px;
  line-height: 1.4em;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-menu li {
  padding: 0 !important;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-menu li:after {
  top: 12px !important;
  left: 10px !important;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-plus li,
.pi-list-icons-minus li,
.pi-list-icons-ok li,
.pi-list-icons-dot li,
.pi-list-icons-heart li,
.pi-list-icons-link li,
.pi-list-icons-star li,
.pi-list-icons-help li,
.pi-list-icons-right-open li,
.pi-list-icons-twitter li,
.pi-list-icons-right-dir li,
.pi-list-icons-news li {
  padding-left: 23px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-plus li:after,
.pi-list-icons-minus li:after,
.pi-list-icons-ok li:after,
.pi-list-icons-dot li:after,
.pi-list-icons-heart li:after,
.pi-list-icons-link li:after,
.pi-list-icons-star li:after,
.pi-list-icons-help li:after,
.pi-list-icons-right-open li:after,
.pi-list-icons-twitter li:after,
.pi-list-icons-right-dir li:after,
.pi-list-icons-news li:after {
  font-family: 'fontello';
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  font-size: 14px;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-plus.pi-list-dashed li:after,
.pi-list-icons-minus.pi-list-dashed li:after,
.pi-list-icons-ok.pi-list-dashed li:after,
.pi-list-icons-dot.pi-list-dashed li:after,
.pi-list-icons-heart.pi-list-dashed li:after,
.pi-list-icons-link.pi-list-dashed li:after,
.pi-list-icons-star.pi-list-dashed li:after,
.pi-list-icons-help.pi-list-dashed li:after,
.pi-list-icons-right-open.pi-list-dashed li:after,
.pi-list-icons-twitter.pi-list-dashed li:after,
.pi-list-icons-right-dir.pi-list-dashed li:after,
.pi-list-icons-news.pi-list-dashed li:after {
  top: 9px;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-right-open li,
.pi-list-icons-right-dir li {
  padding-left: 16px;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-twitter li {
  padding-left: 25px;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-help li {
  padding-left: 20px;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-dot li {
  padding-left: 18px;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-plus li:after {
  content: "\E530";
  color: #4BD867;
  font-size: 17px;
}
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-twitter li:after {
  content: "\E463";
  font-size: 16px;
  color: #DEE1E6;
}
/* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-minus li:after {
  content: "\E533";
  color: #F37341;
  font-size: 17px;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-help li:after {
  content: "\E536";
}
/* line 224, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-ok li:after {
  content: "\E52C";
  font-size: 16px;
}
/* line 231, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-dot li:after {
  content: "\E42F";
  font-size: 22px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-heart li:after {
  content: "\E520";
  color: #F37341;
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-star li:after {
  content: "\E522";
  color: #F7CA56;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-link li:after {
  content: "\E53C";
  font-size: 16px;
}
/* line 260, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-right-open li:after {
  content: "\E4DC";
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-right-dir li:after {
  content: "\E4EC";
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-list-icons-news li:after {
  content: "\E4B4";
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-icon-box::before,
.pi-icon-box::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-icon-box::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-icon-box:before,
.pi-icon-box:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-icon-box:after {
  clear: both;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  transition: all 0.3s ease-in-out;
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon img {
  max-width: 30px;
  max-height: 30px;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-content {
  margin-left: 50px;
}
/* line 300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle,
.pi-icon-box .pi-icon-box-icon-square {
  width: 48px;
  height: 48px;
  line-height: 46px;
  font-size: 26px;
  margin-top: 6px;
}
/* line 307, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle img,
.pi-icon-box .pi-icon-box-icon-square img {
  max-width: 28px;
  max-height: 28px;
  margin-top: -5px;
}
/* line 314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-content-2 {
  margin-left: 68px;
}
/* line 318, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-square {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 328, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-bigger .pi-icon-box-icon {
  width: 100%;
  height: 100%;
  font-size: 56px;
  line-height: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* line 337, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-bigger .pi-icon-box-icon img {
  max-width: 120px;
  max-height: 120px;
}
/* line 343, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-bigger .pi-icon-box-content-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 351, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-icon {
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 56px;
  margin-top: 3px;
}
/* line 357, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-icon img {
  max-width: 56px;
  max-height: 56px;
}
/* line 362, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-content {
  margin-left: 76px;
}
/* line 365, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-icon-circle,
.pi-icon-box-icon-big .pi-icon-box-icon-square {
  width: 70px;
  height: 70px;
  font-size: 30px;
  line-height: 68px;
  margin-top: 6px;
}
/* line 372, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-icon-circle img,
.pi-icon-box-icon-big .pi-icon-box-icon-square img {
  max-width: 40px;
  max-height: 40px;
  margin-top: -8px;
}
/* line 378, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-icon-big .pi-icon-box-content-2 {
  margin-left: 90px;
}
/* line 385, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon {
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
/* line 394, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon img {
  max-width: 44px;
  max-height: 44px;
  margin-top: -12px;
}
/* line 401, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-circle,
.pi-icon-box-vertical .pi-icon-box-icon-square {
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 32px;
}
/* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-circle img,
.pi-icon-box-vertical .pi-icon-box-icon-square img {
  max-width: 38px;
  max-height: 38px;
  margin-top: -8px;
}
/* line 412, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-white {
  border: 2px solid transparent;
  line-height: 54px;
}
/* line 418, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur img,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur img,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white img,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-white img {
  max-width: 38px;
  max-height: 38px;
  margin-top: -8px;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-square {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 430, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical .pi-icon-box-icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical.pi-text-center .pi-icon-box-icon {
  margin-right: auto;
  margin-left: auto;
}
/* line 443, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}
/* line 448, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon img {
  max-width: 70px;
  max-height: 70px;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square {
  width: 90px;
  height: 90px;
  line-height: 88px;
  font-size: 38px;
}
/* line 460, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square img {
  max-width: 36px;
  max-height: 36px;
}
/* line 464, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-white {
  border: 2px solid transparent;
  line-height: 84px;
}
/* line 470, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white img,
.pi-icon-box-vertical-icon-big .pi-icon-box-icon-square.pi-icon-box-icon-contur-white img {
  max-width: 36px;
  max-height: 36px;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon {
  width: 120px;
  height: 120px;
  font-size: 110px;
  line-height: 120px;
  margin-bottom: 25px;
}
/* line 485, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon img {
  max-width: 120px;
  max-height: 120px;
  margin-top: -30px;
}
/* line 492, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square {
  width: 130px;
  height: 130px;
  line-height: 128px;
  font-size: 50px;
}
/* line 498, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square img {
  max-width: 80px;
  max-height: 80px;
  margin-top: -10px;
}
/* line 503, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-white {
  border: 2px solid transparent;
  line-height: 124px;
}
/* line 509, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-base img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white img,
.pi-icon-box-vertical-icon-bigger .pi-icon-box-icon-square.pi-icon-box-icon-contur-white img {
  max-width: 80px;
  max-height: 80px;
  margin-top: -18px;
}
/* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white li .pi-bullet-icon,
.pi-section-white li .pi-bullet-icon-img {
  color: #4d5258;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white .pi-list-dashed li {
  border-bottom: 1px dashed #d6dfdf;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white .pi-list-dashed li:last-child {
  border-bottom: none;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white .pi-list-icons-right-open li:after,
.pi-section-white .pi-list-icons-news li:after,
.pi-section-white .pi-list-icons-right-dir li:after {
  color: #cccdd3;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white .pi-list-menu li a {
  color: #4a5058;
}
/* line 558, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-white .pi-list-menu li a:hover {
  color: #197841;
  background: #f8fafa;
}
/* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey li .pi-bullet-icon,
.pi-section-grey li .pi-bullet-icon-img {
  color: #4d5258;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey .pi-list-dashed li {
  border-bottom: 1px dashed #d6dfdf;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey .pi-list-dashed li:last-child {
  border-bottom: none;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey .pi-list-icons-right-open li:after,
.pi-section-grey .pi-list-icons-news li:after,
.pi-section-grey .pi-list-icons-right-dir li:after {
  color: #cccdd3;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey .pi-list-menu li a {
  color: #4a5058;
}
/* line 558, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-grey .pi-list-menu li a:hover {
  color: #197841;
  background: #fafbfc;
}
/* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base li .pi-bullet-icon,
.pi-section-base li .pi-bullet-icon-img {
  color: #ffffff;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base .pi-list-dashed li {
  border-bottom: 1px dashed #072413;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base .pi-list-dashed li:last-child {
  border-bottom: none;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base .pi-list-icons-right-open li:after,
.pi-section-base .pi-list-icons-news li:after,
.pi-section-base .pi-list-icons-right-dir li:after {
  color: #a3d3da;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base .pi-list-menu li a {
  color: #ffffff;
}
/* line 558, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-base .pi-list-menu li a:hover {
  color: #ffffff;
  background: #104e2a;
}
/* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark li .pi-bullet-icon,
.pi-section-dark li .pi-bullet-icon-img {
  color: #c6ccd0;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark .pi-list-dashed li {
  border-bottom: 1px dashed #333941;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark .pi-list-dashed li:last-child {
  border-bottom: none;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark .pi-list-icons-right-open li:after,
.pi-section-dark .pi-list-icons-news li:after,
.pi-section-dark .pi-list-icons-right-dir li:after {
  color: #40464f;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark .pi-list-menu li a {
  color: #abb3b9;
}
/* line 558, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-dark .pi-list-menu li a:hover {
  color: #197841;
  background: #272b32;
}
/* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax li .pi-bullet-icon,
.pi-section-parallax li .pi-bullet-icon-img {
  color: #4d5258;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax .pi-list-dashed li {
  border-bottom: 1px dashed #d6dfdf;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax .pi-list-dashed li:last-child {
  border-bottom: none;
}
/* line 543, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax .pi-list-icons-right-open li:after,
.pi-section-parallax .pi-list-icons-news li:after,
.pi-section-parallax .pi-list-icons-right-dir li:after {
  color: #cccdd3;
}
/* line 556, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax .pi-list-menu li a {
  color: #abb3b9;
}
/* line 558, https://www.ruralhistory.eu/++resource++cloud19.theme/less/lists-icon-boxes.less */
.pi-section-parallax .pi-list-menu li a:hover {
  color: #197841;
  background: #32363c;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-circle li .pi-bullet-icon,
.pi-bullets-square li .pi-bullet-icon,
.pi-bullets-circle li .pi-bullet-icon-img,
.pi-bullets-square li .pi-bullet-icon-img {
  background: #f4f6f6;
  color: #4d5258;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-base li .pi-bullet-icon,
.pi-bullets-base li .pi-bullet-icon-img {
  background: #104e2a;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-dark li .pi-bullet-icon,
.pi-bullets-dark li .pi-bullet-icon-img {
  background: #2e343c;
  color: #e5eaea;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-contur li .pi-bullet-icon,
.pi-bullets-contur li .pi-bullet-icon-img {
  background: none;
  color: #b1b9bf;
  text-shadow: none;
  border-color: #b1b9bf;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-contur-dark li .pi-bullet-icon,
.pi-bullets-contur-dark li .pi-bullet-icon-img {
  background: none;
  color: #2e343c;
  text-shadow: none;
  border-color: #2e343c;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-bullets-contur-base li .pi-bullet-icon,
.pi-bullets-contur-base li .pi-bullet-icon-img {
  background: none;
  color: #658f6f;
  text-shadow: none;
  border-color: #658f6f;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon,
.pi-icon-box-vertical .pi-icon-box-icon {
  color: #ccd6d9;
}
/* line 136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon.pi-icon-box-icon-base,
.pi-icon-box-vertical .pi-icon-box-icon.pi-icon-box-icon-base {
  color: #197841;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon.pi-icon-box-icon-special,
.pi-icon-box-vertical .pi-icon-box-icon.pi-icon-box-icon-special {
  color: #81a68a;
}
/* line 142, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon.pi-icon-box-icon-dark,
.pi-icon-box-vertical .pi-icon-box-icon.pi-icon-box-icon-dark {
  color: #373D46;
}
/* line 145, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon.pi-icon-box-icon-white,
.pi-icon-box-vertical .pi-icon-box-icon.pi-icon-box-icon-white {
  color: #fff;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle,
.pi-icon-box-vertical .pi-icon-box-icon-circle,
.pi-icon-box .pi-icon-box-icon-square,
.pi-icon-box-vertical .pi-icon-box-icon-square {
  background: #eef1f1;
  color: #21252b;
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-base,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-base,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-base,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-base {
  background: #197841;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-dark,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-dark,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-dark,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-dark {
  background: #2e343c;
  color: #197841;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-white,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-white,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-white,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-white {
  background: #fff;
  color: #197841;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-contur,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur {
  background: none;
  color: #ccd6d9;
  border-color: #ccd6d9;
}
/* line 175, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-contur-base,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-base {
  background: none;
  color: #197841;
  border-color: #197841;
}
/* line 180, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark {
  background: none;
  color: #373D46;
  border-color: #373D46;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-contur-white,
.pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-contur-white {
  background: none;
  color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon {
  color: #197841;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon.pi-icon-box-icon-base {
  color: #E75C39;
}
/* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon.pi-icon-box-icon-dark {
  color: #197841;
}
/* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon.pi-icon-box-icon-white {
  color: #197841;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle,
.pi-icon-box-hover:hover .pi-icon-box-icon-square {
  background: #197841;
  color: #fff;
}
/* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-base,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-base {
  background: #E75C39;
  color: #fff;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-dark,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-dark,
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-white,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-white {
  background: #197841;
  color: #fff;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-contur,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-contur {
  background: none;
  color: #197841;
  border-color: #197841;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-contur-base,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-contur-base {
  background: none;
  color: #E75C39;
  border-color: #E75C39;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-contur-dark,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-contur-dark {
  background: none;
  color: #197841;
  border-color: #197841;
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-contur-white,
.pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-contur-white {
  background: none;
  color: #197841;
  border-color: #197841;
}
/* line 248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/lists-icon-boxes.less */
.pi-list-icons-dot li:after,
.pi-list-icons-ok li:after,
.pi-list-icons-link li:after,
.pi-list-icons-help li:after {
  color: #197841;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn {
  display: inline-block;
  padding: 6px 12px 6px;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
  outline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn img {
  width: 16px;
  margin-top: -2px;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn:focus {
  outline: none;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn:hover,
.btn:focus {
  text-decoration: none;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn:active,
.btn.active {
  outline: 0;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.btn.pi-btn-icon-big {
  line-height: 16px;
  font-size: 18px;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-icon-only {
  padding-left: 18px;
  padding-right: 18px;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-icon-only i,
.pi-btn-icon-only img {
  margin: 0;
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 5px 9px 6px;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-small i,
.pi-btn-small img {
  margin: 0;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-small img {
  width: 12px;
}
/* line 71, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 17px 12px;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-big img {
  width: 20px;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-big.pi-btn-icon-big {
  line-height: 18px;
  font-size: 20px;
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-bigger {
  font-size: 18px;
  line-height: 20px;
  padding: 18px 22px 18px;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-bigger i,
.pi-btn-bigger img {
  margin-left: 0px;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-bigger img {
  width: 20px;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-big-paddings {
  padding-right: 40px;
  padding-left: 40px;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-promo {
  margin: 4px 0 20px 20px;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-mobile-menu-toggler {
  font-size: 20px;
  padding: 8px 9px;
}
/* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
#c19-portal-header button.pi-mobile-menu-toggler {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: none;
  padding: 2px 0 2px 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 33px;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
#c19-portal-header button.pi-mobile-menu-toggler > i {
  font-size: 32px;
  color: #197841;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-wide {
  width: 100%;
  text-align: center;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-tag {
  margin: 0 6px 9px 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-block .pi-btn {
  margin-bottom: 0;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-sm .pi-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 12px 8px;
}
/* line 155, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-sm .pi-btn-small {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-sm .pi-btn-big {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-md .pi-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-md .pi-btn-small {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-md .pi-btn-big {
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-lg .pi-btn {
  margin-top: 33px;
  margin-bottom: 33px;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-lg .pi-btn-small {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-row-lg .pi-btn-big {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn {
  background: #f4f6f6;
  border: 1px solid #e3e9e9;
  color: #586266 !important;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn:hover {
  background: #a5b3b4;
  border: 1px solid 1px solid #9eadae;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #aebbbc;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #aebbbc;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn.pi-btn-no-border {
  border-color: #f4f6f6;
  border-top-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn.pi-btn-no-border:hover {
  border-color: #a5b3b4;
  border-top-color: #bec9c9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-grey {
  background: #a5b3b4;
  border: 1px solid #9eadae;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #aab7b8;
  -moz-box-shadow: inset 0 1px 0 #aab7b8;
  box-shadow: inset 0 1px 0 #aab7b8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-grey:hover {
  background: #889899;
  border: 1px solid 1px solid #809192;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #8d9d9e;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #8d9d9e;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #8d9d9e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-grey.pi-btn-no-border {
  border-color: #a5b3b4;
  border-top-color: #bec9c9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-grey.pi-btn-no-border:hover {
  border-color: #889899;
  border-top-color: #a2b1b1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-dark {
  background: #2d323a;
  border: 1px solid #24282e;
  color: #c9d1d6 !important;
  -webkit-box-shadow: inset 0 1px 0 #363c46;
  -moz-box-shadow: inset 0 1px 0 #363c46;
  box-shadow: inset 0 1px 0 #363c46;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark:hover {
  background: #384147;
  border: 1px solid 1px solid #32383f;
  color: #e505ef !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #424c54;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #424c54;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #424c54;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark.pi-btn-no-border {
  border-color: #2d323a;
  border-top-color: #393f47;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark.pi-btn-no-border:hover {
  border-color: #384147;
  border-top-color: #485158;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-dark2 {
  background: #384147;
  border: 1px solid #32383f;
  color: #c9d1d6 !important;
  -webkit-box-shadow: inset 0 1px 0 #424c54;
  -moz-box-shadow: inset 0 1px 0 #424c54;
  box-shadow: inset 0 1px 0 #424c54;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark2:hover {
  background: #444e55;
  border: 1px solid 1px solid #3d454c;
  color: #e3e9ed !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #4a555d;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #4a555d;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #4a555d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark2.pi-btn-no-border {
  border-color: #384147;
  border-top-color: #485158;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-dark2.pi-btn-no-border:hover {
  border-color: #444e55;
  border-top-color: #576169;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-blue {
  background: #609ddb;
  border: 1px solid #5491d5;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #6aa7df;
  -moz-box-shadow: inset 0 1px 0 #6aa7df;
  box-shadow: inset 0 1px 0 #6aa7df;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-blue:hover {
  background: #487ab9;
  border: 1px solid 1px solid #4070b1;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #4f86c0;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #4f86c0;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #4f86c0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-blue.pi-btn-no-border {
  border-color: #609ddb;
  border-top-color: #7eb3e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-blue.pi-btn-no-border:hover {
  border-color: #487ab9;
  border-top-color: #6e9acc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-turquoise {
  background: #0dc0c0;
  border: 1px solid #09b1b9;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #0fc8c8;
  -moz-box-shadow: inset 0 1px 0 #0fc8c8;
  box-shadow: inset 0 1px 0 #0fc8c8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-turquoise:hover {
  background: #009ca8;
  border: 1px solid 1px solid #0092a0;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #00a6b1;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #00a6b1;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #00a6b1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-turquoise.pi-btn-no-border {
  border-color: #0dc0c0;
  border-top-color: #6ed9d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-turquoise.pi-btn-no-border:hover {
  border-color: #009ca8;
  border-top-color: #00b6bf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-green {
  background: #18ba60;
  border: 1px solid #10a95b;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #1bc26c;
  -moz-box-shadow: inset 0 1px 0 #1bc26c;
  box-shadow: inset 0 1px 0 #1bc26c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-green:hover {
  background: #099555;
  border: 1px solid 1px solid #088b4c;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #0aa05e;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #0aa05e;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #0aa05e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-green.pi-btn-no-border {
  border-color: #18ba60;
  border-top-color: #22d686;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-green.pi-btn-no-border:hover {
  border-color: #099555;
  border-top-color: #0cb56f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 145, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-lime {
  background: #86ba41;
  border: 1px solid #79b037;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #92c148;
  -moz-box-shadow: inset 0 1px 0 #92c148;
  box-shadow: inset 0 1px 0 #92c148;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-lime:hover {
  background: #639a33;
  border: 1px solid 1px solid #59902c;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #6da438;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #6da438;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #6da438;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-lime.pi-btn-no-border {
  border-color: #86ba41;
  border-top-color: #a5cd67;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-lime.pi-btn-no-border:hover {
  border-color: #639a33;
  border-top-color: #81b053;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-red {
  background: #e47b43;
  border: 1px solid #dd5437;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #eb6f4b;
  -moz-box-shadow: inset 0 1px 0 #eb6f4b;
  box-shadow: inset 0 1px 0 #eb6f4b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-red:hover {
  background: #c63d2c;
  border: 1px solid 1px solid #c63d2c;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #d8533b;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #d8533b;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #d8533b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-red.pi-btn-no-border {
  border-color: #e47b43;
  border-top-color: #ed7e60;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-red.pi-btn-no-border:hover {
  border-color: #c63d2c;
  border-top-color: #db634e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-orange {
  background: #f58b3c;
  border: 1px solid #e97931;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #f69c45;
  -moz-box-shadow: inset 0 1px 0 #f69c45;
  box-shadow: inset 0 1px 0 #f69c45;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-orange:hover {
  background: #e46526;
  border: 1px solid 1px solid #d6561f;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #e8742c;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #e8742c;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #e8742c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-orange.pi-btn-no-border {
  border-color: #f58b3c;
  border-top-color: #f8a862;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-orange.pi-btn-no-border:hover {
  border-color: #e46526;
  border-top-color: #eb8344;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-brown {
  background: #8f5340;
  border: 1px solid #824836;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #9a5b47;
  -moz-box-shadow: inset 0 1px 0 #9a5b47;
  box-shadow: inset 0 1px 0 #9a5b47;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-brown:hover {
  background: #773b2d;
  border: 1px solid 1px solid #6a3226;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #834132;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #834132;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #834132;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-brown.pi-btn-no-border {
  border-color: #8f5340;
  border-top-color: #955f4d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-brown.pi-btn-no-border:hover {
  border-color: #773b2d;
  border-top-color: #854b3d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-purple {
  background: #8463a9;
  border: 1px solid #77579e;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #8e6fb1;
  -moz-box-shadow: inset 0 1px 0 #8e6fb1;
  box-shadow: inset 0 1px 0 #8e6fb1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-purple:hover {
  background: #694b8b;
  border: 1px solid 1px solid #5d407e;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #755895;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #755895;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #755895;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-purple.pi-btn-no-border {
  border-color: #8463a9;
  border-top-color: #9375b5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-purple.pi-btn-no-border:hover {
  border-color: #694b8b;
  border-top-color: #7e5aa2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-yellow {
  background: #fcd746;
  border: 1px solid #f2c02b;
  color: #68422c !important;
  -webkit-box-shadow: inset 0 1px 0 #fde473;
  -moz-box-shadow: inset 0 1px 0 #fde473;
  box-shadow: inset 0 1px 0 #fde473;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-yellow:hover {
  background: #fdbe3b;
  border: 1px solid 1px solid #f4a520;
  color: #68422c !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #fcd069;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #fcd069;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #fcd069;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-yellow.pi-btn-no-border {
  border-color: #fcd746;
  border-top-color: #ffeb82;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-yellow.pi-btn-no-border:hover {
  border-color: #fdbe3b;
  border-top-color: #ffdd71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-base {
  background: #197841;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base:hover {
  background: #104e2a;
  border: 1px solid none;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base.pi-btn-no-border {
  border-color: #197841;
  border-top-color: #1c8749;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base.pi-btn-no-border:hover {
  border-color: #104e2a;
  border-top-color: #135d32;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-special {
  background: #81a68a;
  border: none;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #8bad94;
  -moz-box-shadow: inset 0 1px 0 #8bad94;
  box-shadow: inset 0 1px 0 #8bad94;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-special:hover {
  background: #658f6f;
  border: 1px solid none;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #6e9878;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #6e9878;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #6e9878;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-special.pi-btn-no-border {
  border-color: #81a68a;
  border-top-color: #8bad94;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-special.pi-btn-no-border:hover {
  border-color: #658f6f;
  border-top-color: #6e9878;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-base-2 {
  background: #197841;
  border: 1px solid #166939;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base-2:hover {
  background: #104e2a;
  border: 1px solid 1px solid #0d3f22;
  color: #ffffff !important;
  -webkit-box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  -moz-box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  box-shadow: inset 0 1px 0 inset 0 1px 0 #135d32;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base-2.pi-btn-no-border {
  border-color: #197841;
  border-top-color: #1c8749;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-base-2.pi-btn-no-border:hover {
  border-color: #104e2a;
  border-top-color: #135d32;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-contur {
  background: none;
  border: 1px solid #d4dde2;
  color: #535c61 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-contur:hover {
  background: none;
  border: 1px solid #166939;
  color: #197841 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 310, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-contur-2 {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-contur-2:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-contur-3 {
  background: rgba(250, 250, 250, 0.06);
  border: 1px solid rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.9) !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-contur-3:hover {
  background: rgba(250, 250, 250, 0.05);
  border: 1px solid rgba(250, 250, 250, 0.8);
  color: #ffffff !important;
  -webkit-box-shadow: 0 0px 12px rgba(250, 250, 250, 0.15);
  -moz-box-shadow: 0 0px 12px rgba(250, 250, 250, 0.15);
  box-shadow: 0 0px 12px rgba(250, 250, 250, 0.15);
}
/* line 338, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-contur-for-base {
  background: none;
  border: 1px solid rgba(250, 250, 250, 0.7);
  color: #ffffff !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-contur-for-base:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #2d383d !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/buttons.less */
.pi-btn-contur-for-dark {
  background: none;
  border: 1px solid #576166;
  color: #97a8b1 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/buttons.less */
.pi-btn-contur-for-dark:hover {
  background: none;
  border: 1px solid #166939;
  color: #197841 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #777;
  border: 0;
  border-bottom: 1px solid #777;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="radio"],
input[type="checkbox"] {
  margin: 0px 8px 0px 0px;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="file"] {
  display: block;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
select[multiple],
select[size] {
  height: auto;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.tabfocus.plone.less */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 187, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control::-moz-placeholder {
  color: #ffffff;
}
/* line 193, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control::-ms-input-placeholder {
  color: #ffffff;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control::-o-input-placeholder {
  color: #ffffff;
}
/* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control::input-placeholder {
  color: #ffffff;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control:focus::placeholder {
  opacity: 0;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control:focus:-moz-placeholder {
  opacity: 0;
}
/* FF 4-18 */
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control:focus::-moz-placeholder {
  opacity: 0;
}
/* FF 19+ */
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}
/* IE 10+ */
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control {
  display: block;
  width: 100%;
  height: 1.6em;
  font-size: 16px;
  line-height: normal;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.1s ease-in-out 0s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.1s ease-in-out 0s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.1s ease-in-out 0s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.1s ease-in-out 0s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.1s ease-in-out 0s;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.forms.plone.less */
.form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
textarea.form-control {
  height: auto;
}
/* line 156, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-group {
  margin-bottom: 20px;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio,
.checkbox {
  display: block;
  min-height: 1.6em;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
/* line 187, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
/* line 193, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
/* line 203, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control-static {
  margin-bottom: 0;
  padding-top: 21px;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #777;
}
@media (min-width: 844px) {
  /* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
  .form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 268, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 275, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  /* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
  .form-inline button[type="submit"] {
    margin-top: 28px;
  }
}
/* line 302, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.form-horizontal .form-group::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.form-horizontal .form-group:after {
  clear: both;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-block form {
  display: inline-block;
  -webkit-transition: margin-top 0.1s ease-in-out 0s;
  -moz-transition: margin-top 0.1s ease-in-out 0s;
  -ms-transition: margin-top 0.1s ease-in-out 0s;
  -o-transition: margin-top 0.1s ease-in-out 0s;
  transition: margin-top 0.1s ease-in-out 0s;
}
/* line 327, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-block input[type="text"],
.pi-row-block input[type="password"] {
  width: 120px;
}
/* line 330, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-block input[type="text"]:focus,
.pi-row-block input[type="password"]:focus {
  width: 160px;
}
/* line 333, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-block input[type="text"].pi-input-wide,
.pi-row-block input[type="password"].pi-input-wide {
  width: 160px;
  margin-top: -1px;
}
/* line 342, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-menu-mobile form {
  padding: 20px 0;
}
/* line 345, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-menu-mobile input.pi-input-wide[type="text"] {
  width: 100%;
}
/* line 350, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control {
  height: 38px;
  display: inline-block;
  padding: 8px 11px 9px;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 358, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.form-control.pi-form-control-changed {
  font-style: normal;
}
/* line 363, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.input-lg {
  height: 46px;
  font-size: 16px;
  padding: 10px 14px 11px;
}
/* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.input-sm {
  height: 28px;
  padding: 3px 6px 4px;
  font-size: 14px;
}
/* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
select.input-sm {
  line-height: 27px;
  padding: 0 0 1px;
}
/* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
textarea {
  min-height: 94px;
  resize: vertical;
}
/* line 385, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
select.form-control {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.checkbox {
  padding-left: 18px;
  margin-bottom: 15px;
}
/* line 393, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
/* line 398, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio {
  padding-left: 18px;
  margin-bottom: 15px;
}
/* line 401, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.radio input[type="radio"] {
  margin-left: -18px;
}
/* line 409, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm form .pi-btn,
.pi-row-md form .pi-btn,
.pi-row-lg form .pi-btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.input-group-addon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-inline {
  display: inline-block;
}
/* line 423, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon {
  position: relative;
}
/* line 425, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon .form-control {
  padding-left: 31px;
}
/* line 428, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon select.form-control {
  padding-left: 27px;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon .pi-input-icon {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1;
  font-size: 16px;
  line-height: 38px;
  color: #adadad;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 441, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #212126;
}
/* line 445, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-lg .form-control {
  padding-left: 35px;
}
/* line 448, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-lg select.form-control {
  padding-left: 33px;
}
/* line 451, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-lg .pi-input-icon {
  left: 11px;
  font-size: 16px;
  line-height: 45px;
}
/* line 458, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-sm .form-control {
  padding-left: 28px;
}
/* line 461, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-sm select.form-control {
  padding-left: 24px;
}
/* line 464, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-with-icon-sm .pi-input-icon {
  left: 9px;
  font-size: 14px;
  line-height: 28px;
}
/* line 472, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-btn {
  position: relative;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-btn .form-control {
  padding-right: 35px;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-btn button {
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -14px !important;
}
/* line 486, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-btn button i {
  margin: 0;
}
/* line 493, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm .pi-row-block form {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 496, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm .pi-row-block form .pi-input-with-icon .pi-input-icon {
  line-height: 36px;
  left: 10px;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm .pi-row-block form .pi-input-with-icon .form-control {
  padding-left: 30px;
}
/* line 503, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm .pi-row-block form .form-control {
  padding: 7px 10px 8px;
  height: 36px;
}
/* line 508, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm .pi-row-block form .pi-grouped-input .pi-input-inline {
  margin-right: 42px !important;
}
/* line 516, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-md .pi-row-block form {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 523, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-lg .pi-row-block form {
  margin-top: 29px;
  margin-bottom: 29px;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-grouped-input button {
  float: right;
  border-radius: 0 3px 3px 0;
}
/* line 534, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-grouped-input .pi-input-inline {
  display: block;
  margin-right: 40px;
}
/* line 537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-grouped-input .pi-input-inline input {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
/* line 544, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#content-core table.datagridwidget-table-view {
  border: 1px solid #e5e5e5;
}
/* line 546, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#content-core table.datagridwidget-table-view th {
  padding-left: 15px;
}
/* line 550, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#content-core table.datagridwidget-table-view .datagridwidget-row .datagridwidget-manipulator {
  padding: 8px 5px 12px 5px;
}
/* line 553, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#content-core table.datagridwidget-table-view .datagridwidget-row .datagridwidget-manipulator img {
  max-width: unset !important;
}
/* line 557, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#content-core table.datagridwidget-table-view .datagridwidget-row > td {
  padding-left: 15px;
}
/* line 782, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#recaptcha_image {
  box-sizing: content-box;
}
/* line 786, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-inline {
  width: calc(100% - 50px);
}
/* line 790, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-input-with-icon.pi-input-inline {
  width: auto;
}
/* line 794, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-row-sm form .pi-btn,
.pi-row-md form .pi-btn,
.pi-row-lg form .pi-btn {
  position: absolute;
  margin-left: 5px;
  height: 34px;
}
/* line 800, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.userrole-anonymous .PFGFieldsetWidget {
  width: 100%;
}
/* line 804, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#pfg-fieldwrapper fieldset.PFGFieldsetWidget {
  border: none!important;
}
/* line 807, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
#pfg-fieldwrapper fieldset.PFGFieldsetWidget legend {
  padding-top: 2em;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 610, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control::-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:-ms-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control::-webkit-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:hover:-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:hover::-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:hover:-ms-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:hover::-webkit-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:focus:-moz-placeholder {
  color: #939fa4;
}
/* line 649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:focus::-moz-placeholder {
  color: #939fa4;
}
/* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:focus:-ms-input-placeholder {
  color: #939fa4;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:focus::-webkit-input-placeholder {
  color: #939fa4;
}
/* line 661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control {
  background: #fbfcfc;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:hover {
  background: #fbfcfc;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 681, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control:focus {
  background: #ffffff;
  border-color: #197841;
  border-top-color: #197841;
  color: #939fa4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .form-control.pi-form-control-changed:focus {
  background: #ffffff;
  color: #2e343c;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .pi-input-with-icon .pi-input-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .pi-input-with-icon:hover .pi-input-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-white .pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white .newListSelected {
  background: #fbfcfc;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white .pi-select-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white .newListSelHover {
  background: #fbfcfc;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white .newListSelFocus {
  background: #ffffff;
  border-color: #197841;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 746, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white .newListSelFocus .pi-select-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white ul.newList {
  border-color: #197841;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white ul.newList li {
  border-color: #d5d1df;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white ul.newList a {
  color: #6c6a75;
  background: #ffffff;
  border-bottom: 0 !important;
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white ul.newList a:hover {
  background: #f7f8fa;
  color: #377eb7;
}
/* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white ul.newList a.hiLite {
  background: #377eb7;
  color: #ffffff;
}
/* line 775, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-white label {
  color: #4d5258;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 610, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control::-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:-ms-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control::-webkit-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:hover:-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:hover::-moz-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:hover:-ms-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:hover::-webkit-input-placeholder {
  color: #afb8bb;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:focus:-moz-placeholder {
  color: #939fa4;
}
/* line 649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:focus::-moz-placeholder {
  color: #939fa4;
}
/* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:focus:-ms-input-placeholder {
  color: #939fa4;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:focus::-webkit-input-placeholder {
  color: #939fa4;
}
/* line 661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control {
  background: #ffffff;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
}
/* line 671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:hover {
  background: #ffffff;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
}
/* line 681, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control:focus {
  background: #ffffff;
  border-color: #197841;
  border-top-color: #197841;
  color: #939fa4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .form-control.pi-form-control-changed:focus {
  background: #ffffff;
  color: #2e343c;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .pi-input-with-icon .pi-input-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .pi-input-with-icon:hover .pi-input-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-grey .pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey .newListSelected {
  background: #ffffff;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  color: #afb8bb;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey .pi-select-icon {
  color: #c8ced1;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey .newListSelHover {
  background: #ffffff;
  border-color: #dde1e1;
  border-top-color: #dde1e1;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
}
/* line 739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey .newListSelFocus {
  background: #ffffff;
  border-color: #197841;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 746, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey .newListSelFocus .pi-select-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey ul.newList {
  border-color: #197841;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey ul.newList li {
  border-color: #d5d1df;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey ul.newList a {
  color: #6c6a75;
  background: #ffffff;
  border-bottom: 0 !important;
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey ul.newList a:hover {
  background: #f7f8fa;
  color: #377eb7;
}
/* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey ul.newList a.hiLite {
  background: #377eb7;
  color: #ffffff;
}
/* line 775, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-grey label {
  color: #4d5258;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 610, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control::-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:hover:-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:hover::-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:hover:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:hover::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:focus:-moz-placeholder {
  color: #8c989d;
}
/* line 649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:focus::-moz-placeholder {
  color: #8c989d;
}
/* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:focus:-ms-input-placeholder {
  color: #8c989d;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:focus::-webkit-input-placeholder {
  color: #8c989d;
}
/* line 661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control {
  background: #fbfbfb;
  border-color: #104e2a;
  border-top-color: #104e2a;
  color: #999999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:hover {
  background: #fbfbfb;
  border-color: #104e2a;
  border-top-color: #104e2a;
  color: #999999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 681, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control:focus {
  background: #ffffff;
  border-color: #104e2a;
  border-top-color: #104e2a;
  color: #8c989d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .form-control.pi-form-control-changed:focus {
  background: #ffffff;
  color: #2e343c;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .pi-input-with-icon .pi-input-icon {
  color: #999999;
  text-shadow: none;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .pi-input-with-icon:hover .pi-input-icon {
  color: #999999;
  text-shadow: none;
}
/* line 705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-base .pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #2e343c;
  text-shadow: none;
}
/* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base .newListSelected {
  background: #fbfbfb;
  border-color: #104e2a;
  border-top-color: #104e2a;
  color: #999999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base .pi-select-icon {
  color: #999999;
  text-shadow: none;
  -webkit-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base .newListSelHover {
  background: #fbfbfb;
  border-color: #104e2a;
  border-top-color: #104e2a;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base .newListSelFocus {
  background: #ffffff;
  border-color: #104e2a;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 746, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base .newListSelFocus .pi-select-icon {
  color: #2e343c;
  text-shadow: none;
}
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base ul.newList {
  border-color: #104e2a;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base ul.newList li {
  border-color: #d5d1df;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base ul.newList a {
  color: #cddfed;
  background: #2e74ad;
  border-bottom: 0 !important;
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base ul.newList a:hover {
  background: #3981bb;
  color: #f4f9fd;
}
/* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base ul.newList a.hiLite {
  background: #3981bb;
  color: #f4f9fd;
}
/* line 775, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-base label {
  color: #ffffff;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:-moz-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 610, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control::-moz-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:-ms-input-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control::-webkit-input-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:hover:-moz-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:hover::-moz-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:hover:-ms-input-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:hover::-webkit-input-placeholder {
  color: #616b75;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:focus:-moz-placeholder {
  color: #777d85;
}
/* line 649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:focus::-moz-placeholder {
  color: #777d85;
}
/* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:focus:-ms-input-placeholder {
  color: #777d85;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:focus::-webkit-input-placeholder {
  color: #777d85;
}
/* line 661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control {
  background: #2a3037;
  border-color: #2a3037;
  border-top-color: #1d2226;
  color: #616b75;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:hover {
  background: #2a3037;
  border-color: #2a3037;
  border-top-color: #1d2226;
  color: #616b75;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 681, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control:focus {
  background: #ffffff;
  border-color: #197841;
  border-top-color: #197841;
  color: #777d85;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .form-control.pi-form-control-changed:focus {
  background: #ffffff;
  color: #2e343c;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .pi-input-with-icon .pi-input-icon {
  color: #576068;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .pi-input-with-icon:hover .pi-input-icon {
  color: #576068;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-dark .pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark .newListSelected {
  background: #2a3037;
  border-color: #2a3037;
  border-top-color: #1d2226;
  color: #616b75;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark .pi-select-icon {
  color: #576068;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark .newListSelHover {
  background: #2a3037;
  border-color: #2a3037;
  border-top-color: #1d2226;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark .newListSelFocus {
  background: #ffffff;
  border-color: #197841;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 746, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark .newListSelFocus .pi-select-icon {
  color: #2e343c;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark ul.newList {
  border-color: #197841;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark ul.newList li {
  border-color: purple;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark ul.newList a {
  color: #8e5016;
  background: #222325;
  border-bottom: 0 !important;
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark ul.newList a:hover {
  background: #262829;
  color: #babac1;
}
/* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark ul.newList a.hiLite {
  background: #262829;
  color: #babac1;
}
/* line 775, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-dark label {
  color: #c6ccd0;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:-moz-placeholder {
  color: rgba(218, 231, 240, 0.45);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 610, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control::-moz-placeholder {
  color: rgba(218, 231, 240, 0.45);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:-ms-input-placeholder {
  color: rgba(218, 231, 240, 0.45);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 620, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control::-webkit-input-placeholder {
  color: rgba(218, 231, 240, 0.45);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:hover:-moz-placeholder {
  color: rgba(218, 231, 240, 0.55);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:hover::-moz-placeholder {
  color: rgba(218, 231, 240, 0.55);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:hover:-ms-input-placeholder {
  color: rgba(218, 231, 240, 0.55);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:hover::-webkit-input-placeholder {
  color: rgba(218, 231, 240, 0.55);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:focus:-moz-placeholder {
  color: #242528;
}
/* line 649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:focus::-moz-placeholder {
  color: #242528;
}
/* line 653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:focus:-ms-input-placeholder {
  color: #242528;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:focus::-webkit-input-placeholder {
  color: #242528;
}
/* line 661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(218, 231, 240, 0.25);
  border-top-color: rgba(218, 231, 240, 0.25);
  color: rgba(218, 231, 240, 0.45);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 671, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:hover {
  background: rgba(218, 231, 240, 0.055);
  border-color: rgba(218, 231, 240, 0.35);
  border-top-color: rgba(218, 231, 240, 0.35);
  color: rgba(218, 231, 240, 0.55);
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}
/* line 681, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control:focus {
  background: #ffffff;
  border-color: #197841;
  border-top-color: #197841;
  color: #242528;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .form-control.pi-form-control-changed:focus {
  background: #ffffff;
  color: #242528;
}
/* line 697, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .pi-input-with-icon .pi-input-icon {
  color: rgba(218, 231, 240, 0.45);
  text-shadow: none;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .pi-input-with-icon:hover .pi-input-icon {
  color: rgba(218, 231, 240, 0.55);
  text-shadow: none;
}
/* line 705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.pi-section-parallax .pi-input-with-icon.pi-form-control-focused .pi-input-icon {
  color: #242528;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax .newListSelected {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(218, 231, 240, 0.25);
  border-top-color: rgba(218, 231, 240, 0.25);
  color: rgba(218, 231, 240, 0.45);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax .pi-select-icon {
  color: rgba(218, 231, 240, 0.45);
  text-shadow: none;
  -webkit-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0.1s ease-in-out 0s;
}
/* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax .newListSelHover {
  background: rgba(218, 231, 240, 0.055);
  border-color: rgba(218, 231, 240, 0.35);
  border-top-color: rgba(218, 231, 240, 0.35);
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}
/* line 739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax .newListSelFocus {
  background: #ffffff;
  border-color: #197841;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
/* line 746, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax .newListSelFocus .pi-select-icon {
  color: #242528;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 752, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax ul.newList {
  border-color: #197841;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax ul.newList li {
  border-color: purple;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax ul.newList a {
  color: #8e5016;
  background: #222325;
  border-bottom: 0 !important;
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax ul.newList a:hover {
  background: #262829;
  color: #babac1;
}
/* line 768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax ul.newList a.hiLite {
  background: #262829;
  color: #babac1;
}
/* line 775, https://www.ruralhistory.eu/++resource++cloud19.theme/less/forms.less */
.stylish-select .pi-section-parallax label {
  color: rgba(218, 231, 240, 0.85);
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note,
.pi-alert-warning,
.pi-alert-danger,
.pi-alert-success,
.pi-alert-info {
  position: relative;
  border: 1px solid transparent;
  padding: 20px 35px 0 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 0 !important;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note h1,
.pi-alert-warning h1,
.pi-alert-danger h1,
.pi-alert-success h1,
.pi-alert-info h1,
.pi-alert-note h2,
.pi-alert-warning h2,
.pi-alert-danger h2,
.pi-alert-success h2,
.pi-alert-info h2,
.pi-alert-note h3,
.pi-alert-warning h3,
.pi-alert-danger h3,
.pi-alert-success h3,
.pi-alert-info h3,
.pi-alert-note h4,
.pi-alert-warning h4,
.pi-alert-danger h4,
.pi-alert-success h4,
.pi-alert-info h4,
.pi-alert-note h5,
.pi-alert-warning h5,
.pi-alert-danger h5,
.pi-alert-success h5,
.pi-alert-info h5,
.pi-alert-note h6,
.pi-alert-warning h6,
.pi-alert-danger h6,
.pi-alert-success h6,
.pi-alert-info h6 {
  margin-bottom: 7px;
  font-size: 14px !important;
  font-weight: 600;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note .pi-close,
.pi-alert-warning .pi-close,
.pi-alert-danger .pi-close,
.pi-alert-success .pi-close,
.pi-alert-info .pi-close {
  width: 21px;
  height: 21px;
  text-shadow: none;
  float: none;
  position: absolute;
  top: 11px;
  right: 10px;
  text-align: center;
  opacity: 1;
  font-size: 22px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: .2;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-close:hover,
.pi-close:focus {
  text-decoration: none;
  cursor: pointer;
}
/* line 56, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
button.pi-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note {
  background: #fff;
  border-color: #e5eaea;
  color: #787d82;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note h1,
.pi-alert-note h2,
.pi-alert-note h3,
.pi-alert-note h4,
.pi-alert-note h5,
.pi-alert-note h6,
.pi-alert-note strong {
  color: #212326 !important;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note .pi-close {
  background: transparent;
  color: #D0D7DD;
  text-shadow: 0 1px 0 #fff;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-note .pi-close:hover {
  background: transparent;
  color: #9ea2a7;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-success {
  background: #b8ffaf;
  border-color: #9bf29d;
  color: #428956;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-success h1,
.pi-alert-success h2,
.pi-alert-success h3,
.pi-alert-success h4,
.pi-alert-success h5,
.pi-alert-success h6,
.pi-alert-success strong {
  color: #005A28 !important;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-success a,
.pi-alert-success a:hover {
  color: #005A28;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-success .pi-close {
  background: transparent;
  color: #65DA81;
  text-shadow: 0 1px 0 #fff;
}
/* line 100, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-success .pi-close:hover {
  background: transparent;
  color: #05BD63;
}
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-info {
  background: #dcf6f8;
  border-color: #beeff3;
  color: #448D97;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-info h1,
.pi-alert-info h2,
.pi-alert-info h3,
.pi-alert-info h4,
.pi-alert-info h5,
.pi-alert-info h6,
.pi-alert-info strong {
  color: #154B7A !important;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-info a,
.pi-alert-info a:hover {
  color: #154B7A;
}
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-info .pi-close {
  background: transparent;
  color: #76CECE;
  text-shadow: 0 1px 0 #fff;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-info .pi-close:hover {
  background: transparent;
  color: #5F96BB;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-danger {
  background: #feead3;
  border-color: #ffd9c0;
  color: #c5635e;
}
/* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-danger h1,
.pi-alert-danger h2,
.pi-alert-danger h3,
.pi-alert-danger h4,
.pi-alert-danger h5,
.pi-alert-danger h6,
.pi-alert-danger strong {
  color: #ae2128 !important;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-danger a,
.pi-alert-danger a:hover {
  color: #ae2128;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-danger .pi-close {
  background: transparent;
  color: #F58D74;
  text-shadow: 0 1px 0 #fff;
}
/* line 148, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-danger .pi-close:hover {
  background: transparent;
  color: #e3512e;
}
/* line 155, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-warning {
  background: #f8f6a2;
  border-color: #eee090;
  color: #7d6a3b;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-warning h1,
.pi-alert-warning h2,
.pi-alert-warning h3,
.pi-alert-warning h4,
.pi-alert-warning h5,
.pi-alert-warning h6,
.pi-alert-warning strong {
  color: #68422C !important;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-warning a,
.pi-alert-warning a:hover {
  color: #68422C;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-warning .pi-close {
  background: transparent;
  color: #ccb561;
  text-shadow: 0 1px 0 #fff;
}
/* line 172, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-warning .pi-close:hover {
  background: transparent;
  color: #A37C37;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon {
  padding-left: 46px;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-note:before,
.pi-alert-with-icon.pi-alert-danger:before,
.pi-alert-with-icon.pi-alert-warning:before,
.pi-alert-with-icon.pi-alert-info:before,
.pi-alert-with-icon.pi-alert-success:before {
  width: 26px;
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  font-family: 'fontello';
  font-size: 18px;
  text-align: center;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-note:before {
  content: "\E491";
  color: #d6d7cf;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-danger:before {
  content: "\E4CF";
  color: #e3512e;
  font-size: 16px;
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-warning:before {
  content: "\E4A4";
  color: #A37C37;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-info:before {
  content: "\E538";
  color: #488BAA;
  font-size: 16px;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-alert-with-icon.pi-alert-success:before {
  content: "\E52C";
  color: #05BD63;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/alert-boxes.less */
.pi-section-grey .pi-alert-note {
  background: #fff;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.has_bg > .bg {
  opacity: 0;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
img {
  max-width: 100%;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-hover-zoom {
  overflow: hidden;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-hover-zoom img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-hover-zoom:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-img-hover-zoom img,
.pi-portfolio-description-box:hover .pi-img-hover-zoom img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w .pi-img-link {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w img {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-grid-no-margins .pi-img-w {
  margin-bottom: 0;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-size-hero {
  width: 100%;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-gallery-small-margins .pi-img-w {
  margin-bottom: 20px;
}
/* line 81, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-left {
  float: left;
  margin-right: 25px;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-right {
  float: right;
  margin-left: 25px;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-border {
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 4px solid transparent;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-border-double {
  display: block;
  position: relative;
  border: 1px solid transparent;
  padding: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-border-double .pi-img-overlay {
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
/* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow,
.pi-img-shadow img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
/* line 136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow-light,
.pi-img-shadow-light img {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
/* line 143, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow-inner {
  display: block;
  position: relative;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow-inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow-gap {
  height: 20px;
  overflow: hidden;
  margin-top: 4px;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-shadow-gap.pi-shadow-effect8:before,
.pi-img-shadow-gap.pi-shadow-effect8:after {
  bottom: auto;
  top: -24px;
  height: 5px;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay {
  -webkit-backface-visibility: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  padding: 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-img-overlay,
.pi-portfolio-description-box:hover .pi-img-overlay {
  opacity: 1;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay a {
  border-bottom: 0;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay .pi-caption-centered {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 204, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay .pi-caption-centered > *:first-child {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay .pi-caption-bottom {
  display: table;
  width: 100%;
  position: absolute !important;
  bottom: 10px;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-overlay .pi-caption-bottom > *:first-child {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 224, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-overlay-short {
  top: auto;
}
/* line 228, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-with-overlay {
  overflow: hidden;
  position: relative;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-caption {
  position: relative;
  display: block;
  z-index: 2;
  box-sizing: border-box;
  font-style: italic;
  padding: 12px 18px;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid transparent;
  border-top-width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 247, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-opened {
  opacity: 1;
}
/* line 251, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-overlay-slide {
  opacity: 1;
  top: auto;
}
/* line 254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-overlay-slide h1,
.pi-overlay-slide h2,
.pi-overlay-slide h3,
.pi-overlay-slide h4,
.pi-overlay-slide h5,
.pi-overlay-slide h6 {
  margin-bottom: 19px;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-scale {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* line 265, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-caption-scale,
.pi-portfolio-description-box:hover .pi-caption-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8em;
}
/* line 279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links li {
  display: inline-block;
  margin: 0 5px 0 0;
  color: rgba(250, 250, 250, 0.7);
}
/* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links li i {
  margin-right: 5px;
  color: rgba(250, 250, 250, 0.6);
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links li a {
  color: rgba(250, 250, 250, 0.7);
  -webkit-transition: color 0.1s ease-in-out 0s;
  -moz-transition: color 0.1s ease-in-out 0s;
  -ms-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links li a i {
  margin-right: 5px;
  color: rgba(250, 250, 250, 0.6);
}
/* line 294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-links li a:hover {
  color: #fff;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-icon {
  display: inline-block !important;
  width: 60px;
  height: 60px;
  margin: 15px 3px;
  border-radius: 50%;
  text-align: center;
  font: 22px/60px 'fontello';
  content: "\E48D";
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-icon-small {
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-icon-smaller {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
}
/* line 331, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-caption-icon-only {
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 60px;
  margin: 5px 3px;
}
/* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-round,
.pi-img-round img,
.pi-img-round .pi-img-shadow-inner:after,
.pi-img-round .pi-img-border,
.pi-img-round .pi-img-border-double {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 348, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-round.pi-img-with-caption .pi-img-caption {
  border-top-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 356, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-round-corners,
.pi-img-round-corners img,
.pi-img-round-corners .pi-img-overlay,
.pi-img-round-corners .pi-img-border,
.pi-img-round-corners .pi-img-border-double,
.pi-img-round-corners .pi-img-shadow-inner:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 364, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-round-corners.pi-img-with-caption img,
.pi-img-round-corners.pi-img-with-caption .pi-img-overlay,
.pi-img-round-corners.pi-img-with-caption .pi-img-border,
.pi-img-round-corners.pi-img-with-caption .pi-img-border-double,
.pi-img-round-corners.pi-img-with-caption .pi-img-shadow-inner:after {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 371, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-round-corners.pi-img-with-caption,
.pi-img-round-corners.pi-img-with-caption .pi-img-caption {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 378, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-30 img {
  opacity: 0.3;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 382, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-30:hover img {
  opacity: 1;
}
/* line 388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-50 img {
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 392, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-50:hover img {
  opacity: 1;
}
/* line 398, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-70 img {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 402, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-opacity-70:hover img {
  opacity: 1;
}
/* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-img-opacity-30 img,
.pi-img-w:hover .pi-img-opacity-50 img,
.pi-img-w:hover .pi-img-opacity-70 img {
  opacity: 1;
}
/* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-grayscale img {
  -webkit-filter: grayscale(100%);
}
/* line 421, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-grayscale-hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 427, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-img-grayscale-hover img,
.pi-img-grayscale-hover:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
/* line 435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-grayscale-hover-70 img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(70%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/* line 441, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-img-w:hover .pi-img-grayscale-hover-70 img,
.pi-img-grayscale-hover-70:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-border {
  border-color: #156336;
}
/* line 469, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-w:hover a .pi-img-border {
  border-color: #104e2a;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-border-double {
  border-color: #156336;
  background-color: #156336;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-w:hover a .pi-img-border-double {
  border-color: #22a258;
  background-color: #1d8d4c;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-caption {
  background: #1d8d4c;
  border-color: #22a258;
  color: #d6f8fa;
}
/* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-base .pi-img-w:hover a.pi-img-caption {
  background: #ffffff;
  border-color: #ffffff;
  color: #737a81;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-border {
  border-color: #e8eeee;
}
/* line 469, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-w:hover a .pi-img-border {
  border-color: #197841;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-border-double {
  border-color: #e5eaea;
  background-color: #ffffff;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-w:hover a .pi-img-border-double {
  border-color: #104e2a;
  background-color: #ffffff;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-caption {
  background: #f8fafa;
  border-color: #e5eaea;
  color: #737a81;
}
/* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-white .pi-img-w:hover a.pi-img-caption {
  background: #197841;
  border-color: #104e2a;
  color: #ffffff;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-border {
  border-color: #dbe3e3;
}
/* line 469, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-w:hover a .pi-img-border {
  border-color: #197841;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-border-double {
  border-color: #dae1e1;
  background-color: #ffffff;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-w:hover a .pi-img-border-double {
  border-color: #104e2a;
  background-color: #ffffff;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-caption {
  background: #ffffff;
  border-color: #ffffff;
  color: #737a81;
}
/* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-grey .pi-img-w:hover a.pi-img-caption {
  background: #197841;
  border-color: #104e2a;
  color: #ffffff;
}
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-border {
  border-color: #2a3037;
}
/* line 469, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-w:hover a .pi-img-border {
  border-color: #197841;
}
/* line 474, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-border-double {
  border-color: #32383f;
  background-color: #2a3037;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-w:hover a .pi-img-border-double {
  border-color: #197841;
  background-color: #2a3037;
}
/* line 484, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-caption {
  background: #2a3037;
  border-color: #32383f;
  color: #808d97;
}
/* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/images.less */
.pi-section-dark .pi-img-w:hover a.pi-img-caption {
  background: #197841;
  border-color: #197841;
  color: #ffffff;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon {
  background: rgba(25, 120, 65, 0.85);
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon:hover {
  background: #197841;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-light {
  background: #fff;
  color: #2e343c;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-light:hover {
  background: rgba(250, 250, 250, 0.9);
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-dark {
  background: rgba(19, 22, 26, 0.8);
  color: #d7dfe2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-dark:hover {
  background: #197841;
  color: #fff;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-only {
  background: none;
  color: rgba(250, 250, 250, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-caption-icon.pi-caption-icon-only:hover {
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 121, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay {
  background: rgba(25, 120, 65, 0.85);
  color: rgba(250, 250, 250, 0.8);
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay h1,
.pi-img-overlay .h1,
.pi-img-overlay h2,
.pi-img-overlay .h2,
.pi-img-overlay h3,
.pi-img-overlay .h3,
.pi-img-overlay h4,
.pi-img-overlay .h4,
.pi-img-overlay h5,
.pi-img-overlay .h5,
.pi-img-overlay h6,
.pi-img-overlay .h6 {
  color: #fff !important;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay h1.pi-has-border:after,
.pi-img-overlay .h1.pi-has-border:after,
.pi-img-overlay h2.pi-has-border:after,
.pi-img-overlay .h2.pi-has-border:after,
.pi-img-overlay h3.pi-has-border:after,
.pi-img-overlay .h3.pi-has-border:after,
.pi-img-overlay h4.pi-has-border:after,
.pi-img-overlay .h4.pi-has-border:after,
.pi-img-overlay h5.pi-has-border:after,
.pi-img-overlay .h5.pi-has-border:after,
.pi-img-overlay h6.pi-has-border:after,
.pi-img-overlay .h6.pi-has-border:after {
  background: #fff;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-special {
  background: rgba(129, 166, 138, 0.85);
}
/* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-hovered {
  background: rgba(0, 170, 179, 0.8);
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-dark {
  background: rgba(24, 28, 32, 0.5);
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-dark-hovered {
  background: rgba(24, 28, 32, 0.5);
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-darker {
  background: rgba(24, 28, 32, 0.8);
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-darker-hovered {
  background: rgba(24, 28, 32, 0.8);
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-darker-hovered-2 {
  background: rgba(24, 28, 32, 0.8);
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-white {
  background: rgba(250, 250, 250, 0.2);
}
/* line 156, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-whiter {
  background: rgba(250, 250, 250, 0.7);
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-whiter .pi-caption-links li {
  color: #4d5258;
}
/* line 161, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-whiter .pi-caption-links li a {
  color: #4d5258;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-overlay.pi-img-overlay-whiter .pi-caption-links li a:hover {
  color: #0dc0c0;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-w:hover .pi-img-overlay.pi-img-overlay-hovered,
.pi-img-w a:hover .pi-img-overlay.pi-img-overlay-hovered,
.pi-img-w span:hover .pi-img-overlay.pi-img-overlay-hovered {
  background: rgba(0, 170, 179, 0.5);
}
/* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-w:hover .pi-img-overlay.pi-img-overlay-dark-hovered,
.pi-img-w a:hover .pi-img-overlay.pi-img-overlay-dark-hovered,
.pi-img-w span:hover .pi-img-overlay.pi-img-overlay-dark-hovered {
  background: rgba(24, 28, 32, 0.3);
}
/* line 180, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-w:hover .pi-img-overlay.pi-img-overlay-darker-hovered,
.pi-img-w a:hover .pi-img-overlay.pi-img-overlay-darker-hovered,
.pi-img-w span:hover .pi-img-overlay.pi-img-overlay-darker-hovered {
  background: rgba(24, 28, 32, 0.5);
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-img-w:hover .pi-img-overlay.pi-img-overlay-darker-hovered-2,
.pi-img-w a:hover .pi-img-overlay.pi-img-overlay-darker-hovered-2,
.pi-img-w span:hover .pi-img-overlay.pi-img-overlay-darker-hovered-2 {
  background: rgba(24, 28, 32, 0.2);
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/images.less */
.pi-overlay-slide {
  background: rgba(19, 21, 25, 0.1);
  background: -moz-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 21, 25, 0)), color-stop(40%, rgba(19, 21, 25, 0.7)), color-stop(100%, rgba(19, 21, 25, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(19, 21, 25, 0) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
  /* W3C */
}
@media screen and (min-width: 844px) {
  /* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-page-wrapper {
    float: left;
    width: 100%;
  }
  /* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-sidebar-wrapper-left,
  .pi-sidebar-wrapper-right {
    float: left;
    width: 300px;
  }
  /* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid .pi-page {
    margin-left: 320px;
    /*Set left margin to LeftColumnWidth + columns margin*/
  }
  /* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid .pi-sidebar-wrapper-left {
    margin-left: -100%;
  }
  /* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fluid-fixed .pi-page {
    margin-right: 320px;
    /*Set right margin to RightColumnWidth + columns margin*/
  }
  /* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fluid-fixed .pi-sidebar-wrapper-right {
    margin-left: -300px;
    /*Set left margin to -(RightColumnWidth) */
  }
  /* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid-fixed .pi-page {
    margin-left: 320px;
    /*Set left margin to LeftColumnWidth + columns margin*/
  }
  /* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid-fixed .pi-sidebar-wrapper-left {
    margin-left: -100%;
  }
  /* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid-fixed .pi-sidebar-wrapper-right {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  /* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid-fixed .pi-page {
    margin-right: 320px;
    /*Set right margin to RightColumnWidth + columns margin*/
  }
  /* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/layouts.less */
  .pi-layout-fixed-fluid-fixed .pi-sidebar-wrapper-right {
    margin-left: -300px;
    /*Set left margin to -(RightColumnWidth) */
    width: 300px;
  }
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box {
  padding: 30px 30px 10px;
  margin-bottom: 20px;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-box-big {
  padding: 50px 50px 30px;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-box-small {
  padding: 20px 20px 1px;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border {
  border: 1px solid transparent;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-top,
.pi-box.pi-border-left {
  position: relative;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-top:after,
.pi-box.pi-border-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-top:after {
  height: 3px;
  right: 0;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-top.pi-border:after {
  left: -1px;
  right: -1px;
  top: -1px;
}
/* line 46, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-top.pi-round:after {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-left:after {
  width: 3px;
  bottom: 0;
}
/* line 56, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-left.pi-border:after {
  top: -1px;
  bottom: -1px;
  left: -1px;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-box.pi-border-left.pi-round:after {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper {
  position: relative;
}
/* line 107, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-2 .c19-dropdown-box-content-details.active ~ .mosaic-position-half {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-3 .c19-dropdown-box-content-details.active ~ .mosaic-position-third {
  position: absolute;
  top: 0;
  right: 33.333333%;
}
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-3 .c19-dropdown-box-content-details.active ~ .mosaic-position-two-thirds {
  position: absolute;
  top: 0;
  left: 66.666666%;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-4 .c19-dropdown-box-content-details.active ~ .mosaic-position-quarter {
  position: absolute;
  top: 0;
  right: 50%;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-4 .c19-dropdown-box-content-details.active ~ .mosaic-position-half {
  position: absolute;
  top: 0;
  left: 50%;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper.c19-elements-4 .c19-dropdown-box-content-details.active ~ .mosaic-position-three-quarters {
  position: absolute;
  top: 0;
  right: 0%;
}
/* line 145, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper .c19-dropdown-box-wrapper-content {
  margin: 15px auto 0;
}
/* line 148, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper .c19-dropdown-box-wrapper-content .c19-dropdown-box-content {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  height: 175px;
  line-height: 3em;
  cursor: pointer;
  text-align: center;
  padding: 10px;
}
/* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper .c19-dropdown-box-wrapper-content .c19-dropdown-box-content.active:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 50%;
}
/* line 174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper .c19-dropdown-box-content-details {
  display: none;
}
/* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.c19-dropdown-box-wrapper .c19-dropdown-box-content-details.active {
  margin: 0 15px;
  padding: 30px 20px 20px;
  width: calc(100% - 30px);
  float: left;
  left: auto;
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.mosaic-boxlisting-tile .c19-list-item .pi-transparent.pi-border {
  padding: 30px 30px 10px;
  margin-bottom: 20px;
}
/* line 195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.mosaic-boxlisting-tile .c19-list-item .pi-box.pi-no-border {
  padding: 0;
}
@media (min-width: 300px) and (max-width: 780px) {
  /* line 202, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
  .c19-dropdown-box-wrapper.c19-elements-3 .c19-dropdown-box-wrapper-content ~ .mosaic-position-third {
    position: relative!important;
    top: inherit!important;
    right: inherit!important;
  }
  /* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
  .c19-dropdown-box-wrapper.c19-elements-3 .c19-dropdown-box-wrapper-content ~ .mosaic-position-two-thirds {
    position: relative!important;
    top: inherit!important;
    right: inherit!important;
    left: inherit!important;
  }
  /* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
  .c19-dropdown-box-wrapper .c19-dropdown-box-content-details.active {
    float: none!important;
    z-index: 30;
  }
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-white .pi-box {
  background: #ffffff;
  color: inherit;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-white .pi-box-slave {
  background: #f8fafa;
  color: inherit;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-white .pi-border-top:after,
.pi-section-white .pi-border-left:after {
  background: #197841;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-white .pi-border {
  border: 1px solid #dde1e1;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-white .pi-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-grey .pi-box {
  background: #ffffff;
  color: inherit;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-grey .pi-box-slave {
  background: #dde1e1;
  color: inherit;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-grey .pi-border-top:after,
.pi-section-grey .pi-border-left:after {
  background: #197841;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-grey .pi-border {
  border: 1px solid #dde1e1;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-grey .pi-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-base .pi-box {
  background: #197841;
  color: inherit;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-base .pi-box-slave {
  background: #1c8749;
  color: inherit;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-base .pi-border-top:after,
.pi-section-base .pi-border-left:after {
  background: #ffffff;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-base .pi-border {
  border: 1px solid #22a258;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-base .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-dark .pi-box {
  background: #21252b;
  color: inherit;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-dark .pi-box-slave {
  background: #2a3037;
  color: inherit;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-dark .pi-border-top:after,
.pi-section-dark .pi-border-left:after {
  background: #197841;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-dark .pi-border {
  border: 1px solid #32383f;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-dark .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-parallax .pi-box {
  background: #1c1d1f;
  color: inherit;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-parallax .pi-box-slave {
  background: #1c1d1f;
  color: inherit;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-parallax .pi-border-top:after,
.pi-section-parallax .pi-border-left:after {
  background: #197841;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-parallax .pi-border {
  border: 1px solid #232326;
}
/* line 97, https://www.ruralhistory.eu/++resource++cloud19.theme/less/boxes.less */
.pi-section-parallax .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  margin-left: -1px;
  width: 1px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-date {
  position: relative;
  z-index: 1;
  margin: 20px auto 20px;
  padding: 25px 10px;
  background: #fff;
  text-align: center;
  clear: both;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 20px;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 10px 8px 10px 12px;
  margin-bottom: 25px;
  line-height: 20px;
  background: #f4f6f6;
  clear: both;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date span {
  display: inline-block;
  vertical-align: top;
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date span:first-child {
  font-size: 20px;
  padding: 0 10px 0 0;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date span:last-child {
  font-size: 11px;
  color: #C2C6C9;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date:after,
.pi-timeline-item-date:before {
  display: block;
  content: '';
  position: absolute;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date:after {
  top: 0;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date:before {
  top: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left {
  float: left;
  clear: both;
  padding-right: 30px;
  margin-top: 20px;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left > div {
  clear: right;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left .pi-timeline-item-date {
  float: right;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left .pi-timeline-item-date:after {
  right: -12px;
  border-top: 20px solid transparent;
  border-left: 12px solid #f4f6f6;
  border-bottom: 20px solid transparent;
  border-right: 0 solid transparent;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left .pi-timeline-item-date:before {
  right: -35px;
  width: 11px;
  height: 11px;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-right {
  float: right;
  padding-left: 30px;
  margin-top: 80px;
  clear: right;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-right .pi-timeline-item-date {
  padding: 10px 12px 10px 8px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-right .pi-timeline-item-date:after {
  left: -12px;
  border-top: 20px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 12px solid #f4f6f6;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-right .pi-timeline-item-date:before {
  left: -36px;
  width: 11px;
  height: 11px;
}
@media (max-width: 843px) {
  /* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item {
    width: auto;
    padding: 25px 25px 5px;
    margin: 72px 0 110px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: none;
  }
  /* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item .pi-timeline-item-date {
    position: absolute;
    top: -41px;
    left: 50%;
    display: block;
    width: 90px;
    margin-left: -45px;
    float: none;
    text-align: center;
    height: 50px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  /* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item .pi-timeline-item-date:after {
    width: 0;
    top: -10px;
    left: 0;
    border-top: 0 solid transparent;
    border-left: 45px solid transparent;
    border-bottom: 10px solid #f4f6f6;
    border-right: 45px solid transparent;
  }
  /* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item .pi-timeline-item-date:before {
    top: -32px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
  }
}
/* line 195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline:after {
  background: #DEE0E0;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-date span:first-child {
  color: #21252b;
}
/* line 204, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-date {
  color: #21252b;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-left .pi-timeline-item-date:before {
  border: 1px solid #D6DBDB;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
.pi-timeline-item-right .pi-timeline-item-date:before {
  border: 1px solid #D6DBDB;
}
@media (max-width: 843px) {
  /* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item {
    border: 1px solid #D6DBDB;
  }
  /* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/timeline.less */
  .pi-timeline-item .pi-timeline-item-date:before {
    border: 1px solid #D6DBDB;
  }
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav ul {
  list-style: none;
  padding-left: 0;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav li {
  display: inline-block;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a {
  display: inline-block;
  padding: 6px 10px 6px;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a i,
.pi-pagenav a img {
  margin-left: 0px;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a img {
  width: 16px;
  margin-top: -2px;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a:focus {
  outline: thin dotted;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a:hover,
.pi-pagenav a:focus {
  text-decoration: none;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav a:active,
.pi-pagenav a.active {
  outline: 0;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-pagenav.pi-big a {
  padding: 9px 13px 9px;
  line-height: 18px;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-white .pi-pagenav a,
.pi-section-grey .pi-pagenav a {
  background: #f4f6f6;
  border-color: #e3e3e3;
  color: #586266;
  box-shadow: inset 0 1px 0 #f8fafa;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-white .pi-pagenav a:hover,
.pi-section-grey .pi-pagenav a:hover {
  background: #b4b4b4;
  border-color: #9b9b9b;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-white .pi-pagenav a.pi-active,
.pi-section-grey .pi-pagenav a.pi-active {
  background: #197841;
  border-color: #104e2a;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #22a258;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-white .pi-pagenav a.pi-active:hover,
.pi-section-grey .pi-pagenav a.pi-active:hover {
  background: #104e2a;
  border-color: #072413;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #104e2a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-base .pi-pagenav a {
  background: #104e2a;
  border-color: #0c391f;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-base .pi-pagenav a:hover {
  background: #0c391f;
  border-color: #0c391f;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-base .pi-pagenav a.pi-active {
  background: #ffffff;
  border-color: #ffffff;
  color: #2d323a;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-base .pi-pagenav a.pi-active:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #2d323a;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-dark .pi-pagenav a,
.pi-section-parallax .pi-pagenav a {
  background: #1b1f24;
  border-color: #191d21;
  color: #a5afb8;
  box-shadow: inset 0 1px 0 #1e2127;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-dark .pi-pagenav a:hover,
.pi-section-parallax .pi-pagenav a:hover {
  background: #16191d;
  border-color: #14171a;
  color: #9ca7b1;
  box-shadow: inset 0 1px 0 #181a1f;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-dark .pi-pagenav a.pi-active,
.pi-section-parallax .pi-pagenav a.pi-active {
  background: #197841;
  border-color: #104e2a;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #22a258;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/page-nav.less */
.pi-section-dark .pi-pagenav a.pi-active:hover,
.pi-section-parallax .pi-pagenav a.pi-active:hover {
  background: #156336;
  border-color: #072413;
  color: #ffffff;
  box-shadow: inset 0 1px 0 ighten(#197841, 5%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/*
Based on Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Updated by PI Themes

Copyright (c) 2014 Daniel Eden
Copyright (c) 2014 PI Themes
*/
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.animated.visible {
  visibility: visible;
}
@-webkit-keyframes bounce {
  /* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  /* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  /* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  /* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  /* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  /* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  /* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  50%,
  100% {
    opacity: 1;
  }
  /* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  /* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  50%,
  100% {
    opacity: 1;
  }
  /* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  25%,
  75% {
    opacity: 0;
  }
}
/* line 123, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  /* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  /* line 148, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  /* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  /* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  /* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  /* line 193, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  /* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  /* line 203, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  /* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  /* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  /* line 228, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  /* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  /* line 240, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  /* line 246, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  /* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 264, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  /* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 282, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  /* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  /* line 306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  /* line 311, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  /* line 316, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  /* line 321, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  /* line 328, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  /* line 334, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  /* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  /* line 346, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  /* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 359, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  /* line 368, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 373, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  /* line 378, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  /* line 388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  /* line 401, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  /* line 413, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  /* line 419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 434, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: none;
    transform: none;
  }
  /* line 439, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  /* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  /* line 449, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  /* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  /* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  /* line 464, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  /* line 471, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  /* line 483, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  /* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  /* line 495, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  /* line 501, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  /* line 507, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 514, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  /* line 520, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 531, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 536, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 547, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 552, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  /* line 560, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 565, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 572, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 578, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 584, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  /* line 591, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  /* line 597, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  /* line 613, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 618, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  /* line 624, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 635, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 640, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  /* line 647, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 652, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  /* line 659, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  /* line 666, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 672, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  /* line 678, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 685, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  /* line 691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 696, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  /* line 702, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 708, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 713, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 718, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  /* line 725, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 730, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  /* line 737, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  /* line 744, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  /* line 750, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  /* line 756, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 763, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  /* line 769, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 774, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  /* line 780, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 786, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 791, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 796, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  /* line 803, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 808, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  /* line 815, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  /* line 822, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  /* line 828, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  /* line 834, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 841, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  /* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 852, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  /* line 858, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 864, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 874, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  /* line 881, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* line 886, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  /* line 893, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 906, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  /* line 912, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 919, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  /* line 925, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 930, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 936, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  /* line 944, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  /* line 950, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  /* line 957, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 965, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  /* line 973, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 978, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 984, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  /* line 992, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  /* line 998, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  /* line 1005, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1013, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  /* line 1019, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  /* line 1025, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  /* line 1033, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  /* line 1040, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1048, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  /* line 1054, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 1060, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  /* line 1068, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  /* line 1075, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1083, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  /* line 1089, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 1094, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  /* line 1100, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  /* line 1108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  /* line 1114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  /* line 1121, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  /* line 1135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
  }
  /* line 1139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 1145, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
  }
  /* line 1149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
  }
}
/* line 1154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  /* line 1160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  /* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  /* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  /* line 1181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  /* line 1195, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  /* line 1201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  /* line 1209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  /* line 1216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1224, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  /* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 1236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  /* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 1251, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  /* line 1265, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  /* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  /* line 1279, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  /* line 1286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  /* line 1300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 1314, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1321, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1329, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  /* line 1335, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  /* line 1341, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  /* line 1349, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  /* line 1356, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1364, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  /* line 1370, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  /* line 1376, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  /* line 1384, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  /* line 1391, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1399, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  /* line 1405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  /* line 1411, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  /* line 1419, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  /* line 1426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1434, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  /* line 1440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 1450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
  }
}
/* line 1459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  /* line 1465, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1469, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  /* line 1477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1481, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  /* line 1495, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1499, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  /* line 1507, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1519, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  /* line 1525, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1529, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  /* line 1537, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1541, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1549, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  /* line 1555, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  /* line 1567, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1571, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  /* line 1585, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1589, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 1597, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1601, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1609, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  /* line 1615, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1619, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  /* line 1627, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1631, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1639, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  /* line 1645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1649, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  /* line 1657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1661, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  /* line 1675, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1679, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  /* line 1687, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 1691, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1699, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  /* line 1705, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1712, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1719, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1726, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1733, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  /* line 1742, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1750, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 1758, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1766, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 1774, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1783, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  /* line 1792, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 1800, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 1807, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 1813, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 1818, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  /* line 1825, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 1834, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 1842, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  /* line 1849, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  /* line 1855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1862, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  /* line 1871, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 1879, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 1886, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  /* line 1892, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  /* line 1897, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  /* line 1904, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  /* line 1913, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  /* line 1921, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  /* line 1928, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  /* line 1934, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1941, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  /* line 1950, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1955, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  /* line 1961, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  /* line 1969, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 1975, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  /* line 1982, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1990, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  /* line 2001, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 2006, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  /* line 2012, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  /* line 2020, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  /* line 2026, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  /* line 2033, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2041, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  /* line 2052, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  /* line 2058, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  /* line 2064, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  /* line 2070, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  /* line 2078, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  /* line 2085, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  /* line 2092, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  /* line 2099, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2107, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  /* line 2115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  /* line 2127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  /* line 2147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  /* line 2155, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  /* line 2165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  /* line 2175, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  /* line 2192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  /* line 2200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  /* line 2210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  /* line 2220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2231, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  /* line 2237, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  /* line 2245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  /* line 2255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  /* line 2265, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  /* line 2282, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  /* line 2290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  /* line 2300, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  /* line 2310, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2321, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  /* line 2327, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  /* line 2335, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  /* line 2345, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  /* line 2355, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2366, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  /* line 2372, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  /* line 2378, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  /* line 2388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  /* line 2395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  /* line 2412, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2418, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  /* line 2428, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2435, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2446, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  /* line 2452, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2458, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  /* line 2468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2475, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2486, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  /* line 2492, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2498, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  /* line 2508, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  /* line 2515, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2526, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  /* line 2532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2538, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  /* line 2548, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  /* line 2555, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  /* line 2572, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2579, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2588, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  /* line 2598, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  /* line 2606, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2614, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 2625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  /* line 2637, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2653, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  /* line 2659, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  /* line 2667, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  /* line 2674, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 2682, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2690, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2694, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  /* line 2702, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2706, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2714, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  /* line 2720, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2726, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  /* line 2732, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2739, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    opacity: 1;
  }
}
/* line 2744, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  /* line 2750, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2758, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  /* line 2768, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2777, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2787, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  /* line 2793, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2801, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  /* line 2811, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2820, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2830, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  /* line 2836, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2844, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  /* line 2854, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2873, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  /* line 2879, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2887, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  /* line 2897, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2906, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2916, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  /* line 2922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2926, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2932, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  /* line 2938, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  0% {
    opacity: 1;
  }
  /* line 2942, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  /* line 2949, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
  }
}
/* line 2954, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  /* line 2960, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2968, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  /* line 2980, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 2989, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3002, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  /* line 3008, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  /* line 3014, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  /* line 3024, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  /* line 3031, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3042, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  /* line 3048, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  /* line 3054, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  /* line 3064, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  /* line 3071, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3082, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  /* line 3088, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 3096, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  /* line 3108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* line 3117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/animations.less */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* c19 */
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 1;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
div.pi-slider-wrapper.pi-img-size-hero div.pi-img-w {
  width: 100%;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
div.pi-slider-wrapper.pi-slider-image-size-large div.pi-img-w {
  text-align: center;
}
/* c19  end */
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-caption-title,
.tp-caption-description {
  max-width: 1040px;
}
/* line 34, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-caption-title h1,
.tp-caption-description h1 {
  padding: 12px 17px;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-caption-title p,
.tp-caption-description p {
  padding: 6px 17px;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.mosaic-bannerslider-tile .tp-banner {
  background: transparent;
  width: 100%;
}
@media (min-width: 1130px) {
  /* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .mosaic-bannerslider-tile .tp-banner {
    height: 500px;
  }
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-banner-container li.tp-caption {
  width: 100%;
  height: 100%;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-banner-container li.tp-caption img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-banner-container li.tp-caption a {
  color: #ffffff;
  border-bottom: 0;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.tp-banner-container li.tp-caption a:hover {
  color: #ffffff;
}
@media (min-width: 300px) and (max-width: 1130px) {
  /* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .mosaic-bannerslider-tile .tp-banner {
    height: 45vw;
  }
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-slider-wrapper::before,
.pi-slider-wrapper::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-slider-wrapper::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-slider-wrapper:before,
.pi-slider-wrapper:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-slider-wrapper:after {
  clear: both;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider.pi-slider-animate-opacity .pi-slide {
  opacity: 0;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider.pi-slider-animate-opacity .pi-slide.pi-slide-active {
  opacity: 1;
  z-index: 3;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider.pi-slider-animate-opacity .pi-slide.pi-slide-transparent {
  opacity: 0.2;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-slider::before,
.pi-slider::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-slider::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-slider:before,
.pi-slider:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-slider:after {
  clear: both;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slide {
  position: relative;
  width: 100%;
  margin-right: -100%;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slide .pi-img-w {
  margin-bottom: 0;
}
/* line 136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slide span.c19-slider-testimonial-position {
  margin-right: 4px;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slide:before {
  content: unset;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-hider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 40px;
  height: 80px;
  margin-top: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-left span,
.pi-slider-arrow-right span {
  display: block;
  width: 40px;
  height: 80px;
  font-family: 'fontello';
  line-height: 80px;
  font-size: 22px;
  background: rgba(33, 37, 43, 0.4);
  color: rgba(250, 250, 250, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow span:hover {
  background: rgba(33, 37, 43, 0.6);
  color: #fff;
}
/* line 191, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-disabled span,
.pi-slider-arrow-disabled span:hover {
  opacity: 0.2;
  cursor: default;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-left {
  padding-right: 0px;
  left: -40px;
}
/* line 200, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-left span:before {
  content: "\E4E3";
}
/* line 204, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-right {
  padding-left: 0px;
  right: -40px;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrow-right span:before {
  content: "\E4E4";
}
/* line 212, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-pagination {
  padding: 0;
  line-height: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -12px;
  z-index: 4;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-page {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  vertical-align: top;
  background: rgba(33, 37, 43, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-pagination-inside .pi-slider-pagination {
  bottom: 39px;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-pagination-inside .pi-slider-page {
  background: rgba(21, 25, 32, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(250, 250, 250, 0.15);
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrows-inside .pi-slider-arrow-left {
  left: 6px;
}
/* line 248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-arrows-inside .pi-slider-arrow-right {
  right: 6px;
}
/* line 254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-arrow-hover .pi-slider-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-arrow-hover:hover .pi-slider-arrow,
.pi-slider-show-arrow-hover:hover .pi-slider-pagination {
  opacity: 1;
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-arrow-hover:hover .pi-slider-arrow.pi-slider-arrow-disabled,
.pi-slider-show-arrow-hover:hover .pi-slider-pagination.pi-slider-arrow-disabled {
  opacity: 0.2;
}
/* line 274, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-pagination-hover .pi-slider-pagination {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-pagination-hover:hover .pi-slider-arrow,
.pi-slider-show-pagination-hover:hover .pi-slider-pagination {
  opacity: 1;
}
/* line 286, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-show-pagination-hover:hover .pi-slider-arrow.pi-slider-arrow-disabled,
.pi-slider-show-pagination-hover:hover .pi-slider-pagination.pi-slider-arrow-disabled {
  opacity: 0.2;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-slide-arrows-hover:hover.pi-slider-arrows-inside .pi-slider-arrow-left {
  left: -40px;
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-slide-arrows-hover:hover.pi-slider-arrows-inside .pi-slider-arrow-right {
  right: -40px;
}
/* line 306, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-slide-pagination-hover:hover.pi-slider-pagination-inside .pi-slider-pagination {
  position: absolute;
  width: 100%;
  bottom: -15px;
}
@media (min-width: 992px) {
  /* line 315, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .mosaic-carousel-tile > .pi-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  /* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .mosaic-carousel-tile > .pi-section {
    padding: 55px 20px 35px;
  }
}
@media (max-width: 844px) {
  /* line 327, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .mosaic-carousel-tile > .pi-section {
    padding: 50px 10px 30px;
  }
}
/* line 332, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-page-active {
  background: #197841;
}
/* line 337, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.pi-slider-pagination-inside .pi-slider-page-active {
  background: #197841;
  -webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Slider */
/* line 355, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-loading .slick-list {
  background: #ffffff url('../++resource++cloud19.theme/3dParty/slickslider/slick-loader.gif') center center no-repeat;
}
/* Arrows */
/* line 360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 4;
  display: block;
  width: 40px;
  height: 80px;
  font-family: 'fontello';
  background: rgba(33, 37, 43, 0.4);
  color: rgba(250, 250, 250, 0.8);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin-top: -40px;
}
/* line 387, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:active,
.slick-next:active {
  outline: none;
}
/* line 391, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:active:focus,
.slick-next:active:focus {
  outline: none;
}
/* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  background: rgba(33, 37, 43, 0.6);
  color: #fff;
}
/* line 401, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 410, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 421, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider:not(.pi-slider-arrows-inside) .slick-prev {
  left: -40px;
}
/* line 424, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider:not(.pi-slider-arrows-inside) .slick-next {
  right: -40px;
}
/* line 430, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider.pi-slider-arrows-inside .slick-prev {
  left: 15px;
}
/* line 433, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider.pi-slider-arrows-inside .slick-next {
  right: 15px;
}
/* line 439, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 443, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-prev:before {
  content: "\E4E3";
}
/* line 445, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
[dir="rtl"] .slick-prev:before {
  content: "\E4E4";
}
/* line 452, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 456, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-next:before {
  content: "\E4E4";
}
/* line 458, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
[dir="rtl"] .slick-next:before {
  content: "\E4E3";
}
/* Dots */
/* line 466, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
/* line 470, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  bottom: 0;
}
/* line 480, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
/* line 488, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots li button {
  border: 0;
  outline: none;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  vertical-align: top;
  background: rgba(33, 37, 43, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  box-shadow: none;
}
/* line 509, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  outline: none;
}
/* line 512, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "fontello";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 529, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
ul.slick-dots li.slick-active button {
  background: #197841;
}
/* line 536, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider.pi-slider-pagination-outside ul.slick-dots {
  bottom: 0;
}
/* line 544, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 560, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider:not(.pi-slider-show-arrow-hover) .slick-prev,
.slick-slider:not(.pi-slider-show-arrow-hover) .slick-next {
  opacity: 0.75;
}
/* line 567, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider.pi-slider-show-arrow-hover .slick-prev,
.slick-slider.pi-slider-show-arrow-hover .slick-next {
  opacity: 0;
}
/* line 572, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider.pi-slider-show-arrow-hover:hover .slick-prev,
.slick-slider.pi-slider-show-arrow-hover:hover .slick-next {
  opacity: 0.75;
}
/* line 578, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 585, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-list:focus {
  outline: none;
}
/* line 589, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 594, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 603, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 611, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-track:after {
  clear: both;
}
/* line 621, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 630, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide img {
  display: block;
}
/* line 636, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide.slick-loading img {
  display: none;
}
/* line 642, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 646, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-initialized .slick-slide {
  display: block;
}
/* line 650, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 654, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 660, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 668, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-image-size-hero .slick-slide,
.c19-slick-slider-image-size-mega .slick-slide {
  margin: 0;
}
/* line 673, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-image-overlay {
  position: relative;
  z-index: 30;
}
/* line 678, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-overlay {
  position: absolute;
  top: 0;
  z-index: 40;
  padding: 20px;
  display: table !important;
  overflow: hidden;
  bottom: 0;
  left: 0px;
  margin: auto !important;
  right: 50px;
}
/* line 690, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-overlay .c19-slick-slider-text-wrapper {
  display: table-cell !important;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-image-overlay {
  width: 100%;
  height: 100%;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-overlay {
  width: 100%;
  height: 100%;
}
/* line 706, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
div[id^="c19-slickslider-"] {
  display: none;
}
/* line 711, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.mosaic-layout-active.template-edit div[id^="c19-slickslider-"] {
  overflow: auto !important;
}
/* line 717, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-text-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
/* line 723, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-image-text-left {
  width: 50%;
  float: right;
}
/* line 731, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-image-text-right {
  width: 50%;
  float: left;
}
/* line 736, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-text-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
/* line 743, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide {
  margin: 0 10px;
  position: relative;
}
/* line 747, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide > div > a {
  width: 100%;
  height: 100%;
  display: inline;
}
/* line 755, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-text-left.c19-slick-slider-images-True,
.c19-slick-slider-text-text-right.c19-slick-slider-images-True {
  width: 100%;
}
/* line 760, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-center > div {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
/* line 764, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-center > div img {
  transform: scale(1.08);
  transition: all 500ms ease;
}
/* line 770, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-wrapper {
  overflow: hidden;
  max-height: 100%;
  width: 100%;
  display: inline-block;
}
/* line 778, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-center-True .slick-slide:not(.slick-center) {
  transition: all 500ms ease;
  opacity: 0.8;
}
/* line 782, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-center-True .slick-slide:not(.slick-center):hover {
  transition: all 500ms ease;
  opacity: 1;
}
/* line 786, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-center-True .slick-center {
  transition: all 500ms ease;
  opacity: 1 !important;
}
/* line 792, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.slick-slide.slick-center {
  overflow: hidden;
}
/* line 798, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-text-text-bottom .c19-slick-slider-text-wrapper {
  padding: 10px;
}
/* line 804, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
.c19-slick-slider-portfolio .isotope-item {
  display: block;
}
/* line 807, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
div[id^=c19-slickslider-].c19-slick-slider-portfolio_masonry_02 div.pi-gallery-item.isotope-item {
  width: 100% !important;
}
@media (min-width: 300px) and (max-width: 844px) {
  /* line 814, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-prev {
    left: -20px;
  }
  /* line 817, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    right: -20px;
  }
  /* line 821, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-prev,
  .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    width: 30px !important;
    background: none !important;
  }
}
@media (min-width: 845px) and (max-width: 993px) {
  /* line 829, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-prev {
    left: -30px;
  }
  /* line 832, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    right: -30px;
  }
}
@media (min-width: 300px) and (max-width: 993px) {
  /* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .slick-slider:not(.pi-slider-arrows-inside) .slick-prev,
  #pi-all .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    width: 30px !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
  }
  /* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .slick-slider:not(.pi-slider-arrows-inside) .slick-prev:before,
  #pi-all .slick-slider:not(.pi-slider-arrows-inside) .slick-next:before {
    color: #197841 !important;
  }
}
@media (min-width: 845px) and (max-width: 993px) {
  /* line 856, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-prev {
    left: -30px;
  }
  /* line 859, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    right: -30px;
  }
  /* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  .slick-slider:not(.pi-slider-arrows-inside) .slick-prev,
  .slick-slider:not(.pi-slider-arrows-inside) .slick-next {
    width: 30px !important;
    background: none !important;
  }
}
@media (min-width: 300px) and (max-width: 844px) {
  /* line 872, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-left {
    left: -25px;
  }
  /* line 876, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-right {
    right: -35px;
  }
}
@media (min-width: 845px) and (max-width: 993px) {
  /* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-left {
    left: -30px;
  }
  /* line 887, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-right {
    right: -40px;
  }
}
@media (min-width: 300px) and (max-width: 993px) {
  /* line 895, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-left > span,
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-right > span {
    width: 30px !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
  }
  /* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/slider.less */
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-left > span:before,
  #pi-all .pi-slider-wrapper.pi-slider-show-arrow-fixed .pi-slider-arrow-right > span:before {
    color: #197841 !important;
  }
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing {
  width: 100%;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing thead th,
.pi-pricing thead td {
  position: relative;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing thead th,
.pi-pricing thead td,
.pi-pricing tfoot td {
  padding: 25px 25px 5px;
  font-weight: normal;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing thead th,
.pi-pricing thead td {
  border: 1px solid transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing tbody th,
.pi-pricing tbody td {
  padding: 12px 25px;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing tbody th.pi-pricing-description,
.pi-pricing tbody td.pi-pricing-description {
  padding: 25px 25px 5px;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing tbody tr:last-child td {
  border-bottom: 0;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing tfoot th,
.pi-pricing tfoot td {
  border: 1px solid transparent;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-price {
  min-width: 130px;
  margin-bottom: 20px;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-price:last-child {
  margin-bottom: 25px;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-currency,
.pi-pricing .pi-pricing-amount,
.pi-pricing .pi-pricing-period {
  display: inline-block;
  line-height: 1em;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-title,
.pi-pricing .pi-pricing-currency {
  font-weight: 600;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-title {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-currency {
  position: relative;
  top: -33px;
  margin: 0 -3px 0 0;
  font-size: 20px;
  font-weight: 400;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-amount {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -1px;
}
/* line 101, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-pricing .pi-pricing-period {
  margin: 0 0 0 -4px;
  font-size: 18px;
  font-weight: 300;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-responsive-table-lg .pi-pricing-wrap {
  border: 0;
}
@media (max-width: 1119px) {
  /* line 116, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
  .pi-responsive-table-md .pi-pricing-wrap {
    border: 0;
  }
}
@media (max-width: 991px) {
  /* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
  .pi-responsive-table-sm .pi-pricing-wrap {
    border: 0;
  }
}
@media (max-width: 843px) {
  /* line 132, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
  .pi-responsive-table-xs .pi-pricing-wrap {
    border: 0;
  }
}
@media (max-width: 479px) {
  /* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
  .pi-responsive-table-2xs .pi-pricing-wrap {
    border: 0;
  }
}
@media (max-width: 319px) {
  /* line 148, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
  .pi-responsive-table-3xs .pi-pricing-wrap {
    border: 0;
  }
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing thead th,
.pi-section-white .pi-pricing thead td {
  background: #f8fafa;
  border-color: #e5eaea;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing tbody th,
.pi-section-white .pi-pricing tbody td {
  background: #ffffff;
  border-right: 1px solid #e5eaea;
  border-left: 1px solid #e5eaea;
  border-bottom: 1px dotted #d6dfdf;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-color: #e5eaea;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing tfoot th,
.pi-section-white .pi-pricing tfoot td {
  background: #f8fafa;
  border-color: #e5eaea;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-amount {
  color: #2e343c;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-period {
  color: #b6b9b9;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-dark {
  background: #262c32 !important;
  border-color: #32383f !important;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-dark .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-dark .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-dark .pi-pricing-amount {
  color: #f1f4f6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-dark .pi-pricing-period {
  color: #808d97 !important;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-turquoise {
  background: #0dc0c0 !important;
  color: #DCFAFC !important;
  border-color: #05b5b6 !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-turquoise .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-turquoise .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-turquoise .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-turquoise .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-green {
  background: #18ba60 !important;
  color: #DAFCDB !important;
  border-color: #10a95b !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-green .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-green .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-green .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-green .pi-pricing-period {
  color: #DAFCDB !important;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-red {
  background: #E47B43 !important;
  color: #FAE2DC !important;
  border-color: #dd5437 !important;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-red .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-red .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-red .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-red .pi-pricing-period {
  color: #FAE2DC !important;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-purple {
  background: #8463a9 !important;
  color: #decbea !important;
  border-color: #77579e !important;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-purple .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-purple .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-purple .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-purple .pi-pricing-period {
  color: #decbea !important;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-orange {
  background: #f58b3c !important;
  color: #FDEDD8 !important;
  border-color: #e97931 !important;
}
/* line 271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-orange .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-orange .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-orange .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-orange .pi-pricing-period {
  color: #FDEDD8 !important;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-lime {
  background: #86ba41 !important;
  color: #E510CC !important;
  border-color: #79b037 !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-lime .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-lime .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-lime .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-lime .pi-pricing-period {
  color: #E510CC !important;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-brown {
  background: #8f5340 !important;
  color: #f5ddbe !important;
  border-color: #824836 !important;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-brown .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-brown .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-brown .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 305, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-brown .pi-pricing-period {
  color: #f5ddbe !important;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-blue {
  background: #609ddb !important;
  color: #D6EBFA !important;
  border-color: #5491d5 !important;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-blue .pi-pricing-title,
.pi-section-white .pi-pricing .pi-pricing-head-blue .pi-pricing-currency,
.pi-section-white .pi-pricing .pi-pricing-head-blue .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-white .pi-pricing .pi-pricing-head-blue .pi-pricing-period {
  color: #D6EBFA !important;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing thead th,
.pi-section-grey .pi-pricing thead td {
  background: #f6f7f9;
  border-color: #e6e504;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing tbody th,
.pi-section-grey .pi-pricing tbody td {
  background: #ffffff;
  border-right: 1px solid #e6e504;
  border-left: 1px solid #e6e504;
  border-bottom: 1px dotted #e6ebed;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-color: #e6e504;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing tfoot th,
.pi-section-grey .pi-pricing tfoot td {
  background: #f6f7f9;
  border-color: #e6e504;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-amount {
  color: #25272f;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-period {
  color: #b6b9b9;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-dark {
  background: #262c32 !important;
  border-color: #32383f !important;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-dark .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-dark .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-dark .pi-pricing-amount {
  color: #f1f4f6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-dark .pi-pricing-period {
  color: #808d97 !important;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-turquoise {
  background: #0dc0c0 !important;
  color: #DCFAFC !important;
  border-color: #05b5b6 !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-turquoise .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-turquoise .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-turquoise .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-turquoise .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-green {
  background: #18ba60 !important;
  color: #DAFCDB !important;
  border-color: #10a95b !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-green .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-green .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-green .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-green .pi-pricing-period {
  color: #DAFCDB !important;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-red {
  background: #E47B43 !important;
  color: #FAE2DC !important;
  border-color: #dd5437 !important;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-red .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-red .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-red .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-red .pi-pricing-period {
  color: #FAE2DC !important;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-purple {
  background: #8463a9 !important;
  color: #decbea !important;
  border-color: #77579e !important;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-purple .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-purple .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-purple .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-purple .pi-pricing-period {
  color: #decbea !important;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-orange {
  background: #f58b3c !important;
  color: #FDEDD8 !important;
  border-color: #e97931 !important;
}
/* line 271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-orange .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-orange .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-orange .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-orange .pi-pricing-period {
  color: #FDEDD8 !important;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-lime {
  background: #86ba41 !important;
  color: #E510CC !important;
  border-color: #79b037 !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-lime .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-lime .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-lime .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-lime .pi-pricing-period {
  color: #E510CC !important;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-brown {
  background: #8f5340 !important;
  color: #f5ddbe !important;
  border-color: #824836 !important;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-brown .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-brown .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-brown .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 305, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-brown .pi-pricing-period {
  color: #f5ddbe !important;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-blue {
  background: #609ddb !important;
  color: #D6EBFA !important;
  border-color: #5491d5 !important;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-blue .pi-pricing-title,
.pi-section-grey .pi-pricing .pi-pricing-head-blue .pi-pricing-currency,
.pi-section-grey .pi-pricing .pi-pricing-head-blue .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-grey .pi-pricing .pi-pricing-head-blue .pi-pricing-period {
  color: #D6EBFA !important;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing thead th,
.pi-section-base .pi-pricing thead td {
  background: #1d8d4c;
  border-color: #156336;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing tbody th,
.pi-section-base .pi-pricing tbody td {
  background: #1c8548;
  border-right: 1px solid #156336;
  border-left: 1px solid #156336;
  border-bottom: 1px dotted #156336;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-color: #156336;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing tfoot th,
.pi-section-base .pi-pricing tfoot td {
  background: #1d8d4c;
  border-color: #156336;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-amount {
  color: #ffffff;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-period {
  color: #dcfafc;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-dark {
  background: #262c32 !important;
  border-color: #32383f !important;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-dark .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-dark .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-dark .pi-pricing-amount {
  color: #f1f4f6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-dark .pi-pricing-period {
  color: #808d97 !important;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-turquoise {
  background: #0dc0c0 !important;
  color: #DCFAFC !important;
  border-color: #05b5b6 !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-turquoise .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-turquoise .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-turquoise .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-turquoise .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-green {
  background: #18ba60 !important;
  color: #DAFCDB !important;
  border-color: #10a95b !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-green .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-green .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-green .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-green .pi-pricing-period {
  color: #DAFCDB !important;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-red {
  background: #E47B43 !important;
  color: #FAE2DC !important;
  border-color: #dd5437 !important;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-red .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-red .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-red .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-red .pi-pricing-period {
  color: #FAE2DC !important;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-purple {
  background: #8463a9 !important;
  color: #decbea !important;
  border-color: #77579e !important;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-purple .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-purple .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-purple .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-purple .pi-pricing-period {
  color: #decbea !important;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-orange {
  background: #f58b3c !important;
  color: #FDEDD8 !important;
  border-color: #e97931 !important;
}
/* line 271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-orange .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-orange .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-orange .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-orange .pi-pricing-period {
  color: #FDEDD8 !important;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-lime {
  background: #86ba41 !important;
  color: #E510CC !important;
  border-color: #79b037 !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-lime .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-lime .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-lime .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-lime .pi-pricing-period {
  color: #E510CC !important;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-brown {
  background: #8f5340 !important;
  color: #f5ddbe !important;
  border-color: #824836 !important;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-brown .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-brown .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-brown .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 305, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-brown .pi-pricing-period {
  color: #f5ddbe !important;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-blue {
  background: #609ddb !important;
  color: #D6EBFA !important;
  border-color: #5491d5 !important;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-blue .pi-pricing-title,
.pi-section-base .pi-pricing .pi-pricing-head-blue .pi-pricing-currency,
.pi-section-base .pi-pricing .pi-pricing-head-blue .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-base .pi-pricing .pi-pricing-head-blue .pi-pricing-period {
  color: #D6EBFA !important;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing thead th,
.pi-section-dark .pi-pricing thead td {
  background: #262c32;
  border-color: #32383f;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing tbody th,
.pi-section-dark .pi-pricing tbody td {
  background: #2a3037;
  border-right: 1px solid #32383f;
  border-left: 1px solid #32383f;
  border-bottom: 1px dotted #394048;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-color: #32383f;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing tfoot th,
.pi-section-dark .pi-pricing tfoot td {
  background: #262c32;
  border-color: #32383f;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-amount {
  color: #f1f4f6;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-period {
  color: #808d97;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-dark {
  background: #262c32 !important;
  border-color: #32383f !important;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-dark .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-dark .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-dark .pi-pricing-amount {
  color: #f1f4f6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-dark .pi-pricing-period {
  color: #808d97 !important;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-turquoise {
  background: #0dc0c0 !important;
  color: #DCFAFC !important;
  border-color: #05b5b6 !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-turquoise .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-turquoise .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-turquoise .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-turquoise .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-green {
  background: #18ba60 !important;
  color: #DAFCDB !important;
  border-color: #10a95b !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-green .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-green .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-green .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-green .pi-pricing-period {
  color: #DAFCDB !important;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-red {
  background: #E47B43 !important;
  color: #FAE2DC !important;
  border-color: #dd5437 !important;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-red .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-red .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-red .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-red .pi-pricing-period {
  color: #FAE2DC !important;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-purple {
  background: #8463a9 !important;
  color: #decbea !important;
  border-color: #77579e !important;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-purple .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-purple .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-purple .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-purple .pi-pricing-period {
  color: #decbea !important;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-orange {
  background: #f58b3c !important;
  color: #FDEDD8 !important;
  border-color: #e97931 !important;
}
/* line 271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-orange .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-orange .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-orange .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-orange .pi-pricing-period {
  color: #FDEDD8 !important;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-lime {
  background: #86ba41 !important;
  color: #E510CC !important;
  border-color: #79b037 !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-lime .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-lime .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-lime .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-lime .pi-pricing-period {
  color: #E510CC !important;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-brown {
  background: #8f5340 !important;
  color: #f5ddbe !important;
  border-color: #824836 !important;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-brown .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-brown .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-brown .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 305, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-brown .pi-pricing-period {
  color: #f5ddbe !important;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-blue {
  background: #609ddb !important;
  color: #D6EBFA !important;
  border-color: #5491d5 !important;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-blue .pi-pricing-title,
.pi-section-dark .pi-pricing .pi-pricing-head-blue .pi-pricing-currency,
.pi-section-dark .pi-pricing .pi-pricing-head-blue .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-dark .pi-pricing .pi-pricing-head-blue .pi-pricing-period {
  color: #D6EBFA !important;
}
/* line 166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing thead th,
.pi-section-parallax .pi-pricing thead td {
  background: #f6f7f9;
  border-color: #e6e504;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing tbody th,
.pi-section-parallax .pi-pricing tbody td {
  background: #ffffff;
  border-right: 1px solid #e6e504;
  border-left: 1px solid #e6e504;
  border-bottom: 1px dotted #e6ebed;
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing tbody.pi-pricing-no-footer tr:last-child td {
  border-color: #e6e504;
}
/* line 183, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing tfoot th,
.pi-section-parallax .pi-pricing tfoot td {
  background: #f6f7f9;
  border-color: #e6e504;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-amount {
  color: #25272f;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-period {
  color: #b6b9b9;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-dark {
  background: #262c32 !important;
  border-color: #32383f !important;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-dark .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-dark .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-dark .pi-pricing-amount {
  color: #f1f4f6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-dark .pi-pricing-period {
  color: #808d97 !important;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-turquoise {
  background: #0dc0c0 !important;
  color: #DCFAFC !important;
  border-color: #05b5b6 !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-turquoise .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-turquoise .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-turquoise .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-turquoise .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-green {
  background: #18ba60 !important;
  color: #DAFCDB !important;
  border-color: #10a95b !important;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-green .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-green .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-green .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-green .pi-pricing-period {
  color: #DAFCDB !important;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-red {
  background: #E47B43 !important;
  color: #FAE2DC !important;
  border-color: #dd5437 !important;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-red .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-red .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-red .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 249, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-red .pi-pricing-period {
  color: #FAE2DC !important;
}
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-purple {
  background: #8463a9 !important;
  color: #decbea !important;
  border-color: #77579e !important;
}
/* line 257, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-purple .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-purple .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-purple .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-purple .pi-pricing-period {
  color: #decbea !important;
}
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-orange {
  background: #f58b3c !important;
  color: #FDEDD8 !important;
  border-color: #e97931 !important;
}
/* line 271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-orange .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-orange .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-orange .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 277, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-orange .pi-pricing-period {
  color: #FDEDD8 !important;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-lime {
  background: #86ba41 !important;
  color: #E510CC !important;
  border-color: #79b037 !important;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-lime .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-lime .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-lime .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-lime .pi-pricing-period {
  color: #E510CC !important;
}
/* line 295, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-brown {
  background: #8f5340 !important;
  color: #f5ddbe !important;
  border-color: #824836 !important;
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-brown .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-brown .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-brown .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 305, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-brown .pi-pricing-period {
  color: #f5ddbe !important;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-blue {
  background: #609ddb !important;
  color: #D6EBFA !important;
  border-color: #5491d5 !important;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-blue .pi-pricing-title,
.pi-section-parallax .pi-pricing .pi-pricing-head-blue .pi-pricing-currency,
.pi-section-parallax .pi-pricing .pi-pricing-head-blue .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 319, https://www.ruralhistory.eu/++resource++cloud19.theme/less/pricing-tables.less */
.pi-section-parallax .pi-pricing .pi-pricing-head-blue .pi-pricing-period {
  color: #D6EBFA !important;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-base {
  background: #1d8d4c !important;
  color: #DCFAFC !important;
  border-color: #156336 !important;
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-base .pi-pricing-title,
.pi-pricing .pi-pricing-head-base .pi-pricing-currency,
.pi-pricing .pi-pricing-head-base .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-base .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-special {
  background: #90b198 !important;
  color: #DCFAFC !important;
  border-color: #729b7c !important;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-special .pi-pricing-title,
.pi-pricing .pi-pricing-head-special .pi-pricing-currency,
.pi-pricing .pi-pricing-head-special .pi-pricing-amount {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/pricing-tables.less */
.pi-pricing .pi-pricing-head-special .pi-pricing-period {
  color: #DCFAFC !important;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.in {
  opacity: 1;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.top {
  margin-top: -9px;
  padding: 9px 0;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.right {
  margin-left: 4.5px;
  padding: 0 9px;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.bottom {
  margin-top: 4.5px;
  padding: 9px 0;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.left {
  margin-left: -4.5px;
  padding: 0 9px;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip .tooltip-inner {
  padding: 11px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  text-align: left;
  text-decoration: none;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.tooltip-small .tooltip-inner {
  padding: 8px 12px;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  border-width: 9px 9px 0;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 9px 9px 0;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 9px 9px 0;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
}
/* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 9px 9px;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 9px 9px;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.tooltip.fade.in {
  opacity: 1;
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip .tooltip-inner,
.pi-section-white .tooltip .tooltip-inner,
.pi-section-grey .tooltip .tooltip-inner,
.pi-section-dark .tooltip .tooltip-inner,
.pi-section-parallax .tooltip .tooltip-inner {
  background: rgba(25, 120, 65, 0.96);
  color: #c3cdd2;
  text-shadow: none;
  font-weight: 400;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.top .tooltip-arrow,
.pi-section-white .tooltip.top .tooltip-arrow,
.pi-section-grey .tooltip.top .tooltip-arrow,
.pi-section-dark .tooltip.top .tooltip-arrow,
.pi-section-parallax .tooltip.top .tooltip-arrow {
  border-top-color: rgba(25, 120, 65, 0.96);
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.right .tooltip-arrow,
.pi-section-white .tooltip.right .tooltip-arrow,
.pi-section-grey .tooltip.right .tooltip-arrow,
.pi-section-dark .tooltip.right .tooltip-arrow,
.pi-section-parallax .tooltip.right .tooltip-arrow {
  border-right-color: rgba(25, 120, 65, 0.96);
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.left .tooltip-arrow,
.pi-section-white .tooltip.left .tooltip-arrow,
.pi-section-grey .tooltip.left .tooltip-arrow,
.pi-section-dark .tooltip.left .tooltip-arrow,
.pi-section-parallax .tooltip.left .tooltip-arrow {
  border-left-color: rgba(25, 120, 65, 0.96);
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.bottom .tooltip-arrow,
.pi-section-white .tooltip.bottom .tooltip-arrow,
.pi-section-grey .tooltip.bottom .tooltip-arrow,
.pi-section-dark .tooltip.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(25, 120, 65, 0.96);
}
/* line 122, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.pi-base .tooltip-inner,
.pi-section-white .tooltip.pi-base .tooltip-inner,
.pi-section-grey .tooltip.pi-base .tooltip-inner,
.pi-section-dark .tooltip.pi-base .tooltip-inner,
.pi-section-parallax .tooltip.pi-base .tooltip-inner {
  background: rgba(29, 141, 76, 0.96);
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
}
/* line 128, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.pi-base.top .tooltip-arrow,
.pi-section-white .tooltip.pi-base.top .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.top .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.top .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.top .tooltip-arrow {
  border-top-color: rgba(29, 141, 76, 0.96);
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.pi-base.right .tooltip-arrow,
.pi-section-white .tooltip.pi-base.right .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.right .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.right .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.right .tooltip-arrow {
  border-right-color: rgba(29, 141, 76, 0.96);
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.pi-base.left .tooltip-arrow,
.pi-section-white .tooltip.pi-base.left .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.left .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.left .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.left .tooltip-arrow {
  border-left-color: rgba(29, 141, 76, 0.96);
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tooltips.less */
.pi-section-base .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-white .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-grey .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-dark .tooltip.pi-base.bottom .tooltip-arrow,
.pi-section-parallax .tooltip.pi-base.bottom .tooltip-arrow {
  border-bottom-color: rgba(29, 141, 76, 0.96);
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial {
  margin-bottom: 20px;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content {
  position: relative;
  padding: 25px 28px 5px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4em;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 20px;
  bottom: -16px;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author-with-photo .pi-testimonial-content:after {
  left: 64px;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content.pi-testimonial-content-big {
  font-size: 18px;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content.pi-testimonial-content-bigger {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 300;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content.pi-testimonial-content-quotes {
  padding-left: 46px;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-content.pi-testimonial-content-quotes:before {
  display: block;
  font-family: 'fontello';
  content: "\E49A";
  font-size: 18px;
  position: absolute;
  top: 24px;
  font-style: normal;
  left: 18px;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author-with-icon .pi-testimonial-author div {
  margin-left: 30px;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author-with-photo .pi-testimonial-author div {
  padding: 7px 0 0 88px;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author .pi-testimonial-author-photo {
  height: 70px;
  float: left;
  margin-right: 20px;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author .pi-testimonial-author-photo img {
  max-height: 70px;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonial-author .pi-icon-man,
.pi-testimonial-author .pi-icon-woman {
  width: 15px;
  height: 18px;
  float: left;
  margin-top: 2px;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-testimonial-author::before,
.pi-testimonial-author::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-testimonial-author::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-testimonial-author:before,
.pi-testimonial-author:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-testimonial-author:after {
  clear: both;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonials-big {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 15px;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-testimonials-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-style: italic;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-quote-left {
  margin-right: 10px;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-quote-right {
  margin-left: 13px;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content,
.pi-section-grey .pi-testimonial-content,
.pi-section-base .pi-testimonial-content,
.pi-section-dark .pi-testimonial-content,
.pi-section-parallax .pi-testimonial-content {
  background: #f8fafa;
  color: #373c41;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border-color: #e5eaea;
}
/* line 147, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content:after,
.pi-section-grey .pi-testimonial-content:after,
.pi-section-base .pi-testimonial-content:after,
.pi-section-dark .pi-testimonial-content:after,
.pi-section-parallax .pi-testimonial-content:after {
  background: url(../++resource++cloud19.theme/img/triangle-testimonials.png) no-repeat 50% 0;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-content-quotes:before {
  color: #d6dfdf;
}
/* line 156, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-white,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white,
.pi-section-base .pi-testimonial-content.pi-testimonial-white,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white {
  background: #ffffff;
  color: #373c41;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white:after {
  background: url(../++resource++cloud19.theme/img/triangle-testimonials-white.png) no-repeat 50% 0;
}
/* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before {
  color: #d6dfdf;
}
/* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-base,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base,
.pi-section-base .pi-testimonial-content.pi-testimonial-base,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base {
  background: #197841;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ffffff;
}
/* line 180, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base:after {
  background: url(../++resource++cloud19.theme/img/triangle-testimonials-base.png) no-repeat 50% 0;
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before {
  color: #ffffff;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-special,
.pi-section-grey .pi-testimonial-content.pi-testimonial-special,
.pi-section-base .pi-testimonial-content.pi-testimonial-special,
.pi-section-dark .pi-testimonial-content.pi-testimonial-special,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-special {
  background: #81a68a;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ffffff;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-special:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-special:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-special:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-special:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-special:after {
  background: url(../++resource++cloud19.theme/img/triangle-testimonials-special.png) no-repeat 50% 0;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-special.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-special.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-special.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-special.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-special.pi-testimonial-content-quotes:before {
  color: #ffffff;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-dark,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark {
  background: #2b3038;
  color: #b7c0c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #2b3038;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark:after {
  background: url(../++resource++cloud19.theme/img/triangle-testimonials-dark.png) no-repeat 50% 0;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before {
  color: #4e565e;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-author .pi-icon-man,
.pi-section-grey .pi-testimonial-author .pi-icon-man,
.pi-section-base .pi-testimonial-author .pi-icon-man,
.pi-section-dark .pi-testimonial-author .pi-icon-man,
.pi-section-parallax .pi-testimonial-author .pi-icon-man {
  background: url(../++resource++cloud19.theme/img/icon-man.png) no-repeat 0 0;
}
/* line 228, https://www.ruralhistory.eu/++resource++cloud19.theme/less/testimonials.less */
.pi-section-white .pi-testimonial-author .pi-icon-woman,
.pi-section-grey .pi-testimonial-author .pi-icon-woman,
.pi-section-base .pi-testimonial-author .pi-icon-woman,
.pi-section-dark .pi-testimonial-author .pi-icon-woman,
.pi-section-parallax .pi-testimonial-author .pi-icon-woman {
  background: url(../++resource++cloud19.theme/img/icon-woman.png) no-repeat 0 0;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.visibleInViewOnly {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.visible {
  opacity: 1;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter {
  margin-bottom: 20px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-simple .pi-counter-count {
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-simple .pi-counter-count.pi-counter-count-big {
  font-size: 50px;
  font-weight: 400;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-simple .pi-counter-count.pi-counter-count-bigger {
  font-size: 60px;
  font-weight: 400;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line {
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line p {
  margin-bottom: 13px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-label {
  text-shadow: none;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-count {
  padding: 8px 13px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-count p {
  margin: 4px 0;
  position: relative;
  z-index: 2;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
  -moz-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
  -ms-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
  -o-transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
  transition: width 2s cubic-bezier(0.8, 0, 0.1, 1);
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-one {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-two {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-three {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-four {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-five {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line .pi-counter-progress.pi-bar-six {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -ms-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-line.pi-counter-round .pi-counter-count,
.pi-counter-line.pi-counter-round .pi-counter-progress {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle {
  padding: 0 20px;
  position: relative;
  display: table;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  height: 200px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle .pi-counter-content {
  position: relative;
  z-index: 2;
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/* line 156, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle .pi-counter-content p {
  margin-bottom: 0;
}
/* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle .pi-counter-count {
  font-size: 40px;
  line-height: 1.2em;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle .pi-counter-count i {
  font-size: 50px;
}
/* line 167, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-counter-circle .pi-counter-circle-colors {
  display: none;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-base .pi-counter-simple .pi-counter-count {
  color: #ffffff;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-base .pi-counter-line .pi-counter-count {
  color: #ffffff;
  background: #0e4526;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-base .pi-counter-circle-colors {
  background: #0dc0c0;
  border-color: #008691;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-white .pi-counter-simple .pi-counter-count,
.pi-section-parallax .pi-counter-simple .pi-counter-count {
  color: #2e343c;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-white .pi-counter-line .pi-counter-count,
.pi-section-parallax .pi-counter-line .pi-counter-count {
  color: #ffffff;
  background: #f5f5f5;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-white .pi-counter-circle-colors,
.pi-section-parallax .pi-counter-circle-colors {
  background: #0dc0c0;
  border-color: #edeff3;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-grey .pi-counter-simple .pi-counter-count {
  color: #2e343c;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-grey .pi-counter-line .pi-counter-count {
  color: #ffffff;
  background: #e8e8e8;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-grey .pi-counter-circle-colors {
  background: #0dc0c0;
  border-color: #edeff3;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-dark .pi-counter-simple .pi-counter-count {
  color: #bdc3ca;
}
/* line 196, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-dark .pi-counter-line .pi-counter-count {
  color: #ffffff;
  background: #1e2127;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/counters.less */
.pi-section-dark .pi-counter-circle-colors {
  background: #0dc0c0;
  border-color: #2a3037;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons,
.pi-social-icons-simple {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  -webkit-padding-start: 0;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons li,
.pi-social-icons-simple li {
  display: inline-block;
  margin: 0;
  letter-spacing: normal;
  zoom: 1;
  line-height: normal;
  font-size: 14px;
  list-style: none;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons a,
.pi-social-icons-simple a,
.pi-social-icons a:hover,
.pi-social-icons-simple a:hover {
  text-decoration: none;
  border: 0;
  overflow: hidden;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-round-corners a,
.pi-social-icons-simple.pi-round-corners a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-round a,
.pi-social-icons-simple.pi-round a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-drop-shadow a,
.pi-social-icons-simple.pi-drop-shadow a {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons a,
.pi-social-icons-simple a {
  padding: 0;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons {
  margin-bottom: 12px;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons li {
  margin: 0 8px 8px 0;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons li:last-child {
  margin-right: 0;
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons a,
.pi-social-icons a i,
.pi-social-icons a span[class^="icon-"] {
  display: block;
  width: 42px;
  height: 42px;
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons a {
  position: relative;
  border-width: 0;
  font-size: 18px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons a i,
.pi-social-icons a span[class^="icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  text-align: center;
  -webkit-transition: top 0.1s ease-in-out 0s;
  -moz-transition: top 0.1s ease-in-out 0s;
  -ms-transition: top 0.1s ease-in-out 0s;
  -o-transition: top 0.1s ease-in-out 0s;
  transition: top 0.1s ease-in-out 0s;
}
/* line 91, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-stacked {
  margin-bottom: 20px;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-stacked li {
  margin: 0;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-bordered li {
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  margin-left: -1px;
}
/* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-double-bordered a {
  position: relative;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-social-icons.pi-double-bordered a:before,
.pi-social-icons.pi-double-bordered a:after {
  display: block;
  width: 1px;
  height: 100%;
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-social-icons.pi-double-bordered a:before {
  left: 0;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-social-icons.pi-double-bordered a:after {
  right: 0;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-social-icons.pi-double-bordered a:hover:before,
.pi-social-icons.pi-double-bordered a:hover:after {
  background: rgba(255, 255, 255, 0.02);
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-small a,
.pi-social-icons.pi-small a i,
.pi-social-icons.pi-small a span[class^="icon-"] {
  width: 28px;
  height: 28px;
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-small a {
  font-size: 14px;
}
/* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-small a i,
.pi-social-icons.pi-small a span[class^="icon-"] {
  line-height: 28px;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-big a,
.pi-social-icons.pi-big a i,
.pi-social-icons.pi-big a span[class^="icon-"] {
  width: 60px;
  height: 60px;
}
/* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-big a {
  font-size: 26px;
}
/* line 131, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-big a i,
.pi-social-icons.pi-big a span[class^="icon-"] {
  line-height: 60px;
}
/* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump a i:first-child,
.pi-social-icons.pi-jump a span[class^="icon-"]:first-child {
  top: -42px;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump a:hover i:last-child,
.pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 42px;
}
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-small.pi-jump a i:first-child,
.pi-social-icons.pi-small.pi-jump a span[class^="icon-"]:first-child {
  top: -28px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-small.pi-jump a:hover i:last-child,
.pi-social-icons.pi-small.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 28px;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-big.pi-jump a i:first-child,
.pi-social-icons.pi-big.pi-jump a span[class^="icon-"]:first-child {
  top: -60px;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-big.pi-jump a:hover i:last-child,
.pi-social-icons.pi-big.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 60px;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump a i:last-child,
.pi-social-icons.pi-small.pi-jump a i:last-child,
.pi-social-icons.pi-big.pi-jump a i:last-child,
.pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-social-icons.pi-small.pi-jump a span[class^="icon-"]:last-child,
.pi-social-icons.pi-big.pi-jump a span[class^="icon-"]:last-child {
  top: 0;
}
/* line 168, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump a:hover i:first-child,
.pi-social-icons.pi-small.pi-jump a:hover i:first-child,
.pi-social-icons.pi-big.pi-jump a:hover i:first-child,
.pi-social-icons.pi-jump a:hover span[class^="icon-"]:first-child,
.pi-social-icons.pi-small.pi-jump a:hover span[class^="icon-"]:first-child,
.pi-social-icons.pi-big.pi-jump a:hover span[class^="icon-"]:first-child {
  top: 0;
}
/* line 173, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover,
.pi-social-icons.pi-colored-bg a:hover {
  color: #fff !important;
}
/* line 178, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a,
.pi-social-icons.pi-colored-bg a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons-simple {
  margin-bottom: 20px;
  margin-left: -6px;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons-simple a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  border-width: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons-simple a i,
.pi-social-icons-simple a span[class^="icon-"] {
  color: inherit;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons-simple.pi-small a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons-simple.pi-big a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 40px;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons li {
  margin-bottom: 0;
}
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-small {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 226, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-big {
  margin-top: -7px;
  margin-bottom: -7px;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-stacked {
  margin: 0;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height a {
  width: 46px;
  height: 46px;
  font-size: 16px;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height a i,
.pi-row-sm .pi-social-icons.pi-full-height a span[class^="icon-"] {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a i:first-child,
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:first-child {
  top: -46px;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a:hover i:first-child,
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:first-child {
  top: 0;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child {
  top: 0;
}
/* line 260, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child,
.pi-row-sm .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 46px;
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons-simple {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons-simple li {
  margin-bottom: 0;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons-simple.pi-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-sm .pi-social-icons-simple.pi-big {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 284, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons li {
  margin-bottom: 0;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-small {
  margin-top: 21px;
  margin-bottom: 21px;
}
/* line 294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-big {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 298, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-stacked {
  margin: 0;
}
/* line 302, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height a {
  width: 46px;
  height: 70px;
  font-size: 18px;
}
/* line 307, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height a i,
.pi-row-md .pi-social-icons.pi-full-height a span[class^="icon-"] {
  width: 46px;
  height: 70px;
  line-height: 70px;
}
/* line 313, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a i:first-child,
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:first-child {
  top: -70px;
}
/* line 318, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a:hover i:first-child,
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:first-child {
  top: 0;
}
/* line 323, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child {
  top: 0;
}
/* line 328, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child,
.pi-row-md .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 70px;
}
/* line 334, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons-simple {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 337, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons-simple li {
  margin-bottom: 0;
}
/* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons-simple.pi-small {
  margin-top: 17px;
  margin-bottom: 17px;
}
/* line 344, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-md .pi-social-icons-simple.pi-big {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons {
  margin-top: 27px;
  margin-bottom: 27px;
}
/* line 355, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons li {
  margin-bottom: 0;
}
/* line 358, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-small {
  margin-top: 34px;
  margin-bottom: 34px;
}
/* line 362, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-big {
  margin-top: 18px;
  margin-bottom: 18px;
}
/* line 366, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-stacked {
  margin: 0;
}
/* line 370, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height a {
  width: 46px;
  height: 96px;
  font-size: 18px;
}
/* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height a i,
.pi-row-lg .pi-social-icons.pi-full-height a span[class^="icon-"] {
  width: 46px;
  height: 96px;
  line-height: 96px;
}
/* line 381, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a i:first-child,
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:first-child {
  top: -96px;
}
/* line 386, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a:hover i:first-child,
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:first-child {
  top: 0;
}
/* line 391, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child {
  top: 0;
}
/* line 396, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child,
.pi-row-lg .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  top: 96px;
}
/* line 402, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons-simple {
  margin-top: 28px;
  margin-bottom: 28px;
}
/* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons-simple li {
  margin-bottom: 0;
}
/* line 408, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons-simple.pi-small {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 412, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-row-lg .pi-social-icons-simple.pi-big {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-rss,
.pi-social-icons-simple.pi-active a.pi-social-icon-rss,
.pi-social-icons.pi-colored a:hover.pi-social-icon-rss,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-rss {
  color: #ea6d19 !important;
}
/* line 425, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-stackoverflow,
.pi-social-icons-simple.pi-active a.pi-social-icon-stackoverflow,
.pi-social-icons.pi-colored a:hover.pi-social-icon-stackoverflow,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-stackoverflow {
  color: #ea6d19 !important;
}
/* line 428, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-weibo,
.pi-social-icons-simple.pi-active a.pi-social-icon-weibo,
.pi-social-icons.pi-colored a:hover.pi-social-icon-weibo,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-weibo {
  color: #cb3332 !important;
}
/* line 431, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-youtube,
.pi-social-icons-simple.pi-active a.pi-social-icon-youtube,
.pi-social-icons.pi-colored a:hover.pi-social-icon-youtube,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-youtube {
  color: #ad2c27 !important;
}
/* line 434, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-bitcoin,
.pi-social-icons-simple.pi-active a.pi-social-icon-bitcoin,
.pi-social-icons.pi-colored a:hover.pi-social-icon-bitcoin,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-bitcoin {
  color: #f7931b !important;
}
/* line 437, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-dropbox,
.pi-social-icons-simple.pi-active a.pi-social-icon-dropbox,
.pi-social-icons.pi-colored a:hover.pi-social-icon-dropbox,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-dropbox {
  color: #0a6594 !important;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-foursquare,
.pi-social-icons-simple.pi-active a.pi-social-icon-foursquare,
.pi-social-icons.pi-colored a:hover.pi-social-icon-foursquare,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-foursquare {
  color: #3170a5 !important;
}
/* line 443, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-gittip,
.pi-social-icons-simple.pi-active a.pi-social-icon-gittip,
.pi-social-icons.pi-colored a:hover.pi-social-icon-gittip,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-gittip {
  color: #593e34 !important;
}
/* line 446, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-instagram,
.pi-social-icons-simple.pi-active a.pi-social-icon-instagram,
.pi-social-icons.pi-colored a:hover.pi-social-icon-instagram,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-instagram {
  color: #593e34 !important;
}
/* line 449, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-maxcdn,
.pi-social-icons-simple.pi-active a.pi-social-icon-maxcdn,
.pi-social-icons.pi-colored a:hover.pi-social-icon-maxcdn,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-maxcdn {
  color: #ea6d19 !important;
}
/* line 452, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-renren,
.pi-social-icons-simple.pi-active a.pi-social-icon-renren,
.pi-social-icons.pi-colored a:hover.pi-social-icon-renren,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-renren {
  color: #3170a5 !important;
}
/* line 455, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-trello,
.pi-social-icons-simple.pi-active a.pi-social-icon-trello,
.pi-social-icons.pi-colored a:hover.pi-social-icon-trello,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-trello {
  color: #176280 !important;
}
/* line 458, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-pagelines,
.pi-social-icons-simple.pi-active a.pi-social-icon-pagelines,
.pi-social-icons.pi-colored a:hover.pi-social-icon-pagelines,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-pagelines {
  color: #235789 !important;
}
/* line 461, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-skype,
.pi-social-icons-simple.pi-active a.pi-social-icon-skype,
.pi-social-icons.pi-colored a:hover.pi-social-icon-skype,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-skype {
  color: #1ca3db !important;
}
/* line 464, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-vimeo-squared,
.pi-social-icons-simple.pi-active a.pi-social-icon-vimeo-squared,
.pi-social-icons.pi-colored a:hover.pi-social-icon-vimeo-squared,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-vimeo-squared {
  color: #1ca3db !important;
}
/* line 467, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-github,
.pi-social-icons-simple.pi-active a.pi-social-icon-github,
.pi-social-icons.pi-colored a:hover.pi-social-icon-github,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-github {
  color: #235789 !important;
}
/* line 470, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-gplus,
.pi-social-icons-simple.pi-active a.pi-social-icon-gplus,
.pi-social-icons.pi-colored a:hover.pi-social-icon-gplus,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-gplus {
  color: #9e3023 !important;
}
/* line 473, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-linkedin,
.pi-social-icons-simple.pi-active a.pi-social-icon-linkedin,
.pi-social-icons.pi-colored a:hover.pi-social-icon-linkedin,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-linkedin {
  color: #0a6594 !important;
}
/* line 476, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-pinterest,
.pi-social-icons-simple.pi-active a.pi-social-icon-pinterest,
.pi-social-icons.pi-colored a:hover.pi-social-icon-pinterest,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-pinterest {
  color: #a9272f !important;
}
/* line 479, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-stackexchange,
.pi-social-icons-simple.pi-active a.pi-social-icon-stackexchange,
.pi-social-icons.pi-colored a:hover.pi-social-icon-stackexchange,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-stackexchange {
  color: #235789 !important;
}
/* line 482, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-tumblr,
.pi-social-icons-simple.pi-active a.pi-social-icon-tumblr,
.pi-social-icons.pi-colored a:hover.pi-social-icon-tumblr,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-tumblr {
  color: #3e5a70 !important;
}
/* line 485, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-xing,
.pi-social-icons-simple.pi-active a.pi-social-icon-xing,
.pi-social-icons.pi-colored a:hover.pi-social-icon-xing,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-xing {
  color: #015a60 !important;
}
/* line 488, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-flickr,
.pi-social-icons-simple.pi-active a.pi-social-icon-flickr,
.pi-social-icons.pi-colored a:hover.pi-social-icon-flickr,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-flickr {
  color: #db458f !important;
}
/* line 491, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-bitbucket,
.pi-social-icons-simple.pi-active a.pi-social-icon-bitbucket,
.pi-social-icons.pi-colored a:hover.pi-social-icon-bitbucket,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-bitbucket {
  color: #0e4a83 !important;
}
/* line 494, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-twitter,
.pi-social-icons-simple.pi-active a.pi-social-icon-twitter,
.pi-social-icons.pi-colored a:hover.pi-social-icon-twitter,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-twitter {
  color: #1ca3db !important;
}
/* line 497, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-facebook,
.pi-social-icons-simple.pi-active a.pi-social-icon-facebook,
.pi-social-icons.pi-colored a:hover.pi-social-icon-facebook,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-facebook {
  color: #395793 !important;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-dribbble,
.pi-social-icons-simple.pi-active a.pi-social-icon-dribbble,
.pi-social-icons.pi-colored a:hover.pi-social-icon-dribbble,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-dribbble {
  color: #ce4b81 !important;
}
/* line 503, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a.pi-social-icon-yelp,
.pi-social-icons-simple.pi-active a.pi-social-icon-yelp,
.pi-social-icons.pi-colored a:hover.pi-social-icon-yelp,
.pi-social-icons-simple.pi-colored a:hover.pi-social-icon-yelp {
  color: #D64132 !important;
}
/* line 509, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-rss,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-rss {
  color: #c84211 !important;
}
/* line 512, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-stackoverflow,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-stackoverflow {
  color: #d93504 !important;
}
/* line 515, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-weibo,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-weibo {
  color: #a61b1b !important;
}
/* line 518, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-youtube,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-youtube {
  color: #8c1a17 !important;
}
/* line 521, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-bitcoin,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-bitcoin {
  color: #e3650e !important;
}
/* line 524, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-dropbox,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-dropbox {
  color: #09466b !important;
}
/* line 527, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-foursquare,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-foursquare {
  color: #234e7e !important;
}
/* line 530, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-gittip,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-gittip {
  color: #3e2b24 !important;
}
/* line 533, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-instagram,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-instagram {
  color: #3e2b24 !important;
}
/* line 536, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-maxcdn,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-maxcdn {
  color: #c84211 !important;
}
/* line 539, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-renren,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-renren {
  color: #234e7e !important;
}
/* line 542, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-trello,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-trello {
  color: #10445a !important;
}
/* line 545, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-pagelines,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-pagelines {
  color: #193d5f !important;
}
/* line 548, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-skype,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-skype {
  color: #1679b3 !important;
}
/* line 551, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-vimeo-squared,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-vimeo-squared {
  color: #1679b3 !important;
}
/* line 554, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-github,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-github {
  color: #193d5f !important;
}
/* line 557, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-gplus,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-gplus {
  color: #771d15 !important;
}
/* line 560, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-linkedin,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-linkedin {
  color: #09466b !important;
}
/* line 563, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-pinterest,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-pinterest {
  color: #821c22 !important;
}
/* line 566, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-stackexchange,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-stackexchange {
  color: #193d5f !important;
}
/* line 569, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-tumblr,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-tumblr {
  color: #233e52 !important;
}
/* line 572, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-xing,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-xing {
  color: #024348 !important;
}
/* line 575, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-flickr,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-flickr {
  color: #b72d5f !important;
}
/* line 578, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-bitbucket,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-bitbucket {
  color: #0a345e !important;
}
/* line 581, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-twitter,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-twitter {
  color: #1679b3 !important;
}
/* line 584, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-facebook,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-facebook {
  color: #2b4170 !important;
}
/* line 587, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-dribbble,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-dribbble {
  color: #ab345a !important;
}
/* line 590, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active a:hover.pi-social-icon-yelp,
.pi-social-icons-simple.pi-active a:hover.pi-social-icon-yelp {
  color: #b12b1c !important;
}
/* line 770, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-rss,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-rss {
  background: #ea6d19 !important;
}
/* line 773, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-stackoverflow,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-stackoverflow {
  background: #ea6d19 !important;
}
/* line 776, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-weibo,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-weibo {
  background: #cb3332 !important;
}
/* line 779, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-youtube,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-youtube {
  background: #ad2c27 !important;
}
/* line 782, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-bitcoin,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-bitcoin {
  background: #f7931b !important;
}
/* line 785, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-dropbox,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-dropbox {
  background: #0a6594 !important;
}
/* line 788, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-foursquare,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-foursquare {
  background: #3170a5 !important;
}
/* line 791, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-gittip,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-gittip {
  background: #593e34 !important;
}
/* line 794, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-instagram,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-instagram {
  background: #593e34 !important;
}
/* line 797, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-maxcdn,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-maxcdn {
  background: #ea6d19 !important;
}
/* line 800, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-renren,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-renren {
  background: #3170a5 !important;
}
/* line 803, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-trello,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-trello {
  background: #176280 !important;
}
/* line 806, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-pagelines,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-pagelines {
  background: #235789 !important;
}
/* line 809, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-skype,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-skype {
  background: #1ca3db !important;
}
/* line 812, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-vimeo-squared,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-vimeo-squared {
  background: #1ca3db !important;
}
/* line 815, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-github,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-github {
  background: #235789 !important;
}
/* line 818, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-gplus,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-gplus {
  background: #9e3023 !important;
}
/* line 821, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-linkedin,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-linkedin {
  background: #0a6594 !important;
}
/* line 824, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-pinterest,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-pinterest {
  background: #a9272f !important;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-stackexchange,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-stackexchange {
  background: #235789 !important;
}
/* line 830, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-tumblr,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-tumblr {
  background: #3e5a70 !important;
}
/* line 833, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-xing,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-xing {
  background: #015a60 !important;
}
/* line 836, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-flickr,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-flickr {
  background: #db458f !important;
}
/* line 839, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-bitbucket,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-bitbucket {
  background: #0e4a83 !important;
}
/* line 842, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-twitter,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-twitter {
  background: #1ca3db !important;
}
/* line 845, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-facebook,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-facebook {
  background: #395793 !important;
}
/* line 848, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-dribbble,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-dribbble {
  background: #ce4b81 !important;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a.pi-social-icon-yelp,
.pi-social-icons.pi-colored-bg a:hover.pi-social-icon-yelp {
  background: #D64132 !important;
}
/* line 944, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-rss,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-rss {
  background: #ea6d19 !important;
}
/* line 947, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-stackoverflow,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-stackoverflow {
  background: #ea6d19 !important;
}
/* line 950, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-weibo,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-weibo {
  background: #cb3332 !important;
}
/* line 953, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-youtube,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-youtube {
  background: #ad2c27 !important;
}
/* line 956, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-bitcoin,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-bitcoin {
  background: #f7931b !important;
}
/* line 959, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-dropbox,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-dropbox {
  background: #0a6594 !important;
}
/* line 962, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-foursquare,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-foursquare {
  background: #3170a5 !important;
}
/* line 965, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-gittip,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-gittip {
  background: #593e34 !important;
}
/* line 968, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-instagram,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-instagram {
  background: #593e34 !important;
}
/* line 971, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-maxcdn,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-maxcdn {
  background: #ea6d19 !important;
}
/* line 974, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-renren,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-renren {
  background: #3170a5 !important;
}
/* line 977, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-trello,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-trello {
  background: #176280 !important;
}
/* line 980, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-pagelines,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-pagelines {
  background: #235789 !important;
}
/* line 983, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-skype,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-skype {
  background: #1ca3db !important;
}
/* line 986, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-vimeo-squared,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-vimeo-squared {
  background: #1ca3db !important;
}
/* line 989, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-github,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-github {
  background: #235789 !important;
}
/* line 992, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-gplus,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-gplus {
  background: #9e3023 !important;
}
/* line 995, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-linkedin,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-linkedin {
  background: #0a6594 !important;
}
/* line 998, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-pinterest,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-pinterest {
  background: #a9272f !important;
}
/* line 1001, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-stackexchange,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-stackexchange {
  background: #235789 !important;
}
/* line 1004, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-tumblr,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-tumblr {
  background: #3e5a70 !important;
}
/* line 1007, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-xing,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-xing {
  background: #015a60 !important;
}
/* line 1010, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-flickr,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-flickr {
  background: #db458f !important;
}
/* line 1013, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-bitbucket,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-bitbucket {
  background: #0e4a83 !important;
}
/* line 1016, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-twitter,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-twitter {
  background: #1ca3db !important;
}
/* line 1019, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-facebook,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-facebook {
  background: #395793 !important;
}
/* line 1022, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-dribbble,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-dribbble {
  background: #ce4b81 !important;
}
/* line 1025, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:last-child.icon-yelp,
.pi-social-icons.pi-jump-bg.pi-colored-bg a i:first-child.icon-yelp {
  background: #D64132 !important;
}
/* line 944, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-rss,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-rss {
  background: #ea6d19 !important;
}
/* line 947, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-stackoverflow,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-stackoverflow {
  background: #ea6d19 !important;
}
/* line 950, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-weibo,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-weibo {
  background: #cb3332 !important;
}
/* line 953, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-youtube,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-youtube {
  background: #ad2c27 !important;
}
/* line 956, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-bitcoin,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-bitcoin {
  background: #f7931b !important;
}
/* line 959, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-dropbox,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-dropbox {
  background: #0a6594 !important;
}
/* line 962, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-foursquare,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-foursquare {
  background: #3170a5 !important;
}
/* line 965, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-gittip,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-gittip {
  background: #593e34 !important;
}
/* line 968, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-instagram,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-instagram {
  background: #593e34 !important;
}
/* line 971, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-maxcdn,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-maxcdn {
  background: #ea6d19 !important;
}
/* line 974, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-renren,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-renren {
  background: #3170a5 !important;
}
/* line 977, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-trello,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-trello {
  background: #176280 !important;
}
/* line 980, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-pagelines,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-pagelines {
  background: #235789 !important;
}
/* line 983, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-skype,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-skype {
  background: #1ca3db !important;
}
/* line 986, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-vimeo-squared,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-vimeo-squared {
  background: #1ca3db !important;
}
/* line 989, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-github,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-github {
  background: #235789 !important;
}
/* line 992, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-gplus,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-gplus {
  background: #9e3023 !important;
}
/* line 995, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-linkedin,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-linkedin {
  background: #0a6594 !important;
}
/* line 998, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-pinterest,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-pinterest {
  background: #a9272f !important;
}
/* line 1001, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-stackexchange,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-stackexchange {
  background: #235789 !important;
}
/* line 1004, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-tumblr,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-tumblr {
  background: #3e5a70 !important;
}
/* line 1007, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-xing,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-xing {
  background: #015a60 !important;
}
/* line 1010, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-flickr,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-flickr {
  background: #db458f !important;
}
/* line 1013, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-bitbucket,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-bitbucket {
  background: #0e4a83 !important;
}
/* line 1016, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-twitter,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-twitter {
  background: #1ca3db !important;
}
/* line 1019, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-facebook,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-facebook {
  background: #395793 !important;
}
/* line 1022, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-dribbble,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-dribbble {
  background: #ce4b81 !important;
}
/* line 1025, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:last-child.icon-yelp,
.pi-social-icons.pi-jump-bg.pi-colored-bg a span[class^="icon-"]:first-child.icon-yelp {
  background: #D64132 !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-rss {
  background: #d93504 !important;
}
/* line 860, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-stackoverflow {
  background: #d93504 !important;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-weibo {
  background: #a61b1b !important;
}
/* line 866, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-youtube {
  background: #8c1a17 !important;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-bitcoin {
  background: #e3650e !important;
}
/* line 872, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-dropbox {
  background: #09466b !important;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-foursquare {
  background: #234e7e !important;
}
/* line 878, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-gittip {
  background: #3e2b24 !important;
}
/* line 881, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-instagram {
  background: #3e2b24 !important;
}
/* line 884, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-maxcdn {
  background: #c84211 !important;
}
/* line 887, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-renren {
  background: #234e7e !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-trello {
  background: #10445a !important;
}
/* line 893, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-pagelines {
  background: #193d5f !important;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-skype {
  background: #1679b3 !important;
}
/* line 899, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-vimeo-squared {
  background: #1679b3 !important;
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-github {
  background: #193d5f !important;
}
/* line 905, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-gplus {
  background: #771d15 !important;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-linkedin {
  background: #09466b !important;
}
/* line 911, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-pinterest {
  background: #821c22 !important;
}
/* line 914, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-stackexchange {
  background: #193d5f !important;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-tumblr {
  background: #233e52 !important;
}
/* line 920, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-xing {
  background: #024348 !important;
}
/* line 923, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-flickr {
  background: #b72d5f !important;
}
/* line 926, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-bitbucket {
  background: #0a345e !important;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-twitter {
  background: #056ebf !important;
}
/* line 932, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-facebook {
  background: #233a74 !important;
}
/* line 935, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-dribbble {
  background: #ab345a !important;
}
/* line 938, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-active-bg a:hover.pi-social-icon-yelp {
  background: #b12b1c !important;
}
/* line 1031, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-rss,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-rss {
  background: #c84211 !important;
}
/* line 1034, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-stackoverflow,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-stackoverflow {
  background: #d93504 !important;
}
/* line 1037, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-weibo,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-weibo {
  background: #a61b1b !important;
}
/* line 1040, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-youtube,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-youtube {
  background: #8c1a17 !important;
}
/* line 1043, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-bitcoin,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-bitcoin {
  background: #e3650e !important;
}
/* line 1046, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-dropbox,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-dropbox {
  background: #09466b !important;
}
/* line 1049, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-foursquare,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-foursquare {
  background: #234e7e !important;
}
/* line 1052, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-gittip,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-gittip {
  background: #3e2b24 !important;
}
/* line 1055, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-instagram,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-instagram {
  background: #3e2b24 !important;
}
/* line 1058, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-maxcdn,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-maxcdn {
  background: #c84211 !important;
}
/* line 1061, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-renren,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-renren {
  background: #234e7e !important;
}
/* line 1064, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-trello,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-trello {
  background: #10445a !important;
}
/* line 1067, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-pagelines,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-pagelines {
  background: #193d5f !important;
}
/* line 1070, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-skype,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-skype {
  background: #1679b3 !important;
}
/* line 1073, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-vimeo-squared,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-vimeo-squared {
  background: #1679b3 !important;
}
/* line 1076, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-github,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-github {
  background: #193d5f !important;
}
/* line 1079, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-gplus,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-gplus {
  background: #771d15 !important;
}
/* line 1082, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-linkedin,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-linkedin {
  background: #09466b !important;
}
/* line 1085, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-pinterest,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-pinterest {
  background: #821c22 !important;
}
/* line 1088, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-stackexchange,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-stackexchange {
  background: #193d5f !important;
}
/* line 1091, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-tumblr,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-tumblr {
  background: #233e52 !important;
}
/* line 1094, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-xing,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-xing {
  background: #024348 !important;
}
/* line 1097, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-flickr,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-flickr {
  background: #b72d5f !important;
}
/* line 1100, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-bitbucket,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-bitbucket {
  background: #0a345e !important;
}
/* line 1103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-twitter,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-twitter {
  background: #1679b3 !important;
}
/* line 1106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-facebook,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-facebook {
  background: #2b4170 !important;
}
/* line 1109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-dribbble,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-dribbble {
  background: #ab345a !important;
}
/* line 1112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-social-icons.pi-jump-bg.pi-active-bg a i:first-child.icon-yelp,
.pi-social-icons.pi-jump-bg.pi-active-bg a span[class^="icon-"]:first-child.icon-yelp {
  background: #b12b1c !important;
}
/* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons a {
  background: #104e2a;
  color: #ffffff;
}
/* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons a:hover {
  background: #ffffff;
  color: #21252b;
}
/* line 1239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-dark-opacity a {
  background: rgba(42, 45, 51, 0.4);
  color: rgba(250, 250, 250, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-dark-opacity.pi-jump a i:last-child,
.pi-section-base .pi-social-icons.pi-dark-opacity.pi-jump a:hover i:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-dark-opacity.pi-jump a span[class^="icon-"]:last-child,
.pi-section-base .pi-social-icons.pi-dark-opacity.pi-jump a:hover span[class^="icon-"]:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-bordered li {
  border-color: transparent;
}
/* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-jump-bg a i:last-child,
.pi-section-base .pi-social-icons.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #104e2a;
}
/* line 1263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-jump-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #ffffff;
}
/* line 1267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-jump a i:last-child,
.pi-section-base .pi-social-icons.pi-jump a:hover i:last-child {
  color: #ffffff;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-section-base .pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #ffffff;
}
/* line 1285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-jump-bg a {
  background: none !important;
}
/* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height a {
  background: #197841;
  color: #ffffff;
}
/* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height a:hover {
  background: #1c8548;
  color: #ffffff;
}
/* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-bordered li {
  border-color: #1d8d4c;
}
/* line 1179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-jump-bg a i:last-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #197841;
}
/* line 1184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-jump-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #1c8548;
}
/* line 1188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child {
  color: #ffffff;
}
/* line 1192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #ffffff;
}
/* line 1205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-base .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons.pi-full-height.pi-jump-bg a {
  background: none;
}
/* line 1308, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons-simple a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1312, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-base .pi-social-icons-simple a:hover {
  color: #0c391f;
  text-shadow: 0 1px 0 rgba(250, 250, 250, 0.15);
}
/* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons a {
  background: #eef1f1;
  color: #3b3e3f;
}
/* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons a:hover {
  background: #197841;
  color: #ffffff;
}
/* line 1239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-dark-opacity a {
  background: rgba(42, 45, 51, 0.4);
  color: rgba(250, 250, 250, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-dark-opacity.pi-jump a i:last-child,
.pi-section-white .pi-social-icons.pi-dark-opacity.pi-jump a:hover i:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-dark-opacity.pi-jump a span[class^="icon-"]:last-child,
.pi-section-white .pi-social-icons.pi-dark-opacity.pi-jump a:hover span[class^="icon-"]:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-bordered li {
  border-color: transparent;
}
/* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-jump-bg a i:last-child,
.pi-section-white .pi-social-icons.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #eef1f1;
}
/* line 1263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-jump-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #197841;
}
/* line 1267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-jump a i:last-child,
.pi-section-white .pi-social-icons.pi-jump a:hover i:last-child {
  color: #3b3e3f;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-section-white .pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #3b3e3f;
}
/* line 1285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-jump-bg a {
  background: none !important;
}
/* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height a {
  background: #ffffff;
  color: #5b6168;
}
/* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height a:hover {
  background: #f8fafa;
  color: #197841;
}
/* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-bordered li {
  border-color: #eef1f1;
}
/* line 1179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-jump-bg a i:last-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #ffffff;
}
/* line 1184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-jump-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #f8fafa;
}
/* line 1188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child {
  color: #5b6168;
}
/* line 1192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #5b6168;
}
/* line 1205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-white .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons.pi-full-height.pi-jump-bg a {
  background: none;
}
/* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons a {
  background: #ffffff;
  color: #2e343c;
}
/* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons a:hover {
  background: #197841;
  color: #ffffff;
}
/* line 1239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-dark-opacity a {
  background: rgba(42, 45, 51, 0.4);
  color: rgba(250, 250, 250, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-dark-opacity.pi-jump a i:last-child,
.pi-section-grey .pi-social-icons.pi-dark-opacity.pi-jump a:hover i:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-dark-opacity.pi-jump a span[class^="icon-"]:last-child,
.pi-section-grey .pi-social-icons.pi-dark-opacity.pi-jump a:hover span[class^="icon-"]:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-bordered li {
  border-color: transparent;
}
/* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-jump-bg a i:last-child,
.pi-section-grey .pi-social-icons.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #ffffff;
}
/* line 1263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-jump-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #197841;
}
/* line 1267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-jump a i:last-child,
.pi-section-grey .pi-social-icons.pi-jump a:hover i:last-child {
  color: #2e343c;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-section-grey .pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #2e343c;
}
/* line 1285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-jump-bg a {
  background: none !important;
}
/* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height a {
  background: #f4f6f6;
  color: #5b6168;
}
/* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height a:hover {
  background: #fafbfc;
  color: #197841;
}
/* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-bordered li {
  border-color: #e6eaea;
}
/* line 1179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump-bg a i:last-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #f4f6f6;
}
/* line 1184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #fafbfc;
}
/* line 1188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child {
  color: #5b6168;
}
/* line 1192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #5b6168;
}
/* line 1205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-grey .pi-social-icons.pi-full-height.pi-jump-bg a {
  background: none;
}
/* line 1308, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons-simple a,
.pi-section-grey .pi-social-icons-simple a {
  color: #d1d7d8;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 1312, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-white .pi-social-icons-simple a:hover,
.pi-section-grey .pi-social-icons-simple a:hover {
  color: #197841;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons a {
  background: #2b3139;
  color: #b0bac2;
}
/* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons a:hover {
  background: #197841;
  color: #ffffff;
}
/* line 1239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-dark-opacity a {
  background: rgba(42, 45, 51, 0.4);
  color: rgba(250, 250, 250, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-dark-opacity.pi-jump a i:last-child,
.pi-section-dark .pi-social-icons.pi-dark-opacity.pi-jump a:hover i:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-dark-opacity.pi-jump a span[class^="icon-"]:last-child,
.pi-section-dark .pi-social-icons.pi-dark-opacity.pi-jump a:hover span[class^="icon-"]:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-bordered li {
  border-color: transparent;
}
/* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-jump-bg a i:last-child,
.pi-section-dark .pi-social-icons.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #2b3139;
}
/* line 1263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-jump-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #197841;
}
/* line 1267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-jump a i:last-child,
.pi-section-dark .pi-social-icons.pi-jump a:hover i:last-child {
  color: #b0bac2;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-section-dark .pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #b0bac2;
}
/* line 1285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-jump-bg a {
  background: none !important;
}
/* line 1230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons a {
  background: rgba(250, 250, 250, 0.1);
  color: #ffffff;
}
/* line 1234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons a:hover {
  background: #197841;
  color: #ffffff;
}
/* line 1239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-dark-opacity a {
  background: rgba(42, 45, 51, 0.4);
  color: rgba(250, 250, 250, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 1244, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-dark-opacity.pi-jump a i:last-child,
.pi-section-parallax .pi-social-icons.pi-dark-opacity.pi-jump a:hover i:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-dark-opacity.pi-jump a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-dark-opacity.pi-jump a:hover span[class^="icon-"]:last-child {
  color: rgba(250, 250, 250, 0.6);
}
/* line 1253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-bordered li {
  border-color: transparent;
}
/* line 1258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-jump-bg a i:last-child,
.pi-section-parallax .pi-social-icons.pi-jump-bg a span[class^="icon-"]:last-child {
  background: rgba(250, 250, 250, 0.1);
}
/* line 1263, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-jump-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #197841;
}
/* line 1267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-jump a i:last-child,
.pi-section-parallax .pi-social-icons.pi-jump a:hover i:last-child {
  color: #ffffff;
}
/* line 1271, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-jump a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #ffffff;
}
/* line 1285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1294, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-parallax .pi-social-icons.pi-jump-bg a {
  background: none !important;
}
/* line 1166, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height a,
.pi-section-parallax .pi-social-icons.pi-full-height a {
  background: #21252b;
  color: #b0bac2;
}
/* line 1170, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height a:hover,
.pi-section-parallax .pi-social-icons.pi-full-height a:hover {
  background: #282d33;
  color: #197841;
}
/* line 1174, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-bordered li,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-bordered li {
  border-color: #2e343a;
}
/* line 1179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump-bg a i:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump-bg a i:last-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:last-child {
  background: #21252b;
}
/* line 1184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump-bg a span[class^="icon-"]:first-child {
  background: #282d33;
}
/* line 1188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump a i:last-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump a:hover i:last-child {
  color: #b0bac2;
}
/* line 1192, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a i:last-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a i:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover i:first-child {
  color: #fff;
}
/* line 1201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump a span[class^="icon-"]:last-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump a:hover span[class^="icon-"]:last-child {
  color: #b0bac2;
}
/* line 1205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-active-bg.pi-colored-bg a span[class^="icon-"]:last-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a span[class^="icon-"]:first-child,
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump.pi-colored-bg a:hover span[class^="icon-"]:first-child {
  color: #fff;
}
/* line 1214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons.pi-full-height.pi-jump-bg a,
.pi-section-parallax .pi-social-icons.pi-full-height.pi-jump-bg a {
  background: none;
}
/* line 1308, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons-simple a,
.pi-section-parallax .pi-social-icons-simple a {
  color: #565e66;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 1312, https://www.ruralhistory.eu/++resource++cloud19.theme/less/social.less */
.pi-section-dark .pi-social-icons-simple a:hover,
.pi-section-parallax .pi-social-icons-simple a:hover {
  color: #197841;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* line 105, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/social.less */
.pi-social-icons.pi-active-bg li a:hover,
.pi-social-icons.pi-active-bg li a {
  color: #fff !important;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/social.less */
.pi-section-base .pi-social-icons-simple.pi-active li a i {
  text-shadow: 0 1px 0 #0f9246;
}
/* line 114, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/social.less */
.pi-section-dark .pi-social-icons-simple.pi-base.pi-colored li a:hover {
  text-shadow: 0 1px 0 #20252e;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper,
.c19-listing-item-wrapper {
  overflow: hidden;
  width: 100%;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper > .c19-summary-item-image,
.c19-listing-item-wrapper > .c19-summary-item-image,
.c19-summary-item-wrapper > .c19-listing-item-image,
.c19-listing-item-wrapper > .c19-listing-item-image {
  display: table-cell;
  margin-right: 20px;
  float: left;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper > .c19-summary-item-image > .pi-img-w,
.c19-listing-item-wrapper > .c19-summary-item-image > .pi-img-w {
  margin-bottom: 0;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper > .c19-summary-item-content,
.c19-listing-item-wrapper > .c19-summary-item-content,
.c19-summary-item-wrapper > .c19-listing-item-content,
.c19-listing-item-wrapper > .c19-listing-item-content {
  display: table-cell;
  float: none;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper > .c19-summary-item-content .c19-read-more-link,
.c19-listing-item-wrapper > .c19-summary-item-content .c19-read-more-link {
  display: inline-block;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper > hr,
.c19-listing-item-wrapper > hr {
  width: 100%;
  display: inline-block;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/summary-listing.less */
.c19-summary-item-wrapper:after,
.c19-listing-item-wrapper:after {
  display: table;
  content: '';
  clear: both;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion {
  margin-bottom: 20px;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-item {
  border-bottom: 1px dashed transparent;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-item:last-child {
  border-bottom: 0;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title {
  margin-bottom: 0;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title *[class^="fa fa-"],
.pi-accordion .pi-accordion-title *[class*=" fa fa-"] {
  margin-right: 8px;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title a {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 157%;
  letter-spacing: normal;
  display: block;
  position: relative;
  border-bottom: 0;
  text-transform: none;
  padding-left: 36px;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title a:active,
.pi-accordion .pi-accordion-title a:focus {
  outline: none;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title .pi-accordion-toggle {
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  font-weight: normal;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-title .pi-accordion-toggle:after {
  font-family: "fontello";
  content: '\E4EC';
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-item-active .pi-accordion-title .pi-accordion-toggle:after {
  content: '\e4ea';
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-content {
  overflow: hidden;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion .pi-accordion-content > div {
  margin: 15px 0 20px;
}
/* line 71, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion.pi-behavior-toggle .pi-accordion-title .pi-accordion-toggle {
  font-size: 17px;
  line-height: 22px;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion.pi-behavior-toggle .pi-accordion-title .pi-accordion-toggle:after {
  content: "\E530";
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion.pi-behavior-toggle .pi-accordion-item-active .pi-accordion-title .pi-accordion-toggle:after {
  content: "\E533";
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion-titles-icon-right .pi-accordion-title a {
  padding-right: 36px;
  padding-left: 0;
}
/* line 92, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-accordion-titles-icon-right .pi-accordion-title a .pi-accordion-toggle {
  right: 0;
  left: auto;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-item {
  border-color: #d6dfdf;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-title a {
  color: #4d5258;
  text-shadow: transparent;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #dce3e3;
  border-top-color: #dce3e3;
  background: #f4f6f6;
  color: #586266;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #dce3e3;
  border-top-color: #dce3e3;
  background: #f4f6f6;
  color: #586266;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a {
  color: #4d5258;
  text-shadow: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  border-color: #166939;
  border-top-color: #166939;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #166939;
  border-top-color: #166939;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-item {
  border-color: #d4dddd;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-title a {
  color: #4d5258;
  text-shadow: transparent;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #dce3e3;
  border-top-color: #dce3e3;
  background: #f4f6f6;
  color: #586266;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #dce3e3;
  border-top-color: #dce3e3;
  background: #f4f6f6;
  color: #586266;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-item-active .pi-accordion-title a {
  color: #4d5258;
  text-shadow: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  border-color: #166939;
  border-top-color: #166939;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-grey .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #166939;
  border-top-color: #166939;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #1c8749;
  -moz-box-shadow: inset 0 1px 0 #1c8749;
  box-shadow: inset 0 1px 0 #1c8749;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-item {
  border-color: #1bcdcd;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-title a {
  color: #ffffff;
  text-shadow: transparent;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #12542e;
  border-top-color: #12542e;
  background: #156336;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #18723e;
  -moz-box-shadow: inset 0 1px 0 #18723e;
  box-shadow: inset 0 1px 0 #18723e;
}
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-title a:hover {
  color: #ffffff;
  text-shadow: transparent;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #12542e;
  border-top-color: #12542e;
  background: #156336;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #18723e;
  -moz-box-shadow: inset 0 1px 0 #18723e;
  box-shadow: inset 0 1px 0 #18723e;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a {
  color: #ffffff;
  text-shadow: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  border-color: #12542e;
  border-top-color: #12542e;
  background: #156336;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #18723e;
  -moz-box-shadow: inset 0 1px 0 #18723e;
  box-shadow: inset 0 1px 0 #18723e;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #ffffff;
  text-shadow: transparent;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-base .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #12542e;
  border-top-color: #12542e;
  background: #156336;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 #18723e;
  -moz-box-shadow: inset 0 1px 0 #18723e;
  box-shadow: inset 0 1px 0 #18723e;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-item {
  border-color: #333941;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-title a {
  color: #c6ccd0;
  text-shadow: transparent;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #2d323a;
  border-top-color: #393f47;
  background: #2d323a;
  color: #c9d1d6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #2d323a;
  border-top-color: #393f47;
  background: #2d323a;
  color: #c9d1d6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-item-active .pi-accordion-title a {
  color: #c6ccd0;
  text-shadow: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  border-color: #197841;
  border-top-color: #1c8749;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #197841;
  text-shadow: transparent;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-dark .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #197841;
  border-top-color: #1c8749;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 209, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-item {
  border-color: #242427;
}
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-title a {
  color: #cbcbce;
  text-shadow: transparent;
}
/* line 216, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #222325;
  border-top-color: #2c2d30;
  background: #222325;
  color: #e1e1e5;
  text-shadow: 0 -1px 0 #161719;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 227, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-title a:hover {
  color: #5281d2;
  text-shadow: transparent;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #1d1e21;
  border-top-color: #25262a;
  background: #1d1e21;
  color: #b7b7bb;
  text-shadow: 0 -1px 0 #141417;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-item-active .pi-accordion-title a {
  color: #cbcbce;
  text-shadow: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  border-color: #197841;
  border-top-color: #5aa9f5;
  background: #197841;
  color: #ffffff;
  text-shadow: 0 -1px 0 #2c64e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #5281d2;
  text-shadow: transparent;
}
/* line 258, https://www.ruralhistory.eu/++resource++cloud19.theme/less/accordion.less */
.pi-section-parallax .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #3a66b3;
  border-top-color: #578aca;
  background: #3a66b3;
  color: #ffffff;
  text-shadow: 0 -1px 0 #234798;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect2,
.pi-shadow-effect3,
.pi-shadow-effect4,
.pi-shadow-effect5,
.pi-shadow-effect6,
.pi-shadow-effect7,
.pi-shadow-effect8 {
  position: relative;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect2 div,
.pi-shadow-effect3 div,
.pi-shadow-effect4 div,
.pi-shadow-effect5 div,
.pi-shadow-effect6 div,
.pi-shadow-effect7 div,
.pi-shadow-effect8 div {
  position: relative;
  z-index: 1;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect2:before,
.pi-shadow-effect2:after,
.pi-shadow-effect3:before,
.pi-shadow-effect3:after,
.pi-shadow-effect4:before,
.pi-shadow-effect4:after,
.pi-shadow-effect5:before,
.pi-shadow-effect5:after,
.pi-shadow-effect6:before,
.pi-shadow-effect6:after,
.pi-shadow-effect7:before,
.pi-shadow-effect7:after,
.pi-shadow-effect8:before,
.pi-shadow-effect8:after {
  position: absolute;
  z-index: 0;
  content: "";
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect1 {
  -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.5);
}
/* line 34, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect2:before,
.pi-shadow-effect2:after {
  bottom: 15px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect3:before {
  bottom: 15px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect4:after {
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect5:before,
.pi-shadow-effect5:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 105, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect5:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* line 115, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect6:before,
.pi-shadow-effect6:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect7:before,
.pi-shadow-effect7:after {
  bottom: 9px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect7:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect8:before,
.pi-shadow-effect8:after {
  bottom: 15px;
  left: 10px;
  width: 45%;
  top: 80%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* line 179, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-effect8:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shadows.less */
.pi-shadow-bottom {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/google-maps.less */
.pi-google-map {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/google-maps.less */
.pi-google-map img {
  max-width: none;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/google-maps.less */
.pi-google-map-wide {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/google-maps.less */
.pi-google-map-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/comments.less */
.pi-comments {
  margin: 0;
  padding: 0;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/comments.less */
.pi-comments,
.pi-comments ul {
  list-style: none;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#page #isotope .isotope-item,
#page #isotope .pi-shadow-effect2 {
  display: flex;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.c19-position-relative {
  position: relative !important;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#pi-all .isotope-item,
#pi-all .pi-shadow-effect2 {
  display: flex;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#pi-all .isotope-item .pi-img-overlay .pi-caption-centered.pi-text-center h3.h4.pi-weight-600.pi-uppercase.pi-letter-spacing.pi-has-border.pi-has-tall-border.pi-has-short-border.pi-text-shadow,
#pi-all .pi-shadow-effect2 .pi-img-overlay .pi-caption-centered.pi-text-center h3.h4.pi-weight-600.pi-uppercase.pi-letter-spacing.pi-has-border.pi-has-tall-border.pi-has-short-border.pi-text-shadow {
  padding-bottom: 0px !important;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#pi-all .isotope-item .pi-img-overlay .pi-caption-centered.pi-text-center h3.h4.pi-weight-600.pi-uppercase.pi-letter-spacing.pi-has-border.pi-has-tall-border.pi-has-short-border.pi-text-shadow::after,
#pi-all .pi-shadow-effect2 .pi-img-overlay .pi-caption-centered.pi-text-center h3.h4.pi-weight-600.pi-uppercase.pi-letter-spacing.pi-has-border.pi-has-tall-border.pi-has-short-border.pi-text-shadow::after {
  content: none;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#pi-all .isotope-item .pi-img-overlay a,
#pi-all .pi-shadow-effect2 .pi-img-overlay a {
  border: 0;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
#pi-all .c19-portfolio-listing-1 .isotope-item {
  display: block;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.c19-portfolio-listing-8 .pi-img-with-overlay > a > img {
  transition: transform 0.2s ease-out;
}
/* line 49, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.c19-portfolio-listing-8 .pi-img-with-overlay:hover > a > img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.c19-portfolio-listing-10,
.c19-portfolio-listing-9,
.c19-portfolio-listing-4 {
  position: relative !important;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item {
  margin-bottom: 30px;
}
/* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item .pi-img-w {
  margin-bottom: 0;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item.pi-portfolio-item-round-corners {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-gallery-small-margins .pi-portfolio-item {
  margin-bottom: 20px;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description {
  margin-top: 20px;
  overflow: hidden;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description > *:last-child {
  margin-bottom: 0;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description h4 + * {
  margin-top: -3px;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description.pi-portfolio-description-round-corners {
  border-top-width: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description.pi-portfolio-description-round-corners-all {
  border-top-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description-box .pi-img-w.pi-img-round-corners,
.pi-portfolio-description-box .pi-img-w.pi-img-round-corners img,
.pi-portfolio-description-box .pi-img-w.pi-img-round-corners .pi-img-overlay {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description-box .pi-portfolio-description {
  padding: 26px 28px;
  border: 1px solid transparent;
  border-top-width: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description-box .pi-portfolio-description.pi-portfolio-description-small {
  padding: 20px 22px;
}
/* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description .pi-portfolio-cats li {
  font-size: 13px;
}
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description .pi-portfolio-cats li i {
  margin-right: 5px;
  font-size: 13px;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-description .pi-portfolio-cats li a i {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav {
  margin: 0 -30px -26px !important;
  padding: 0px 30px 20px;
  position: relative;
  overflow: hidden;
}
/* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav a {
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 139, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav .pi-pull-left i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav .pi-pull-right {
  margin-left: 10px;
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav .pi-pull-right i {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 159, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav .pi-pull-right i.icon-heart {
  margin-top: -2px;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-nav:after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 175, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-cats {
  display: block;
  list-style: none;
  padding: 0;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.8em;
}
/* line 182, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-cats li {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-cats li:last-child {
  margin-right: 0;
}
/* line 188, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-cats li a {
  border: 0;
  -webkit-transition: color 0.1s ease-in-out 0s;
  -moz-transition: color 0.1s ease-in-out 0s;
  -ms-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
/* line 191, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-cats li a i {
  margin-right: 5px;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta {
  display: block;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.8em;
}
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta li {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta li i {
  margin-right: 5px;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta li:last-child {
  margin-right: 0;
}
/* line 214, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta li a {
  border: 0;
  -webkit-transition: color 0.1s ease-in-out 0s;
  -moz-transition: color 0.1s ease-in-out 0s;
  -ms-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
/* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta.pi-meta-small {
  margin-bottom: 6px;
}
/* line 221, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta.pi-meta-small li {
  margin: 0 9px 0 0;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-meta.pi-meta-small li i {
  margin-right: 3px;
  font-size: 13px;
}
/* line 231, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item-hover-base:hover .pi-portfolio-description a {
  color: #fff;
  border-color: #b6d2fc;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item-hover-base:hover .pi-portfolio-description a:hover {
  border-color: #fff;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item-hover-base:hover .pi-portfolio-description a.pi-link-no-style {
  color: #fff;
  border-color: transparent;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-portfolio-item-hover-base:hover .pi-portfolio-description a.pi-link-no-style:hover {
  border-color: #b6d2fc;
}
/* line 332, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.loading {
  display: none;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 30px 0;
  line-height: 25px;
}
/* line 339, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.loading .animation {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #aaa;
  border-radius: 50%;
  animation: rotate 1000ms infinite;
}
/* line 347, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.loading .animation:before {
  content: ' ';
  display: block;
  background-color: #aaa;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  margin-top: -1px;
  border-radius: 50%;
}
@keyframes rotate {
  /* line 363, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
  0% {
    transform: rotate(0deg);
  }
  /* line 366, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
  100% {
    transform: rotate(360deg);
  }
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-description-box {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-description-box .pi-portfolio-description {
  background: #1c8749;
  border-color: #166939;
  color: #ffffff;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-cats li,
.pi-section-base .pi-meta li {
  color: #ffffff;
}
/* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-cats li i,
.pi-section-base .pi-meta li i {
  color: #ffffff;
}
/* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-cats li a,
.pi-section-base .pi-meta li a {
  color: #ffffff;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-cats li a:hover,
.pi-section-base .pi-meta li a:hover {
  color: #bdc3ca;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description {
  border-color: #3491e9;
  background: #197841;
  color: #e50bff;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a {
  color: #ffffff;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a:hover,
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a:hover {
  color: #ffffff;
}
/* line 315, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li {
  color: #bde0fb;
}
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li i {
  color: #a2c6f8;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a {
  color: #bde0fb;
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-base .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a:hover {
  color: #ffffff;
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-description-box,
.pi-section-grey .pi-portfolio-description-box {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-description-box .pi-portfolio-description,
.pi-section-grey .pi-portfolio-description-box .pi-portfolio-description {
  background: #ffffff;
  border-color: #e0e0e0;
  color: #737a81;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-cats li,
.pi-section-grey .pi-portfolio-cats li,
.pi-section-white .pi-meta li,
.pi-section-grey .pi-meta li {
  color: #b5b8bf;
}
/* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-cats li i,
.pi-section-grey .pi-portfolio-cats li i,
.pi-section-white .pi-meta li i,
.pi-section-grey .pi-meta li i {
  color: #d7d8db;
}
/* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-cats li a,
.pi-section-grey .pi-portfolio-cats li a,
.pi-section-white .pi-meta li a,
.pi-section-grey .pi-meta li a {
  color: #b5b8bf;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-cats li a:hover,
.pi-section-grey .pi-portfolio-cats li a:hover,
.pi-section-white .pi-meta li a:hover,
.pi-section-grey .pi-meta li a:hover {
  color: #197841;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description {
  border-color: #00a1ab;
  background: #197841;
  color: #ffffff;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a {
  color: #ffffff;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a:hover,
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a:hover {
  color: #ffffff;
}
/* line 315, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li {
  color: rgba(250, 250, 250, 0.7);
}
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li i,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li i {
  color: rgba(250, 250, 250, 0.6);
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a {
  color: rgba(250, 250, 250, 0.7);
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-white .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a:hover,
.pi-section-grey .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a:hover {
  color: #ffffff;
}
/* line 269, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-description-box,
.pi-section-parallax .pi-portfolio-description-box {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-description-box .pi-portfolio-description,
.pi-section-parallax .pi-portfolio-description-box .pi-portfolio-description {
  background: #1a1d22;
  border-color: #171a1e;
  color: #80828e;
}
/* line 281, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-cats li,
.pi-section-parallax .pi-portfolio-cats li,
.pi-section-dark .pi-meta li,
.pi-section-parallax .pi-meta li {
  color: #5b5c61;
}
/* line 283, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-cats li i,
.pi-section-parallax .pi-portfolio-cats li i,
.pi-section-dark .pi-meta li i,
.pi-section-parallax .pi-meta li i {
  color: #3c3d42;
}
/* line 288, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-cats li a,
.pi-section-parallax .pi-portfolio-cats li a,
.pi-section-dark .pi-meta li a,
.pi-section-parallax .pi-meta li a {
  color: #5b5c61;
}
/* line 290, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-cats li a:hover,
.pi-section-parallax .pi-portfolio-cats li a:hover,
.pi-section-dark .pi-meta li a:hover,
.pi-section-parallax .pi-meta li a:hover {
  color: #197841;
}
/* line 296, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description {
  border-color: #3491e9;
  background: #197841;
  color: #e50bff;
}
/* line 301, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a {
  color: #ffffff;
}
/* line 309, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h1 a:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h2 a:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h3 a:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h4 a:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h5 a:hover,
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description h6 a:hover {
  color: #ffffff;
}
/* line 315, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li {
  color: #bde0fb;
}
/* line 317, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li i,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li i {
  color: #a2c6f8;
}
/* line 322, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a {
  color: #bde0fb;
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/portfolio.less */
.pi-section-dark .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a:hover,
.pi-section-parallax .pi-portfolio-item-hover-base:hover .pi-portfolio-description .pi-portfolio-cats li a:hover {
  color: #ffffff;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table,
#content-core table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table tr,
#content-core table tr {
  background-color: transparent;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table th,
#content-core table th,
table.pi-table td,
#content-core table td {
  border-style: solid;
  border-width: 0;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table thead tr th,
#content-core table thead tr th {
  font-weight: bold;
  border-bottom-width: 2px;
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table tbody tr:last-child,
#content-core table tbody tr:last-child {
  border-bottom-width: 0;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table th,
#content-core table th,
table.pi-table td:not([role="presentation"]),
#content-core table td:not([role="presentation"]) {
  padding: 9px 20px 10px;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table i,
#content-core table i {
  margin-right: 8px;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table p,
#content-core table p {
  margin: 0;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table * + p,
#content-core table * + p {
  margin-top: 20px;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-hovered tbody tr,
#content-core table.pi-table-hovered tbody tr {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex tr,
#content-core table.pi-table-complex tr {
  border-bottom-width: 1px;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex thead tr th,
#content-core table.pi-table-complex thead tr th {
  border-bottom-width: 1px;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex thead:first-child tr:first-child th,
#content-core table.pi-table-complex thead:first-child tr:first-child th,
table.pi-table.pi-table-complex thead:first-child tr:first-child td,
#content-core table.pi-table-complex thead:first-child tr:first-child td,
table.pi-table.pi-table-complex tbody:first-child tr:first-child td,
#content-core table.pi-table-complex tbody:first-child tr:first-child td,
table.pi-table.pi-table-complex tfoot:first-child tr:first-child td,
#content-core table.pi-table-complex tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex thead:last-child tr:last-child th,
#content-core table.pi-table-complex thead:last-child tr:last-child th,
table.pi-table.pi-table-complex thead:last-child tr:last-child td,
#content-core table.pi-table-complex thead:last-child tr:last-child td,
table.pi-table.pi-table-complex tbody:last-child tr:last-child td,
#content-core table.pi-table-complex tbody:last-child tr:last-child td,
table.pi-table.pi-table-complex tfoot:last-child tr:last-child td,
#content-core table.pi-table-complex tfoot:last-child tr:last-child td {
  border-bottom-width: 1px;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex th,
#content-core table.pi-table-complex th,
table.pi-table.pi-table-complex td,
#content-core table.pi-table-complex td {
  padding: 9px 20px 10px;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex th:first-child,
#content-core table.pi-table-complex th:first-child,
table.pi-table.pi-table-complex td:first-child,
#content-core table.pi-table-complex td:first-child {
  border-left-width: 1px;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-complex th:last-child,
#content-core table.pi-table-complex th:last-child,
table.pi-table.pi-table-complex td:last-child,
#content-core table.pi-table-complex td:last-child {
  border-right-width: 1px;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-round,
#content-core table.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-round thead:first-child tr:first-child th:first-child,
#content-core table.pi-round thead:first-child tr:first-child th:first-child,
table.pi-table.pi-round thead:first-child tr:first-child td:first-child,
#content-core table.pi-round thead:first-child tr:first-child td:first-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:first-child,
#content-core table.pi-round tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-round thead:first-child tr:first-child th:last-child,
#content-core table.pi-round thead:first-child tr:first-child th:last-child,
table.pi-table.pi-round thead:first-child tr:first-child td:last-child,
#content-core table.pi-round thead:first-child tr:first-child td:last-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:last-child,
#content-core table.pi-round tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
/* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-round tfoot:last-child tr:last-child td:first-child,
#content-core table.pi-round tfoot:last-child tr:last-child td:first-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:first-child,
#content-core table.pi-round tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-round tfoot:last-child tr:last-child td:last-child,
#content-core table.pi-round tfoot:last-child tr:last-child td:last-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:last-child,
#content-core table.pi-round tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-all-borders td,
#content-core table.pi-table-all-borders td,
table.pi-table.pi-table-all-borders th,
#content-core table.pi-table-all-borders th {
  border-left-width: 1px;
}
/* line 99, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-all-borders td:last-child,
#content-core table.pi-table-all-borders td:last-child,
table.pi-table.pi-table-all-borders th:last-child,
#content-core table.pi-table-all-borders th:last-child {
  border-right-width: 1px;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
table.pi-table.pi-table-all-borders thead:first-child tr:first-child th,
#content-core table.pi-table-all-borders thead:first-child tr:first-child th,
table.pi-table.pi-table-all-borders thead:first-child tr:first-child td,
#content-core table.pi-table-all-borders thead:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tbody:first-child tr:first-child td,
#content-core table.pi-table-all-borders tbody:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tfoot:first-child tr:first-child td,
#content-core table.pi-table-all-borders tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
/* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-responsive-table-lg {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overlow-scrolling: touch;
}
/* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-responsive-table-lg > table {
  margin-bottom: 0;
}
/* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-responsive-table-lg > table > thead > tr > th,
.pi-responsive-table-lg > table > tbody > tr > th,
.pi-responsive-table-lg > table > tfoot > tr > th,
.pi-responsive-table-lg > table > thead > tr > td,
.pi-responsive-table-lg > table > tbody > tr > td,
.pi-responsive-table-lg > table > tfoot > tr > td {
  white-space: nowrap;
}
@media (max-width: 1119px) {
  /* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-md {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  /* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-md > table {
    margin-bottom: 0;
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-md > table > thead > tr > th,
  .pi-responsive-table-md > table > tbody > tr > th,
  .pi-responsive-table-md > table > tfoot > tr > th,
  .pi-responsive-table-md > table > thead > tr > td,
  .pi-responsive-table-md > table > tbody > tr > td,
  .pi-responsive-table-md > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  /* line 123, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-sm {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  /* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-sm > table {
    margin-bottom: 0;
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-sm > table > thead > tr > th,
  .pi-responsive-table-sm > table > tbody > tr > th,
  .pi-responsive-table-sm > table > tfoot > tr > th,
  .pi-responsive-table-sm > table > thead > tr > td,
  .pi-responsive-table-sm > table > tbody > tr > td,
  .pi-responsive-table-sm > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 843px) {
  /* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  /* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-xs > table {
    margin-bottom: 0;
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-xs > table > thead > tr > th,
  .pi-responsive-table-xs > table > tbody > tr > th,
  .pi-responsive-table-xs > table > tfoot > tr > th,
  .pi-responsive-table-xs > table > thead > tr > td,
  .pi-responsive-table-xs > table > tbody > tr > td,
  .pi-responsive-table-xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  /* line 135, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-2xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  /* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-2xs > table {
    margin-bottom: 0;
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-2xs > table > thead > tr > th,
  .pi-responsive-table-2xs > table > tbody > tr > th,
  .pi-responsive-table-2xs > table > tfoot > tr > th,
  .pi-responsive-table-2xs > table > thead > tr > td,
  .pi-responsive-table-2xs > table > tbody > tr > td,
  .pi-responsive-table-2xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 319px) {
  /* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-3xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  /* line 153, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-3xs > table {
    margin-bottom: 0;
  }
  /* line 160, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
  .pi-responsive-table-3xs > table > thead > tr > th,
  .pi-responsive-table-3xs > table > tbody > tr > th,
  .pi-responsive-table-3xs > table > tfoot > tr > th,
  .pi-responsive-table-3xs > table > thead > tr > td,
  .pi-responsive-table-3xs > table > tbody > tr > td,
  .pi-responsive-table-3xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table {
  box-shadow: none;
  border: none;
  border-color: transparent;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table th {
  border-color: #666666;
  color: #666666;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table td {
  border-color: #e5eaea;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #fafafa;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-complex tr,
.pi-section-white table.pi-table.pi-table-complex td,
.pi-section-white table.pi-table.pi-table-complex th {
  border-color: #eaeaea;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-complex thead tr th {
  background: #fafafa;
  color: #666666;
  border-color: #eaeaea;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-complex tbody tr {
  background: #ffffff;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #fafafa;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white table.pi-table.pi-table-all-borders th {
  border-color: #e5eaea;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table {
  /*
		-webkit-box-shadow: @table-shadow;
		-moz-box-shadow: @table-shadow;
		box-shadow: @table-shadow;
*/
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table th {
  border-color: #666666;
  color: #666666;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table td {
  border-color: #e5eaea;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table tbody tr:nth-child(2n-1) {
  background: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table tr,
.pi-section-white #content-core table td,
.pi-section-white #content-core table th {
  border-color: #eaeaea;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table thead tr th {
  background: #fafafa;
  color: #666666;
  border-color: #eaeaea;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table tbody tr {
  background: #ffffff;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table.pi-table-zebra tbody tr:nth-child(2n) {
  background: #fafafa;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table th {
  border-color: #e5eaea;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table.invisible-grid {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table.invisible-grid thead tr,
.pi-section-white #content-core table.invisible-grid tbody tr,
.pi-section-white #content-core table.invisible-grid tfoot tr {
  background: transparent;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-white #content-core table.invisible-grid thead tr th,
.pi-section-white #content-core table.invisible-grid tbody tr th,
.pi-section-white #content-core table.invisible-grid tfoot tr th,
.pi-section-white #content-core table.invisible-grid thead tr td,
.pi-section-white #content-core table.invisible-grid tbody tr td,
.pi-section-white #content-core table.invisible-grid tfoot tr td {
  border: 0;
  background: transparent;
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table {
  box-shadow: none;
  border: none;
  border-color: transparent;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table th {
  border-color: #3f4551;
  color: #1c202a;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table td {
  border-color: #d1d7d9;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f1f3f6;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-complex tr,
.pi-section-grey table.pi-table.pi-table-complex td,
.pi-section-grey table.pi-table.pi-table-complex th {
  border-color: #d1d7d9;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-complex thead tr th {
  background: #1c202a;
  color: #1c202a;
  border-color: #d1d7d9;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-complex tbody tr {
  background: #f8f9fb;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8f9fb;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f1f3f6;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey table.pi-table.pi-table-all-borders th {
  border-color: #d1d7d9;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table {
  /*
		-webkit-box-shadow: @table-shadow;
		-moz-box-shadow: @table-shadow;
		box-shadow: @table-shadow;
*/
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table th {
  border-color: #3f4551;
  color: #1c202a;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table td {
  border-color: #d1d7d9;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table tbody tr:nth-child(2n-1) {
  background: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table tr,
.pi-section-grey #content-core table td,
.pi-section-grey #content-core table th {
  border-color: #d1d7d9;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table thead tr th {
  background: #1c202a;
  color: #1c202a;
  border-color: #d1d7d9;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table tbody tr {
  background: #f8f9fb;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8f9fb;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f1f3f6;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table th {
  border-color: #d1d7d9;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table.invisible-grid {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table.invisible-grid thead tr,
.pi-section-grey #content-core table.invisible-grid tbody tr,
.pi-section-grey #content-core table.invisible-grid tfoot tr {
  background: transparent;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-grey #content-core table.invisible-grid thead tr th,
.pi-section-grey #content-core table.invisible-grid tbody tr th,
.pi-section-grey #content-core table.invisible-grid tfoot tr th,
.pi-section-grey #content-core table.invisible-grid thead tr td,
.pi-section-grey #content-core table.invisible-grid tbody tr td,
.pi-section-grey #content-core table.invisible-grid tfoot tr td {
  border: 0;
  background: transparent;
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table {
  box-shadow: none;
  border: none;
  border-color: transparent;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table th {
  border-color: #ffffff;
  color: #ffffff;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table td {
  border-color: #22a258;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1c8548;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-complex tr,
.pi-section-base table.pi-table.pi-table-complex td,
.pi-section-base table.pi-table.pi-table-complex th {
  border-color: #22a258;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-complex thead tr th {
  background: #1d8d4c;
  color: #ffffff;
  border-color: #22a258;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-complex tbody tr {
  background: #1c8548;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #197841;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1c8548;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base table.pi-table.pi-table-all-borders th {
  border-color: #22a258;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table {
  /*
		-webkit-box-shadow: @table-shadow;
		-moz-box-shadow: @table-shadow;
		box-shadow: @table-shadow;
*/
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table th {
  border-color: #ffffff;
  color: #ffffff;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table td {
  border-color: #22a258;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table tbody tr:nth-child(2n-1) {
  background: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table tr,
.pi-section-base #content-core table td,
.pi-section-base #content-core table th {
  border-color: #22a258;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table thead tr th {
  background: #1d8d4c;
  color: #ffffff;
  border-color: #22a258;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table tbody tr {
  background: #1c8548;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #197841;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1c8548;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table th {
  border-color: #22a258;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table.invisible-grid {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table.invisible-grid thead tr,
.pi-section-base #content-core table.invisible-grid tbody tr,
.pi-section-base #content-core table.invisible-grid tfoot tr {
  background: transparent;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-base #content-core table.invisible-grid thead tr th,
.pi-section-base #content-core table.invisible-grid tbody tr th,
.pi-section-base #content-core table.invisible-grid tfoot tr th,
.pi-section-base #content-core table.invisible-grid thead tr td,
.pi-section-base #content-core table.invisible-grid tbody tr td,
.pi-section-base #content-core table.invisible-grid tfoot tr td {
  border: 0;
  background: transparent;
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table {
  box-shadow: none;
  border: none;
  border-color: transparent;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table th {
  border-color: #c6ccd0;
  color: #c6ccd0;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table td {
  border-color: #2e343a;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #24292f;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-complex tr,
.pi-section-dark table.pi-table.pi-table-complex td,
.pi-section-dark table.pi-table.pi-table-complex th {
  border-color: #32383f;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-complex thead tr th {
  background: #262c32;
  color: #c6ccd0;
  border-color: #32383f;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-complex tbody tr {
  background: #2a3037;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #2a3037;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #262c32;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark table.pi-table.pi-table-all-borders th {
  border-color: #2e343a;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table {
  /*
		-webkit-box-shadow: @table-shadow;
		-moz-box-shadow: @table-shadow;
		box-shadow: @table-shadow;
*/
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table th {
  border-color: #c6ccd0;
  color: #c6ccd0;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table td {
  border-color: #2e343a;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table tbody tr:nth-child(2n-1) {
  background: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table tr,
.pi-section-dark #content-core table td,
.pi-section-dark #content-core table th {
  border-color: #32383f;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table thead tr th {
  background: #262c32;
  color: #c6ccd0;
  border-color: #32383f;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table tbody tr {
  background: #2a3037;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #2a3037;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table.pi-table-zebra tbody tr:nth-child(2n) {
  background: #262c32;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table th {
  border-color: #2e343a;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table.invisible-grid {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table.invisible-grid thead tr,
.pi-section-dark #content-core table.invisible-grid tbody tr,
.pi-section-dark #content-core table.invisible-grid tfoot tr {
  background: transparent;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-dark #content-core table.invisible-grid thead tr th,
.pi-section-dark #content-core table.invisible-grid tbody tr th,
.pi-section-dark #content-core table.invisible-grid tfoot tr th,
.pi-section-dark #content-core table.invisible-grid thead tr td,
.pi-section-dark #content-core table.invisible-grid tbody tr td,
.pi-section-dark #content-core table.invisible-grid tfoot tr td {
  border: 0;
  background: transparent;
}
/* line 184, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table {
  box-shadow: none;
  border: none;
  border-color: transparent;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table th {
  border-color: #b1b1ba;
  color: #cbccd1;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table td {
  border-color: #242427;
}
/* line 197, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1a1b1d;
}
/* line 201, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-complex tr,
.pi-section-parallax table.pi-table.pi-table-complex td,
.pi-section-parallax table.pi-table.pi-table-complex th {
  border-color: #25252a;
}
/* line 206, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-complex thead tr th {
  background: #212224;
  color: #cbccd1;
  border-color: #27282b;
}
/* line 211, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-complex tbody tr {
  background: #1c1d1f;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1b1c1e;
}
/* line 218, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1f2022;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 229, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax table.pi-table.pi-table-all-borders th {
  border-color: #242427;
}
/* line 234, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table {
  /*
		-webkit-box-shadow: @table-shadow;
		-moz-box-shadow: @table-shadow;
		box-shadow: @table-shadow;
*/
}
/* line 235, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table th {
  border-color: #b1b1ba;
  color: #cbccd1;
}
/* line 239, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table td {
  border-color: #242427;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table tbody tr:nth-child(2n-1) {
  background: transparent;
}
/* line 245, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table tr,
.pi-section-parallax #content-core table td,
.pi-section-parallax #content-core table th {
  border-color: #25252a;
}
/* line 250, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table thead tr th {
  background: #212224;
  color: #cbccd1;
  border-color: #27282b;
}
/* line 255, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table tbody tr {
  background: #1c1d1f;
}
/* line 259, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1b1c1e;
}
/* line 262, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1f2022;
}
/* line 272, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table th {
  border-color: #242427;
}
/* line 276, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table.invisible-grid {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background: transparent;
}
/* line 285, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table.invisible-grid thead tr,
.pi-section-parallax #content-core table.invisible-grid tbody tr,
.pi-section-parallax #content-core table.invisible-grid tfoot tr {
  background: transparent;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tables.less */
.pi-section-parallax #content-core table.invisible-grid thead tr th,
.pi-section-parallax #content-core table.invisible-grid tbody tr th,
.pi-section-parallax #content-core table.invisible-grid tfoot tr th,
.pi-section-parallax #content-core table.invisible-grid thead tr td,
.pi-section-parallax #content-core table.invisible-grid tbody tr td,
.pi-section-parallax #content-core table.invisible-grid tfoot tr td {
  border: 0;
  background: transparent;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
body {
  font-family: 'Lucida Sans W01 Roman';
  font-size: 16px;
  line-height: 1.6em;
  background: #FFFFFF;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
body.c19-sticky-header .c19-heading-anchor:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 0;
  margin-top: 0;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
a {
  padding: 0;
  -webkit-transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, border 0.1s ease-in-out;
  text-decoration: none;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
a:hover {
  text-decoration: none;
}
/* line 37, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
p {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin: 0 0 15px;
  font-family: 'Lucida Sans W01 Roman';
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-bg:not(.pi-has-no-bg),
.h1.pi-has-bg:not(.pi-has-no-bg),
h2.pi-has-bg:not(.pi-has-no-bg),
.h2.pi-has-bg:not(.pi-has-no-bg),
h3.pi-has-bg:not(.pi-has-no-bg),
.h3.pi-has-bg:not(.pi-has-no-bg),
h4.pi-has-bg:not(.pi-has-no-bg),
.h4.pi-has-bg:not(.pi-has-no-bg),
h5.pi-has-bg:not(.pi-has-no-bg),
.h5.pi-has-bg:not(.pi-has-no-bg),
h6.pi-has-bg:not(.pi-has-no-bg),
.h6.pi-has-bg:not(.pi-has-no-bg) {
  overflow: hidden;
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-bg:not(.pi-has-no-bg):after,
.h1.pi-has-bg:not(.pi-has-no-bg):after,
h2.pi-has-bg:not(.pi-has-no-bg):after,
.h2.pi-has-bg:not(.pi-has-no-bg):after,
h3.pi-has-bg:not(.pi-has-no-bg):after,
.h3.pi-has-bg:not(.pi-has-no-bg):after,
h4.pi-has-bg:not(.pi-has-no-bg):after,
.h4.pi-has-bg:not(.pi-has-no-bg):after,
h5.pi-has-bg:not(.pi-has-no-bg):after,
.h5.pi-has-bg:not(.pi-has-no-bg):after,
h6.pi-has-bg:not(.pi-has-no-bg):after,
.h6.pi-has-bg:not(.pi-has-no-bg):after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  height: 0.75em;
  margin: 0 -200% 0 0;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-border,
.h1.pi-has-border,
h2.pi-has-border,
.h2.pi-has-border,
h3.pi-has-border,
.h3.pi-has-border,
h4.pi-has-border,
.h4.pi-has-border,
h5.pi-has-border,
.h5.pi-has-border,
h6.pi-has-border,
.h6.pi-has-border {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-border:after,
.h1.pi-has-border:after,
h2.pi-has-border:after,
.h2.pi-has-border:after,
h3.pi-has-border:after,
.h3.pi-has-border:after,
h4.pi-has-border:after,
.h4.pi-has-border:after,
h5.pi-has-border:after,
.h5.pi-has-border:after,
h6.pi-has-border:after,
.h6.pi-has-border:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-tall-border:after,
.h1.pi-has-tall-border:after,
h2.pi-has-tall-border:after,
.h2.pi-has-tall-border:after,
h3.pi-has-tall-border:after,
.h3.pi-has-tall-border:after,
h4.pi-has-tall-border:after,
.h4.pi-has-tall-border:after,
h5.pi-has-tall-border:after,
.h5.pi-has-tall-border:after,
h6.pi-has-tall-border:after,
.h6.pi-has-tall-border:after {
  height: 3px;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-short-border.pi-pull-right:after,
.h1.pi-has-short-border.pi-pull-right:after,
h2.pi-has-short-border.pi-pull-right:after,
.h2.pi-has-short-border.pi-pull-right:after,
h3.pi-has-short-border.pi-pull-right:after,
.h3.pi-has-short-border.pi-pull-right:after,
h4.pi-has-short-border.pi-pull-right:after,
.h4.pi-has-short-border.pi-pull-right:after,
h5.pi-has-short-border.pi-pull-right:after,
.h5.pi-has-short-border.pi-pull-right:after,
h6.pi-has-short-border.pi-pull-right:after,
.h6.pi-has-short-border.pi-pull-right:after {
  left: auto;
  right: 0;
}
/* line 104, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h3.pi-has-tall-border:after,
.h3.pi-has-tall-border:after,
h4.pi-has-tall-border:after,
.h4.pi-has-tall-border:after,
h5.pi-has-tall-border:after,
.h5.pi-has-tall-border:after,
h6.pi-has-tall-border:after,
.h6.pi-has-tall-border:after {
  height: 2px;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-has-short-border:after,
.h1.pi-has-short-border:after,
h2.pi-has-short-border:after,
.h2.pi-has-short-border:after,
h3.pi-has-short-border:after,
.h3.pi-has-short-border:after,
h4.pi-has-short-border:after,
.h4.pi-has-short-border:after,
h5.pi-has-short-border:after,
.h5.pi-has-short-border:after,
h6.pi-has-short-border:after,
.h6.pi-has-short-border:after {
  width: 50px;
}
/* line 124, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-center h1.pi-has-short-border:after,
.pi-text-center .h1.pi-has-short-border:after,
.pi-text-center h2.pi-has-short-border:after,
.pi-text-center .h2.pi-has-short-border:after,
.pi-text-center h3.pi-has-short-border:after,
.pi-text-center .h3.pi-has-short-border:after,
.pi-text-center h4.pi-has-short-border:after,
.pi-text-center .h4.pi-has-short-border:after,
.pi-text-center h5.pi-has-short-border:after,
.pi-text-center .h5.pi-has-short-border:after,
.pi-text-center h6.pi-has-short-border:after,
.pi-text-center .h6.pi-has-short-border:after {
  left: 50%;
  margin: 0 0 0 -25px;
}
/* line 140, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1,
.h1 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: -1px;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h2,
.h2 {
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h3,
.h3 {
  font-size: 26px;
  line-height: 1.2em;
}
/* line 164, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h4,
.h4 {
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0;
}
/* line 172, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h5,
.h5 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
}
/* line 180, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h6,
.h6 {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0;
  font-weight: 600;
}
/* line 189, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.h1-hero {
  font-size: 54px;
  letter-spacing: -1px;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h1.pi-title-beside-image,
.h1.pi-title-beside-image {
  margin-top: -11px;
}
/* line 199, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h2.pi-title-beside-image,
.h2.pi-title-beside-image,
h3.pi-title-beside-image,
.h3.pi-title-beside-image,
h4.pi-title-beside-image,
.h4.pi-title-beside-image {
  margin-top: -8px;
}
/* line 208, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
h5.pi-title-beside-image,
.h5.pi-title-beside-image,
h6.pi-title-beside-image,
.h6.pi-title-beside-image {
  margin-top: -5px;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-16 {
  font-size: 16px !important;
  line-height: 1.6em !important;
}
/* line 220, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-18 {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
/* line 225, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-20 {
  font-size: 20px !important;
  line-height: 1.4em !important;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-22 {
  font-size: 22px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 236, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-24 {
  font-size: 24px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 242, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-26 {
  font-size: 26px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 248, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-28 {
  font-size: 28px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 254, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-30 {
  font-size: 30px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 260, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-32 {
  font-size: 32px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 266, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-34 {
  font-size: 34px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 273, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-36 {
  font-size: 36px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 280, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-38 {
  font-size: 38px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 287, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.lead-40 {
  font-size: 40px !important;
  line-height: 1.4em !important;
  font-weight: 300 !important;
}
/* line 293, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-404 {
  font-size: 160px;
  line-height: 1em;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
/* line 299, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-small-text {
  font-size: 14px;
}
/* line 303, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-smaller-text {
  font-size: 12px;
}
/* line 307, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-or {
  margin-left: 12px;
  margin-right: 12px;
}
/* line 312, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-title {
  margin-bottom: 25px;
}
/* line 316, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-weight-300 {
  font-weight: 300 !important;
}
/* line 320, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-weight-400 {
  font-weight: 400 !important;
}
/* line 324, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-weight-600 {
  font-weight: 600 !important;
}
/* line 328, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-weight-700 {
  font-weight: 700 !important;
}
/* line 332, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-uppercase {
  text-transform: uppercase !important;
}
/* line 336, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-lowercase {
  text-transform: lowercase !important;
}
/* line 340, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-letter-spacing {
  letter-spacing: 1px !important;
}
/* line 344, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-letter-spacing-2 {
  letter-spacing: 2px !important;
}
/* line 348, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-letter-spacing-3 {
  letter-spacing: 3px !important;
}
/* line 352, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-letter-spacing-4 {
  letter-spacing: 4px !important;
}
/* line 356, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-italic:not(.pi-reset) {
  font-style: italic;
}
/* line 360, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-reset {
  font-style: normal;
}
/* line 363, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-reset * {
  font-style: normal;
}
/* line 368, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-shadow {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/* line 372, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-shadow-white {
  text-shadow: 0 1px 0 #fff;
}
/* line 376, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-p-half {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* line 382, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-p-two-thirds {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
/* line 388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-minus-15 {
  margin-top: -15px !important;
}
/* line 392, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-minus-10 {
  margin-top: -10px !important;
}
/* line 396, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-minus-5 {
  margin-top: -5px !important;
}
/* line 400, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-5 {
  margin-top: 5px !important;
}
/* line 404, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-10 {
  margin-top: 10px !important;
}
/* line 408, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-top-15 {
  margin-top: 15px !important;
}
/* line 412, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-5 {
  margin-bottom: 5px !important;
}
/* line 416, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-10 {
  margin-bottom: 10px !important;
}
/* line 420, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-15 {
  margin-bottom: 15px !important;
}
/* line 424, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-20 {
  margin-bottom: 20px !important;
}
/* line 428, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-25 {
  margin-bottom: 25px !important;
}
/* line 432, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-30 {
  margin-bottom: 30px !important;
}
/* line 436, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-35 {
  margin-bottom: 35px !important;
}
/* line 440, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-40 {
  margin-bottom: 40px !important;
}
/* line 444, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-45 {
  margin-bottom: 45px !important;
}
/* line 448, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-50 {
  margin-bottom: 50px !important;
}
/* line 452, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-60 {
  margin-bottom: 60px !important;
}
/* line 456, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-70 {
  margin-bottom: 70px !important;
}
/* line 460, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-80 {
  margin-bottom: 80px !important;
}
/* line 464, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-90 {
  margin-bottom: 90px !important;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-margin-bottom-100 {
  margin-bottom: 100px !important;
}
/* line 472, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
small {
  font-size: 13px;
}
/* line 489, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-dark,
.pi-text-bg-base,
.pi-text-bg-green,
.pi-text-bg-red,
.pi-text-bg-special,
.pi-text-bg-white,
.pi-text-bg-yellow {
  padding: 0 4px 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 501, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-dark {
  background: #2f3746;
  color: #d8e1ed;
}
/* line 506, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-green {
  background: #57d57f;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 512, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-red {
  background: #ff3232;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 520, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-text-dark {
  color: #21252b;
}
/* line 524, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-bg-dark {
  background: #21252b;
}
/* line 528, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-text-green {
  color: #00b348;
}
/* line 532, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-bg-green {
  background: #00b348;
}
/* line 536, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-text-grey {
  color: #eeeeee;
}
/* line 540, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-bg-grey {
  background: #eeeeee;
}
/* line 544, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-text-white {
  color: #ffffff;
}
/* line 548, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-tiny-bg-white {
  background: #ffffff;
}
/* line 553, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-special {
  background: #81a68a;
  color: #ffffff;
}
/* line 559, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-white {
  background: #ffffff;
  color: #21252b;
}
/* line 564, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-bg-yellow {
  background: #fffcad;
  color: #613a28;
}
/* line 569, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-bg-grey {
  background: #f6f9f9 !important;
}
/* line 573, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-opacity-30 {
  opacity: 0.3 !important;
}
/* line 577, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-opacity-50 {
  opacity: 0.5 !important;
}
/* line 581, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-opacity-70 {
  opacity: 0.7 !important;
}
/* line 585, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-opacity-90 {
  opacity: 0.9 !important;
}
/* line 589, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-purple {
  color: #7016c3 !important;
}
/* line 593, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-blue {
  color: #0f80ba !important;
}
/* line 597, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-turquoise {
  color: #00aab3 !important;
}
/* line 601, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-green {
  color: #00b348 !important;
}
/* line 605, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-lime {
  color: #5db300 !important;
}
/* line 609, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-yellow {
  color: #d7dd2d !important;
}
/* line 613, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-orange {
  color: #f75f24 !important;
}
/* line 617, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-red {
  color: #d72c10 !important;
}
/* line 621, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-pink {
  color: #ed2f72 !important;
}
/* line 625, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-dark {
  color: #21252b !important;
}
/* line 629, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-grey {
  color: #eeeeee !important;
}
/* line 633, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-silver {
  color: #bdc3ca !important;
}
/* line 637, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-special {
  color: #81a68a !important;
}
/* line 641, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-white {
  color: #ffffff !important;
}
/* line 645, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-text-white-for-dark {
  color: #DBE6E7 !important;
}
/* line 657, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
ul,
ol,
dl {
  padding-left: 1.2em;
  padding-bottom: 0;
  margin-bottom: 20px;
}
/* line 665, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
ul {
  margin-top: 0;
}
/* line 669, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
ol {
  padding-left: 1.6em;
}
/* line 679, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-list-w-icons {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  -webkit-padding-start: 0;
}
/* line 686, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-list-w-icons i {
  margin-right: 10px;
}
/* line 690, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-pull-center {
  display: block;
  margin: 0 auto;
}
/* line 695, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon {
  font-size: 16px;
}
/* line 698, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon.pi-icon-big {
  font-size: 42px;
}
/* line 701, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon.pi-icon-bigger {
  font-size: 70px;
}
/* line 706, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle,
.pi-icon-square {
  position: relative;
  margin: 0 0 -8px 0;
  display: inline-block;
  font-size: 14px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
}
/* line 718, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle.pi-icon-big,
.pi-icon-square.pi-icon-big {
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
}
/* line 724, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle.pi-icon-big.pi-icon-contur,
.pi-icon-square.pi-icon-big.pi-icon-contur {
  line-height: 68px;
}
/* line 729, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle.pi-icon-bigger,
.pi-icon-square.pi-icon-bigger {
  width: 130px;
  height: 130px;
  font-size: 50px;
  line-height: 130px;
}
/* line 735, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle.pi-icon-bigger.pi-icon-contur,
.pi-icon-square.pi-icon-bigger.pi-icon-contur {
  line-height: 128px;
}
/* line 741, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-square {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 745, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 749, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-left {
  margin-right: 5px;
}
/* line 753, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-icon-right {
  margin-left: 5px;
}
/* line 757, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
abbr,
acronym {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 761, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
abbr:hover,
acronym:hover {
  cursor: help;
}
/* line 766, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
code,
pre {
  font-family: Consolas, "Courier New", monospace;
  background-color: #FAF5E2;
  text-shadow: 0 1px 0 #fff;
  color: #5F443C;
  -webkit-box-shadow: inset 0 1px 0 #f0e7d3;
  -moz-box-shadow: inset 0 1px 0 #f0e7d3;
  box-shadow: inset 0 1px 0 #f0e7d3;
  border-radius: 3px;
}
/* line 777, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
code {
  padding: 2px 4px;
  text-shadow: 0 1px 0 #fffdec;
  white-space: nowrap;
}
/* line 784, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
pre {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}
/* line 792, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 797, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
/* line 808, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pre-scrollable {
  max-height: 200px;
  overflow-y: scroll;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-base {
  /* darken(@typo-base,25%); */
  /* darken(@typo-base,25%); */
  color: #eeeeee;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1,
.pi-section-base .h1,
.pi-section-base h2,
.pi-section-base .h2,
.pi-section-base h3,
.pi-section-base .h3,
.pi-section-base h4,
.pi-section-base .h4,
.pi-section-base h5,
.pi-section-base .h5,
.pi-section-base h6,
.pi-section-base .h6 {
  color: #ffffff;
}
/* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1.pi-has-border:after,
.pi-section-base .h1.pi-has-border:after,
.pi-section-base h2.pi-has-border:after,
.pi-section-base .h2.pi-has-border:after,
.pi-section-base h3.pi-has-border:after,
.pi-section-base .h3.pi-has-border:after,
.pi-section-base h4.pi-has-border:after,
.pi-section-base .h4.pi-has-border:after,
.pi-section-base h5.pi-has-border:after,
.pi-section-base .h5.pi-has-border:after,
.pi-section-base h6.pi-has-border:after,
.pi-section-base .h6.pi-has-border:after {
  background: #ffffff;
}
/* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1.pi-has-base-border:after,
.pi-section-base .h1.pi-has-base-border:after,
.pi-section-base h2.pi-has-base-border:after,
.pi-section-base .h2.pi-has-base-border:after,
.pi-section-base h3.pi-has-base-border:after,
.pi-section-base .h3.pi-has-base-border:after,
.pi-section-base h4.pi-has-base-border:after,
.pi-section-base .h4.pi-has-base-border:after,
.pi-section-base h5.pi-has-base-border:after,
.pi-section-base .h5.pi-has-base-border:after,
.pi-section-base h6.pi-has-base-border:after,
.pi-section-base .h6.pi-has-base-border:after {
  background: #197841;
}
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1.pi-has-special-border:after,
.pi-section-base .h1.pi-has-special-border:after,
.pi-section-base h2.pi-has-special-border:after,
.pi-section-base .h2.pi-has-special-border:after,
.pi-section-base h3.pi-has-special-border:after,
.pi-section-base .h3.pi-has-special-border:after,
.pi-section-base h4.pi-has-special-border:after,
.pi-section-base .h4.pi-has-special-border:after,
.pi-section-base h5.pi-has-special-border:after,
.pi-section-base .h5.pi-has-special-border:after,
.pi-section-base h6.pi-has-special-border:after,
.pi-section-base .h6.pi-has-special-border:after {
  background: #81a68a;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base h6.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-base .h6.pi-has-bg:not(.pi-has-no-bg):after {
  background: url('../++resource++cloud19.theme/img/bg-heading-turquoise.png');
}
/* line 855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-dark,
.pi-section-base .h1 a.pi-link-dark,
.pi-section-base h2 a.pi-link-dark,
.pi-section-base .h2 a.pi-link-dark,
.pi-section-base h3 a.pi-link-dark,
.pi-section-base .h3 a.pi-link-dark,
.pi-section-base h4 a.pi-link-dark,
.pi-section-base .h4 a.pi-link-dark,
.pi-section-base h5 a.pi-link-dark,
.pi-section-base .h5 a.pi-link-dark,
.pi-section-base h6 a.pi-link-dark,
.pi-section-base .h6 a.pi-link-dark {
  color: #ffffff !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-dark:hover,
.pi-section-base .h1 a.pi-link-dark:hover,
.pi-section-base h2 a.pi-link-dark:hover,
.pi-section-base .h2 a.pi-link-dark:hover,
.pi-section-base h3 a.pi-link-dark:hover,
.pi-section-base .h3 a.pi-link-dark:hover,
.pi-section-base h4 a.pi-link-dark:hover,
.pi-section-base .h4 a.pi-link-dark:hover,
.pi-section-base h5 a.pi-link-dark:hover,
.pi-section-base .h5 a.pi-link-dark:hover,
.pi-section-base h6 a.pi-link-dark:hover,
.pi-section-base .h6 a.pi-link-dark:hover {
  color: #ffffff;
}
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-white,
.pi-section-base .h1 a.pi-link-white,
.pi-section-base h2 a.pi-link-white,
.pi-section-base .h2 a.pi-link-white,
.pi-section-base h3 a.pi-link-white,
.pi-section-base .h3 a.pi-link-white,
.pi-section-base h4 a.pi-link-white,
.pi-section-base .h4 a.pi-link-white,
.pi-section-base h5 a.pi-link-white,
.pi-section-base .h5 a.pi-link-white,
.pi-section-base h6 a.pi-link-white,
.pi-section-base .h6 a.pi-link-white {
  color: #fff;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-white:hover,
.pi-section-base .h1 a.pi-link-white:hover,
.pi-section-base h2 a.pi-link-white:hover,
.pi-section-base .h2 a.pi-link-white:hover,
.pi-section-base h3 a.pi-link-white:hover,
.pi-section-base .h3 a.pi-link-white:hover,
.pi-section-base h4 a.pi-link-white:hover,
.pi-section-base .h4 a.pi-link-white:hover,
.pi-section-base h5 a.pi-link-white:hover,
.pi-section-base .h5 a.pi-link-white:hover,
.pi-section-base h6 a.pi-link-white:hover,
.pi-section-base .h6 a.pi-link-white:hover {
  color: #fff;
}
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-no-style,
.pi-section-base .h1 a.pi-link-no-style,
.pi-section-base h2 a.pi-link-no-style,
.pi-section-base .h2 a.pi-link-no-style,
.pi-section-base h3 a.pi-link-no-style,
.pi-section-base .h3 a.pi-link-no-style,
.pi-section-base h4 a.pi-link-no-style,
.pi-section-base .h4 a.pi-link-no-style,
.pi-section-base h5 a.pi-link-no-style,
.pi-section-base .h5 a.pi-link-no-style,
.pi-section-base h6 a.pi-link-no-style,
.pi-section-base .h6 a.pi-link-no-style {
  color: #ffffff;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base h1 a.pi-link-no-style:hover,
.pi-section-base .h1 a.pi-link-no-style:hover,
.pi-section-base h2 a.pi-link-no-style:hover,
.pi-section-base .h2 a.pi-link-no-style:hover,
.pi-section-base h3 a.pi-link-no-style:hover,
.pi-section-base .h3 a.pi-link-no-style:hover,
.pi-section-base h4 a.pi-link-no-style:hover,
.pi-section-base .h4 a.pi-link-no-style:hover,
.pi-section-base h5 a.pi-link-no-style:hover,
.pi-section-base .h5 a.pi-link-no-style:hover,
.pi-section-base h6 a.pi-link-no-style:hover,
.pi-section-base .h6 a.pi-link-no-style:hover {
  color: #ffffff;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base abbr,
.pi-section-base acronym,
.pi-section-base strong,
.pi-section-base b {
  color: #ffffff;
  font-weight: 600;
}
/* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a {
  color: #ffffff;
}
/* line 885, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a:hover {
  color: #eeeeee;
}
/* line 888, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-dark {
  color: #ffffff !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-dark:hover {
  color: #ffffff;
}
/* line 894, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-white {
  color: #fff;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-white:hover {
  color: #fff;
}
/* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-no-style {
  color: #eeeeee;
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a.pi-link-no-style:hover {
  color: #ffffff;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-dark a {
  color: #ffffff;
}
/* line 910, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-dark a:hover {
  color: #ffffff;
}
/* line 915, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-white a {
  color: #fff;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-white a:hover {
  color: #fff;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-no-style a {
  color: #eeeeee;
}
/* line 924, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .pi-link-no-style a:hover {
  color: #ffffff;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base .lead-20,
.pi-section-base .lead-22,
.pi-section-base .lead-24,
.pi-section-base .lead-26,
.pi-section-base .lead-28,
.pi-section-base .lead-30,
.pi-section-base .lead-32,
.pi-section-base .lead-34 {
  color: #ffffff;
}
/* line 940, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a strong,
.pi-section-base a b {
  color: #ffffff;
}
/* line 943, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-base a strong:hover,
.pi-section-base a b:hover {
  color: #eeeeee;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-base h1 a,
.pi-section-base h2 a,
.pi-section-base h3 a,
.pi-section-base h4 a,
.pi-section-base h5 a,
.pi-section-base h6 a {
  text-decoration: none;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-base a.btn {
  text-decoration: none;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-white {
  color: #666e70;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1,
.pi-section-white .h1,
.pi-section-white h2,
.pi-section-white .h2,
.pi-section-white h3,
.pi-section-white .h3,
.pi-section-white h4,
.pi-section-white .h4,
.pi-section-white h5,
.pi-section-white .h5,
.pi-section-white h6,
.pi-section-white .h6 {
  color: #21252b;
}
/* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1.pi-has-border:after,
.pi-section-white .h1.pi-has-border:after,
.pi-section-white h2.pi-has-border:after,
.pi-section-white .h2.pi-has-border:after,
.pi-section-white h3.pi-has-border:after,
.pi-section-white .h3.pi-has-border:after,
.pi-section-white h4.pi-has-border:after,
.pi-section-white .h4.pi-has-border:after,
.pi-section-white h5.pi-has-border:after,
.pi-section-white .h5.pi-has-border:after,
.pi-section-white h6.pi-has-border:after,
.pi-section-white .h6.pi-has-border:after {
  background: #21252b;
}
/* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1.pi-has-base-border:after,
.pi-section-white .h1.pi-has-base-border:after,
.pi-section-white h2.pi-has-base-border:after,
.pi-section-white .h2.pi-has-base-border:after,
.pi-section-white h3.pi-has-base-border:after,
.pi-section-white .h3.pi-has-base-border:after,
.pi-section-white h4.pi-has-base-border:after,
.pi-section-white .h4.pi-has-base-border:after,
.pi-section-white h5.pi-has-base-border:after,
.pi-section-white .h5.pi-has-base-border:after,
.pi-section-white h6.pi-has-base-border:after,
.pi-section-white .h6.pi-has-base-border:after {
  background: #197841;
}
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1.pi-has-special-border:after,
.pi-section-white .h1.pi-has-special-border:after,
.pi-section-white h2.pi-has-special-border:after,
.pi-section-white .h2.pi-has-special-border:after,
.pi-section-white h3.pi-has-special-border:after,
.pi-section-white .h3.pi-has-special-border:after,
.pi-section-white h4.pi-has-special-border:after,
.pi-section-white .h4.pi-has-special-border:after,
.pi-section-white h5.pi-has-special-border:after,
.pi-section-white .h5.pi-has-special-border:after,
.pi-section-white h6.pi-has-special-border:after,
.pi-section-white .h6.pi-has-special-border:after {
  background: #81a68a;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white h6.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-white .h6.pi-has-bg:not(.pi-has-no-bg):after {
  background: url('../++resource++cloud19.theme/img/bg-heading.png');
}
/* line 855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-dark,
.pi-section-white .h1 a.pi-link-dark,
.pi-section-white h2 a.pi-link-dark,
.pi-section-white .h2 a.pi-link-dark,
.pi-section-white h3 a.pi-link-dark,
.pi-section-white .h3 a.pi-link-dark,
.pi-section-white h4 a.pi-link-dark,
.pi-section-white .h4 a.pi-link-dark,
.pi-section-white h5 a.pi-link-dark,
.pi-section-white .h5 a.pi-link-dark,
.pi-section-white h6 a.pi-link-dark,
.pi-section-white .h6 a.pi-link-dark {
  color: #21252b !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-dark:hover,
.pi-section-white .h1 a.pi-link-dark:hover,
.pi-section-white h2 a.pi-link-dark:hover,
.pi-section-white .h2 a.pi-link-dark:hover,
.pi-section-white h3 a.pi-link-dark:hover,
.pi-section-white .h3 a.pi-link-dark:hover,
.pi-section-white h4 a.pi-link-dark:hover,
.pi-section-white .h4 a.pi-link-dark:hover,
.pi-section-white h5 a.pi-link-dark:hover,
.pi-section-white .h5 a.pi-link-dark:hover,
.pi-section-white h6 a.pi-link-dark:hover,
.pi-section-white .h6 a.pi-link-dark:hover {
  color: #197841;
}
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-white,
.pi-section-white .h1 a.pi-link-white,
.pi-section-white h2 a.pi-link-white,
.pi-section-white .h2 a.pi-link-white,
.pi-section-white h3 a.pi-link-white,
.pi-section-white .h3 a.pi-link-white,
.pi-section-white h4 a.pi-link-white,
.pi-section-white .h4 a.pi-link-white,
.pi-section-white h5 a.pi-link-white,
.pi-section-white .h5 a.pi-link-white,
.pi-section-white h6 a.pi-link-white,
.pi-section-white .h6 a.pi-link-white {
  color: #fff;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-white:hover,
.pi-section-white .h1 a.pi-link-white:hover,
.pi-section-white h2 a.pi-link-white:hover,
.pi-section-white .h2 a.pi-link-white:hover,
.pi-section-white h3 a.pi-link-white:hover,
.pi-section-white .h3 a.pi-link-white:hover,
.pi-section-white h4 a.pi-link-white:hover,
.pi-section-white .h4 a.pi-link-white:hover,
.pi-section-white h5 a.pi-link-white:hover,
.pi-section-white .h5 a.pi-link-white:hover,
.pi-section-white h6 a.pi-link-white:hover,
.pi-section-white .h6 a.pi-link-white:hover {
  color: #fff;
}
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-no-style,
.pi-section-white .h1 a.pi-link-no-style,
.pi-section-white h2 a.pi-link-no-style,
.pi-section-white .h2 a.pi-link-no-style,
.pi-section-white h3 a.pi-link-no-style,
.pi-section-white .h3 a.pi-link-no-style,
.pi-section-white h4 a.pi-link-no-style,
.pi-section-white .h4 a.pi-link-no-style,
.pi-section-white h5 a.pi-link-no-style,
.pi-section-white .h5 a.pi-link-no-style,
.pi-section-white h6 a.pi-link-no-style,
.pi-section-white .h6 a.pi-link-no-style {
  color: #21252b;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white h1 a.pi-link-no-style:hover,
.pi-section-white .h1 a.pi-link-no-style:hover,
.pi-section-white h2 a.pi-link-no-style:hover,
.pi-section-white .h2 a.pi-link-no-style:hover,
.pi-section-white h3 a.pi-link-no-style:hover,
.pi-section-white .h3 a.pi-link-no-style:hover,
.pi-section-white h4 a.pi-link-no-style:hover,
.pi-section-white .h4 a.pi-link-no-style:hover,
.pi-section-white h5 a.pi-link-no-style:hover,
.pi-section-white .h5 a.pi-link-no-style:hover,
.pi-section-white h6 a.pi-link-no-style:hover,
.pi-section-white .h6 a.pi-link-no-style:hover {
  color: #197841;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white abbr,
.pi-section-white acronym,
.pi-section-white strong,
.pi-section-white b {
  color: #21252b;
  font-weight: 600;
}
/* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a {
  color: #197841;
}
/* line 885, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a:hover {
  color: #104e2a;
}
/* line 888, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-dark {
  color: #21252b !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-dark:hover {
  color: #197841;
}
/* line 894, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-white {
  color: #fff;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-white:hover {
  color: #fff;
}
/* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-no-style {
  color: #666e70;
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a.pi-link-no-style:hover {
  color: #197841;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-dark a {
  color: #21252b;
}
/* line 910, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-dark a:hover {
  color: #197841;
}
/* line 915, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-white a {
  color: #fff;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-white a:hover {
  color: #fff;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-no-style a {
  color: #666e70;
}
/* line 924, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .pi-link-no-style a:hover {
  color: #197841;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white .lead-20,
.pi-section-white .lead-22,
.pi-section-white .lead-24,
.pi-section-white .lead-26,
.pi-section-white .lead-28,
.pi-section-white .lead-30,
.pi-section-white .lead-32,
.pi-section-white .lead-34 {
  color: #3c4446;
}
/* line 940, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a strong,
.pi-section-white a b {
  color: #197841;
}
/* line 943, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-white a strong:hover,
.pi-section-white a b:hover {
  color: #104e2a;
}
/* line 42, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-grey {
  color: #666e70;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1,
.pi-section-grey .h1,
.pi-section-grey h2,
.pi-section-grey .h2,
.pi-section-grey h3,
.pi-section-grey .h3,
.pi-section-grey h4,
.pi-section-grey .h4,
.pi-section-grey h5,
.pi-section-grey .h5,
.pi-section-grey h6,
.pi-section-grey .h6 {
  color: #21252b;
}
/* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1.pi-has-border:after,
.pi-section-grey .h1.pi-has-border:after,
.pi-section-grey h2.pi-has-border:after,
.pi-section-grey .h2.pi-has-border:after,
.pi-section-grey h3.pi-has-border:after,
.pi-section-grey .h3.pi-has-border:after,
.pi-section-grey h4.pi-has-border:after,
.pi-section-grey .h4.pi-has-border:after,
.pi-section-grey h5.pi-has-border:after,
.pi-section-grey .h5.pi-has-border:after,
.pi-section-grey h6.pi-has-border:after,
.pi-section-grey .h6.pi-has-border:after {
  background: #21252b;
}
/* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1.pi-has-base-border:after,
.pi-section-grey .h1.pi-has-base-border:after,
.pi-section-grey h2.pi-has-base-border:after,
.pi-section-grey .h2.pi-has-base-border:after,
.pi-section-grey h3.pi-has-base-border:after,
.pi-section-grey .h3.pi-has-base-border:after,
.pi-section-grey h4.pi-has-base-border:after,
.pi-section-grey .h4.pi-has-base-border:after,
.pi-section-grey h5.pi-has-base-border:after,
.pi-section-grey .h5.pi-has-base-border:after,
.pi-section-grey h6.pi-has-base-border:after,
.pi-section-grey .h6.pi-has-base-border:after {
  background: #197841;
}
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1.pi-has-special-border:after,
.pi-section-grey .h1.pi-has-special-border:after,
.pi-section-grey h2.pi-has-special-border:after,
.pi-section-grey .h2.pi-has-special-border:after,
.pi-section-grey h3.pi-has-special-border:after,
.pi-section-grey .h3.pi-has-special-border:after,
.pi-section-grey h4.pi-has-special-border:after,
.pi-section-grey .h4.pi-has-special-border:after,
.pi-section-grey h5.pi-has-special-border:after,
.pi-section-grey .h5.pi-has-special-border:after,
.pi-section-grey h6.pi-has-special-border:after,
.pi-section-grey .h6.pi-has-special-border:after {
  background: #81a68a;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey h6.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-grey .h6.pi-has-bg:not(.pi-has-no-bg):after {
  background: url('../++resource++cloud19.theme/img/bg-heading-grey.png');
}
/* line 855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-dark,
.pi-section-grey .h1 a.pi-link-dark,
.pi-section-grey h2 a.pi-link-dark,
.pi-section-grey .h2 a.pi-link-dark,
.pi-section-grey h3 a.pi-link-dark,
.pi-section-grey .h3 a.pi-link-dark,
.pi-section-grey h4 a.pi-link-dark,
.pi-section-grey .h4 a.pi-link-dark,
.pi-section-grey h5 a.pi-link-dark,
.pi-section-grey .h5 a.pi-link-dark,
.pi-section-grey h6 a.pi-link-dark,
.pi-section-grey .h6 a.pi-link-dark {
  color: #21252b !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-dark:hover,
.pi-section-grey .h1 a.pi-link-dark:hover,
.pi-section-grey h2 a.pi-link-dark:hover,
.pi-section-grey .h2 a.pi-link-dark:hover,
.pi-section-grey h3 a.pi-link-dark:hover,
.pi-section-grey .h3 a.pi-link-dark:hover,
.pi-section-grey h4 a.pi-link-dark:hover,
.pi-section-grey .h4 a.pi-link-dark:hover,
.pi-section-grey h5 a.pi-link-dark:hover,
.pi-section-grey .h5 a.pi-link-dark:hover,
.pi-section-grey h6 a.pi-link-dark:hover,
.pi-section-grey .h6 a.pi-link-dark:hover {
  color: #197841;
}
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-white,
.pi-section-grey .h1 a.pi-link-white,
.pi-section-grey h2 a.pi-link-white,
.pi-section-grey .h2 a.pi-link-white,
.pi-section-grey h3 a.pi-link-white,
.pi-section-grey .h3 a.pi-link-white,
.pi-section-grey h4 a.pi-link-white,
.pi-section-grey .h4 a.pi-link-white,
.pi-section-grey h5 a.pi-link-white,
.pi-section-grey .h5 a.pi-link-white,
.pi-section-grey h6 a.pi-link-white,
.pi-section-grey .h6 a.pi-link-white {
  color: #fff;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-white:hover,
.pi-section-grey .h1 a.pi-link-white:hover,
.pi-section-grey h2 a.pi-link-white:hover,
.pi-section-grey .h2 a.pi-link-white:hover,
.pi-section-grey h3 a.pi-link-white:hover,
.pi-section-grey .h3 a.pi-link-white:hover,
.pi-section-grey h4 a.pi-link-white:hover,
.pi-section-grey .h4 a.pi-link-white:hover,
.pi-section-grey h5 a.pi-link-white:hover,
.pi-section-grey .h5 a.pi-link-white:hover,
.pi-section-grey h6 a.pi-link-white:hover,
.pi-section-grey .h6 a.pi-link-white:hover {
  color: #fff;
}
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-no-style,
.pi-section-grey .h1 a.pi-link-no-style,
.pi-section-grey h2 a.pi-link-no-style,
.pi-section-grey .h2 a.pi-link-no-style,
.pi-section-grey h3 a.pi-link-no-style,
.pi-section-grey .h3 a.pi-link-no-style,
.pi-section-grey h4 a.pi-link-no-style,
.pi-section-grey .h4 a.pi-link-no-style,
.pi-section-grey h5 a.pi-link-no-style,
.pi-section-grey .h5 a.pi-link-no-style,
.pi-section-grey h6 a.pi-link-no-style,
.pi-section-grey .h6 a.pi-link-no-style {
  color: #21252b;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey h1 a.pi-link-no-style:hover,
.pi-section-grey .h1 a.pi-link-no-style:hover,
.pi-section-grey h2 a.pi-link-no-style:hover,
.pi-section-grey .h2 a.pi-link-no-style:hover,
.pi-section-grey h3 a.pi-link-no-style:hover,
.pi-section-grey .h3 a.pi-link-no-style:hover,
.pi-section-grey h4 a.pi-link-no-style:hover,
.pi-section-grey .h4 a.pi-link-no-style:hover,
.pi-section-grey h5 a.pi-link-no-style:hover,
.pi-section-grey .h5 a.pi-link-no-style:hover,
.pi-section-grey h6 a.pi-link-no-style:hover,
.pi-section-grey .h6 a.pi-link-no-style:hover {
  color: #197841;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey abbr,
.pi-section-grey acronym,
.pi-section-grey strong,
.pi-section-grey b {
  color: #21252b;
  font-weight: 600;
}
/* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a {
  color: #197841;
}
/* line 885, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a:hover {
  color: #104e2a;
}
/* line 888, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-dark {
  color: #21252b !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-dark:hover {
  color: #197841;
}
/* line 894, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-white {
  color: #fff;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-white:hover {
  color: #fff;
}
/* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-no-style {
  color: #666e70;
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a.pi-link-no-style:hover {
  color: #197841;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-dark a {
  color: #21252b;
}
/* line 910, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-dark a:hover {
  color: #197841;
}
/* line 915, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-white a {
  color: #fff;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-white a:hover {
  color: #fff;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-no-style a {
  color: #666e70;
}
/* line 924, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .pi-link-no-style a:hover {
  color: #197841;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey .lead-20,
.pi-section-grey .lead-22,
.pi-section-grey .lead-24,
.pi-section-grey .lead-26,
.pi-section-grey .lead-28,
.pi-section-grey .lead-30,
.pi-section-grey .lead-32,
.pi-section-grey .lead-34 {
  color: #4c5355;
}
/* line 940, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a strong,
.pi-section-grey a b {
  color: #197841;
}
/* line 943, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-grey a strong:hover,
.pi-section-grey a b:hover {
  color: #104e2a;
}
/* line 55, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-dark {
  color: #999999;
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1,
.pi-section-dark .h1,
.pi-section-dark h2,
.pi-section-dark .h2,
.pi-section-dark h3,
.pi-section-dark .h3,
.pi-section-dark h4,
.pi-section-dark .h4,
.pi-section-dark h5,
.pi-section-dark .h5,
.pi-section-dark h6,
.pi-section-dark .h6 {
  color: #ffffff;
}
/* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1.pi-has-border:after,
.pi-section-dark .h1.pi-has-border:after,
.pi-section-dark h2.pi-has-border:after,
.pi-section-dark .h2.pi-has-border:after,
.pi-section-dark h3.pi-has-border:after,
.pi-section-dark .h3.pi-has-border:after,
.pi-section-dark h4.pi-has-border:after,
.pi-section-dark .h4.pi-has-border:after,
.pi-section-dark h5.pi-has-border:after,
.pi-section-dark .h5.pi-has-border:after,
.pi-section-dark h6.pi-has-border:after,
.pi-section-dark .h6.pi-has-border:after {
  background: #ffffff;
}
/* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1.pi-has-base-border:after,
.pi-section-dark .h1.pi-has-base-border:after,
.pi-section-dark h2.pi-has-base-border:after,
.pi-section-dark .h2.pi-has-base-border:after,
.pi-section-dark h3.pi-has-base-border:after,
.pi-section-dark .h3.pi-has-base-border:after,
.pi-section-dark h4.pi-has-base-border:after,
.pi-section-dark .h4.pi-has-base-border:after,
.pi-section-dark h5.pi-has-base-border:after,
.pi-section-dark .h5.pi-has-base-border:after,
.pi-section-dark h6.pi-has-base-border:after,
.pi-section-dark .h6.pi-has-base-border:after {
  background: #197841;
}
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1.pi-has-special-border:after,
.pi-section-dark .h1.pi-has-special-border:after,
.pi-section-dark h2.pi-has-special-border:after,
.pi-section-dark .h2.pi-has-special-border:after,
.pi-section-dark h3.pi-has-special-border:after,
.pi-section-dark .h3.pi-has-special-border:after,
.pi-section-dark h4.pi-has-special-border:after,
.pi-section-dark .h4.pi-has-special-border:after,
.pi-section-dark h5.pi-has-special-border:after,
.pi-section-dark .h5.pi-has-special-border:after,
.pi-section-dark h6.pi-has-special-border:after,
.pi-section-dark .h6.pi-has-special-border:after {
  background: #81a68a;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark h6.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-dark .h6.pi-has-bg:not(.pi-has-no-bg):after {
  background: url('../++resource++cloud19.theme/img/bg-heading-dark.png');
}
/* line 855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-dark,
.pi-section-dark .h1 a.pi-link-dark,
.pi-section-dark h2 a.pi-link-dark,
.pi-section-dark .h2 a.pi-link-dark,
.pi-section-dark h3 a.pi-link-dark,
.pi-section-dark .h3 a.pi-link-dark,
.pi-section-dark h4 a.pi-link-dark,
.pi-section-dark .h4 a.pi-link-dark,
.pi-section-dark h5 a.pi-link-dark,
.pi-section-dark .h5 a.pi-link-dark,
.pi-section-dark h6 a.pi-link-dark,
.pi-section-dark .h6 a.pi-link-dark {
  color: #ffffff !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-dark:hover,
.pi-section-dark .h1 a.pi-link-dark:hover,
.pi-section-dark h2 a.pi-link-dark:hover,
.pi-section-dark .h2 a.pi-link-dark:hover,
.pi-section-dark h3 a.pi-link-dark:hover,
.pi-section-dark .h3 a.pi-link-dark:hover,
.pi-section-dark h4 a.pi-link-dark:hover,
.pi-section-dark .h4 a.pi-link-dark:hover,
.pi-section-dark h5 a.pi-link-dark:hover,
.pi-section-dark .h5 a.pi-link-dark:hover,
.pi-section-dark h6 a.pi-link-dark:hover,
.pi-section-dark .h6 a.pi-link-dark:hover {
  color: #197841;
}
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-white,
.pi-section-dark .h1 a.pi-link-white,
.pi-section-dark h2 a.pi-link-white,
.pi-section-dark .h2 a.pi-link-white,
.pi-section-dark h3 a.pi-link-white,
.pi-section-dark .h3 a.pi-link-white,
.pi-section-dark h4 a.pi-link-white,
.pi-section-dark .h4 a.pi-link-white,
.pi-section-dark h5 a.pi-link-white,
.pi-section-dark .h5 a.pi-link-white,
.pi-section-dark h6 a.pi-link-white,
.pi-section-dark .h6 a.pi-link-white {
  color: #fff;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-white:hover,
.pi-section-dark .h1 a.pi-link-white:hover,
.pi-section-dark h2 a.pi-link-white:hover,
.pi-section-dark .h2 a.pi-link-white:hover,
.pi-section-dark h3 a.pi-link-white:hover,
.pi-section-dark .h3 a.pi-link-white:hover,
.pi-section-dark h4 a.pi-link-white:hover,
.pi-section-dark .h4 a.pi-link-white:hover,
.pi-section-dark h5 a.pi-link-white:hover,
.pi-section-dark .h5 a.pi-link-white:hover,
.pi-section-dark h6 a.pi-link-white:hover,
.pi-section-dark .h6 a.pi-link-white:hover {
  color: #fff;
}
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-no-style,
.pi-section-dark .h1 a.pi-link-no-style,
.pi-section-dark h2 a.pi-link-no-style,
.pi-section-dark .h2 a.pi-link-no-style,
.pi-section-dark h3 a.pi-link-no-style,
.pi-section-dark .h3 a.pi-link-no-style,
.pi-section-dark h4 a.pi-link-no-style,
.pi-section-dark .h4 a.pi-link-no-style,
.pi-section-dark h5 a.pi-link-no-style,
.pi-section-dark .h5 a.pi-link-no-style,
.pi-section-dark h6 a.pi-link-no-style,
.pi-section-dark .h6 a.pi-link-no-style {
  color: #ffffff;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark h1 a.pi-link-no-style:hover,
.pi-section-dark .h1 a.pi-link-no-style:hover,
.pi-section-dark h2 a.pi-link-no-style:hover,
.pi-section-dark .h2 a.pi-link-no-style:hover,
.pi-section-dark h3 a.pi-link-no-style:hover,
.pi-section-dark .h3 a.pi-link-no-style:hover,
.pi-section-dark h4 a.pi-link-no-style:hover,
.pi-section-dark .h4 a.pi-link-no-style:hover,
.pi-section-dark h5 a.pi-link-no-style:hover,
.pi-section-dark .h5 a.pi-link-no-style:hover,
.pi-section-dark h6 a.pi-link-no-style:hover,
.pi-section-dark .h6 a.pi-link-no-style:hover {
  color: #197841;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark abbr,
.pi-section-dark acronym,
.pi-section-dark strong,
.pi-section-dark b {
  color: #ccccd5;
  font-weight: 600;
}
/* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a {
  color: #197841;
}
/* line 885, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a:hover {
  color: #104e2a;
}
/* line 888, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-dark {
  color: #ffffff !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-dark:hover {
  color: #197841;
}
/* line 894, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-white {
  color: #fff;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-white:hover {
  color: #fff;
}
/* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-no-style {
  color: #999999;
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a.pi-link-no-style:hover {
  color: #197841;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-dark a {
  color: #ffffff;
}
/* line 910, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-dark a:hover {
  color: #197841;
}
/* line 915, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-white a {
  color: #fff;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-white a:hover {
  color: #fff;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-no-style a {
  color: #999999;
}
/* line 924, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .pi-link-no-style a:hover {
  color: #197841;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark .lead-20,
.pi-section-dark .lead-22,
.pi-section-dark .lead-24,
.pi-section-dark .lead-26,
.pi-section-dark .lead-28,
.pi-section-dark .lead-30,
.pi-section-dark .lead-32,
.pi-section-dark .lead-34 {
  color: #bbbbbb;
}
/* line 940, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a strong,
.pi-section-dark a b {
  color: #197841;
}
/* line 943, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-dark a strong:hover,
.pi-section-dark a b:hover {
  color: #104e2a;
}
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-section-parallax {
  color: rgba(250, 250, 250, 0.7);
}
/* line 827, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1,
.pi-section-parallax .h1,
.pi-section-parallax h2,
.pi-section-parallax .h2,
.pi-section-parallax h3,
.pi-section-parallax .h3,
.pi-section-parallax h4,
.pi-section-parallax .h4,
.pi-section-parallax h5,
.pi-section-parallax .h5,
.pi-section-parallax h6,
.pi-section-parallax .h6 {
  color: #ffffff;
}
/* line 840, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1.pi-has-border:after,
.pi-section-parallax .h1.pi-has-border:after,
.pi-section-parallax h2.pi-has-border:after,
.pi-section-parallax .h2.pi-has-border:after,
.pi-section-parallax h3.pi-has-border:after,
.pi-section-parallax .h3.pi-has-border:after,
.pi-section-parallax h4.pi-has-border:after,
.pi-section-parallax .h4.pi-has-border:after,
.pi-section-parallax h5.pi-has-border:after,
.pi-section-parallax .h5.pi-has-border:after,
.pi-section-parallax h6.pi-has-border:after,
.pi-section-parallax .h6.pi-has-border:after {
  background: #ffffff;
}
/* line 843, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1.pi-has-base-border:after,
.pi-section-parallax .h1.pi-has-base-border:after,
.pi-section-parallax h2.pi-has-base-border:after,
.pi-section-parallax .h2.pi-has-base-border:after,
.pi-section-parallax h3.pi-has-base-border:after,
.pi-section-parallax .h3.pi-has-base-border:after,
.pi-section-parallax h4.pi-has-base-border:after,
.pi-section-parallax .h4.pi-has-base-border:after,
.pi-section-parallax h5.pi-has-base-border:after,
.pi-section-parallax .h5.pi-has-base-border:after,
.pi-section-parallax h6.pi-has-base-border:after,
.pi-section-parallax .h6.pi-has-base-border:after {
  background: #197841;
}
/* line 847, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1.pi-has-special-border:after,
.pi-section-parallax .h1.pi-has-special-border:after,
.pi-section-parallax h2.pi-has-special-border:after,
.pi-section-parallax .h2.pi-has-special-border:after,
.pi-section-parallax h3.pi-has-special-border:after,
.pi-section-parallax .h3.pi-has-special-border:after,
.pi-section-parallax h4.pi-has-special-border:after,
.pi-section-parallax .h4.pi-has-special-border:after,
.pi-section-parallax h5.pi-has-special-border:after,
.pi-section-parallax .h5.pi-has-special-border:after,
.pi-section-parallax h6.pi-has-special-border:after,
.pi-section-parallax .h6.pi-has-special-border:after {
  background: #81a68a;
}
/* line 851, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h1.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h2.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h3.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h4.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h5.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax h6.pi-has-bg:not(.pi-has-no-bg):after,
.pi-section-parallax .h6.pi-has-bg:not(.pi-has-no-bg):after {
  background: url('../++resource++cloud19.theme/img/bg-heading-darker.png');
}
/* line 855, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-dark,
.pi-section-parallax .h1 a.pi-link-dark,
.pi-section-parallax h2 a.pi-link-dark,
.pi-section-parallax .h2 a.pi-link-dark,
.pi-section-parallax h3 a.pi-link-dark,
.pi-section-parallax .h3 a.pi-link-dark,
.pi-section-parallax h4 a.pi-link-dark,
.pi-section-parallax .h4 a.pi-link-dark,
.pi-section-parallax h5 a.pi-link-dark,
.pi-section-parallax .h5 a.pi-link-dark,
.pi-section-parallax h6 a.pi-link-dark,
.pi-section-parallax .h6 a.pi-link-dark {
  color: #ffffff !important;
}
/* line 857, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-dark:hover,
.pi-section-parallax .h1 a.pi-link-dark:hover,
.pi-section-parallax h2 a.pi-link-dark:hover,
.pi-section-parallax .h2 a.pi-link-dark:hover,
.pi-section-parallax h3 a.pi-link-dark:hover,
.pi-section-parallax .h3 a.pi-link-dark:hover,
.pi-section-parallax h4 a.pi-link-dark:hover,
.pi-section-parallax .h4 a.pi-link-dark:hover,
.pi-section-parallax h5 a.pi-link-dark:hover,
.pi-section-parallax .h5 a.pi-link-dark:hover,
.pi-section-parallax h6 a.pi-link-dark:hover,
.pi-section-parallax .h6 a.pi-link-dark:hover {
  color: #197841;
}
/* line 861, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-white,
.pi-section-parallax .h1 a.pi-link-white,
.pi-section-parallax h2 a.pi-link-white,
.pi-section-parallax .h2 a.pi-link-white,
.pi-section-parallax h3 a.pi-link-white,
.pi-section-parallax .h3 a.pi-link-white,
.pi-section-parallax h4 a.pi-link-white,
.pi-section-parallax .h4 a.pi-link-white,
.pi-section-parallax h5 a.pi-link-white,
.pi-section-parallax .h5 a.pi-link-white,
.pi-section-parallax h6 a.pi-link-white,
.pi-section-parallax .h6 a.pi-link-white {
  color: #fff;
}
/* line 863, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-white:hover,
.pi-section-parallax .h1 a.pi-link-white:hover,
.pi-section-parallax h2 a.pi-link-white:hover,
.pi-section-parallax .h2 a.pi-link-white:hover,
.pi-section-parallax h3 a.pi-link-white:hover,
.pi-section-parallax .h3 a.pi-link-white:hover,
.pi-section-parallax h4 a.pi-link-white:hover,
.pi-section-parallax .h4 a.pi-link-white:hover,
.pi-section-parallax h5 a.pi-link-white:hover,
.pi-section-parallax .h5 a.pi-link-white:hover,
.pi-section-parallax h6 a.pi-link-white:hover,
.pi-section-parallax .h6 a.pi-link-white:hover {
  color: #fff;
}
/* line 867, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-no-style,
.pi-section-parallax .h1 a.pi-link-no-style,
.pi-section-parallax h2 a.pi-link-no-style,
.pi-section-parallax .h2 a.pi-link-no-style,
.pi-section-parallax h3 a.pi-link-no-style,
.pi-section-parallax .h3 a.pi-link-no-style,
.pi-section-parallax h4 a.pi-link-no-style,
.pi-section-parallax .h4 a.pi-link-no-style,
.pi-section-parallax h5 a.pi-link-no-style,
.pi-section-parallax .h5 a.pi-link-no-style,
.pi-section-parallax h6 a.pi-link-no-style,
.pi-section-parallax .h6 a.pi-link-no-style {
  color: #ffffff;
}
/* line 869, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax h1 a.pi-link-no-style:hover,
.pi-section-parallax .h1 a.pi-link-no-style:hover,
.pi-section-parallax h2 a.pi-link-no-style:hover,
.pi-section-parallax .h2 a.pi-link-no-style:hover,
.pi-section-parallax h3 a.pi-link-no-style:hover,
.pi-section-parallax .h3 a.pi-link-no-style:hover,
.pi-section-parallax h4 a.pi-link-no-style:hover,
.pi-section-parallax .h4 a.pi-link-no-style:hover,
.pi-section-parallax h5 a.pi-link-no-style:hover,
.pi-section-parallax .h5 a.pi-link-no-style:hover,
.pi-section-parallax h6 a.pi-link-no-style:hover,
.pi-section-parallax .h6 a.pi-link-no-style:hover {
  color: #197841;
}
/* line 875, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax abbr,
.pi-section-parallax acronym,
.pi-section-parallax strong,
.pi-section-parallax b {
  color: rgba(250, 250, 250, 0.8);
  font-weight: 600;
}
/* line 883, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a {
  color: #197841;
}
/* line 885, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a:hover {
  color: #104e2a;
}
/* line 888, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-dark {
  color: #ffffff !important;
}
/* line 890, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-dark:hover {
  color: #197841;
}
/* line 894, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-white {
  color: #fff;
}
/* line 896, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-white:hover {
  color: #fff;
}
/* line 900, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-no-style {
  color: rgba(250, 250, 250, 0.7);
}
/* line 902, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a.pi-link-no-style:hover {
  color: #197841;
}
/* line 908, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-dark a {
  color: #ffffff;
}
/* line 910, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-dark a:hover {
  color: #197841;
}
/* line 915, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-white a {
  color: #fff;
}
/* line 917, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-white a:hover {
  color: #fff;
}
/* line 922, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-no-style a {
  color: rgba(250, 250, 250, 0.7);
}
/* line 924, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .pi-link-no-style a:hover {
  color: #197841;
}
/* line 929, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax .lead-20,
.pi-section-parallax .lead-22,
.pi-section-parallax .lead-24,
.pi-section-parallax .lead-26,
.pi-section-parallax .lead-28,
.pi-section-parallax .lead-30,
.pi-section-parallax .lead-32,
.pi-section-parallax .lead-34 {
  color: rgba(250, 250, 250, 0.85);
}
/* line 940, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a strong,
.pi-section-parallax a b {
  color: #197841;
}
/* line 943, https://www.ruralhistory.eu/++resource++cloud19.theme/less/typo.less */
.pi-section-parallax a strong:hover,
.pi-section-parallax a b:hover {
  color: #104e2a;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-icon-circle,
.pi-icon-square {
  background: #f4f6f6;
  color: #2e343c;
  text-shadow: 0 1px 0 #fff;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-icon-base {
  background: #197841;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-icon-dark {
  background: #072413;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-icon-white {
  background: #fff;
  color: #2e343c;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-text-base {
  color: #197841 !important;
}
/* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-text-base-dark {
  color: #072413 !important;
}
/* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
.pi-text-bg-base {
  background: #197841;
  color: #ffffff;
}
/* line 125, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
::selection {
  background: #197841;
  color: #fff;
}
/* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
::-moz-selection {
  background: #197841;
  color: #fff;
}
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/base/typo.less */
::-webkit-selection {
  background: #197841;
  color: #fff;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation {
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 0;
  list-style: none;
}
/* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-tabs-navigation::before,
.pi-tabs-navigation::after {
  content: " ";
  display: table;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.clearfix.plone.less */
.pi-tabs-navigation::after {
  clear: both;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-tabs-navigation:before,
.pi-tabs-navigation:after {
  content: " ";
  display: table;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mixins.less */
.pi-tabs-navigation:after {
  clear: both;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 -1px;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li a {
  position: relative;
  display: block;
  margin-right: -1px;
  padding: 9px 20px 11px;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li a i:first-child {
  margin-right: 8px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li a i.pi-tab-single-icon {
  margin: 0;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li a img {
  max-width: none;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li a,
.pi-tabs-navigation li a:hover,
.pi-tabs-navigation li a:focus {
  text-decoration: none;
  outline: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li.pi-active a {
  z-index: 3;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li.pi-active a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  height: 3px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation li.pi-active a:focus {
  cursor: default;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation-justified {
  width: 100%;
  margin-bottom: -1px;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation-justified li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
/* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation-justified li:last-child a {
  margin-right: 0;
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-navigation-big li a {
  font-size: 14px;
  padding: 20px 30px;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-content {
  position: relative;
  z-index: 2;
  padding: 30px 30px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-content > .pi-tab-pane {
  display: none;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-content > .pi-active {
  display: block;
}
/* line 103, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-content-transparent {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 40px 0 0px;
  margin-bottom: 0;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical {
  overflow: hidden;
}
/* line 113, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-navigation {
  float: left;
  width: 240px;
  margin-top: 0;
}
/* line 117, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-navigation li {
  float: none;
}
/* line 119, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-navigation li a {
  padding: 10px 20px 11px;
  margin: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 125, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-width: 0;
}
/* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:after {
  top: -1px;
  left: -1px;
  right: auto;
  bottom: -1px;
  width: 3px;
  height: auto;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-content {
  left: -1px;
  margin: 0 0 40px 239px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-tabs-vertical .pi-tabs-content-transparent {
  padding: 0 0 0 40px;
  border-top-width: 0;
  border-left-width: 1px;
}
/* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-navigation,
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation,
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-content {
  width: auto;
  float: none;
}
/* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg .pi-tabs-content,
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-content {
  margin-left: 0;
  min-height: 0 !important;
}
/* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-content {
  left: 0;
}
/* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-content-transparent {
  border-left-width: 0;
  padding: 40px 0;
  border-top-width: 1px;
}
/* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-navigation li,
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li {
  width: auto;
  float: none;
  display: block;
  text-align: left;
}
/* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-navigation li a,
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li a {
  margin-right: 0;
}
/* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li a {
  border-radius: 3px 3px 0 0;
}
/* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li a:after {
  width: auto;
  height: 3px;
  right: -1px;
  bottom: auto;
  border-radius: 3px 3px 0 0;
}
/* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
  border-right-width: 1px;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-responsive-lg.pi-tabs-navigation li.pi-active a,
.pi-section-grey .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-grey .pi-responsive-lg.pi-tabs-navigation li.pi-active a:hover,
.pi-section-grey .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
  border-right-color: #d1d7d9;
  border-bottom-color: #d1d7d9;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-responsive-lg.pi-tabs-navigation li.pi-active a,
.pi-section-white .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-white .pi-responsive-lg.pi-tabs-navigation li.pi-active a:hover,
.pi-section-white .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
  border-right-color: #dde1e1;
  border-bottom-color: #dde1e1;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-responsive-lg.pi-tabs-navigation li.pi-active a,
.pi-section-base .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-base .pi-responsive-lg.pi-tabs-navigation li.pi-active a:hover,
.pi-section-base .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
  border-right-color: #3662d2;
  border-bottom-color: #3662d2;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-responsive-lg.pi-tabs-navigation li.pi-active a,
.pi-section-dark .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-dark .pi-responsive-lg.pi-tabs-navigation li.pi-active a:hover,
.pi-section-dark .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
  border-right-color: #2c2d32;
  border-bottom-color: #2c2d32;
}
/* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-responsive-lg.pi-tabs-navigation li.pi-active a,
.pi-section-parallax .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-parallax .pi-responsive-lg.pi-tabs-navigation li.pi-active a:hover,
.pi-section-parallax .pi-responsive-lg.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
  border-right-color: #232428;
  border-bottom-color: #232428;
}
@media screen and (max-width: 1119px) {
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-navigation,
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation,
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-content {
    width: auto;
    float: none;
  }
  /* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md .pi-tabs-content,
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-content {
    margin-left: 0;
    min-height: 0 !important;
  }
  /* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-content {
    left: 0;
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-content-transparent {
    border-left-width: 0;
    padding: 40px 0;
    border-top-width: 1px;
  }
  /* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-navigation li,
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-navigation li a,
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li a {
    margin-right: 0;
  }
  /* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li a {
    border-radius: 3px 3px 0 0;
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li a:after {
    width: auto;
    height: 3px;
    right: -1px;
    bottom: auto;
    border-radius: 3px 3px 0 0;
  }
  /* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
    border-right-width: 1px;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-grey .pi-responsive-md.pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-md.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-grey .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #d1d7d9;
    border-bottom-color: #d1d7d9;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-white .pi-responsive-md.pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-md.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-white .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #dde1e1;
    border-bottom-color: #dde1e1;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-base .pi-responsive-md.pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-md.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-base .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #3662d2;
    border-bottom-color: #3662d2;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-dark .pi-responsive-md.pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-md.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-dark .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #2c2d32;
    border-bottom-color: #2c2d32;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-parallax .pi-responsive-md.pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-md.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-parallax .pi-responsive-md.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #232428;
    border-bottom-color: #232428;
  }
}
@media screen and (max-width: 991px) {
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-navigation,
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation,
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-content {
    width: auto;
    float: none;
  }
  /* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm .pi-tabs-content,
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-content {
    margin-left: 0;
    min-height: 0 !important;
  }
  /* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-content {
    left: 0;
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-content-transparent {
    border-left-width: 0;
    padding: 40px 0;
    border-top-width: 1px;
  }
  /* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-navigation li,
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-navigation li a,
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li a {
    margin-right: 0;
  }
  /* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li a {
    border-radius: 3px 3px 0 0;
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li a:after {
    width: auto;
    height: 3px;
    right: -1px;
    bottom: auto;
    border-radius: 3px 3px 0 0;
  }
  /* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
    border-right-width: 1px;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-grey .pi-responsive-sm.pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-sm.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-grey .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #d1d7d9;
    border-bottom-color: #d1d7d9;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-white .pi-responsive-sm.pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-sm.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-white .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #dde1e1;
    border-bottom-color: #dde1e1;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-base .pi-responsive-sm.pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-sm.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-base .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #3662d2;
    border-bottom-color: #3662d2;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-dark .pi-responsive-sm.pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-sm.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-dark .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #2c2d32;
    border-bottom-color: #2c2d32;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-parallax .pi-responsive-sm.pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-sm.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-parallax .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #232428;
    border-bottom-color: #232428;
  }
}
@media screen and (max-width: 843px) {
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-navigation,
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation,
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-content {
    width: auto;
    float: none;
  }
  /* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs .pi-tabs-content,
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-content {
    margin-left: 0;
    min-height: 0 !important;
  }
  /* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-content {
    left: 0;
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-content-transparent {
    border-left-width: 0;
    padding: 40px 0;
    border-top-width: 1px;
  }
  /* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-navigation li,
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-navigation li a,
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li a {
    margin-right: 0;
  }
  /* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li a {
    border-radius: 3px 3px 0 0;
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li a:after {
    width: auto;
    height: 3px;
    right: -1px;
    bottom: auto;
    border-radius: 3px 3px 0 0;
  }
  /* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
    border-right-width: 1px;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-grey .pi-responsive-xs.pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-grey .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #d1d7d9;
    border-bottom-color: #d1d7d9;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-white .pi-responsive-xs.pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-white .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #dde1e1;
    border-bottom-color: #dde1e1;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-base .pi-responsive-xs.pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-base .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #3662d2;
    border-bottom-color: #3662d2;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-dark .pi-responsive-xs.pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-dark .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #2c2d32;
    border-bottom-color: #2c2d32;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-parallax .pi-responsive-xs.pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-parallax .pi-responsive-xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #232428;
    border-bottom-color: #232428;
  }
}
@media screen and (max-width: 479px) {
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-navigation,
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation,
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-content {
    width: auto;
    float: none;
  }
  /* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs .pi-tabs-content,
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-content {
    margin-left: 0;
    min-height: 0 !important;
  }
  /* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-content {
    left: 0;
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-content-transparent {
    border-left-width: 0;
    padding: 40px 0;
    border-top-width: 1px;
  }
  /* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-navigation li,
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-navigation li a,
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li a {
    margin-right: 0;
  }
  /* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li a {
    border-radius: 3px 3px 0 0;
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li a:after {
    width: auto;
    height: 3px;
    right: -1px;
    bottom: auto;
    border-radius: 3px 3px 0 0;
  }
  /* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
    border-right-width: 1px;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-grey .pi-responsive-2xs.pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-2xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-grey .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #d1d7d9;
    border-bottom-color: #d1d7d9;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-white .pi-responsive-2xs.pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-2xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-white .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #dde1e1;
    border-bottom-color: #dde1e1;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-base .pi-responsive-2xs.pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-2xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-base .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #3662d2;
    border-bottom-color: #3662d2;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-dark .pi-responsive-2xs.pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-2xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-dark .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #2c2d32;
    border-bottom-color: #2c2d32;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-parallax .pi-responsive-2xs.pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-2xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-parallax .pi-responsive-2xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #232428;
    border-bottom-color: #232428;
  }
}
@media screen and (max-width: 319px) {
  /* line 369, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-navigation,
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation,
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-content {
    width: auto;
    float: none;
  }
  /* line 375, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs .pi-tabs-content,
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-content {
    margin-left: 0;
    min-height: 0 !important;
  }
  /* line 380, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-content {
    left: 0;
  }
  /* line 383, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-content-transparent {
    border-left-width: 0;
    padding: 40px 0;
    border-top-width: 1px;
  }
  /* line 390, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-navigation li,
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li {
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  /* line 395, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-navigation li a,
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li a {
    margin-right: 0;
  }
  /* line 405, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li a {
    border-radius: 3px 3px 0 0;
  }
  /* line 407, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li a:after {
    width: auto;
    height: 3px;
    right: -1px;
    bottom: auto;
    border-radius: 3px 3px 0 0;
  }
  /* line 415, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a {
    border-right-width: 1px;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-grey .pi-responsive-3xs.pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-grey .pi-responsive-3xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-grey .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #d1d7d9;
    border-bottom-color: #d1d7d9;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-white .pi-responsive-3xs.pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-white .pi-responsive-3xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-white .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #dde1e1;
    border-bottom-color: #dde1e1;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-base .pi-responsive-3xs.pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-base .pi-responsive-3xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-base .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #3662d2;
    border-bottom-color: #3662d2;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-dark .pi-responsive-3xs.pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-dark .pi-responsive-3xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-dark .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #2c2d32;
    border-bottom-color: #2c2d32;
  }
  /* line 426, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
  .pi-section-parallax .pi-responsive-3xs.pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
  .pi-section-parallax .pi-responsive-3xs.pi-tabs-navigation li.pi-active a:hover,
  .pi-section-parallax .pi-responsive-3xs.pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover {
    border-right-color: #232428;
    border-bottom-color: #232428;
  }
}
/* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-navigation li a {
  color: #70767a;
  background: #f3f6f6;
  border-color: #e5e500;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-navigation li a:hover {
  background: #f8fafa;
  color: #1c202a;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-navigation li.pi-active a,
.pi-section-grey .pi-tabs-navigation li.pi-active a:hover,
.pi-section-grey .pi-tabs-navigation li.pi-active a:focus {
  background: #f8f9fb;
  border-color: #e5e500;
  border-bottom-color: #f8f9fb;
  color: #1c202a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-navigation li.pi-active a:after {
  background: #197841;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-navigation-transparent li.pi-active a,
.pi-section-grey .pi-tabs-navigation-transparent li.pi-active a:hover,
.pi-section-grey .pi-tabs-navigation-transparent li.pi-active a:focus {
  background: none;
  border-bottom-color: none;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-grey .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-section-grey .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-color: #f8f9fb;
  border-bottom-color: #e5e500;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-content {
  background: #f8f9fb;
  border-color: #e5e500;
}
/* line 505, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-content-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
/* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-grey .pi-tabs-content-transparent {
  background: none;
}
/* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-navigation li a {
  color: #70757a;
  background: #f8fafa;
  border-color: #e5eaea;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-navigation li a:hover {
  background: #ffffff;
  color: #2e343c;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-navigation li.pi-active a,
.pi-section-white .pi-tabs-navigation li.pi-active a:hover,
.pi-section-white .pi-tabs-navigation li.pi-active a:focus {
  background: #ffffff;
  border-color: #e5eaea;
  border-bottom-color: #ffffff;
  color: #2e343c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-navigation li.pi-active a:after {
  background: #197841;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-navigation-transparent li.pi-active a,
.pi-section-white .pi-tabs-navigation-transparent li.pi-active a:hover,
.pi-section-white .pi-tabs-navigation-transparent li.pi-active a:focus {
  background: none;
  border-bottom-color: none;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-white .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-section-white .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-color: #ffffff;
  border-bottom-color: #e5eaea;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-content {
  background: #ffffff;
  border-color: #e5eaea;
}
/* line 505, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-content-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
/* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-white .pi-tabs-content-transparent {
  background: none;
}
/* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-navigation li a {
  color: #ffffff;
  background: #1d8d4c;
  border-color: #24af5f;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-navigation li a:hover {
  background: #1d8d4c;
  color: #ffffff;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-navigation li.pi-active a,
.pi-section-base .pi-tabs-navigation li.pi-active a:hover,
.pi-section-base .pi-tabs-navigation li.pi-active a:focus {
  background: #1c8548;
  border-color: #24af5f;
  border-bottom-color: #1c8548;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-navigation li.pi-active a:after {
  background: #ffffff;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-navigation-transparent li.pi-active a,
.pi-section-base .pi-tabs-navigation-transparent li.pi-active a:hover,
.pi-section-base .pi-tabs-navigation-transparent li.pi-active a:focus {
  background: #1d8d4c;
  border-bottom-color: #1d8d4c;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-base .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-section-base .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-color: #1c8548;
  border-bottom-color: #24af5f;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-content {
  background: #1c8548;
  border-color: #24af5f;
}
/* line 505, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-content-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-base .pi-tabs-content-transparent {
  background: #1d8d4c;
}
/* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-navigation li a {
  color: #808d97;
  background: #262c32;
  border-color: #32383f;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-navigation li a:hover {
  background: #2a3037;
  color: #c6ccd0;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-navigation li.pi-active a,
.pi-section-dark .pi-tabs-navigation li.pi-active a:hover,
.pi-section-dark .pi-tabs-navigation li.pi-active a:focus {
  background: #2a3037;
  border-color: #32383f;
  border-bottom-color: #2a3037;
  color: #c6ccd0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-navigation li.pi-active a:after {
  background: #197841;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-navigation-transparent li.pi-active a,
.pi-section-dark .pi-tabs-navigation-transparent li.pi-active a:hover,
.pi-section-dark .pi-tabs-navigation-transparent li.pi-active a:focus {
  background: #21252b;
  border-bottom-color: #21252b;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-dark .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-section-dark .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-color: #2a3037;
  border-bottom-color: #32383f;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-content {
  background: #2a3037;
  border-color: #32383f;
}
/* line 505, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-content-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-dark .pi-tabs-content-transparent {
  background: #21252b;
}
/* line 450, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-navigation li a {
  color: #9797a1;
  background: #191a1c;
  border-color: #232428;
}
/* line 454, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-navigation li a:hover {
  background: #1c1d1f;
  color: #cbcbd0;
}
/* line 459, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-navigation li.pi-active a,
.pi-section-parallax .pi-tabs-navigation li.pi-active a:hover,
.pi-section-parallax .pi-tabs-navigation li.pi-active a:focus {
  background: #1c1d1f;
  border-color: #232428;
  border-bottom-color: #1c1d1f;
  color: #cbcbd0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 468, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-navigation li.pi-active a:after {
  background: #197841;
}
/* line 477, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-navigation-transparent li.pi-active a,
.pi-section-parallax .pi-tabs-navigation-transparent li.pi-active a:hover,
.pi-section-parallax .pi-tabs-navigation-transparent li.pi-active a:focus {
  background: #17181a;
  border-bottom-color: #17181a;
}
/* line 490, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-vertical .pi-tabs-navigation li.pi-active a,
.pi-section-parallax .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:hover,
.pi-section-parallax .pi-tabs-vertical .pi-tabs-navigation li.pi-active a:focus {
  border-right-color: #1c1d1f;
  border-bottom-color: #232428;
}
/* line 500, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-content {
  background: #1c1d1f;
  border-color: #232428;
}
/* line 505, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-content-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
/* line 511, https://www.ruralhistory.eu/++resource++cloud19.theme/less/tabs.less */
.pi-section-parallax .pi-tabs-content-transparent {
  background: #17181a;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
/* line 146, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
sup {
  top: -0.5em;
}
/* line 175, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
/* line 222, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/* line 377, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 422, https://www.ruralhistory.eu/++resource++cloud19.theme/less/normalize.less */
td,
th {
  padding: 0;
}
/* borders base color */
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-base {
  border-top: 1px solid #197841;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-base {
  border-bottom: 1px solid #197841;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-strong-base {
  border-top: 3px solid #197841;
}
/* line 15, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-strong-base {
  border-bottom: 3px solid #197841;
}
/* borders dark color */
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-borders-dark {
  border-bottom: 1px solid #21252b;
  border-top: 1px solid #21252b;
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-borders-strong-dark {
  border-bottom: 3px solid #21252b;
  border-top: 3px solid #21252b;
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-dark {
  border-top: 1px solid #21252b;
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-dark {
  border-bottom: 1px solid #21252b;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-strong-dark {
  border-top: 3px solid #21252b;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-strong-dark {
  border-bottom: 3px solid #21252b;
}
/* borders special color */
/* line 50, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-special {
  border-top: 1px solid #81a68a;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-special {
  border-bottom: 1px solid #81a68a;
}
/* line 58, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-strong-special {
  border-top: 3px solid #81a68a;
}
/* line 62, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-strong-special {
  border-bottom: 3px solid #81a68a;
}
/* borders white color */
/* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-white {
  border-top: 1px solid #ffffff;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-borders-strong-white {
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-white {
  border-top: 1px solid #ffffff;
}
/* line 82, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-white {
  border-bottom: 1px solid #ffffff;
}
/* line 86, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-top-strong-white {
  border-top: 3px solid #ffffff;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/borders.less */
.pi-border-bottom-strong-white {
  border-bottom: 3px solid #ffffff;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
#portal-cookie-info {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 1100;
  display: none;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
#portal-cookie-info > .pi-section-w {
  opacity: 0.9;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
#portal-cookie-info > .pi-section-w > .pi-section > .pi-row-block-txt {
  width: calc(100% - 100px) !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
#portal-cookie-info > .pi-section-w > .pi-section > .pi-pull-right {
  position: absolute;
  height: 100%;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
#portal-cookie-info > .pi-section-w > .pi-section > .pi-pull-right > a {
  margin: 0 auto !important;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 715px) {
  /* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
  #portal-cookie-info > .pi-section-w > .pi-section > .pi-row-block-txt {
    line-height: 18px;
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
  /* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/cookiebanner.less */
  #portal-cookie-info > .pi-section-w > .pi-section > .pi-pull-right {
    display: block !important;
    width: 100%;
    float: left !important;
    position: relative !important;
    text-align: center;
  }
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-w.c19-place-before-header #c19-scroll-down p {
  top: unset !important;
  bottom: 20px;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-w.c19-place-before-header #c19-scroll-down .scroll-btn {
  top: unset !important;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down p {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down i {
  display: none !important;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down .scroll-btn > * {
  display: inline-block;
  font-weight: normal;
  font-family: 'Lucida Sans W01 Roman';
  letter-spacing: 2px;
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down .scroll-btn > *:hover,
#c19-scroll-down .scroll-btn > *:focus,
#c19-scroll-down .scroll-btn > *:active,
#c19-scroll-down .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  border-width: 3px;
  border-style: solid;
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
#c19-scroll-down .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
  /* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  0% {
    opacity: 1;
    top: 29%;
  }
  /* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  15% {
    opacity: 1;
    top: 50%;
  }
  /* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  50% {
    opacity: 0;
    top: 50%;
  }
  /* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  /* line 108, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  0% {
    opacity: 1;
    top: 29%;
  }
  /* line 112, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  15% {
    opacity: 1;
    top: 50%;
  }
  /* line 116, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  50% {
    opacity: 0;
    top: 50%;
  }
  /* line 120, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  /* line 126, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  0% {
    opacity: 1;
    top: 29%;
  }
  /* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  15% {
    opacity: 1;
    top: 50%;
  }
  /* line 134, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  50% {
    opacity: 0;
    top: 50%;
  }
  /* line 138, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-white #c19-scroll-down p {
  color: #21252b;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-white #c19-scroll-down .scroll-btn > * {
  color: #21252b;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-white #c19-scroll-down .scroll-btn > *:hover,
.pi-section-white #c19-scroll-down .scroll-btn > *:focus,
.pi-section-white #c19-scroll-down .scroll-btn > *.active {
  color: #21252b;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-white #c19-scroll-down .scroll-btn .mouse {
  border-color: #21252b;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-white #c19-scroll-down .scroll-btn .mouse > * {
  background: #21252b;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-grey #c19-scroll-down p {
  color: #21252b;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-grey #c19-scroll-down .scroll-btn > * {
  color: #21252b;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-grey #c19-scroll-down .scroll-btn > *:hover,
.pi-section-grey #c19-scroll-down .scroll-btn > *:focus,
.pi-section-grey #c19-scroll-down .scroll-btn > *.active {
  color: #21252b;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-grey #c19-scroll-down .scroll-btn .mouse {
  border-color: #21252b;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-grey #c19-scroll-down .scroll-btn .mouse > * {
  background: #21252b;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-base #c19-scroll-down p {
  color: #ffffff;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-base #c19-scroll-down .scroll-btn > * {
  color: #ffffff;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-base #c19-scroll-down .scroll-btn > *:hover,
.pi-section-base #c19-scroll-down .scroll-btn > *:focus,
.pi-section-base #c19-scroll-down .scroll-btn > *.active {
  color: #ffffff;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-base #c19-scroll-down .scroll-btn .mouse {
  border-color: #ffffff;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-base #c19-scroll-down .scroll-btn .mouse > * {
  background: #ffffff;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-special #c19-scroll-down p {
  color: #21252b;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-special #c19-scroll-down .scroll-btn > * {
  color: #21252b;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-special #c19-scroll-down .scroll-btn > *:hover,
.pi-section-special #c19-scroll-down .scroll-btn > *:focus,
.pi-section-special #c19-scroll-down .scroll-btn > *.active {
  color: #21252b;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-special #c19-scroll-down .scroll-btn .mouse {
  border-color: #21252b;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-special #c19-scroll-down .scroll-btn .mouse > * {
  background: #21252b;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-dark #c19-scroll-down p {
  color: #ffffff;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-dark #c19-scroll-down .scroll-btn > * {
  color: #ffffff;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-dark #c19-scroll-down .scroll-btn > *:hover,
.pi-section-dark #c19-scroll-down .scroll-btn > *:focus,
.pi-section-dark #c19-scroll-down .scroll-btn > *.active {
  color: #ffffff;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-dark #c19-scroll-down .scroll-btn .mouse {
  border-color: #ffffff;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-dark #c19-scroll-down .scroll-btn .mouse > * {
  background: #ffffff;
}
/* line 150, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-parallax #c19-scroll-down p {
  color: #ffffff;
}
/* line 154, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-parallax #c19-scroll-down .scroll-btn > * {
  color: #ffffff;
}
/* line 157, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-parallax #c19-scroll-down .scroll-btn > *:hover,
.pi-section-parallax #c19-scroll-down .scroll-btn > *:focus,
.pi-section-parallax #c19-scroll-down .scroll-btn > *.active {
  color: #ffffff;
}
/* line 162, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-parallax #c19-scroll-down .scroll-btn .mouse {
  border-color: #ffffff;
}
/* line 165, https://www.ruralhistory.eu/++resource++cloud19.theme/less/scroll-animation.less */
.pi-section-parallax #c19-scroll-down .scroll-btn .mouse > * {
  background: #ffffff;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-right-base {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#197841' d='M0 10 L10 10 L10 0' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-right-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#21252b' d='M0 10 L10 10 L10 0' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-right-special {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#81a68a' d='M0 10 L10 10 L10 0' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-right-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#ffffff' d='M0 10 L10 10 L10 0' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-left-base {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#197841' d='M0 0 L100 100 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-left-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#21252b' d='M0 0 L100 100 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-left-special {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#81a68a' d='M0 0 L100 100 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-up-left-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 10 10'> <path fill='#ffffff' d='M0 0 L100 100 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-right-base {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#197841' d='M0 0 L100 0 L100 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 59, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-right-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#21252b' d='M0 0 L100 0 L100 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-right-special {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#81a68a' d='M0 0 L100 0 L100 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-right-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#ffffff' d='M0 0 L100 0 L100 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 81, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-left-base {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#197841' d='M0 0 L100 0 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 88, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-left-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#21252b' d='M0 0 L100 0 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 95, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-left-special {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#81a68a' d='M0 0 L100 0 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-triangle-down-left-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'> <path fill='#ffffff' d='M0 0 L100 0 L0 100' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
/* line 109, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-wave-bottom-base {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1440 126' style='enable-background:new 0 0 1440 126;' xml:space='preserve'><path fill='#197841' d='M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z'/></svg>");
  background-position: center bottom;
  background-size: 1440px 126px;
  background-repeat: repeat-x;
}
/* line 116, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-wave-bottom-dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1440 126' style='enable-background:new 0 0 1440 126;' xml:space='preserve'><path fill='#21252b' d='M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z'/></svg>");
  background-position: center bottom;
  background-size: 1440px 126px;
  background-repeat: repeat-x;
}
/* line 123, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-wave-bottom-special {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1440 126' style='enable-background:new 0 0 1440 126;' xml:space='preserve'><path fill='#81a68a' d='M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z'/></svg>");
  background-position: center bottom;
  background-size: 1440px 126px;
  background-repeat: repeat-x;
}
/* line 130, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-wave-bottom-white {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 1440 126' style='enable-background:new 0 0 1440 126;' xml:space='preserve'><path fill='#ffffff' d='M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z'/></svg>");
  background-position: center bottom;
  background-size: 1440px 126px;
  background-repeat: repeat-x;
}
/* line 137, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-cloud-bottom-base {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='cloud' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 1080' style='enable-background:new 0 0 1920 1080;' xml:space='preserve'><path fill='#197841' d='M1676.05,906.56c0.59-7.74,0.89-15.46,0.89-23.24c0-174.37-141.87-316.19-316.26-316.19c-49.69,0-97.57,11.43-140.58,32.83c-79.02-127.77-219.95-209.7-376.13-209.7c-186.48,0-351.55,119.57-414.75,289.45c-3.03-0.05-6.06-0.05-9.03-0.05C195.04,679.66,10.66,857.42,0,1080h91.32h1722.07H1920C1874.94,986.16,1783.8,918.47,1676.05,906.56z'/></svg>");
  background-position: center bottom;
  background-size: 100% 100%, auto;
  background-repeat: repeat-x;
}
/* line 144, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-cloud-bottom-dark {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='cloud' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 1080' style='enable-background:new 0 0 1920 1080;' xml:space='preserve'><path fill='#21252b' d='M1676.05,906.56c0.59-7.74,0.89-15.46,0.89-23.24c0-174.37-141.87-316.19-316.26-316.19c-49.69,0-97.57,11.43-140.58,32.83c-79.02-127.77-219.95-209.7-376.13-209.7c-186.48,0-351.55,119.57-414.75,289.45c-3.03-0.05-6.06-0.05-9.03-0.05C195.04,679.66,10.66,857.42,0,1080h91.32h1722.07H1920C1874.94,986.16,1783.8,918.47,1676.05,906.56z'/></svg>");
  background-position: center bottom;
  background-size: 100% 100%, auto;
  background-repeat: repeat-x;
}
/* line 151, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-cloud-bottom-special {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='cloud' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 1080' style='enable-background:new 0 0 1920 1080;' xml:space='preserve'><path fill='#81a68a' d='M1676.05,906.56c0.59-7.74,0.89-15.46,0.89-23.24c0-174.37-141.87-316.19-316.26-316.19c-49.69,0-97.57,11.43-140.58,32.83c-79.02-127.77-219.95-209.7-376.13-209.7c-186.48,0-351.55,119.57-414.75,289.45c-3.03-0.05-6.06-0.05-9.03-0.05C195.04,679.66,10.66,857.42,0,1080h91.32h1722.07H1920C1874.94,986.16,1783.8,918.47,1676.05,906.56z'/></svg>");
  background-position: center bottom;
  background-size: 100% 100%, auto;
  background-repeat: repeat-x;
}
/* line 158, https://www.ruralhistory.eu/++resource++cloud19.theme/less/shapes.less */
.c19-cloud-bottom-white {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='cloud' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 1080' style='enable-background:new 0 0 1920 1080;' xml:space='preserve'><path fill='#ffffff' d='M1676.05,906.56c0.59-7.74,0.89-15.46,0.89-23.24c0-174.37-141.87-316.19-316.26-316.19c-49.69,0-97.57,11.43-140.58,32.83c-79.02-127.77-219.95-209.7-376.13-209.7c-186.48,0-351.55,119.57-414.75,289.45c-3.03-0.05-6.06-0.05-9.03-0.05C195.04,679.66,10.66,857.42,0,1080h91.32h1722.07H1920C1874.94,986.16,1783.8,918.47,1676.05,906.56z'/></svg>");
  background-position: center bottom;
  background-size: 100% 100%, auto;
  background-repeat: repeat-x;
}
@media print {
  /* line 4, https://www.ruralhistory.eu/++resource++cloud19.theme/less/print.less */
  #c19-head-main,
  #viewlet-below-content-body,
  #portal-scroll-arrow,
  #c19-footer {
    display: none;
  }
  /* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/print.less */
  #pi-all {
    background-image: none !important;
  }
  /* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/print.less */
  .pi-section {
    background: white;
  }
  /* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/print.less */
  img {
    height: 0 !important;
    width: 0 !important;
    display: none !important;
    opacity: 0 !important;
  }
}
@media (max-width: 600px) {
  /* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/events.less */
  ul.event.summary.details {
    max-width: inherit;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
/* Import Partial less files
   ========================================================================== */
/* Grid classes, these can also be nested */
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-grid-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
body.template-layout.no-portlet-columns .outer-wrapper > .container,
body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container {
  width: auto;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row,
body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  /* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
  body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row,
  body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row {
    width: 470px;
  }
}
@media (min-width: 992px) {
  /* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
  body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row,
  body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  /* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
  body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row,
  body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row {
    width: 870px;
  }
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row .mosaic-innergrid-row,
body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row .mosaic-innergrid-row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
body.template-layout.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row-fluid,
body.mosaic-enabled.no-portlet-columns .outer-wrapper > .container .mosaic-grid-row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  max-width: none;
}
/* Widths, these are abstracted out so that pixel-based layouts or other
   similar approaches can be retrofitted without changing the markup,
   or if you want to apply rules like the Golden Ratio to your layouts */
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-full {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-half {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-half {
    float: left;
    width: 50%;
  }
}
/* line 63, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-quarter {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-quarter {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  /* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-quarter {
    float: left;
    width: 25%;
  }
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-three-quarters {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-three-quarters {
    float: left;
    width: 75%;
  }
}
/* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-third {
    float: left;
    width: 33.33333333%;
  }
}
/* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-width-two-thirds {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 85, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/mixin.grid.plone.less */
  .mosaic-width-two-thirds {
    float: left;
    width: 66.66666667%;
  }
}
/* line 80, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled {
  /* Widths, these are abstracted out so that pixel-based layouts or other
     similar approaches can be retrofitted without changing the markup,
     or if you want to apply rules like the Golden Ratio to your layouts */
}
/* line 84, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-full {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 87, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-half {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 90, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-quarter {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 93, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-three-quarters {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 96, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-third {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 99, https://www.ruralhistory.eu/++resource++cloud19.theme/less/mosaic/mosaic.grid.less */
.mosaic-enabled .mosaic-width-two-thirds {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* ==========================================================================
   ALERTS
   ========================================================================== */
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/alerts.less */
.alert.status,
.portalMessage {
  margin-bottom: 0;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
li.mosaic-option-grid-row-remove-format {
  display: none !important;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
.mosaic-enabled .mosaic-width-half,
.mosaic-grid .mosaic-width-half {
  padding: 10px !important;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
body#tinymce.mce-content-body span.pi-text-white {
  background-color: #ccc;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
.mosaic-info-icon {
  background: url(../++resource++cloud19.theme/less/++plone++mosaic/css/++resource++plone.app.mosaic.images/window.png) -10px -56px !important;
  background-color: #ed7f00 !important;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
.mosaic-panel .mosaic-grid-cell {
  margin: 1px;
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
#edit-zone {
  z-index: 1810 !important;
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
a.plone-toolbar-logo {
  display: table-cell;
  max-width: 120px !important;
  max-height: 50px !important;
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
a.plone-toolbar-logo img {
  width: 100%;
}
/* Content View Spalten Config / oft hinter  */
/* line 39, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
#content-core .pat-structure .popover.attribute-columns.ui-offset-parent {
  left: 0px !important;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
body.plone-toolbar-left-expanded.userrole-authenticated .pi-header-sticky {
  left: 120px !important;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
body.plone-toolbar-left-default.userrole-authenticated .pi-header-sticky {
  left: 60px !important;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
div#select2-drop,
div.select2-drop {
  max-height: 60vh;
  overflow-y: scroll;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
#global_statusmessage {
  max-width: 400px;
}
/* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/backend.less */
#global_statusmessage .portalMessage {
  position: absolute;
  z-index: 99;
}
/* buttons base color */
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/buttons.less */
#c19-portal-header button.pi-mobile-menu-toggler {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: none;
  padding: 2px 0 2px 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 33px;
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/buttons.less */
#c19-portal-header button.pi-mobile-menu-toggler > i {
  font-size: 32px;
  color: #197841;
}
/* ==========================================================================
   Blog
   ========================================================================== */
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
.c19-blog-small-mosaic-view,
.c19-blog-medium-mosaic-view,
.c19-blog-large-mosaic-view {
  overflow: auto;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
.c19-blog-small-mosaic-view .pi-img-w img,
.c19-blog-medium-mosaic-view .pi-img-w img,
.c19-blog-large-mosaic-view .pi-img-w img {
  max-width: 100%;
  width: auto !important;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
.c19-blog-small-mosaic-view .c19-contenttype-news-item,
.c19-blog-medium-mosaic-view .c19-contenttype-news-item,
.c19-blog-large-mosaic-view .c19-contenttype-news-item,
.c19-blog-small-mosaic-view .c19-contenttype-event,
.c19-blog-medium-mosaic-view .c19-contenttype-event,
.c19-blog-large-mosaic-view .c19-contenttype-event,
.c19-blog-small-mosaic-view .c19-contenttype-portfolio,
.c19-blog-medium-mosaic-view .c19-contenttype-portfolio,
.c19-blog-large-mosaic-view .c19-contenttype-portfolio {
  display: inline-block;
  width: 100%;
}
@media (min-width: 844px) {
  /* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
  .c19-blog-small-mosaic-view .pi-img-w img {
    max-height: 103px;
  }
  /* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
  .c19-blog-medium-mosaic-view .pi-img-w img {
    max-height: 166px;
  }
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/blog.less */
.c19-contenttype-news-item.c19-omit-divider {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/forms.less */
.form-control-inline {
  width: auto;
  float: left;
  margin-right: 5px;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/forms.less */
.formControls {
  border-top: 0;
  background: none;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/forms.less */
select[multiple],
select[size] {
  height: auto;
  min-width: auto;
}
/* login form */
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/forms.less */
body.template-login_form #content-core,
body.template-logged_out #content-core {
  border: 0;
  box-shadow: none;
  background: none;
}
/* formgen forms */
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/forms.less */
div#pfg-fieldwrapper div.field select {
  display: block;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/toolbar.less */
#edit-zone {
  z-index: 9999;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/toolbar.less */
i.glyphicon {
  display: none;
}
/* line 9, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/toolbar.less */
#edit-bar .plone-toolbar-container > nav li .actionMenuSelected {
  background: #007bb3;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.template-folder_contents .pat-structure {
  min-height: 1500px;
}
/* line 11, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone [class*="contenttype-"]:before {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  left: inherit;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-folder:before {
  content: '\E4B7';
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-document:before {
  content: '\E4B4';
}
/* line 18, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-file:before {
  content: '\E53D';
}
/* line 19, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-link:before {
  content: '\E53C';
}
/* line 20, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-image:before {
  content: '\E528';
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-collection:before {
  content: '\E4B8';
}
/* line 22, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-event:before {
  content: '\E4C2';
}
/* line 23, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-news-item:before {
  content: '\E4B2';
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-formfolder:before {
  content: '\E4D2';
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-testimonial:before {
  content: '\E48E';
}
/* line 26, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-location:before {
  content: '\E81E';
}
/* line 27, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-portfolio:before {
  content: '\E4B0';
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-portfoliogroup:before {
  content: '\E4B8';
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-portfoliovariant:before {
  content: '\E4B6';
}
/* line 30, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-person:before {
  content: '\E524';
}
/* line 31, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-publication:before {
  content: '\E4B4';
}
/* line 32, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-release:before {
  content: '\E4B4';
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-report:before {
  content: '\E4B4';
}
/* line 34, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-wildcardvideo:before {
  content: '\E527';
}
/* line 35, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-wildcardaudio:before {
  content: '\E444';
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone .contenttype-job:before {
  content: '\E81D';
}
/* line 41, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone #edit-zone [class*="contenttype-"] {
  padding: 5px 15px;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone #edit-zone a {
  color: #ffffff;
}
/* line 44, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
body.pat-plone #edit-zone [class*="contenttype-"]:after {
  font-family: "Fontello";
  font-size: 100%;
  padding: 0;
  margin: 0 6px 0 5px;
  position: relative;
  left: 25px;
  display: inline-block;
  color: inherit;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
}
/* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
.image-icon,
.image-tile {
  float: right;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
.template-blog_masonry_view #content-core .c19-blog-masonry .isotope-item .pi-img-round-corners {
  margin-bottom: 0px !Important;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/contents.plone.less */
.template-blog_masonry_view #content-core .c19-blog-masonry .pi-img-w .pi-img-link {
  overflow: visible !Important;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/footer.plone.less */
#portal-siteactions {
  text-transform: unset;
  margin-bottom: unset;
  font-size: unset;
}
/* line 7, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/footer.plone.less */
#portal-siteactions li {
  font-weight: unset;
  display: inline-block;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
.principal {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
  background-color: #d9d7d7;
  background-size: 20px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 50px 0;
}
/* line 12, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
.principal .container-fluid {
  margin: 0 auto;
  width: 960px;
}
/* line 16, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
.gigantic h1 {
  font-size: 500%;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
.gigantic p {
  font-size: 150%;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content {
  margin-bottom: 0;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content > .mosaic-grid-row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: normal;
  justify-content: center;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content-core a {
  border-bottom: none;
}
/* line 40, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content-core .pat-structure a,
#content-core .pat-resourceregistry a {
  border-bottom: none;
}
/* line 43, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content-core .pat-structure a.btn,
#content-core .pat-resourceregistry a.btn,
#content-core .pat-structure .pagination a {
  border-bottom: 1px solid #cccccc;
}
/* line 47, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
#content-core::after {
  clear: both;
  content: '';
  display: table;
}
/* line 52, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
a.plone-toolbar-logo {
  color: #fff;
}
/* line 57, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 64, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .container {
    width: 470px;
  }
}
@media (min-width: 992px) {
  /* line 65, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .container {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  /* line 66, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .container {
    width: 870px;
  }
}
@media (min-width: 768px) {
  /* line 68, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 470px;
  }
}
@media (min-width: 828px) {
  /* line 69, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 470px;
  }
}
@media (min-width: 888px) {
  /* line 70, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 470px;
  }
}
@media (min-width: 992px) {
  /* line 72, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 700px;
  }
}
@media (min-width: 1052px) {
  /* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 700px;
  }
}
@media (min-width: 1112px) {
  /* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  /* line 76, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-top-default .container {
    width: 870px;
  }
}
@media (min-width: 1260px) {
  /* line 77, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-default .container {
    width: 870px;
  }
}
@media (min-width: 1320px) {
  /* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/main.plone.less */
  .plone-toolbar-left-expanded .container {
    width: 870px;
  }
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/normalize.less */
h1 {
  margin: 0;
}
/* line 6, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile img {
  max-width: 100%;
  height: auto;
}
/* line 10, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-align-center {
  text-align: center;
}
/* line 13, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-align-left {
  float: left;
  z-index: 200;
}
/* line 17, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-align-right {
  float: right;
  z-index: 200;
}
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-padding-right {
  padding-right: 1em;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-padding-bottom {
  padding-bottom: 1em;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.template-layout #content {
  margin-bottom: 0;
}
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.mosaic-layout-active.userrole-authenticated.mosaic-enabled > div[id^=mceu_].mce-container {
  position: fixed;
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid .mosaic-width-half,
.mosaic-grid-row .mosaic-width-half {
  max-width: 560px;
}
/* line 48, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid .mosaic-width-third,
.mosaic-grid-row .mosaic-width-third {
  max-width: 373.33333px;
}
/* line 51, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid .mosaic-width-quarter,
.mosaic-grid-row .mosaic-width-quarter {
  max-width: 280px;
}
/* line 54, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid .mosaic-grid-cell,
.mosaic-grid-row .mosaic-grid-cell {
  padding: 0px !important;
}
/* line 60, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-info-icon {
  zoom: 1.5;
  -moz-transform: scale(1.5);
  right: -1px !important;
  bottom: 3px !important;
}
/* line 67, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding-wrapper {
  left: -104px;
  position: absolute;
  top: 25px;
  bottom: 3px;
  display: none;
}
/* line 75, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-selected-tile > .c19-display-padding-wrapper {
  display: block !important;
}
/* line 79, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile:hover > .c19-display-padding-wrapper {
  display: block !important;
}
/* line 83, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding {
  width: 95px;
  color: white;
  font-size: 12px;
  background: #545454;
  font-weight: 700;
  line-height: 14px;
  height: 50px;
  padding: 5px;
  float: right;
}
/* line 94, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding > div {
  float: left;
}
/* line 98, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding > div:nth-child(1) {
  width: 95px;
}
/* line 102, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding > div:nth-child(2),
.c19-display-padding > div:nth-child(4) {
  width: 50px;
}
/* line 106, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding > div:nth-child(3),
.c19-display-padding > div:nth-child(5) {
  width: 35px;
}
/* line 111, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-display-padding-roundup {
  float: left;
  width: 7px;
  height: 50px;
  background: #545454;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 121, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid-row {
  max-width: 100%;
  margin: 0 auto;
  float: none !important;
  overflow: visible;
}
/* line 129, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.mosaic-enabled .mosaic-grid-row {
  max-width: 85%;
}
/* line 133, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid-row:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 141, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-label .mosaic-tile-label-content,
.mosaic-tile-label .mosaic-tile-label-left {
  background: #545454 !important;
  color: white !important;
}
/* line 149, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-text-tile > .mce-content-body,
.mosaic-IRichText-text-tile > .mce-content-body,
.mosaic-IDublinCore-title-tile > .mce-content-body,
.mosaic-IDublinCore-description-tile > .mce-content-body {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 4px;
  margin-right: 4px;
}
/* line 171, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-label {
  top: 1px;
}
/* line 177, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
li.mosaic-option-tile-padding-bottom {
  display: none !important;
}
/* line 181, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mce-tinymce-inline {
  z-index: 100;
}
/* line 185, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.c19-place-before-header {
  z-index: 1800;
}
/* line 190, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile-align-center {
  text-align: center;
}
/* line 194, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-grid-row > .mosaic-grid-cell:last-child {
  padding-right: 0px !important;
}
/* line 198, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-toolbar {
  z-index: 1800 !important;
}
/* line 204, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.userrole-authenticated.mosaic-enabled div#edit-zone {
  display: none;
}
/* line 207, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.userrole-authenticated.mosaic-enabled.plone-toolbar-left-expanded,
body.userrole-authenticated.mosaic-enabled.plone-toolbar-left-default {
  padding-left: 0px !important;
}
/* line 210, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.userrole-authenticated.mosaic-enabled.plone-toolbar-top-expanded,
body.userrole-authenticated.mosaic-enabled.plone-toolbar-top-default {
  margin-top: 50px !important;
}
/* line 215, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.plone-toolbar-top-default,
.plone-toolbar-top-expanded {
  margin-top: 50px !important;
}
/* line 219, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-option-group-fields ul.select2-result-sub li {
  display: none;
}
/* line 223, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-option-group-fields ul.select2-result-sub li.mosaic-option-idublincore-description,
.mosaic-option-group-fields ul.select2-result-sub li.mosaic-option-irichtext-text,
.mosaic-option-group-fields ul.select2-result-sub li.mosaic-option-idublincore-title {
  display: block !important;
}
/* line 230, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile.c19-full-width .pi-section {
  max-width: unset;
}
/* line 233, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile.c19-full-width .pi-section > .c19-tile-heading,
.mosaic-tile.c19-full-width .pi-section > .c19-tile-description {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 243, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile.c19-full-width.mosaic-bannerslider-tile .pi-section,
.mosaic-tile.c19-full-width.mosaic-map-tile .pi-section {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 252, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
.mosaic-tile.c19-full-width.mosaic-portfoliolisting-tile.c19-portfolio-listing-4 .pi-section,
.mosaic-tile.c19-full-width.mosaic-portfoliolisting-tile.c19-portfolio-listing-9 .pi-section,
.mosaic-tile.c19-full-width.mosaic-portfoliolisting-tile.c19-portfolio-listing-10 .pi-section,
.mosaic-tile.c19-full-width.mosaic-portfoliolisting-tile.c19-portfolio-masonry-1 .pi-section {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 261, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/mosaic.less */
body.userrole-authenticated.mosaic-enabled .mosaic-tile:not(.c19-full-width) {
  max-width: 1122px;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/modal.plone.less */
.plone-modal .plone-modal-content {
  width: 80%;
}
/* line 3, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
/* line 8, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
  font-weight: 300;
  /* wanna hide the label "next ... items"? */
  /* .label {
      display: none;
    } */
}
/* line 14, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li > a,
.pagination li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007bb3;
  background-color: #ffffff;
  border: 1px solid #e5e5e5 !important;
  margin-left: -1px;
}
/* line 24, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.previous > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 28, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.previous .arrow:before {
  content: '\3c';
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.next > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 36, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.next .arrow:after {
  content: '\3e';
}
/* line 45, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li > a:hover,
.pagination li > a:focus {
  color: #004666;
  background-color: #f2f1f1;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 53, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.active > span {
  z-index: 2;
  font-weight: 400;
  color: #ffffff;
  background-color: #197841;
  border: 1px solid #104e2a !important;
  cursor: default;
}
/* line 61, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination li.disabled > span {
  color: #cccccc;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5 !important;
  cursor: default;
}
@media (max-width: 480px) {
  /* line 73, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
  .pagination li {
    display: none;
  }
  /* line 74, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
  .pagination li.previous,
  .pagination li.next {
    display: inline;
  }
}
/* line 78, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/pagination.plone.less */
.pagination ul {
  padding-left: 0;
  padding-bottom: 20px;
}
/* line 2, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/portlets.plone.less */
nav.portlet {
  border: 0;
  border-right: 1px solid #e5e5e5;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/search.plone.less */
#search-results-bar #results-count {
  padding-top: 0;
}
/* line 5, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/search.plone.less */
.pi-btn-base.btn {
  line-height: 18px;
}
/* line 1, https://www.ruralhistory.eu/++resource++cloud19.theme/less/partials/tables.less */
table {
  border: transparent;
}

/* specifying (less) here forces it to be included inline, processed as less and minified */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 25, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
/* line 56, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
/* line 60, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
/* line 72, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
/* line 76, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
/* line 88, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
/* line 93, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('components/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
/* line 110, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
/* line 114, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
/* line 119, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
/* line 137, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 155, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
/* line 166, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
/* line 171, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
/* line 175, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
/* line 180, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
/* line 201, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
/* line 210, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('components/select2/select2.png') no-repeat 0 1px;
}
/* line 217, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
/* line 221, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
/* line 234, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('components/select2/select2.png') no-repeat 100% -22px;
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 258, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('components/select2/select2.png') no-repeat -37px -22px;
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 268, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-search input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100%;
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 276, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 285, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
/* line 301, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
/* line 313, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
/* line 318, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
/* line 322, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* line 326, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
/* line 330, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
/* line 342, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 352, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
/* line 357, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
/* line 362, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
/* line 368, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
/* line 372, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 386, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
/* line 387, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
/* line 388, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
/* line 389, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
/* line 390, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
/* line 391, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
/* line 392, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
/* line 394, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
/* line 399, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
/* line 404, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted em {
  background: transparent;
}
/* line 408, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
/* line 413, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 431, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 437, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-selected {
  display: none;
}
/* line 441, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url('components/select2/select2-spinner.gif') no-repeat 100%;
}
/* line 445, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
/* line 449, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
/* line 456, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 463, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* line 469, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
/* line 476, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
/* line 494, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
/* line 498, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
/* line 502, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}
/* line 506, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 513, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
/* line 517, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
/* line 521, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 527, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
/* line 541, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100% !important;
}
/* line 545, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-default {
  color: #999 !important;
}
/* line 549, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
/* line 579, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
/* line 584, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
/* line 587, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
/* line 591, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('components/select2/select2.png') right top no-repeat;
}
/* line 603, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
/* line 608, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
/* line 612, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
/* line 617, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
/* line 620, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
/* line 625, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 632, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
/* line 639, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
/* line 645, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
/* line 650, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* line 664, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-display-none {
  display: none;
}
/* line 668, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('components/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, https://www.ruralhistory.eu/++plone++static/components//select2/select2.css */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* line 4, https://www.ruralhistory.eu/++resource++mockup/select2/pattern.select2.less */
.select2-container {
  margin-bottom: 1em;
}
/* line 7, https://www.ruralhistory.eu/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
/* line 10, https://www.ruralhistory.eu/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi.select2-orderable .select2-search-choice span,
.select2-container-multi.select2-orderable .select2-search-choice {
  cursor: move;
}
/* line 15, https://www.ruralhistory.eu/++resource++mockup/select2/pattern.select2.less */
.pat-select2 {
  min-width: 50%;
}
/* line 19, https://www.ruralhistory.eu/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 1px;
  padding-top: 2px;
  height: inherit;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 7, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
/* line 22, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 28, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 34, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 47, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
/* line 53, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
/* line 77, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__frame {
  padding: 1px;
}
/* line 80, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
/* line 86, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.css */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
/* line 13, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
/* line 21, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
/* line 28, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
/* line 36, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  /* line 45, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 50, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month {
  width: 35%;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--year {
  width: 22.5%;
}
/* line 56, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
/* line 63, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  /* line 73, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 78, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 83, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 87, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 92, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 96, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
/* line 107, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
/* line 111, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 117, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
/* line 129, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  /* line 140, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 144, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
/* line 151, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  /* line 160, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 167, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
/* line 172, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today {
  position: relative;
}
/* line 175, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
/* line 185, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
/* line 188, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--outfocus {
  color: #dddddd;
}
/* line 191, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 197, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted {
  border-color: #0089ec;
}
/* line 200, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 206, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
/* line 212, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 220, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 227, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__footer {
  text-align: center;
}
/* line 230, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
/* line 242, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
/* line 250, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
/* line 257, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
/* line 264, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
/* line 269, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
/* line 275, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
/* line 280, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
/* line 288, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 295, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
/* line 15, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  /* line 24, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
/* line 29, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
/* line 37, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
/* line 41, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
/* line 48, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
/* line 56, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
/* line 69, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
/* line 82, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
/* line 92, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
/* line 98, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 111, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
/* line 118, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  /* line 122, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
/* line 129, https://www.ruralhistory.eu/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
/* line 9, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn:active:focus,
.pattern-pickadate-wrapper .btn.active:focus,
.pattern-pickadate-wrapper .btn.focus,
.pattern-pickadate-wrapper .btn:active.focus,
.pattern-pickadate-wrapper .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:hover,
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 39, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:active,
.pattern-pickadate-wrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn.disabled,
.pattern-pickadate-wrapper .btn[disabled],
fieldset[disabled] .pattern-pickadate-wrapper .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 55, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
a.pattern-pickadate-wrapper .btn.disabled,
fieldset[disabled] a.pattern-pickadate-wrapper .btn {
  pointer-events: none;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 77, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:focus,
.btn-info.focus,
.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:hover,
.pattern-pickadate-wrapper .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.pattern-pickadate-wrapper .btn-info:active:hover,
.pattern-pickadate-wrapper .btn-info.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info:active:focus,
.pattern-pickadate-wrapper .btn-info.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info:active.focus,
.pattern-pickadate-wrapper .btn-info.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.pattern-pickadate-wrapper .btn-info.disabled:hover,
.pattern-pickadate-wrapper .btn-info[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info.disabled:focus,
.pattern-pickadate-wrapper .btn-info[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.disabled.focus,
.pattern-pickadate-wrapper .btn-info[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info .badge,
.pattern-pickadate-wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 85, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:focus,
.btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger:active:hover,
.pattern-pickadate-wrapper .btn-danger.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:active:focus,
.pattern-pickadate-wrapper .btn-danger.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger:active.focus,
.pattern-pickadate-wrapper .btn-danger.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger.disabled:hover,
.pattern-pickadate-wrapper .btn-danger[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger.disabled:focus,
.pattern-pickadate-wrapper .btn-danger[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.disabled.focus,
.pattern-pickadate-wrapper .btn-danger[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger .badge,
.pattern-pickadate-wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 133, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-lg > .btn,
.btn-group-lg > .pattern-pickadate-wrapper .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 137, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-sm > .btn,
.btn-group-sm > .pattern-pickadate-wrapper .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 141, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-xs > .btn,
.btn-group-xs > .pattern-pickadate-wrapper .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 7, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper {
  position: relative;
  margin-bottom: 0.5em;
}
/* line 9, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .btn {
  vertical-align: top;
  margin: 0.2em;
}
/* line 19, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker {
  display: none;
}
/* line 21, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker.picker--opened {
  display: block;
}
/* line 26, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 29, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__input {
  width: 300px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 35, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
  font-size: 12px;
  margin-top: -2px;
}
/* line 43, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}
/* line 49, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 52, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 58, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__holder {
  width: 180px;
  font-size: 11px;
  margin-top: -2px;
}
/* line 64, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__list-item {
  text-align: center;
}
/* line 69, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-timezone-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 74, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-now {
  display: inline-block;
}
/* line 78, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-clear {
  display: inline-block;
}
/* line 82, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__select--month,
.pattern-pickadate-wrapper .picker__select--year {
  height: 3em;
}
/* line 86, https://www.ruralhistory.eu/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__footer {
  display: none;
}
/* line 2, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav {
  float: right;
  border: 1px solid #DDD;
  padding: 0.5em 0;
  margin: 0 0 1em 1em;
}
/* line 7, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a {
  display: block;
}
/* line 8, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a:focus {
  outline-style: none;
}
/* line 9, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0 1em 0 1em;
}
/* line 10, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0 1em 0 2em;
}
/* line 11, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-3 {
  margin: 0 1em 0 3em;
}
/* line 14, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav {
  float: none;
  padding: 0;
  margin: 0 0 0.3em 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}
/* line 20, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 25, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 36, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active {
  border: 1px solid #DDD;
  border-bottom-color: #FFF;
  color: #555555;
  cursor: default;
}
/* line 42, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active:hover {
  background-color: transparent;
}
/* line 45, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a:hover {
  background-color: #EEE;
  border-color: #EEE;
  border-bottom-color: #FFF;
}
/* line 52, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section {
  display: none;
}
/* line 54, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active {
  display: block;
}
/* line 56, https://www.ruralhistory.eu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active legend {
  display: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('components/bootstrap/fonts/glyphicons-halflings-regular.svg') format('svg');
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 35, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-asterisk:before {
  content: "\002a";
}
/* line 36, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus:before {
  content: "\002b";
}
/* line 38, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 39, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 40, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 41, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 42, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 43, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 44, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}
/* line 46, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 47, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}
/* line 48, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 49, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}
/* line 50, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}
/* line 51, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 52, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 54, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 55, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 56, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 57, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 58, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}
/* line 59, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 60, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 61, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 62, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}
/* line 63, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}
/* line 64, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}
/* line 65, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}
/* line 66, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 67, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}
/* line 68, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 69, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 70, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 71, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 72, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 73, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 74, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 75, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 76, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 77, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 78, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 79, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 80, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 81, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 82, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 83, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 84, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}
/* line 85, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 86, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}
/* line 87, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 88, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}
/* line 89, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 90, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 91, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 92, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 93, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 94, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 95, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 96, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 97, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}
/* line 98, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 99, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 100, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 101, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 102, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 103, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 104, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 105, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 106, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}
/* line 107, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}
/* line 108, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}
/* line 109, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 110, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 111, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 112, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}
/* line 113, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 114, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 115, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 116, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 117, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 118, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 119, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 120, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 121, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 122, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 123, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 124, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 125, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 126, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 127, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 128, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 129, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 130, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 131, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 132, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 133, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 134, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 135, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 136, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 137, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 138, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 139, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 140, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 141, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 142, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 143, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 144, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 145, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 146, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 147, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}
/* line 148, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 149, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 150, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 151, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 152, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 153, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 154, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 155, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 156, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 157, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 158, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 159, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 160, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 161, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 162, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 163, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 164, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 165, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 166, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 167, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 168, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 169, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 170, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 171, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 172, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 173, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 174, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 175, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 176, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 177, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 178, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 179, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 180, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 181, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}
/* line 182, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 183, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 184, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 185, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 186, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 187, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 188, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 189, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 190, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 191, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 192, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 193, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 194, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 195, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 196, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 197, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 198, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 199, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 200, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 201, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}
/* line 202, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}
/* line 203, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}
/* line 204, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 205, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}
/* line 206, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}
/* line 207, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}
/* line 208, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 209, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 210, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 211, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 212, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 213, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 214, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 215, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 216, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}
/* line 217, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 218, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 219, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 220, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 221, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 222, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 223, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 224, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 225, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 226, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 227, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 228, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 229, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 230, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 231, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 232, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 233, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 234, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 235, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 236, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 237, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 238, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 239, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 240, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 241, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 250, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 251, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 252, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-king:before {
  content: "\e211";
}
/* line 253, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 254, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 255, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 256, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 257, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 258, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 259, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 260, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 261, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 262, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 263, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 264, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 265, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 266, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 267, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 268, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 269, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 270, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 271, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 272, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 273, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 274, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 275, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 276, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 277, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 278, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-education:before {
  content: "\e233";
}
/* line 279, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 280, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 281, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 282, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 283, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 284, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 285, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 286, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 287, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 288, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 289, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 290, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 291, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 292, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 293, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 294, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 295, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 296, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 297, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 298, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 299, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-console:before {
  content: "\e254";
}
/* line 300, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 301, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 302, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 303, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 304, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 305, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 110, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn {
  position: relative;
  float: left;
}
/* line 15, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:hover,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:hover,
.btn-group > .pattern-pickadate-wrapper .btn:focus,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:focus,
.btn-group > .pattern-pickadate-wrapper .btn:active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:active,
.btn-group > .pattern-pickadate-wrapper .btn.active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn.active {
  z-index: 2;
}
/* line 26, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group .btn-group + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 39, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar .pattern-pickadate-wrapper .btn {
  float: left;
}
/* line 44, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar > .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
}
/* line 51, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 56, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:first-child {
  margin-left: 0;
}
/* line 58, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 63, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 72, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 76, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 81, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 105, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 127, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-pickadate-wrapper .btn .caret {
  margin-left: 0;
}
/* line 145, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 157, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  float: none;
}
/* line 162, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-pickadate-wrapper .btn {
  margin-top: -1px;
  margin-left: 0;
}
/* line 172, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 184, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 188, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 193, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 206, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .pattern-pickadate-wrapper .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .btn-group .pattern-pickadate-wrapper .btn {
  width: 100%;
}
/* line 237, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/button-groups.less */
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 7, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* buttons */
/* line 13, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 32, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 39, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:active,
.plone-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 14, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 15, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 16, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 18, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active:hover,
.plone-btn-primary.active:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.plone-btn-primary:active:focus,
.plone-btn-primary.active:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.plone-btn-primary:active.focus,
.plone-btn-primary.active.focus,
.open > .dropdown-toggle.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary.disabled:hover,
.plone-btn-primary[disabled]:hover,
fieldset[disabled] .plone-btn-primary:hover,
.plone-btn-primary.disabled:focus,
.plone-btn-primary[disabled]:focus,
fieldset[disabled] .plone-btn-primary:focus,
.plone-btn-primary.disabled.focus,
.plone-btn-primary[disabled].focus,
fieldset[disabled] .plone-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 19, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active:hover,
.plone-btn-warning.active:hover,
.open > .dropdown-toggle.plone-btn-warning:hover,
.plone-btn-warning:active:focus,
.plone-btn-warning.active:focus,
.open > .dropdown-toggle.plone-btn-warning:focus,
.plone-btn-warning:active.focus,
.plone-btn-warning.active.focus,
.open > .dropdown-toggle.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning.disabled:hover,
.plone-btn-warning[disabled]:hover,
fieldset[disabled] .plone-btn-warning:hover,
.plone-btn-warning.disabled:focus,
.plone-btn-warning[disabled]:focus,
fieldset[disabled] .plone-btn-warning:focus,
.plone-btn-warning.disabled.focus,
.plone-btn-warning[disabled].focus,
fieldset[disabled] .plone-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 20, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active:hover,
.plone-btn-default.active:hover,
.open > .dropdown-toggle.plone-btn-default:hover,
.plone-btn-default:active:focus,
.plone-btn-default.active:focus,
.open > .dropdown-toggle.plone-btn-default:focus,
.plone-btn-default:active.focus,
.plone-btn-default.active.focus,
.open > .dropdown-toggle.plone-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default.disabled:hover,
.plone-btn-default[disabled]:hover,
fieldset[disabled] .plone-btn-default:hover,
.plone-btn-default.disabled:focus,
.plone-btn-default[disabled]:focus,
fieldset[disabled] .plone-btn-default:focus,
.plone-btn-default.disabled.focus,
.plone-btn-default[disabled].focus,
fieldset[disabled] .plone-btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 21, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active:hover,
.plone-btn-success.active:hover,
.open > .dropdown-toggle.plone-btn-success:hover,
.plone-btn-success:active:focus,
.plone-btn-success.active:focus,
.open > .dropdown-toggle.plone-btn-success:focus,
.plone-btn-success:active.focus,
.plone-btn-success.active.focus,
.open > .dropdown-toggle.plone-btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success.disabled:hover,
.plone-btn-success[disabled]:hover,
fieldset[disabled] .plone-btn-success:hover,
.plone-btn-success.disabled:focus,
.plone-btn-success[disabled]:focus,
fieldset[disabled] .plone-btn-success:focus,
.plone-btn-success.disabled.focus,
.plone-btn-success[disabled].focus,
fieldset[disabled] .plone-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 22, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active:hover,
.plone-btn-info.active:hover,
.open > .dropdown-toggle.plone-btn-info:hover,
.plone-btn-info:active:focus,
.plone-btn-info.active:focus,
.open > .dropdown-toggle.plone-btn-info:focus,
.plone-btn-info:active.focus,
.plone-btn-info.active.focus,
.open > .dropdown-toggle.plone-btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info.disabled:hover,
.plone-btn-info[disabled]:hover,
fieldset[disabled] .plone-btn-info:hover,
.plone-btn-info.disabled:focus,
.plone-btn-info[disabled]:focus,
fieldset[disabled] .plone-btn-info:focus,
.plone-btn-info.disabled.focus,
.plone-btn-info[disabled].focus,
fieldset[disabled] .plone-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 23, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active:hover,
.plone-btn-danger.active:hover,
.open > .dropdown-toggle.plone-btn-danger:hover,
.plone-btn-danger:active:focus,
.plone-btn-danger.active:focus,
.open > .dropdown-toggle.plone-btn-danger:focus,
.plone-btn-danger:active.focus,
.plone-btn-danger.active.focus,
.open > .dropdown-toggle.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  background-image: none;
}
/* line 45, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger.disabled:hover,
.plone-btn-danger[disabled]:hover,
fieldset[disabled] .plone-btn-danger:hover,
.plone-btn-danger.disabled:focus,
.plone-btn-danger[disabled]:focus,
fieldset[disabled] .plone-btn-danger:focus,
.plone-btn-danger.disabled.focus,
.plone-btn-danger[disabled].focus,
fieldset[disabled] .plone-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 24, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 99, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 107, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
/* line 113, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 27, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
/* line 35, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-btn-block {
  display: block;
  width: 100%;
}
/* line 37, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/close.less */
.plone-close:hover,
.plone-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 27, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/close.less */
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* modals */
/* line 41, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 42, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 43, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 44, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal-body {
  position: relative;
  padding: 15px;
}
/* line 45, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn + .btn,
.plone-modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-group .btn + .btn,
.plone-modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 119, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 46, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, https://www.ruralhistory.eu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* progress */
/* line 50, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 51, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 52, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
/* line 55, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
/* line 61, https://www.ruralhistory.eu/++resource++mockupless//base.less */
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
/* line 3, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 12, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-header {
  padding: 5px 10px;
}
/* line 13, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-title {
  font-size: 120%;
  margin: 4px 0;
}
/* line 14, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
}
/* line 27, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in {
  display: block !important;
}
/* line 30, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 36, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 42, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open {
  overflow: hidden;
  padding-right: 15px;
}
/* line 46, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open .plone-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 51, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 56, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 64, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in .plone-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 66, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
  .plone-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
/* line 71, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-content {
  background: #fff;
  /* XXX this is necessary for some content inside modals
     to behave properly */
  overflow: inherit;
}
/* line 77, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-body {
  padding: 15px;
  position: relative;
}
/* line 78, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
/* line 80, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .85;
}
/* line 91, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
/* line 98, https://www.ruralhistory.eu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* line 1, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.glyphicon {
  padding-right: 0.1em;
}
/* line 4, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-external:after {
  content: "\e144";
}
/* line 7, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-mailto:after {
  content: "\2709";
}
/* line 10, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-ftp:after {
  content: "\e121";
}
/* line 13, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-news:after {
  content: "\e135";
}
/* line 16, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-irc:after {
  content: "\e122";
}
/* line 19, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-h323:after {
  content: "\e059";
}
/* line 22, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-sip:after {
  content: "\e035";
}
/* line 25, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-callto:after {
  content: "\e145";
}
/* line 28, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-https:after {
  content: "\e033";
}
/* line 31, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-feed:after {
  content: "\e056";
}
/* line 34, https://www.ruralhistory.eu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-webcal:after {
  content: "\E109";
}
/* line 1, https://www.ruralhistory.eu/++plone++static/tinymce-styles.css */
.discreet {
  color: #777777;
  font-weight: 300;
}
/* line 6, https://www.ruralhistory.eu/++plone++static/tinymce-styles.css */
p.callout {
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc;
  clear: both;
}
/* tinymce added image styles */
/* line 21, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/plone.less */
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
/* line 25, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/plone.less */
.image-right {
  float: right;
  margin: 0.5em;
}
/* line 29, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/plone.less */
.image-inline {
  float: none;
}
/* line 33, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/plone.less */
body#visual-portal-wrapper.pat-plone.icons-off .outer-wrapper [class*="contenttype-"]:before {
  display: none;
}
/* error message styles */
/* line 38, https://www.ruralhistory.eu/++resource++cloud19.theme/less/plone/plone.less */
body.template-default_error_message #content-core p {
  white-space: pre;
}

@font-face {
  font-family: "Lucida Sans W01 Bold";
  src: url("/eurho/LucidaSans-Demi.ttf") format("truetype") !important;
}
@font-face {
  font-family: "Lucida Sans W01 Roman";
  src: url("/eurho/LucidaSans.ttf") format("truetype") !important;
}
/* Cookie Dialog */
/* line 13, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow-y: scroll;
  padding: 2rem;
  background: radial-gradient(circle at center, rgba(48, 63, 70, 0.65), rgba(24, 34, 38, 0.95)) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 38, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message {
  position: fixed;
  background-color: #fff;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 100;
  position: relative;
  max-width: 700px;
  margin: auto;
}
/* line 50, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message h4 {
  color: #197841;
  margin-bottom: 10px;
}
/* line 55, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message h5 {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 60, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}
/* line 65, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
/* line 69, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
/* line 73, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  font-weight: bold;
  transition: all 0.3s ease-in;
}
/* line 82, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message a:hover {
  color: #197841;
  border-bottom-color: #197841;
  transition: all 0.3s ease-in;
}
/* line 87, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #197841;
  color: #fff;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
/* line 99, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message button:hover {
  background: white;
  color: #197841 !important;
  transition: all 0.3s ease-in;
}
/* line 104, https://www.ruralhistory.eu/++plone++custom/custom.less */
button#gdpr-cookie-advanced {
  background: #000;
  color: #fff;
}
/* line 109, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
/* line 112, https://www.ruralhistory.eu/++plone++custom/custom.less */
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

