/*!

    aai-vebe.ch - main.css
    grafinet gmbh, 2015 [kd]

*/
/* normalize.css v3.0.2 | 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.
 */
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500);
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,
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.
 */
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-color: 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;
}

p, span, a, li, label, input, select, option, textarea, table, td, th {
  font: 300 16px/25px "Ubuntu", sans-serif;
  color: #454545;
  margin: 0;
}

p + p, p + ul, ul + p, h1 + p, h1 + h5, h2 + h1, h2 + p, p + h5, h5 + p, h5 + h6, h4 + p, p + h4, h4 + h4, p + h6, p + img, img + p, p + a, a + p, img + h6, p + figure, figure + p, figure + h6 {
  margin-top: 1.5em;
  color: #454545;
}

ul + p {
  margin-top: 1em;
}

p + ul {
  margin-top: 0.5em;
}

h1 {
  font: 700 48px/50px "Amatic SC", cursive;
  color: #454545;
  margin: 0;
}

h2 {
  font: 700 30px "Amatic SC", cursive;
  color: #454545;
  text-align: left;
  margin: 0;
}

h3 {
  font: 400 20px "Ubuntu", sans-serif;
  color: #454545;
}

a, a:before, a:after, svg {
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}

a {
  letter-spacing: 0.5px;
}
a:link, a:active, a:visited {
  color: #454545;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

a.btn {
  display: block;
  width: 231px;
  margin-top: 90px;
}
a.btn.center {
  margin: 0 auto;
}
a.btn.edu {
  width: 278px;
}
a.btn:hover svg {
  fill: #454545;
}
a.btn svg {
  fill: #fdbd58;
}

.nature a.downloadIcon:before {
  background-image: url("../img/ui/download-green.svg");
}

a.downloadIcon {
  position: relative;
  display: block;
  margin-top: 30px;
  padding-left: 70px;
  text-align: left;
  font: 700 32px/50px "Amatic SC", cursive;
}
a.downloadIcon:link, a.downloadIcon:active, a.downloadIcon:visited {
  color: #fdbd58;
  text-decoration: none;
}
a.downloadIcon:hover {
  color: #454545;
  text-decoration: none;
}
a.downloadIcon:before {
  position: absolute;
  content: "";
  background-image: url("../img/ui/download-orange.svg");
  width: 50px;
  height: 50px;
  left: 5px;
  top: 3px;
  background-repeat: no-repeat;
}
a.downloadIcon:hover:before {
  background-image: url("../img/ui/download.svg");
}

.medium-centered a.downloadIcon,
.large-centered a.downloadIcon {
  display: inline-block;
}

.nature a.arrow:before,
.nature a.externalLinkIcon:before,
.nature a.internalLinkIcon:before {
  background-image: url("../img/ui/offers-green.svg");
}

a.arrow,
a.externalLinkIcon,
a.internalLinkIcon {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding-left: 40px;
  text-align: left;
  font: 700 32px/30px "Amatic SC", cursive;
}
a.arrow:link, a.arrow:active, a.arrow:visited,
a.externalLinkIcon:link,
a.externalLinkIcon:active,
a.externalLinkIcon:visited,
a.internalLinkIcon:link,
a.internalLinkIcon:active,
a.internalLinkIcon:visited {
  color: #fdbd58;
  text-decoration: none;
}
a.arrow:hover,
a.externalLinkIcon:hover,
a.internalLinkIcon:hover {
  color: #454545;
  text-decoration: none;
}
a.arrow:before,
a.externalLinkIcon:before,
a.internalLinkIcon:before {
  position: absolute;
  content: "";
  background-image: url("../img/ui/offers-orange.svg");
  width: 25px;
  height: 25px;
  left: 5px;
  top: 3px;
  background-repeat: no-repeat;
}
a.arrow:hover:before,
a.externalLinkIcon:hover:before,
a.internalLinkIcon:hover:before {
  background-image: url("../img/ui/offers.svg");
}

a.backLinkIcon {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  float: right;
  font: 700 32px/30px "Amatic SC", cursive;
}
a.backLinkIcon:link, a.backLinkIcon:active, a.backLinkIcon:visited {
  color: #fdbd58;
  text-decoration: none;
}
a.backLinkIcon:hover {
  color: #454545;
  text-decoration: none;
}
a.backLinkIcon:hover svg {
  fill: #454545;
}
a.backLinkIcon svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  fill: #fdbd58;
}
a.backLinkIcon.right {
  margin-top: -100px;
}

