/**
 * Import stuff – here comes the basic part
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,  monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 774px) {
  .container {
    width: 774px;
  }
}
@media (min-width: 994px) {
  .container {
    width: 994px;
  }
}
@media (min-width: 1134px) {
  .container {
    width: 1134px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 27px;
}
.row {
  margin-left: -27px;
  margin-right: -27px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 27px;
  padding-right: 27px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-9 {
  width: 100%;
}
.col-xs-8 {
  width: 88.88888889%;
}
.col-xs-7 {
  width: 77.77777778%;
}
.col-xs-6 {
  width: 66.66666667%;
}
.col-xs-5 {
  width: 55.55555556%;
}
.col-xs-4 {
  width: 44.44444444%;
}
.col-xs-3 {
  width: 33.33333333%;
}
.col-xs-2 {
  width: 22.22222222%;
}
.col-xs-1 {
  width: 11.11111111%;
}
.col-xs-pull-9 {
  right: 100%;
}
.col-xs-pull-8 {
  right: 88.88888889%;
}
.col-xs-pull-7 {
  right: 77.77777778%;
}
.col-xs-pull-6 {
  right: 66.66666667%;
}
.col-xs-pull-5 {
  right: 55.55555556%;
}
.col-xs-pull-4 {
  right: 44.44444444%;
}
.col-xs-pull-3 {
  right: 33.33333333%;
}
.col-xs-pull-2 {
  right: 22.22222222%;
}
.col-xs-pull-1 {
  right: 11.11111111%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-9 {
  left: 100%;
}
.col-xs-push-8 {
  left: 88.88888889%;
}
.col-xs-push-7 {
  left: 77.77777778%;
}
.col-xs-push-6 {
  left: 66.66666667%;
}
.col-xs-push-5 {
  left: 55.55555556%;
}
.col-xs-push-4 {
  left: 44.44444444%;
}
.col-xs-push-3 {
  left: 33.33333333%;
}
.col-xs-push-2 {
  left: 22.22222222%;
}
.col-xs-push-1 {
  left: 11.11111111%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-9 {
  margin-left: 100%;
}
.col-xs-offset-8 {
  margin-left: 88.88888889%;
}
.col-xs-offset-7 {
  margin-left: 77.77777778%;
}
.col-xs-offset-6 {
  margin-left: 66.66666667%;
}
.col-xs-offset-5 {
  margin-left: 55.55555556%;
}
.col-xs-offset-4 {
  margin-left: 44.44444444%;
}
.col-xs-offset-3 {
  margin-left: 33.33333333%;
}
.col-xs-offset-2 {
  margin-left: 22.22222222%;
}
.col-xs-offset-1 {
  margin-left: 11.11111111%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 774px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-9 {
    width: 100%;
  }
  .col-sm-8 {
    width: 88.88888889%;
  }
  .col-sm-7 {
    width: 77.77777778%;
  }
  .col-sm-6 {
    width: 66.66666667%;
  }
  .col-sm-5 {
    width: 55.55555556%;
  }
  .col-sm-4 {
    width: 44.44444444%;
  }
  .col-sm-3 {
    width: 33.33333333%;
  }
  .col-sm-2 {
    width: 22.22222222%;
  }
  .col-sm-1 {
    width: 11.11111111%;
  }
  .col-sm-pull-9 {
    right: 100%;
  }
  .col-sm-pull-8 {
    right: 88.88888889%;
  }
  .col-sm-pull-7 {
    right: 77.77777778%;
  }
  .col-sm-pull-6 {
    right: 66.66666667%;
  }
  .col-sm-pull-5 {
    right: 55.55555556%;
  }
  .col-sm-pull-4 {
    right: 44.44444444%;
  }
  .col-sm-pull-3 {
    right: 33.33333333%;
  }
  .col-sm-pull-2 {
    right: 22.22222222%;
  }
  .col-sm-pull-1 {
    right: 11.11111111%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-9 {
    left: 100%;
  }
  .col-sm-push-8 {
    left: 88.88888889%;
  }
  .col-sm-push-7 {
    left: 77.77777778%;
  }
  .col-sm-push-6 {
    left: 66.66666667%;
  }
  .col-sm-push-5 {
    left: 55.55555556%;
  }
  .col-sm-push-4 {
    left: 44.44444444%;
  }
  .col-sm-push-3 {
    left: 33.33333333%;
  }
  .col-sm-push-2 {
    left: 22.22222222%;
  }
  .col-sm-push-1 {
    left: 11.11111111%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-9 {
    margin-left: 100%;
  }
  .col-sm-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 994px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-9 {
    width: 100%;
  }
  .col-md-8 {
    width: 88.88888889%;
  }
  .col-md-7 {
    width: 77.77777778%;
  }
  .col-md-6 {
    width: 66.66666667%;
  }
  .col-md-5 {
    width: 55.55555556%;
  }
  .col-md-4 {
    width: 44.44444444%;
  }
  .col-md-3 {
    width: 33.33333333%;
  }
  .col-md-2 {
    width: 22.22222222%;
  }
  .col-md-1 {
    width: 11.11111111%;
  }
  .col-md-pull-9 {
    right: 100%;
  }
  .col-md-pull-8 {
    right: 88.88888889%;
  }
  .col-md-pull-7 {
    right: 77.77777778%;
  }
  .col-md-pull-6 {
    right: 66.66666667%;
  }
  .col-md-pull-5 {
    right: 55.55555556%;
  }
  .col-md-pull-4 {
    right: 44.44444444%;
  }
  .col-md-pull-3 {
    right: 33.33333333%;
  }
  .col-md-pull-2 {
    right: 22.22222222%;
  }
  .col-md-pull-1 {
    right: 11.11111111%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-9 {
    left: 100%;
  }
  .col-md-push-8 {
    left: 88.88888889%;
  }
  .col-md-push-7 {
    left: 77.77777778%;
  }
  .col-md-push-6 {
    left: 66.66666667%;
  }
  .col-md-push-5 {
    left: 55.55555556%;
  }
  .col-md-push-4 {
    left: 44.44444444%;
  }
  .col-md-push-3 {
    left: 33.33333333%;
  }
  .col-md-push-2 {
    left: 22.22222222%;
  }
  .col-md-push-1 {
    left: 11.11111111%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-9 {
    margin-left: 100%;
  }
  .col-md-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1134px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-9 {
    width: 100%;
  }
  .col-lg-8 {
    width: 88.88888889%;
  }
  .col-lg-7 {
    width: 77.77777778%;
  }
  .col-lg-6 {
    width: 66.66666667%;
  }
  .col-lg-5 {
    width: 55.55555556%;
  }
  .col-lg-4 {
    width: 44.44444444%;
  }
  .col-lg-3 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 22.22222222%;
  }
  .col-lg-1 {
    width: 11.11111111%;
  }
  .col-lg-pull-9 {
    right: 100%;
  }
  .col-lg-pull-8 {
    right: 88.88888889%;
  }
  .col-lg-pull-7 {
    right: 77.77777778%;
  }
  .col-lg-pull-6 {
    right: 66.66666667%;
  }
  .col-lg-pull-5 {
    right: 55.55555556%;
  }
  .col-lg-pull-4 {
    right: 44.44444444%;
  }
  .col-lg-pull-3 {
    right: 33.33333333%;
  }
  .col-lg-pull-2 {
    right: 22.22222222%;
  }
  .col-lg-pull-1 {
    right: 11.11111111%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-9 {
    left: 100%;
  }
  .col-lg-push-8 {
    left: 88.88888889%;
  }
  .col-lg-push-7 {
    left: 77.77777778%;
  }
  .col-lg-push-6 {
    left: 66.66666667%;
  }
  .col-lg-push-5 {
    left: 55.55555556%;
  }
  .col-lg-push-4 {
    left: 44.44444444%;
  }
  .col-lg-push-3 {
    left: 33.33333333%;
  }
  .col-lg-push-2 {
    left: 22.22222222%;
  }
  .col-lg-push-1 {
    left: 11.11111111%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-9 {
    margin-left: 100%;
  }
  .col-lg-offset-8 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-7 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-6 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-4 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-3 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-1 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 774px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 774px) and (max-width: 993px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 994px) and (max-width: 1133px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1134px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 773px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 774px) and (max-width: 993px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 994px) and (max-width: 1133px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1134px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Vars – this is lovely
 */
