/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
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.
 */
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: #b1faa6;
  background-image: url("./images/bg-mobile.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media (min-width: 600px) {
  body {
    background: #b1faa6 url("./images/bg.jpg") no-repeat 50% 0 fixed;
    background-size: cover;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: .5em 0 .5em 0;
}

@media (min-width: 600px) {
  img {
    display: inline-block;
  }
  img.align_left {
    float: left;
    margin: 0 1.6949152542% 0.5em 0;
  }
  img.align_right {
    float: right;
    margin: 0 0 0.5em 1.6949152542%;
  }
  img.align_center {
    float: none;
    display: block;
    margin: .5em auto;
  }
}

iframe {
  max-width: 100%;
}

.img {
  max-width: 100%;
}

a {
  color: #0A3803;
}

a:hover {
  text-decoration: none;
}

a[href$=".pdf"] {
  padding: 0 20px 0 0;
  background: url("./images/pdf.gif") no-repeat right 50%;
}

h1 {
  font-size: 150%;
  margin: 0 0 .5em 0;
  font-weight: normal;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  margin: .25em 0;
}

p {
  margin: .5em 0;
}

.content h2:first-child {
  margin-top: 0;
}

.admin {
  position: fixed;
  right: 0;
  top: 50%;
}

.admin a {
  display: block;
  background: red;
  color: #fff;
  padding: .5em;
  text-decoration: none;
  font-size: .825em;
}

.top-bar {
  background-color: #0A3803;
}

@media (min-width: 794px) {
  .top-bar .mobile-top-bar {
    display: none;
  }
}

.top-bar .mobile-top-bar .menu-toggle {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: white;
  margin-left: 1.6949152542%;
  text-align: center;
}

.top-bar .mobile-top-bar .menu-text {
  display: inline-block;
  padding: .5em 1em;
  color: white;
}

.top-bar .nav-container {
  display: none;
}

@media (min-width: 794px) {
  .top-bar .nav-container {
    display: block;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
  }
  .top-bar .nav-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .top-bar .nav-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  float: left;
  position: relative;
  background: #0A3803;
  transition: background 200ms ease;
}

.main-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1.5em .5em;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 15em;
  position: absolute;
  top: 4.3em;
  left: -999999px;
  background: transparent;
  transition: background 200ms ease;
}

.main-nav li.active,
.main-nav li.current {
  background: #178107;
}

.main-nav li:hover {
  background: #178107;
}

.main-nav li:hover ul {
  left: 0;
  background: #178107;
}

.main-nav li:hover ul li {
  width: 100%;
  background: #178107;
}

.main-nav li:hover ul li a {
  padding: 1ex;
}

.mobile-menu {
  position: absolute;
  background: #0A3803;
  padding: .5em;
  left: .25em;
  right: .25em;
  top: 2.8em;
}

.mobile-menu ul,
.mobile-menu li {
  list-style: none;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  background: #178107;
}

.mobile-menu a {
  color: #fff;
  display: block;
  padding: .5em;
  text-decoration: none;
  border-bottom: 1px solid #178107;
}

.mobile-menu li li a {
  padding: .5em;
  margin-left: 1.5em;
}

.mobile-menu li {
  background: #0A3803;
}

.mobile-menu li.current {
  background: #178107;
}

.header {
  zoom: 1;
  padding: 1.6949152542%;
}

.header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.logo {
  text-align: center;
  padding-top: 3.4482758621%;
  padding-bottom: 11.1111111111%;
}

@media (min-width: 600px) {
  .logo {
    width: 30.3797468354%;
    float: left;
    margin-right: 1.2658227848%;
    padding-top: 1.6949152542%;
    padding-bottom: 2.5641025641%;
  }
}