a.download:link, a.download:active, a.download:visited, a.externalLink:link, a.externalLink:active, a.externalLink:visited, a.internalLink:link, a.internalLink:active, a.internalLink:visited {
  color: #fdbd58;
  text-decoration: none;
}
a.download:hover, a.externalLink:hover, a.internalLink:hover {
  color: #454545;
  text-decoration: none;
}

a.internalButton {
  width: 272px;
  height: 66px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 32px;
  line-height: 65px;
  font-family: "Amatic SC";
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
a.internalButton::before {
  content: "";
  width: 272px;
  height: 66px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/ui/longbutton_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.internalButton:hover {
  font-size: 36px;
  line-height: 68px;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active, .visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  zoom: 1;
}
.clear:before, .clear:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input.placeholder {
  color: #fff;
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

input[type=text], input[type=search], input[type=number], input[type=submit], input[type=email], input[type=tel] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  color: #000;
}
input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=submit]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder {
  color: #000;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=submit]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  color: #000;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #000;
}
input[type=text].placeholder, input[type=number].placeholder, input[type=submit].placeholder, input[type=email].placeholder, input[type=tel].placeholder {
  color: #000;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-ms-clear, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

a:focus, input:focus, textarea:focus, select:focus {
  outline: none !important;
}

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

ul:not([class]) {
  margin-left: 0.85em;
  padding: 0;
  text-indent: -0.8em;
}
ul:not([class]) li:before {
  content: url(../img/ui/list.svg);
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  top: 2px;
}

.ce-textpic.ce-left {
  display: flex;
  justify-content: flex-start;
}
.ce-textpic.ce-left .ce-gallery {
  width: 30%;
  margin-top: 20px;
}
.ce-textpic.ce-left .ce-gallery figure {
  margin: 0;
}
.ce-textpic.ce-left .ce-bodytext {
  margin-left: 50px;
  width: 70%;
}

#home section, #home h2 {
  text-align: center;
}
#home footer h2 {
  text-align: left;
}

header {
  position: relative;
  height: 174px;
  width: 100%;
  background: #fff url(../img/img/headerOrange.png) top right no-repeat;
  z-index: 1000;
}
header figure.logo {
  height: 135px;
  line-height: 135px;
}
header figure.logo a {
  display: inline-block;
}
header figure.logo a img {
  width: 180px;
  height: auto;
}
header nav {
  position: absolute;
  left: 0;
  bottom: -65px;
  height: 100px;
  width: 100%;
  background: url(../img/ui/nav.svg) repeat-x center bottom;
  background-size: 3320px auto;
}
header nav.sticky {
  position: fixed;
  top: -12px;
  z-index: 100;
}
header nav a {
  height: 100px;
  display: block;
  float: left;
  font: 700 30px/100px "Amatic SC";
}
header nav a + a {
  margin-left: 90px;
}
header nav svg {
  height: 21px;
  width: auto;
  fill: #fff;
}
header nav svg:hover {
  fill: #454545;
}

body.nature header {
  position: relative;
  height: 174px;
  width: 100%;
  background: #fff url(../img/img/headerGreen.png) top right no-repeat;
  z-index: 1000;
}
body.nature header nav {
  position: absolute;
  left: 0;
  bottom: -60px;
  height: 100px;
  width: 100%;
  background: url(../img/ui/nav_green.svg) repeat-x center bottom;
  background-size: 3320px auto;
}
body.nature header nav.sticky {
  position: fixed;
  top: -12px;
  z-index: 100;
}
body.nature header nav a {
  height: 100px;
  display: block;
  float: left;
  font: 700 30px/100px "Amatic SC";
}
body.nature header nav a + a {
  margin-left: 90px;
}
body.nature header nav svg {
  height: 21px;
  width: auto;
  fill: #fff;
}
body.nature header nav svg:hover {
  fill: #454545;
}

figure h1, div.figure h1 {
  color: #fff;
  text-align: center;
  margin: 150px 0 50px;
}
figure p, div.figure p {
  font: 400 20px/30px "Ubuntu", sans-serif;
  color: #fff;
  text-align: center;
}
figure a.btn, div.figure a.btn {
  margin-top: 90px;
}
figure a.btn:hover svg, div.figure a.btn:hover svg {
  fill: #fff;
}
figure a.btn svg, div.figure a.btn svg {
  fill: #fff;
}