/**
 * Mixins
 */
/**
 * Let's go
 */
#wpadminbar {
  top: -46px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, Times, serif;
  font-weight: 400;
}
body,
html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  background: #f3f3f3;
  height: 100%;
  font-size: 14px;
}
body {
  font-size: 100%;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow-x: hidden;
  left: 0;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  height: 0;
}
.wrap {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.container {
  position: relative;
}
.clearfix {
  clear: both;
  display: block;
  height: 0;
}
a:link,
a:active,
a:hover,
a:visited {
  color: #69a50a;
}
a:hover {
  text-decoration: underline;
}
.hidden_all {
  display: none !important;
}
/**
 * Header
 */
.header_page_spacer {
  display: none;
}
.header_logo_page {
  width: 18em !important;
}
.header_page_title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em 0;
}
.header_page_title h2 {
  font-size: 2em;
}
.header_topbar_wrapper {
  min-height: 3.5em;
  background-color: #8cc328;
  background-position: center center;
  background-size: 120%;
}
.header_portrait {
  margin-top: -1.16666667em;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.header_portrait img {
  max-width: 100%;
  height: auto;
}
.header_logo {
  text-indent: -9999px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header_logo_container {
  position: relative;
  padding-top: 11.658536585%;
  max-width: 26em;
  margin: 0 auto;
}
.header_logo_container a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 99999;
}
.header_logo_wrapper {
  margin: 0 auto;
  margin-top: 1.7em;
}
.header_logo_single {
  position: absolute;
  top: 0;
  left: 2em;
  right: 2em;
}
.header_logo_subline {
  font-size: 1.2em;
  font-weight: 400;
  color: #69a50a;
  font-style: italic;
  text-align: center;
  max-width: 28em;
}
.header_single_quote {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #ffffff;
  font-size: 1.5em;
  padding-left: 1em;
}
.header_logo_wrapper .header_single_subline {
  color: #ffffff;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  margin: 0 auto;
}
.header_logo_black .header_logo {
  background-image: url('../img/header_logo_black.png');
}
.supports_svg .header_logo_black .header_logo {
  background-image: url('../img/header_logo_black.svg');
}
.header_logo_white .header_logo {
  background-image: url('../img/header_logo_white.png');
}
.supports_svg .header_logo_white .header_logo {
  background-image: url('../img/header_logo_white.svg');
}
.header_image_single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 13.5em;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #8cc328;
}
.header_single_spacer {
  height: 10em;
}
/**
 * Navigation
 */
body.offcanvas {
  left: 87%;
}
body.offcanvas .nav_button a {
  text-indent: -9999px;
  color: transparent;
}
body.offcanvas .nav_button a:before {
  content: '\00AB';
  padding-left: 1em;
}
.navigation_row {
  margin: 0;
}
.header_navigation {
  position: absolute;
  left: -87%;
  width: 87%;
  top: -3.5em;
}
.nav_button {
  position: absolute;
  left: 100%;
  width: 114.9425287%;
  padding-left: 0.7em;
}
.nav_button a {
  padding: 0.7em 0;
}
.nav_button a:link,
.nav_button a:active,
.nav_button a:visited,
.nav_button a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav_button a:before {
  color: #ffffff;
  content: '\00BB';
  padding-right: 0.4em;
}
.nav_button,
.nav_heading {
  padding-top: 0.7em;
  height: 2.91666667em;
  font-family: Georgia, Times, serif;
  font-size: 1.2em;
  font-style: italic;
}
.nav_heading {
  background: #8cc328;
  text-align: center;
  color: #ffffff;
}
.nav {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  display: inline-block;
  text-transform: uppercase;
  width: 80%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #ffffff;
}
.nav li:first-child {
  border-top: 1px solid transparent;
  border-bottom: 0;
}
.nav li.active a:link,
.nav li.active a:active,
.nav li.active a:visited,
.nav li.active a:hover {
  color: #69a50a;
}
.nav li.active a:before {
  content: '\00BB';
  margin-right: 0.4em;
}
.nav li a {
  display: block;
  padding: 1.5em 0;
}
.nav li a:link,
.nav li a:active,
.nav li a:visited {
  color: #1a1a1a;
  text-decoration: none;
}
.nav li .submenu {
  display: none;
  padding: 0;
}
.nav li.open {
  border: 0;
  width: 100%;
}
.nav li.open .submenu {
  display: block;
}
.nav li.open .submenu li {
  border-bottom: none;
}
.nav li.open .submenu li a {
  text-transform: capitalize;
  font-family: Georgia, Times, serif;
}
.nav li.open .submenu li a:link,
.nav li.open .submenu li a:active,
.nav li.open .submenu li a:visited {
  color: #666666;
  text-decoration: none;
}
.nav li.open .submenu li a:hover {
  color: #000000;
}
.nav li.open .submenu li a:after {
  content: '\00BB';
  margin-right: 0.4em;
}
/**
 * Mobile specific
 */