.language-nav {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .language-nav {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.language-nav li {
  display: inline-block;
  margin-right: 7.1428571429%;
  font-size: 87.5%;
}

@media (min-width: 600px) {
  .language-nav li {
    margin-right: 0;
    margin-left: 7.1428571429%;
  }
}

.language-nav li.current a {
  text-decoration: none;
}

.body-container {
  clear: both;
  background-color: rgba(255, 255, 255, 0.6);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}

.body-container:after {
  content: " ";
  display: block;
  clear: both;
}

.body-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.lt-ie9 .body-container {
  background: url("./images/bg-old-ie.png") repeat 0 0;
}

.main {
  background: #fff;
  zoom: 1;
  padding: 2.5641025641% 1.6949152542%;
}

.main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main h1 {
  margin-bottom: 2.5641025641%;
}

@media (min-width: 600px) {
  .content {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    min-height: 400px;
  }
}

.content .ce {
  clear: both;
  margin: 0 0 1em 0;
  zoom: 1;
}

.content .ce:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content .ce.first-child h2 {
  margin-top: 0;
}

.main-box {
  background: #178107;
  color: white;
  padding: 1.6949152542%;
  margin-bottom: 2.5641025641%;
  zoom: 1;
}

.main-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content ul.sub-page-nav {
  padding: 1em 0;
  margin: 0;
}

.sub-page-nav {
  clear: both;
  zoom: 1;
  list-style: none;
}

.sub-page-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sub-page-nav li {
  font-size: .825em;
  list-style: none;
  padding: 1.6949152542%;
  margin-bottom: 2.5641025641%;
  border-top: 1px solid #178107;
}

.sub-page-nav li a {
  display: block;
  text-decoration: none;
}

@media (min-width: 600px) {
  .sub-page-nav li {
    width: 31.8181818182%;
    float: left;
  }
  .sub-page-nav li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .sub-page-nav li:nth-child(3n + 2) {
    margin-left: 34.0909090909%;
    margin-right: -100%;
    clear: none;
  }
  .sub-page-nav li:nth-child(3n + 3) {
    margin-left: 68.1818181818%;
    margin-right: -100%;
    clear: none;
  }
}

.boxes {
  clear: both;
  zoom: 1;
}

.boxes:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.boxes .box {
  font-size: .825em;
  padding: 1.6949152542%;
  margin-bottom: 2.5641025641%;
  border-top: 1px solid #178107;
}

.boxes .box a {
  display: block;
  text-decoration: none;
}

.boxes .default-content a {
  display: inline-block;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .boxes .box {
    width: 31.8181818182%;
    float: left;
  }
  .boxes .box:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .boxes .box:nth-child(3n + 2) {
    margin-left: 34.0909090909%;
    margin-right: -100%;
    clear: none;
  }
  .boxes .box:nth-child(3n + 3) {
    margin-left: 68.1818181818%;
    margin-right: -100%;
    clear: none;
  }
}

.description .additional,
.description .date {
  margin: 0 0 .1em 0;
  font-weight: bold;
}

.news-listing,
.events-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.news-listing:after,
.events-listing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 600px) {
  .news-listing .has-image .img,
.events-listing .has-image .img {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .news-listing .has-image .description,
.events-listing .has-image .description {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
  }
}

.news-listing li,
.events-listing li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #0A3803;
  clear: both;
  zoom: 1;
}

.news-listing li:after,
.events-listing li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news-listing li.last-child,
.events-listing li.last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.children {
  display: inline-block;
  background: #c6fcbe;
  padding: .25em 1em;
}

.date {
  font-weight: bold;
}

.news-listing h2 a {
  text-decoration: none;
}

@media (min-width: 600px) {
  .single-news .news-image {
    float: left;
    padding: 0 1.6949152542% 1.6949152542% 0;
  }
  .single-news .news-image img {
    margin: 0;
  }
}

.single-event.has-image,
.single-news.has-image {
  margin-bottom: 2em;
  zoom: 1;
}

.single-event.has-image:after,
.single-news.has-image:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media (min-width: 600px) {
  .single-event.has-image .news-image,
.single-event.has-image .event-image,
.single-news.has-image .news-image,
.single-news.has-image .event-image {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .single-event.has-image .description,
.single-news.has-image .description {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .has-left-sidebar .main-content {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
  }
  .has-left-sidebar .left-sidebar {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
}

.widget {
  background: #c6fcbe;
  padding: 5.2631578947%;
  margin-bottom: 7.1428571429%;
}

.widget h2 {
  font-size: 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0A3803;
  margin-bottom: .5em;
  padding-bottom: .3em;
}

.widget h3 {
  font-size: 1.1em;
}

.widget .description {
  font-size: .9em;
}

.widget a {
  text-decoration: none;
}

.sub-nav {
  background: #178107;
}

.sub-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-nav a {
  color: #fff;
}

.sub-nav li.current a {
  font-weight: bold;
}

ul.news li {
  margin-bottom: 1em;
}

ul.news li.last-child {
  margin-bottom: 0;
}

.left-sidebar img {
  margin: 0 0 1em;
}

.sidebar {
  margin-top: 2em;
}

@media (min-width: 600px) {
  .sidebar {
    margin-top: 0;
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
  }
}

.footer {
  padding: 1.6949152542%;
  margin: 1.6949152542% 0 0 0;
  clear: both;
  zoom: 1;
}

.footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .ce {
  font-size: 82.75%;
  padding: 2.5641025641% 0;
}

@media (min-width: 600px) {
  .footer .ce {
    padding: 0;
  }
}

@media (min-width: 600px) {
  .footer .ce-1 {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 600px) {
  .footer .ce-2 {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.footer .ce-2 li {
  margin: .5em 0;
}

@media (min-width: 600px) {
  .footer .ce-2 li {
    margin: .25em;
  }
}

.footer .ce-2 li a {
  display: inline-block;
}

.footer .ce-2 li:first-child {
  margin-top: 0;
}

.footer .ce.last-child {
  text-align: left;
}

@media (min-width: 600px) {
  .footer .ce.last-child {
    width: 40.6779661017%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.footer .ce.last-child p {
  margin: 0;
}

.footer .ce.last-child p a {
  display: inline-block;
}

.footer .ce.last-child p:first-child a {
  margin-left: 20px;
}

.footer .ce.last-child p:first-child a:first-child {
  margin-left: 0;
}

figure {
  margin: 1em 0;
  max-width: 100% !important;
  height: auto;
}

figure img {
  display: block;
  float: none;
  margin: 0;
}

@media (min-width: 600px) {
  figure.align_left {
    float: left;
    margin: 0 .75em .75em 0;
  }
  figure.align_right {
    float: right;
    margin: 0 0 .75em .75em;
  }
  figure.align_center {
    float: none;
  }
}

figcaption {
  font-style: italic;
  max-width: 100%;
  margin-top: .25em;
}

.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gallery li {
  width: 48.7179487179%;
  float: left;
}

.gallery li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.gallery li:nth-child(2n + 2) {
  margin-left: 51.2820512821%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 600px) {
  .gallery li {
    width: 23.7288135593%;
    float: left;
  }
  .gallery li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery li:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
}

.application a,
.more a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #178107;
  padding: .3em 1em;
  transition: background 200ms ease;
}

.application a:hover,
.more a:hover {
  background: #0A3803;
}

@media (min-width: 600px) {
  .InputfieldForm {
    width: 59.1836734694%;
  }
}

.Inputfield {
  margin: 0 0 .75em 0;
}

.InputfieldStateRequired label:after {
  content: " *";
}

.InputfieldHeaderHidden,
#wrap_Inputfield- {
  display: none;
}

button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #178107;
  padding: .3em 1em;
  transition: background 200ms ease;
  border: 0 none;
}

button:hover {
  background: #0A3803;
}

.ui-state-error {
  color: red;
}

.FormBuilderErrors {
  border: 1px dotted red;
  padding: .5em;
  margin-bottom: 1em;
}

.ui-widget-content p {
  margin: 0;
}

input[type=text],
input[type=number],
input[type=email],
textarea {
  border: 1px solid #c4c4c4;
  padding: .25em .5em;
  width: 100%;
}

label[for="_Inputfield_email_confirm"] {
  display: block;
  margin-top: .5em;
}

input[name=anzahl_personen] {
  width: 20%;
}

.form-publikationen fieldset.Inputfield_publikationen {
  border: 1px solid #c4c4c4;
}

@media (min-width: 600px) {
  .form-publikationen .InputfieldForm {
    width: 100%;
  }
  .form-publikationen .InputfieldForm > .Inputfields > .Inputfield:not(.Inputfield_publikationen) {
    width: 59.1836734694%;
  }
}

.form-publikationen .InputfieldForm .Inputfield_publikationen .InputfieldContent .Inputfields .Inputfield {
  float: left !important;
  width: 100% !important;
}

.form-publikationen .InputfieldForm .Inputfield_publikationen .InputfieldContent .Inputfields .Inputfield label {
  width: calc(100% - 60px);
  float: left !important;
}

.form-publikationen .InputfieldForm .Inputfield_publikationen .InputfieldContent .Inputfields .Inputfield .InputfieldContent {
  width: 40px;
  float: right !important;
}

@media print {
  .mobile-menu,
.mm-container,
.top-bar,
.sidebar .sub-nav,
.language-nav {
    display: none;
  }
  .main {
    margin: 0;
    padding: 1em 0;
  }
  .header {
    padding: 1em 0 2em 0;
  }
  .header .logo {
    padding: 0;
    margin: 0;
  }
  .align_left {
    float: left;
    margin: 0 .75em .75em 0;
  }
  .align_right {
    float: right;
    margin: 0 0 .75em .75em;
  }
  .align_center {
    float: none;
  }
  figure {
    margin: 1em 0;
  }
  figure img {
    display: block;
    float: none;
    margin: 0;
  }
  figcaption {
    font-style: italic;
    max-width: 100%;
    margin-top: .25em;
  }
  .gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .gallery:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gallery li {
    width: 23.7288135593%;
    float: left;
  }
  .gallery li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery li:nth-child(4n + 2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  .single-event.has-image,
.single-news.has-image {
    margin-bottom: 2em;
    zoom: 1;
  }
  .single-event.has-image:after,
.single-news.has-image:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .single-event.has-image .news-image,
.single-event.has-image .event-image,
.single-news.has-image .news-image,
.single-news.has-image .event-image {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .single-event.has-image .news-image .description,
.single-event.has-image .event-image .description,
.single-news.has-image .news-image .description,
.single-news.has-image .event-image .description {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
  }
  .boxes .box {
    width: 31.8181818182%;
    float: left;
  }
  .boxes .box:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .boxes .box:nth-child(3n + 2) {
    margin-left: 34.0909090909%;
    margin-right: -100%;
    clear: none;
  }
  .boxes .box:nth-child(3n + 3) {
    margin-left: 68.1818181818%;
    margin-right: -100%;
    clear: none;
  }
  .has-sidebar .sidebar,
.has-sidebar .content {
    width: 100%;
  }
  .sidebar {
    clear: both;
  }
  .sidebar .widget {
    margin: 1em 0;
    padding: 0;
  }
  .footer {
    padding: 1em 0;
  }
  .footer .ce-1 {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer .ce-2 {
    display: none;
  }
  .footer .ce.last-child {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
  .footer .ce.last-child p {
    margin: 0;
  }
  a:after {
    content: "  [" attr(href) "] ";
    color: #999;
    font-size: 10pt;
    text-decoration: none;
  }
  .main-box {
    background: transparent;
    color: #0A3803;
    padding: 0;
    margin: 0;
  }
  .logo a:after,
.footer a:after,
.sidebar a:after,
.box a:after {
    content: "";
  }
  .news-listing .has-image .img,
.events-listing .has-image .img {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
  }
  .news-listing .has-image .description,
.events-listing .has-image .description {
    width: 65.9090909091%;
    float: right;
    margin-right: 0;
  }
  .children {
    border: 1px solid #178107;
    padding: .15em .5em;
  }
  .has-left-sidebar .left-sidebar {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .has-left-sidebar .content {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

hr {
  clear: both;
  height: 1px;
  background: transparent;
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  padding: 8px 0;
  margin: 0 0 8px 0;
}

div.buttons {
  float: none;
  clear: both;
  padding: 1.5rem 0;
}

div.buttons .toggle-button {
  box-shadow: 0 0 0 transparent;
  outline: 0 none transparent;
}

div.buttons .toggle-button:active, div.buttons .toggle-button:focus {
  box-shadow: 0 0 0 transparent;
  outline: 0 none transparent;
}

div.buttons .toggle-button:after {
  content: "\00BB";
  transform: rotate(90deg);
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  transition: transform 500ms ease;
}

div.buttons .toggle-button.on {
  opacity: .7;
}

div.buttons .toggle-button.on:after {
  transform: rotate(-90deg);
}

.additional-body {
  opacity: 1;
  transition: opacity 500ms ease;
  height: auto;
  overflow: visible;
}

.additional-body.hidden {
  height: 0;
  overflow: hidden;
  clear: both;
  opacity: 0;
  zoom: 1;
}

.additional-body.hidden:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