section {
  position: relative;
  padding: 100px 0;
}
section a:link, section a:active, section a:visited {
  color: #fdbd58;
  text-decoration: none;
}
section a:hover {
  color: #454545;
  text-decoration: none;
}
section.nature a:link, section.nature a:active, section.nature a:visited {
  color: #adcb70;
  text-decoration: none;
}
section.nature a:hover {
  color: #454545;
  text-decoration: none;
}
section.nature a:hover svg {
  fill: #454545;
}
section.nature svg {
  fill: #adcb70;
}
section.rabbitGreenLeft:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 180px;
  background: url(../img/img/haseGruenLinks.png) left bottom/80px auto no-repeat;
}
section.rabbitGreenRight:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 80px;
  height: 180px;
  background: url(../img/img/haseGruenRechts.png) left bottom/80px auto no-repeat;
}
section.rabbitOrangeLeft:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 180px;
  background: url(../img/img/haseOrangeLinks.png) left bottom/80px auto no-repeat;
}
section.rabbitOrangeRight:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 80px;
  height: 180px;
  background: url(../img/img/haseOrangeRechts.png) left bottom/80px auto no-repeat;
}
section.flowerGreenLeft:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/blumeGruenLinks.png) right bottom/80px auto no-repeat;
}
section.flowerGreenRight:after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/blumeGruenRechts.png) right bottom/80px auto no-repeat;
}
section.flowerOrangeLeft:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/blumeOrangeLinks.png) right bottom/80px auto no-repeat;
}
section.flowerOrangeRight:after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/blumeOrangeRechts.png) right bottom/80px auto no-repeat;
}
section.sunGreenLeft:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/sonneGruenLinks.png) right bottom/80px auto no-repeat;
}
section.sunGreenRight:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/sonneGruenRechts.png) right bottom/80px auto no-repeat;
}
section.sunOrangeLeft:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/sonneOrangeLinks.png) right bottom/80px auto no-repeat;
}
section.sunOrangeRight:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 100px;
  background: url(../img/img/sonneOrangeRechts.png) right bottom/80px auto no-repeat;
}
section h1 {
  text-align: left;
  color: #454545;
  margin: 0 0 50px;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 8px;
  background: url(../img/ui/textdecoration_black.svg) repeat-x bottom left;
  background-size: 500px 7px;
}
section h1 + p {
  margin-top: 0;
}
section h2 + h1 {
  margin-top: 10px;
}
section h1 + h2 {
  margin-top: -10px;
}
section ul + h2 {
  margin-top: 30px;
}
section h3 {
  margin-bottom: 5px !important;
}
section p + ul {
  margin-left: 2em !important;
}
section a.btn {
  width: 200px;
  margin-top: 50px !important;
}
section figure.imgContainer {
  margin: -50px 0 50px;
}
section figure.imgContainer div.headerImage {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
section .textPic figure {
  float: right;
  margin: 5px 0 5px 15px;
}

body.nature section a:link, body.nature section a:active, body.nature section a:visited {
  color: #adcb70;
  text-decoration: none;
}
body.nature section a:hover {
  color: #454545;
  text-decoration: none;
}
body.nature section a:hover svg {
  fill: #454545;
}
body.nature section svg {
  fill: #adcb70;
}

footer {
  background-color: #fdbd58;
  position: relative;
  padding: 50px 0;
}
footer:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  background: url(../img/ui/nav.svg) repeat-x center top;
  background-size: 3320px auto;
}
footer h2 {
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
  display: block;
  padding-bottom: 10px;
  padding-right: 8px;
  background: url(../img/ui/textdecoration_white.svg) repeat-x bottom left;
  background-size: 437px 6px;
}
footer p {
  color: #fff;
}
footer a {
  display: block;
}
footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #454545;
  text-decoration: none;
}
footer div.address a {
  display: inline-block;
}
footer nav.row ul {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
footer nav.row ul li:before {
  content: none !important;
}
footer nav.row ul li a {
  position: relative;
  display: inline-block;
  text-align: left;
}
footer nav.row ul li a.on svg {
  position: absolute;
  left: -25px;
  top: 5px;
  width: 15px;
  height: 15px;
  fill: #fff;
}

body.nature footer {
  background-color: #adcb70;
}
body.nature footer:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  background: url(../img/ui/nav_green.svg) repeat-x center top;
  background-size: 3320px auto;
}