.mobile_divider {
  text-align: center;
  color: #8cc328;
  font-size: 1.8em;
  font-family: Georgia, Times, serif;
  margin-bottom: 1em;
}
.mobile_divider hr {
  width: 80%;
  margin-bottom: 0.2em;
}
.mobile_divider span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/**
 * Post Teaser Frontpage
 */
.post_teaser_frontpage_sticky,
.post_teaser_frontpage,
.post_teaser_single,
.post_teaser_other_articles,
.press_pm_single {
  margin: 3em 0 1em 0;
}
.post_teaser_frontpage_sticky h2,
.post_teaser_frontpage h2,
.post_teaser_single h2,
.post_teaser_other_articles h2,
.press_pm_single h2 {
  font-size: 2em;
}
.post_teaser_frontpage_sticky h3,
.post_teaser_frontpage h3,
.post_teaser_single h3,
.post_teaser_other_articles h3,
.press_pm_single h3 {
  font-size: 1.4em;
  margin: 2em 0 1em;
}
.post_teaser_frontpage_sticky h4,
.post_teaser_frontpage h4,
.post_teaser_single h4,
.post_teaser_other_articles h4,
.press_pm_single h4 {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
}
.post_teaser_frontpage_sticky h5,
.post_teaser_frontpage h5,
.post_teaser_single h5,
.post_teaser_other_articles h5,
.press_pm_single h5 {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.post_teaser_frontpage_sticky p,
.post_teaser_frontpage p,
.post_teaser_single p,
.post_teaser_other_articles p,
.press_pm_single p {
  line-height: 1.71428571428571em;
}
.post_teaser_frontpage_sticky .post_date,
.post_teaser_frontpage .post_date,
.post_teaser_single .post_date,
.post_teaser_other_articles .post_date,
.press_pm_single .post_date {
  color: #b3b3b3;
  margin-bottom: .5em;
}
.post_teaser_frontpage_sticky .post_categories a,
.post_teaser_frontpage .post_categories a,
.post_teaser_single .post_categories a,
.post_teaser_other_articles .post_categories a,
.press_pm_single .post_categories a {
  display: inline-block;
  font-size: .85714285714286em;
  padding: .38em 0;
}
.post_teaser_frontpage_sticky .post_categories a:link,
.post_teaser_frontpage .post_categories a:link,
.post_teaser_single .post_categories a:link,
.post_teaser_other_articles .post_categories a:link,
.press_pm_single .post_categories a:link,
.post_teaser_frontpage_sticky .post_categories a:active,
.post_teaser_frontpage .post_categories a:active,
.post_teaser_single .post_categories a:active,
.post_teaser_other_articles .post_categories a:active,
.press_pm_single .post_categories a:active,
.post_teaser_frontpage_sticky .post_categories a:visited,
.post_teaser_frontpage .post_categories a:visited,
.post_teaser_single .post_categories a:visited,
.post_teaser_other_articles .post_categories a:visited,
.press_pm_single .post_categories a:visited {
  color: #69a50a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post_teaser_frontpage_sticky .post_categories a:hover,
.post_teaser_frontpage .post_categories a:hover,
.post_teaser_single .post_categories a:hover,
.post_teaser_other_articles .post_categories a:hover,
.press_pm_single .post_categories a:hover {
  color: #8cc328;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post_teaser_frontpage_sticky .post_title,
.post_teaser_frontpage .post_title,
.post_teaser_single .post_title,
.post_teaser_other_articles .post_title,
.press_pm_single .post_title {
  font-size: 2em;
  line-height: 1.2em;
  color: #000000;
  margin: 0.6em 0;
}
.post_teaser_frontpage_sticky .post_thumbnail,
.post_teaser_frontpage .post_thumbnail,
.post_teaser_single .post_thumbnail,
.post_teaser_other_articles .post_thumbnail,
.press_pm_single .post_thumbnail {
  position: relative;
}
.post_teaser_frontpage_sticky .post_thumbnail .post_thumbnail_overlay,
.post_teaser_frontpage .post_thumbnail .post_thumbnail_overlay,
.post_teaser_single .post_thumbnail .post_thumbnail_overlay,
.post_teaser_other_articles .post_thumbnail .post_thumbnail_overlay,
.press_pm_single .post_thumbnail .post_thumbnail_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post_teaser_frontpage_sticky .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table,
.post_teaser_frontpage .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table,
.post_teaser_single .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table,
.post_teaser_other_articles .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table,
.press_pm_single .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table {
  display: table;
  width: 100%;
  height: 100%;
}
.post_teaser_frontpage_sticky .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span,
.post_teaser_frontpage .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span,
.post_teaser_single .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span,
.post_teaser_other_articles .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span,
.press_pm_single .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.357142857em;
  font-family: Georgia, Times, serif;
  color: #ffffff;
  padding: 1em;
  line-height: 1.3em;
}
.post_teaser_frontpage_sticky .post_thumbnail img,
.post_teaser_frontpage .post_thumbnail img,
.post_teaser_single .post_thumbnail img,
.post_teaser_other_articles .post_thumbnail img,
.press_pm_single .post_thumbnail img {
  width: 100%;
  height: auto;
}
.post_teaser_frontpage_sticky .post_format_quote,
.post_teaser_frontpage .post_format_quote,
.post_teaser_single .post_format_quote,
.post_teaser_other_articles .post_format_quote,
.press_pm_single .post_format_quote {
  padding-bottom: 0;
}
.post_teaser_frontpage_sticky .post_more_link,
.post_teaser_frontpage .post_more_link,
.post_teaser_single .post_more_link,
.post_teaser_other_articles .post_more_link,
.press_pm_single .post_more_link {
  font-family: Georgia, Times, serif;
  font-style: italic;
  display: block;
  margin: 0.5em 0 2em;
  padding: .3em 0;
}
.post_teaser_frontpage_sticky .post_more_link:link,
.post_teaser_frontpage .post_more_link:link,
.post_teaser_single .post_more_link:link,
.post_teaser_other_articles .post_more_link:link,
.press_pm_single .post_more_link:link,
.post_teaser_frontpage_sticky .post_more_link:active,
.post_teaser_frontpage .post_more_link:active,
.post_teaser_single .post_more_link:active,
.post_teaser_other_articles .post_more_link:active,
.press_pm_single .post_more_link:active,
.post_teaser_frontpage_sticky .post_more_link:visited,
.post_teaser_frontpage .post_more_link:visited,
.post_teaser_single .post_more_link:visited,
.post_teaser_other_articles .post_more_link:visited,
.press_pm_single .post_more_link:visited {
  color: #69a50a;
}
.post_teaser_frontpage_sticky .post_more_link:hover,
.post_teaser_frontpage .post_more_link:hover,
.post_teaser_single .post_more_link:hover,
.post_teaser_other_articles .post_more_link:hover,
.press_pm_single .post_more_link:hover {
  color: #8cc328;
  text-decoration: none;
}
.post_teaser_frontpage .post_thumbnail {
  margin-bottom: 4em;
  margin-top: 1.2em;
}
.post_teaser_frontpage .post_thumbnail .post_thumbnail_overlay .post_thumbnail_overlay_table span {
  font-style: normal !important;
  font-size: 1.6em;
  font-weight: 400;
}
/**
 * Post Formats
 */
.post_format_quote {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #666666;
  margin: 1em 0 2em 0;
  padding-bottom: 3em;
}
.post_format_quote p {
  font-size: 1.3em;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0 !important;
  padding-bottom: 1em;
}
.post_format_quote .quote_meta {
  padding-top: 1em;
}
.post_format_quote .quote_context .meta_intro,
.post_format_quote .quote_link .meta_intro {
  display: block;
}
.post_format_quote .meta_intro {
  color: #666666;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  clear: both;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.post_format_quote .quote_date,
.post_format_quote .quote_context,
.post_format_quote .quote_link {
  color: #b3b3b3;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.post_excerpt p {
  border-bottom: none;
}
.post_teaser_frontpage_sticky .post_format_quote {
  margin-bottom: 3em;
}
.post_teaser_frontpage_sticky .post_format_quote p {
  font-size: 1.6em;
}
/**
 * Content
 */
.content_row {
  margin-top: 4em;
}
.content_divider_newsletter {
  background: #8cc328;
  margin-left: -27px;
  margin-right: -27px;
  text-align: center;
  padding: 3.857142857em 3.857142857em 4.5em 3.857142857em;
}
.content_divider_newsletter p {
  text-transform: uppercase;
  color: #6e991f;
  margin-top: 0;
}
.content_divider_newsletter a h5 {
  margin: 0;
  font-style: italic;
}
.content_divider_newsletter a:link,
.content_divider_newsletter a:active,
.content_divider_newsletter a:visited,
.content_divider_newsletter a:hover {
  color: #ffffff;
  font-size: 1.6em;
}
.content_divider_newsletter a:hover {
  text-decoration: none;
}
.content_divider_more {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.5em;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.4em;
  color: #8cc328;
}
.content_divider_more span {
  display: inline-block !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content_divider_more a {
  display: block;
  padding: 0.3em 0;
}
.content_divider_more a:link,
.content_divider_more a:active,
.content_divider_more a:visited {
  color: #69a50a;
  text-decoration: none;
}
.content_divider_more a:hover {
  color: #8cc328;
  text-decoration: none;
}
.content_divider_previous {
  margin-top: 4em;
}
.content_divider_previous span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content_divider_other_articles {
  margin: 3em 0 2.8em;
}
.content_divider_other_articles h5 {
  font-size: 0.928571em;
}
.content_divider_other_articles .other_articles_title {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #b3b3b3;
  margin-bottom: 2.8em;
}
.content_divider_other_articles .first_row {
  border-top: 1px solid #e6e6e6;
}
/**
 * Page
 */
.page_row h2 {
  font-size: 2em;
}
.page_row h3 {
  font-size: 1.4em;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 1em;
  margin: 2em 0 1em;
}
.page_row h4 {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}
.page_row h5 {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.page_row p {
  font-size: 1.1em;
  line-height: 1.71429em;
}
.page_row .aligncenter {
  display: block;
  margin: 2em auto;
}
.page_row .alignleft {
  display: block;
  float: left;
  margin: 0.5em 1em 1em 0;
}
.page_row .alignright {
  display: block;
  float: right;
  margin: 0.5em 0 1em 1em;
}
.page_row .wp-caption {
  background-color: #ffffff;
  padding: 5px;
}
.page_row .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}
.page_row .wp-caption-text {
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 1em 0.5em;
  margin: 0;
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #69a50a;
  border-bottom: 0.2em solid #8cc328;
}
.page_row blockquote {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #69a50a;
  margin: 2em .8em;
}
.page_row blockquote p {
  font-size: 1.4em;
  line-height: 1.5em;
}
.page_cell {
  margin-top: 2em;
}
/**
 * Sidebar
 */
.sidebar_widget h4 {
  color: #bfbfbf;
  font-size: 0.928571429em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em;
  font-family: Georgia, Times, serif;
  font-style: italic;
}
.sidebar_tags {
  margin: 1em 0 0;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.2em;
}
.sidebar_tags p {
  margin: 0;
}
.sidebar_tags .tag {
  display: block;
}
.sidebar_tags .tag:before {
  content: '\0023';
  margin-right: 0em;
}
.sidebar_sharing {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #b3b3b3;
}
.sidebar_sharing h4 {
  font-weight: 400;
}
.sidebar_sharing ul {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}
.sidebar_sharing ul li a:link,
.sidebar_sharing ul li a:active,
.sidebar_sharing ul li a:visited,
.sidebar_sharing ul li a:hover {
  color: #b3b3b3;
  text-decoration: none;
}
.sidebar_sharing .sharing_facebook a:hover {
  color: #445f9f;
}
.sidebar_sharing .sharing_twitter a:hover {
  color: #50abf1;
}
.sidebar_sharing .sharing_gplus a:hover {
  color: #d93b2b;
}
.sidebar_sharing .sharing_xing a:hover {
  color: #dae800;
}
.sidebar_sharing .sharing_linkedin a:hover {
  color: #409aca;
}
.sidebar_sharing .sharing_mail a:hover {
  color: #ee6f00;
}
.sidebar_team h4 {
  font-weight: 400;
}
/**
 * Team Widget
 */
.sidebar_team_row {
  margin: 0 0 2em;
}
.sidebar_team_thumbnail {
  text-align: center;
}
h5.sidebar_team_name {
  font-size: 1.5em;
  line-height: 1em;
  color: #69a50a;
  font-family: Georgia, Times, serif;
  font-style: italic;
  margin: 0.5em 0em 0.4em;
  text-transform: inherit;
  font-weight: 400;
  text-align: center;
}
p.sidebar_team_profession,
p.sidebar_team_buero {
  text-align: center;
}
p.sidebar_team_profession {
  font-size: 0.928571em;
  line-height: 1em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #9a9a9a;
  margin: 0em 0 0.5em 0;
}
p.sidebar_team_buero {
  font-size: .85em;
  line-height: 1em;
  padding: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #9a9a9a;
  letter-spacing: 1px;
}
.sidebar_team_meta {
  color: #000000;
  font-family: Georgia, Times, serif;
  font-style: italic;
  margin: 0 0 0.7em;
  text-align: center;
  font-size: 1em;
}
.sidebar_team_meta a:link,
.sidebar_team_meta a:active,
.sidebar_team_meta a:visited {
  text-decoration: none;
  font-size: 1em;
}
.sidebar_team_meta a:hover {
  text-decoration: none;
  color: #8cc328;
}
.sidebar_team_meta small {
  color: #9a9a9a;
  text-transform: uppercase;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 0.85em;
  display: block;
  font-style: normal;
  margin-bottom: -0.3em;
  letter-spacing: 0.05em;
}
.sidebar_team_list {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar_team_list li {
  margin: 0 0 4em 0;
  width: 100%;
}
.supports-js .sidebar_team_slider {
  display: none;
}
.contact_row {
  padding-top: 3em;
}
/**
 * Single
 */
.post_teaser_single {
  margin: 2em 0 0;
}
.post_teaser_single .post_title {
  margin: 0 0 1.3em;
}
.post_teaser_single .post_title small {
  font-size: 0.5em;
  margin-left: 2em;
}
.post_teaser_single .post_thumbnail .post_thumbnail_description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #bfbfbf;
  padding: 0.7em 1em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  min-height: 3em;
  font-size: 0.9em;
}
.post_teaser_single .post_thumbnail_copyright {
  font-size: 0.7em;
  text-align: right;
  margin-bottom: 3.5em;
  font-style: italic;
}
.post_teaser_single .post_content {
  font-size: 1.1em;
  line-height: 1.8;
}
.post_teaser_single .post_content .aligncenter {
  display: block;
  margin: 2em auto;
}
.post_teaser_single .post_content .alignleft {
  display: block;
  float: left;
  margin: 0.5em 1em 1em 0;
}
.post_teaser_single .post_content .alignright {
  display: block;
  float: right;
  margin: 0.5em 0 1em 1em;
}
.post_teaser_single .post_content .wp-caption {
  background-color: #ffffff;
  padding: 5px;
}
.post_teaser_single .post_content .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
}
.post_teaser_single .post_content .wp-caption-text {
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 1em 0.5em;
  margin: 0;
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #3c5f00;
  border-bottom: 0.2em solid #8cc328;
}
.post_teaser_single .post_content blockquote {
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #666666;
}
.post_teaser_other_articles .post_title {
  line-height: 1.3;
  font-size: 1.5em;
}
/**
 * Presse
 */
.press_download_single {
  margin-bottom: 4em;
}
.press_download_single img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.press_row {
  margin-top: 4em;
}
.press_row .sidebar_cell {
  margin-bottom: 6em;
}
.press_row .page_cell {
  margin-bottom: 6em;
}
.press_pm_single {
  margin: 0;
  margin-bottom: 4em;
}
.press_pm_single a:link,
.press_pm_single a:active,
.press_pm_single a:visited,
.press_pm_single a:hover {
  text-decoration: none;
}
.press_pm_single .post_title {
  font-size: 1.5em;
}
/**
 * Footer
 */
.footer {
  margin-top: 3em;
  border-top: 1px solid #e6e6e6;
  margin-left: -27px;
  margin-right: -27px;
  position: relative;
}
.footer_schal {
  width: 55px;
  height: 111px;
  background: url('../img/schal_standard.png');
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -27px;
  background-size: contain !important;
}
.schal_text {
  width: 80%;
  padding: 0.7em 1em;
  color: #3c5f00;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 0.3em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  text-align: center;
  font-size: 1.3em;
  position: relative;
}
.schal_text a:link,
.schal_text a:visited,
.schal_text a:active,
.schal_text a:hover {
  color: #666666;
  text-decoration: none;
}
.schal_text:before {
  /*
		content: "&";
		top: -1em;
		color: @color-light-grey;
		font-size: 2em;
		*/
}
.schal_text:after {
  content: " ";
  top: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
}
.schal_text:after,
.schal_text:before {
  position: absolute;
  left: 50%;
}
.schal_text:after {
  border-color: rgba(206, 234, 154, 0);
  border-top-color: #e6e6e6;
  border-width: 11px;
  margin-left: -11px;
}
.schal_text:before {
  border-color: rgba(154, 213, 48, 0);
  border-top-color: #e6e6e6;
  border-width: 12px;
  margin-left: -12px;
}
.footer_container {
  padding-bottom: 3em;
}
.footer_links {
  text-transform: uppercase;
  text-align: center;
  color: #b3b3b3;
}
.footer_links a:link,
.footer_links a:visited,
.footer_links a:active {
  color: #b3b3b3;
  text-decoration: none;
}
.footer_links a:hover {
  color: #69a50a;
}
.footer_links .footer_links_right {
  margin-bottom: 1em;
  margin-top: 12em;
}
.footer_links .footer_links_left {
  margin-top: 2em;
}
.footer_links .footer_links_left a {
  display: block;
  margin-bottom: 1em;
}
/**
 * Forms
 */
#contact_form {
  background-color: #8cc328;
  padding: 2em;
  margin: 2em 0 5em 0;
}
#contact_form label {
  color: #e2f3c4;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: .8em;
  line-height: 1em;
}
#contact_form select {
  margin: 0 0 2em 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #000000;
}
#contact_form input[type=text],
#contact_form input[type=url],
#contact_form input[type=tel],
#contact_form input[type=number],
#contact_form input[type=color],
#contact_form input[type=email] {
  text-transform: none;
  color: #000000;
  font-family: Georgia, Times, serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic;
  padding: 0.5em;
  width: 100%;
}
#contact_form input[type=submit] {
  border: none;
  background: none;
  font-family: Georgia, Times, serif;
  color: #e2f3c4;
  font-style: italic;
  font-size: 1.2em;
  display: block;
  padding-left: 0 !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 2em;
}
#contact_form input[type=submit]:link,
#contact_form input[type=submit]:active,
#contact_form input[type=submit]:visited {
  color: #e2f3c4;
}
#contact_form input[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
}
#contact_form textarea {
  color: #000000;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.5em;
  width: 100%;
  min-height: 12em;
}
#contact_form .message_human_question {
  color: #ffffff;
  font-family: Georgia, Times, serif;
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  display: block;
}
.contact_success,
.contact_error {
  padding: 2em 0 0 0;
}
.contact_error {
  color: #fe1c1c;
}
.contact_success {
  color: #8cc328;
}
/**
 * 404
 */