nav.meta {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -25em;
  width: 25em;
  height: auto;
  background: #fdbd58;
  color: #fff;
  padding: 7.188em 3.625em 2.5em 3.625em !important;
  overflow: auto;
  z-index: 2000;
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -ms-transition: -ms-transform 400ms ease;
  transition: transform 400ms ease;
  -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);
  -webkit-overflow-scrolling: touch;
}
nav.meta.open {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -ms-transition: -ms-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translate3d(-25em, 0, 0);
  -moz-transform: translate3d(-25em, 0, 0);
  -ms-transform: translate3d(-25em, 0, 0);
  -o-transform: translate3d(-25em, 0, 0);
  transform: translate3d(-25em, 0, 0);
}
nav.meta a.btnMenu.close {
  position: absolute;
  top: 2.813em;
  right: 3.125em;
  display: block;
  cursor: pointer;
  padding: 0 !important;
  margin: 0;
}
nav.meta a.btnMenu.close svg {
  width: 1.35em;
  height: 1.4em;
  fill: #454545;
  -webkit-transition: fill 200ms ease;
  -moz-transition: fill 200ms ease;
  -ms-transition: fill 200ms ease;
  -o-transition: fill 200ms ease;
  transition: fill 200ms ease;
}
nav.meta a.btnMenu.close:hover svg {
  fill: #fff;
}
nav.meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
nav.meta ul li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.meta ul li a:link, nav.meta ul li a:active, nav.meta ul li a:visited {
  color: #454545;
  text-decoration: none;
}
nav.meta ul li a:hover {
  color: #fff;
  text-decoration: none;
}
nav.meta ul li h2 {
  text-align: left !important;
  margin-bottom: 0.4em;
  color: inherit;
  font-size: 2em;
  text-transform: uppercase;
}
nav.meta ul li:before {
  content: none;
}
nav.meta ul li + li {
  margin-top: 2.125em;
}
nav.meta ul li ul li {
  margin-top: 0;
}
nav.meta ul li ul li a {
  padding: 0 0 0.4em 0;
  font: 300 1.2em "Ubuntu", sans-serif;
  position: relative;
  display: inline-block;
  text-align: left;
  text-transform: none;
  -webkit-transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -ms-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;
}
nav.meta ul li ul li a:link, nav.meta ul li ul li a:active, nav.meta ul li ul li a:visited {
  color: #454545;
  text-decoration: none;
}
nav.meta ul li ul li a:hover {
  color: #fff;
  text-decoration: none;
}
nav.meta ul li ul li a.on svg {
  position: absolute;
  left: -25px;
  top: 5px;
  width: 15px;
  height: 15px;
  fill: #454545;
}

body.nature nav.meta {
  background: #adcb70;
}

table {
  width: 100%;
}
table tr {
  text-align: left;
  vertical-align: top;
}
table tr td {
  padding: 10px 30px 10px 0;
}

.invisibleTable tr + tr td {
  border-top: none;
}

.visibleTableOrange tr + tr td,
.contenttable tr + tr td {
  border-top: 1px solid #fdbd58;
}

.visibleTableGreen tr + tr td,
.nature .contenttable tr + tr td {
  border-top: 1px solid #adcb70;
}

.tx-felogin-pi1 h3 + div {
  font: 300 16px/25px "Ubuntu", sans-serif;
  color: #454545;
  margin: 0;
}
.tx-felogin-pi1 .row {
  padding: 0 10px;
}
.tx-felogin-pi1 .row fieldset .row {
  padding: 0;
}
.tx-felogin-pi1 form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tx-felogin-pi1 form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.tx-felogin-pi1 form fieldset .row {
  margin-top: 40px;
}
.tx-felogin-pi1 form fieldset .row p {
  line-height: 40px;
}
.tx-felogin-pi1 form fieldset .row .inputField {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #fdbd58;
  padding: 10px;
  width: 100%;
}

nav.form-navigation {
  margin-top: 20px;
}

figure.video {
  margin: 0;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63.75em;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .small-0 {
    display: none;
  }

  .small-1 {
    width: 8.33333%;
    display: block;
  }

  .small-2 {
    width: 16.66667%;
    display: block;
  }

  .small-3 {
    width: 25%;
    display: block;
  }

  .small-4 {
    width: 33.33333%;
    display: block;
  }

  .small-5 {
    width: 41.66667%;
    display: block;
  }

  .small-6 {
    width: 50%;
    display: block;
  }

  .small-7 {
    width: 58.33333%;
    display: block;
  }

  .small-8 {
    width: 66.66667%;
    display: block;
  }

  .small-9 {
    width: 75%;
    display: block;
  }

  .small-10 {
    width: 83.33333%;
    display: block;
  }

  .small-11 {
    width: 91.66667%;
    display: block;
  }

  .small-12 {
    width: 100%;
    display: block;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .medium-0 {
    display: none;
  }

  .medium-1 {
    width: 8.33333%;
    display: block;
  }

  .medium-2 {
    width: 16.66667%;
    display: block;
  }

  .medium-3 {
    width: 25%;
    display: block;
  }

  .medium-4 {
    width: 33.33333%;
    display: block;
  }

  .medium-5 {
    width: 41.66667%;
    display: block;
  }

  .medium-6 {
    width: 50%;
    display: block;
  }

  .medium-7 {
    width: 58.33333%;
    display: block;
  }

  .medium-8 {
    width: 66.66667%;
    display: block;
  }

  .medium-9 {
    width: 75%;
    display: block;
  }

  .medium-10 {
    width: 83.33333%;
    display: block;
  }

  .medium-11 {
    width: 91.66667%;
    display: block;
  }

  .medium-12 {
    width: 100%;
    display: block;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column, .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .large-0 {
    display: none;
  }

  .large-1 {
    width: 8.33333%;
    display: block;
  }

  .large-2 {
    width: 16.66667%;
    display: block;
  }

  .large-3 {
    width: 25%;
    display: block;
  }

  .large-4 {
    width: 33.33333%;
    display: block;
  }

  .large-5 {
    width: 41.66667%;
    display: block;
  }

  .large-6 {
    width: 50%;
    display: block;
  }

  .large-7 {
    width: 58.33333%;
    display: block;
  }

  .large-8 {
    width: 66.66667%;
    display: block;
  }

  .large-9 {
    width: 75%;
    display: block;
  }

  .large-10 {
    width: 83.33333%;
    display: block;
  }

  .large-11 {
    width: 91.66667%;
    display: block;
  }

  .large-12 {
    width: 100%;
    display: block;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px), only screen and (min-width: 0) and (max-width: 767px) {
  a.downloadIcon {
    margin-top: 20px;
  }

  header, body.nature header {
    background-image: none;
  }

  figure.paralax {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  figure.heading {
    overflow: hidden;
    background-size: cover !important;
    padding-bottom: 60px;
    background-position: center center !important;
  }
  figure.heading h1 {
    margin-top: 110px;
  }
  figure.heading a.btn {
    margin-top: 40px;
  }

  nav.meta {
    width: 100%;
  }

  section {
    padding: 50px 0;
    overflow: hidden;
  }
  section h1 {
    overflow: scroll;
    width: 100%;
  }
  section div.box + div.box {
    margin-top: 50px;
  }
  section.flowerGreenLeft:before, section.flowerGreenRight:after {
    bottom: 0px;
  }
  section.flowerOrangeLeft:before, section.flowerOrangeRight:after {
    bottom: 0px;
  }
  section.rabbitGreenLeft:before, section.rabbitOrangeLeft:before, section.rabbitGreenRight:before, section.rabbitOrangeRight:before, section.sunOrangeLeft:before, section.sunGreenLeft:before, section.sunOrangeRight:before, section.sunGreenRight:before {
    display: none;
  }

  .row {
    padding: 0 10px;
  }

  #home .small-uncentered {
    text-align: left;
  }
  #home h1 {
    text-align: center;
    display: block;
  }

  .visibleTableOrange tr + tr td {
    border-top: none;
  }

  .visibleTableGreen tr + tr td {
    border-top: none;
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  tr td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .hideOnMobile {
    display: none !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape), only screen and (min-width: 568px) and (max-width: 640px) {
  nav.meta {
    right: -36em;
    width: 100%;
  }
  nav.meta.open {
    right: -25em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-width: 641px) and (max-width: 1024px) {
  header figure.logo {
    padding-left: 20px;
  }

  #home h1 {
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  figure.paralax {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  figure.heading {
    overflow: hidden;
    background-size: cover !important;
    padding-bottom: 60px;
  }
  figure.heading h1 {
    margin-top: 110px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }
  figure.heading a.btn {
    margin-top: 40px;
  }
  figure.row {
    max-width: inherit;
  }

  nav.meta {
    width: 25em;
    right: -25em;
  }

  section h1 {
    overflow: visible;
  }
  section.flowerGreenLeft:before, section.flowerGreenRight:after {
    bottom: 0px;
  }
  section.flowerOrangeLeft:before, section.flowerOrangeRight:after {
    bottom: 0px;
  }
  section.rabbitGreenLeft:before, section.rabbitOrangeLeft:before, section.sunOrangeLeft:before, section.sunGreenLeft:before {
    display: none;
  }

  nav div.row a.btnMenu {
    float: right;
    padding-right: 20px;
  }

  .row {
    padding: 0 30px;
  }

  .tx-felogin-pi1 .row {
    padding: 0 10px;
  }
  .tx-felogin-pi1 .row fieldset .row {
    padding: 0;
  }

  .tableWrapper {
    width: 100%;
    overflow: visible;
  }
}