.container-error h2 {
  font-size: 2em;
}
.container-error p {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.2em;
}
/**
 * Slider
 */
.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.slider li::first-child {
  position: relative;
  display: block;
  float: left;
}
.slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.slider_nav {
  position: absolute;
  top: 50%;
  font-size: 7em;
  font-family: Georgia, Times, serif;
  line-height: 0;
  margin: 0;
  padding: 0;
  margin-top: -0.1em;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 9999;
  -webkit-text-shadow: 1px 1px 2px #000000;
  -moz-text-shadow: 1px 1px 2px #000000;
  text-shadow: 1px 1px 2px #000000;
  opacity: 0.3;
}
.slider_nav:link,
.slider_nav:active,
.slider_nav:visited,
.slider_nav:hover {
  color: #ffffff;
  text-decoration: none;
}
.slider_nav:first-child {
  left: 0.1em;
}
.slider_nav:last-child {
  right: 0.1em;
}
.slider_nav.prev {
  left: 0.1em;
  right: auto;
}
.slider_nav.next {
  right: 0.1em;
  left: auto;
}
.gallery_container:hover .slider_nav {
  opacity: 0.6;
}
.gallery_container:hover .slider_nav:hover {
  opacity: 1;
}
/**
 * Loading Animation
 */
.spinner {
  margin: 3em auto 0;
  width: 70px;
  text-align: center;
  display: none;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #8cc328;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.post_thumbnail_overlay_table .spinner {
  margin-top: 0 !important;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * Search
 */
.search-field {
  width: 100%;
  padding: 0.5em 0.2em;
  margin-top: 3em;
}
.search-submit {
  margin: 0 auto;
  display: block;
  margin-top: 1em;
  background: transparent;
  color: #69a50a;
  border: none;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5em;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-submit:hover {
  text-decoration: none;
  color: #8cc328;
}
#search_form {
  display: none;
}
.search_page.active #search_form {
  display: block;
}
.search_form_toggle {
  float: right;
  font-family: Georgia, Times, serif;
  margin-top: 2.4em;
  font-style: italic;
}
.search_form_toggle:hover,
.search_form_toggle:active,
.search_form_toggle:link {
  text-decoration: none;
}
.search_form_toggle:hover {
  text-decoration: none;
  color: #8cc328;
}
.search_form_toggle:after {
  content: ' einblenden';
}
.search_page.active .search_form_toggle:after {
  content: ' ausblenden';
}
.search_form_container {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em;
}
#search_form {
  padding-bottom: 2em;
}
.search_submit_container {
  border-top: 1px solid #e6e6e6;
  padding: 2em 0 0 0;
  text-align: center;
}
.search_submit {
  background: transparent;
  color: #69a50a;
  border: none;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5em;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search_submit:hover {
  text-decoration: none;
  color: #8cc328;
}
.search_widget {
  margin-bottom: 4em;
}
.input_date {
  width: 6em;
}
.header_search_title {
  border-bottom: 0;
}
.search_widget_title {
  margin-top: 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 2em;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  color: #666666;
}
.header_search_found_posts {
  position: relative;
  bottom: 2.8em;
  margin-bottom: -1.9em;
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 0.9em;
  color: #666666;
  font-style: italic;
}
.nav li a.nav_search_link {
  display: none;
}
.nav_search_input {
  border: 0;
  display: block;
  width: 100%;
  padding: 1.5em 0;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #69a50a;
}
.nav_search_input::-webkit-input-placeholder {
  color: #69a50a;
  text-transform: uppercase;
  text-align: center;
}
.nav_search_input:-moz-placeholder {
  color: #69a50a;
  text-transform: uppercase;
  text-align: center;
}
.nav_search_input::-moz-placeholder {
  color: #69a50a;
  text-transform: uppercase;
  text-align: center;
}
.nav_search_input:-ms-input-placeholder {
  color: #69a50a;
  text-transform: uppercase;
  text-align: center;
}
.single .nav_search_input {
  color: #ffffff;
}
.single .nav_search_input::-webkit-input-placeholder {
  color: #b9e26f;
  text-transform: uppercase;
  text-align: left;
}
.single .nav_search_input:-moz-placeholder {
  color: #b9e26f;
  text-transform: uppercase;
  text-align: left;
}
.single .nav_search_input::-moz-placeholder {
  color: #b9e26f;
  text-transform: uppercase;
  text-align: left;
}
.single .nav_search_input:-ms-input-placeholder {
  color: #b9e26f;
  text-transform: uppercase;
  text-align: left;
}
/**
 * Video
 */
.post_video {
  display: inline-block;
  position: relative;
  width: 100%;
}
.post_video .post_video_dummy {
  margin-top: 56.25%;
}
.post_video .post_video_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/**
 * Animierter Schal
 */
.header_topbar_wrapper {
  position: relative;
}
.topbar_box_wrapper {
  position: absolute;
  line-height: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: box_fadein 2s;
  -moz-animation: box_fadein 2s;
  -ms-animation: box_fadein 2s;
  -o-animation: box_fadein 2s;
  animation: box_fadein 2s;
}
.topbar_box_wrapper .topbar_box {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: -9px;
}
.topbar_box_wrapper .topbar_box .topbar_box_triangle {
  width: 0;
  height: 0;
  border-style: solid;
}
.topbar_box_wrapper .topbar_box_up {
  border-width: 18px 9px 0 9px;
}
.topbar_box_wrapper .topbar_box_dwn {
  border-width: 0 9px 18px 9px;
}
@-webkit-keyframes bakb0 {
  0% {
    border-color: transparent transparent #8ac02b transparent;
  }
  100% {
    border-color: transparent transparent #8ec023 transparent;
  }
}
@-moz-keyframes bakb0 {
  0% {
    border-color: transparent transparent #92c527 transparent;
  }
  100% {
    border-color: transparent transparent #90c021 transparent;
  }
}
@-ms-keyframes bakb0 {
  0% {
    border-color: transparent transparent #85c92f transparent;
  }
  100% {
    border-color: transparent transparent #85c526 transparent;
  }
}
@keyframes bakb0 {
  0% {
    border-color: transparent transparent #91c72d transparent;
  }
  100% {
    border-color: transparent transparent #86c125 transparent;
  }
}
@-webkit-keyframes bakt0 {
  0% {
    border-color: #8abf26 transparent transparent transparent;
  }
  100% {
    border-color: #85c922 transparent transparent transparent;
  }
}
@-moz-keyframes bakt0 {
  0% {
    border-color: #89bf2b transparent transparent transparent;
  }
  100% {
    border-color: #92c822 transparent transparent transparent;
  }
}
@-ms-keyframes bakt0 {
  0% {
    border-color: #93bd24 transparent transparent transparent;
  }
  100% {
    border-color: #93bf26 transparent transparent transparent;
  }
}
@keyframes bakt0 {
  0% {
    border-color: #88c624 transparent transparent transparent;
  }
  100% {
    border-color: #85c925 transparent transparent transparent;
  }
}
@-webkit-keyframes bakb1 {
  0% {
    border-color: transparent transparent #86c92c transparent;
  }
  100% {
    border-color: transparent transparent #8ac62d transparent;
  }
}
@-moz-keyframes bakb1 {
  0% {
    border-color: transparent transparent #8bc423 transparent;
  }
  100% {
    border-color: transparent transparent #8ac426 transparent;
  }
}
@-ms-keyframes bakb1 {
  0% {
    border-color: transparent transparent #92be2f transparent;
  }
  100% {
    border-color: transparent transparent #8ebc29 transparent;
  }
}
@keyframes bakb1 {
  0% {
    border-color: transparent transparent #90c222 transparent;
  }
  100% {
    border-color: transparent transparent #8bc323 transparent;
  }
}
@-webkit-keyframes bakt1 {
  0% {
    border-color: #8aca2f transparent transparent transparent;
  }
  100% {
    border-color: #86c721 transparent transparent transparent;
  }
}
@-moz-keyframes bakt1 {
  0% {
    border-color: #8dbc29 transparent transparent transparent;
  }
  100% {
    border-color: #8dc924 transparent transparent transparent;
  }
}
@-ms-keyframes bakt1 {
  0% {
    border-color: #89c72a transparent transparent transparent;
  }
  100% {
    border-color: #86c329 transparent transparent transparent;
  }
}
@keyframes bakt1 {
  0% {
    border-color: #8dc925 transparent transparent transparent;
  }
  100% {
    border-color: #8ac621 transparent transparent transparent;
  }
}
@-webkit-keyframes bakb2 {
  0% {
    border-color: transparent transparent #92c72a transparent;
  }
  100% {
    border-color: transparent transparent #90c02d transparent;
  }
}
@-moz-keyframes bakb2 {
  0% {
    border-color: transparent transparent #91c427 transparent;
  }
  100% {
    border-color: transparent transparent #91c724 transparent;
  }
}
@-ms-keyframes bakb2 {
  0% {
    border-color: transparent transparent #91bd28 transparent;
  }
  100% {
    border-color: transparent transparent #91ca26 transparent;
  }
}
@keyframes bakb2 {
  0% {
    border-color: transparent transparent #8cc42b transparent;
  }
  100% {
    border-color: transparent transparent #86c526 transparent;
  }
}
@-webkit-keyframes bakt2 {
  0% {
    border-color: #8abf22 transparent transparent transparent;
  }
  100% {
    border-color: #91bc2a transparent transparent transparent;
  }
}
@-moz-keyframes bakt2 {
  0% {
    border-color: #85c528 transparent transparent transparent;
  }
  100% {
    border-color: #8ac024 transparent transparent transparent;
  }
}
@-ms-keyframes bakt2 {
  0% {
    border-color: #89c62d transparent transparent transparent;
  }
  100% {
    border-color: #8ac22f transparent transparent transparent;
  }
}
@keyframes bakt2 {
  0% {
    border-color: #92c62f transparent transparent transparent;
  }
  100% {
    border-color: #91ca22 transparent transparent transparent;
  }
}
@-webkit-keyframes bakb3 {
  0% {
    border-color: transparent transparent #85c723 transparent;
  }
  100% {
    border-color: transparent transparent #8fbc29 transparent;
  }
}
@-moz-keyframes bakb3 {
  0% {
    border-color: transparent transparent #87c624 transparent;
  }
  100% {
    border-color: transparent transparent #8dc827 transparent;
  }
}
@-ms-keyframes bakb3 {
  0% {
    border-color: transparent transparent #92c124 transparent;
  }
  100% {
    border-color: transparent transparent #8cc22d transparent;
  }
}
@keyframes bakb3 {
  0% {
    border-color: transparent transparent #85c621 transparent;
  }
  100% {
    border-color: transparent transparent #91bc27 transparent;
  }
}
@-webkit-keyframes bakt3 {
  0% {
    border-color: #90c825 transparent transparent transparent;
  }
  100% {
    border-color: #92bd22 transparent transparent transparent;
  }
}
@-moz-keyframes bakt3 {
  0% {
    border-color: #8bc126 transparent transparent transparent;
  }
  100% {
    border-color: #8dbf2f transparent transparent transparent;
  }
}
@-ms-keyframes bakt3 {
  0% {
    border-color: #86c528 transparent transparent transparent;
  }
  100% {
    border-color: #8fc629 transparent transparent transparent;
  }
}
@keyframes bakt3 {
  0% {
    border-color: #8ebd2b transparent transparent transparent;
  }
  100% {
    border-color: #8ac524 transparent transparent transparent;
  }
}
@-webkit-keyframes bakb4 {
  0% {
    border-color: transparent transparent #8dbd28 transparent;
  }
  100% {
    border-color: transparent transparent #89c026 transparent;
  }
}
@-moz-keyframes bakb4 {
  0% {
    border-color: transparent transparent #90bd25 transparent;
  }
  100% {
    border-color: transparent transparent #86c22e transparent;
  }
}
@-ms-keyframes bakb4 {
  0% {
    border-color: transparent transparent #85c728 transparent;
  }
  100% {
    border-color: transparent transparent #8bbe2a transparent;
  }
}
@keyframes bakb4 {
  0% {
    border-color: transparent transparent #93c429 transparent;
  }
  100% {
    border-color: transparent transparent #90c42a transparent;
  }
}
@-webkit-keyframes bakt4 {
  0% {
    border-color: #91bd29 transparent transparent transparent;
  }
  100% {
    border-color: #8cca24 transparent transparent transparent;
  }
}
@-moz-keyframes bakt4 {
  0% {
    border-color: #8ec42a transparent transparent transparent;
  }
  100% {
    border-color: #86bc27 transparent transparent transparent;
  }
}
@-ms-keyframes bakt4 {
  0% {
    border-color: #8ac52e transparent transparent transparent;
  }
  100% {
    border-color: #8bbc29 transparent transparent transparent;
  }
}
@keyframes bakt4 {
  0% {
    border-color: #89c623 transparent transparent transparent;
  }
  100% {
    border-color: #8bc724 transparent transparent transparent;
  }
}
@-webkit-keyframes bakb5 {
  0% {
    border-color: transparent transparent #86c929 transparent;
  }
  100% {
    border-color: transparent transparent #8bbc2c transparent;
  }
}
@-moz-keyframes bakb5 {
  0% {
    border-color: transparent transparent #89c923 transparent;
  }
  100% {
    border-color: transparent transparent #8cbe22 transparent;
  }
}
@-ms-keyframes bakb5 {
  0% {
    border-color: transparent transparent #86c52b transparent;
  }
  100% {
    border-color: transparent transparent #8cc62a transparent;
  }
}
@keyframes bakb5 {
  0% {
    border-color: transparent transparent #90bc2f transparent;
  }
  100% {
    border-color: transparent transparent #90c027 transparent;
  }
}
@-webkit-keyframes bakt5 {
  0% {
    border-color: #87c623 transparent transparent transparent;
  }
  100% {
    border-color: #8dbe29 transparent transparent transparent;
  }
}
@-moz-keyframes bakt5 {
  0% {
    border-color: #93c521 transparent transparent transparent;
  }
  100% {
    border-color: #8abe27 transparent transparent transparent;
  }
}
@-ms-keyframes bakt5 {
  0% {
    border-color: #8fc928 transparent transparent transparent;
  }
  100% {
    border-color: #85c42d transparent transparent transparent;
  }
}
@keyframes bakt5 {
  0% {
    border-color: #8fc02d transparent transparent transparent;
  }
  100% {
    border-color: #8bc126 transparent transparent transparent;
  }
}
@keyframes box_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes box_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes box_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes box_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Alle Themen
 */
.category_list {
  margin-top: 2em;
  list-style: none;
  padding: 0;
}
.category_list li {
  font-family: Georgia, Times, serif;
  margin: 0 0 1em 0;
  font-size: 1.2em;
}
/**
 * 404
 */
.answer-404 {
  font-size: 0.95em !important;
  padding-top: 2em;
  display: block;
}
.list-404 {
  padding: 1em;
}
.list-404 li {
  padding-left: 1em;
}
.form-404 {
  display: block;
  margin-top: 2.5em;
}
.form-404 label {
  font-style: normal;
  font-size: 90%;
}
.form-404 label input {
  margin-right: 1em;
}
.submit-404,
.link-404 {
  margin-top: 1em;
  background: transparent;
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #69a50a;
  border: 0;
  font-size: 1.2em;
  text-decoration: none;
}
.submit-404:hover,
.link-404:hover {
  color: #8cc328;
}
