/*!
Theme Name: new-forest
Theme URI: http://underscores.me/
Author: Bureau Daniel Groner
Author URI: http://www.danielgroner.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-forest
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

new-forest is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("../new-forest/assets/mightyslider/slider_skins/windows8/style.css");
@import url("../new-forest/assets/mightyslider/slider_skins/modern/style.css");
@import url("../new-forest/assets/mightyslider/slider_skins/fullscreen/style.css");
@import url("../new-forest/assets/mightyslider/slider_skins/paper/style.css");
@import url("../new-forest/assets/mightyslider/slider_skins/newforest/style.css");
@import url("../new-forest/assets/mightyslider/carousel_skins/simple/style.css");
@import url("../new-forest/assets/mightyslider/carousel_skins/modern/style.css");
@import url("../new-forest/assets/mightyslider/carousel_skins/coverflow/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/white/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/crystal/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/silver/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/blue/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/black/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/black_glass/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/green/style.css");
@import url("../new-forest/assets/mightyslider/tabs_skins/green_glass/style.css");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: 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 {
  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-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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444444;
  font-family: europa, x serif, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.intro {
  color: white; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

._intro_headline a:hover {
  border-bottom: transparent solid 0.05em; }

span.underline-big {
  position: relative;
  border-bottom: #fff solid 0.075em;
  color: #fff; }
  span.underline-big:hover {
    border-bottom: transparent solid 0.05em;
    cursor: pointer; }

span.underline-big:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px; }

span.underline-small {
  border-bottom: #fff solid 0.1em;
  font-size: 26px; }

.takeawalk {
  margin-top: 19px; }

.explanation ._headline_l {
  margin-bottom: 0.8em; }

.explanation ._headline_m {
  margin-bottom: 1.2em; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #444444;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ul.text-lists {
  margin: 0 0 0 1em;
  list-style-type: disc;
  /*
  li:before{ 
  	content:"- ";
  }
  */ }
  ul.text-lists li {
    height: 1.3em !important; }

@media (min-width: 700px) {
  #hellofresh-two ul.text-lists li {
    color: #89c050; }

  #fromatob-two ul.text-lists li {
    color: #fff; }

  #lufthansa-two ul.text-lists li {
    color: #fff; }

  #peta-slide-two ul.text-lists li {
    color: #fff; } }
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: .4em 1.3em .5em;
  border-radius: 100px;
  letter-spacing: 0.04em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #cccccc #bbbbbb #aaaaaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
    outline: 0; }

button.learn-how {
  background: #FFFFFF;
  border: none;
  color: #1bbbbc;
  font-size: 20px;
  border: solid 3px transparent; }
  button.learn-how:hover {
    background-color: transparent;
    border: solid 3px #fff;
    color: #fff; }

button.call-to-action {
  background: #444444;
  border: solid 3px transparent;
  color: #ffffff;
  font-size: 20px;
  margin-top: 1.2em; }
  button.call-to-action:hover {
    background-color: transparent;
    border: solid 3px #444;
    color: #444; }

.newsletterbutton {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  margin: 0.5em auto;
  width: 70px;
  height: 3.5rem;
  position: absolute;
  right: 0;
  top: -0.5em; }
  .newsletterbutton:hover {
    background-color: transparent;
    cursor: pointer; }

.newsletterbutton {
  display: none;
  width: 3em;
  padding: 0.8em;
  z-index: 10;
  background: #1bbbbc url("assets/social/mail.svg") no-repeat center; }
  .newsletterbutton:hover {
    padding: 0.8em;
    background: transparent url("assets/social/mail-hover.svg") no-repeat center; }

input.newsletterbutton {
  z-index: 1;
  display: none !important; }

.email {
  width: 100%;
  text-align: center;
  height: 3.5rem;
  font-size: 1.5em;
  letter-spacing: 0.01em;
  border-radius: 100px;
  /*
  &:focus + div .newsletterbutton {
  	opacity: 1;
  }
  */ }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #444444;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 3px; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="range"]:focus,
  input[type="range"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  textarea:focus,
  textarea:active {
    color: #111111;
    color: #444;
    outline: 2px solid #444; }

@media (max-width: 700px) {
  input.email {
    font-size: 18px;
    height: 3em; } }
input.e-mail-valid {
  color: #1bbbbc;
  border: 2px solid #1bbbbc; }
  input.e-mail-valid:focus {
    color: #1bbbbc;
    outline: 2px solid #1bbbbc; }

select {
  border: 1px solid #cccccc; }

textarea {
  width: 100%; }

.signed-up {
  opacity: 0;
  height: 56px;
  line-height: 56px;
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  color: #1bbbbc;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 1.3s; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #444444;
  text-decoration: none; }
  a:hover, a:focus {
    color: #444444;
    border-bottom: solid 2px; }
  a:active {
    border-bottom: none; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

.arrow-next {
  opacity: 0;
  position: fixed !important;
  bottom: 64px;
  left: 0;
  z-index: 999999999; }

.arrow-down-wrapper {
  bottom: 40px; }
  .arrow-down-wrapper a:hover, .arrow-down-wrapper a:focus, .arrow-down-wrapper a:active {
    border-bottom: none; }

.active-on-scroll a {
  color: #444444;
  border-bottom: #444 solid 2px; }

.contact-data a {
  color: #1bbbbc; }
  .contact-data a:hover, .contact-data a:active {
    border-bottom: #1bbbbc solid 2px; }

.pre-footer a {
  color: #aaaaaa !important; }
  .pre-footer a:hover, .pre-footer a:focus, .pre-footer a:active {
    color: white !important;
    opacity: 0.9;
    border-bottom: 0; }
.pre-footer a.impressum-button {
  margin: 20px; }
.pre-footer .social-img-container {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 45px;
  text-align: center; }
.pre-footer .social-img {
  opacity: 0.5;
  width: 25px;
  margin: 15px;
  text-align: center; }
  .pre-footer .social-img:hover, .pre-footer .social-img:focus, .pre-footer .social-img:active {
    opacity: 0.9; }
  .pre-footer .social-img .aligncenter {
    display: inline-block; }

a.social-link:hover, a.social-link:active {
  border: none; }

@media (min-width: 700px) {
  .pre-footer .social-img {
    width: auto;
    margin: 0 10px 0 10px;
    text-align: none; } }
.a-underlined {
  border-bottom: #444 solid 1px; }
  .a-underlined:hover, .a-underlined:active {
    border-bottom: transparent solid 1px; }

.a-button:hover, .a-button:active {
  border: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: auto;
  position: fixed;
  top: 17px;
  right: 5%;
  z-index: 999999999; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    margin-left: 1em; }
  .main-navigation a {
    display: inline;
    text-decoration: none;
    padding-bottom: 1px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 370px) {
  .main-navigation {
    right: 32px; }

  .main-navigation li {
    margin-left: 32px; } }
@media screen and (min-width: 700px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

header {
  position: fixed;
  font-size: 0.9rem;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  line-height: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 999999999; }

header.legalnotice-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  header.legalnotice-header a {
    color: #aaa; }
  header.legalnotice-header #main-logo path {
    fill: #aaa; }

.site-branding {
  position: fixed;
  top: 17px;
  left: 5%;
  z-index: 999999999; }

.site-title {
  margin: 0 0 0 0px; }

.site-title a {
  text-decoration: none;
  padding-bottom: 1px; }

#main-logo {
  display: none;
  position: fixed;
  margin: 8px 12px 0 12px;
  z-index: 999999999999;
  width: 60px;
  height: auto; }
  #main-logo path {
    fill: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#main-logo path.legalnotice-logo {
  fill: #aaaaaa !important; }

#legalnotice-arrowup {
  position: fixed;
  top: 30px;
  right: 24px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #legalnotice-arrowup:hover {
    cursor: pointer; }

#legalnotice-arrowup.opacity-on {
  opacity: 1; }

@media screen and (min-width: 370px) {
  .site-branding {
    left: 24px; } }
@media screen and (min-width: 700px) {
  .main-navigation {
    top: 30px; }

  header {
    display: none;
    font-size: 1.25rem;
    height: 80px; }

  .site-branding {
    top: 30px;
    left: 24px; }

  .site-title {
    margin: 0 0 0 100px; }

  .site-title a {
    text-decoration: none; }

  #main-logo {
    display: block;
    margin: 17px 24px 0 24px;
    width: 82px;
    height: 40px; }

  .pre-footer .social-img {
    margin: 0 0 -0.3em 1em; } }
@keyframes dash {
  to {
    stroke-dashoffset: 1; } }
.social-img {
  margin: 0; }

.pre-footer p, .pre-footer h1 {
  color: #aaa; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.safari-alignfix-center {
  margin-top: 50vh;
  transform: translateY(-52%); }

.safari-alignfix-bottom {
  bottom: 0; }

html, body {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

body.noscroll {
  overflow: hidden; }

.no-hyphens {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.no-whitespace-wrap {
  white-space: nowrap; }

.nono a.mSButtons {
  display: none !important; }

/* give anchor an offset */
div.anchor-section {
  padding-top: 80px;
  margin-top: -80px; }

@media (min-width: 700px) {
  div.anchor-section {
    padding-top: 100px;
    margin-top: -100px; } }
/* down arrow intro screen */
#intro-section {
  height: 100vh; }

.arrow-down-wrapper {
  z-index: 99999999;
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 60px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.arrow-down {
  -webkit-animation: bounce 5s infinite ease-in-out;
  -moz-animation: bounce 5s infinite ease-in-out;
  animation: bounce 5s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0%, 10%, 30%, 50% {
    -webkit-transform: translateY(0); }

  20% {
    -webkit-transform: translateY(-20px); }

  40% {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes bounce {
  0%, 10%, 30%, 50% {
    -webkit-transform: translateY(0); }

  20% {
    -webkit-transform: translateY(-20px); }

  40% {
    -webkit-transform: translateY(-10px); } }
@keyframes bounce {
  0%, 10%, 30%, 50% {
    -webkit-transform: translateY(0); }

  20% {
    -webkit-transform: translateY(-20px); }

  40% {
    -webkit-transform: translateY(-10px); } }
.arrow-down-wrapper a:hover, .arrow-down-wrapper a:active {
  border-bottom: none; }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 1.5s; }

.bg1 {
  background-color: white; }

.bg2 {
  background-color: rgba(238, 116, 3, 0.033); }

.bg3 {
  background-color: rgba(225, 0, 73, 0.033); }

.bg4 {
  background-color: rgba(227, 238, 3, 0.033); }

.bg5 {
  background-color: rgba(0, 87, 225, 0.033); }

/* explanation */
.first-explanation, .second-explanation, .third-explanation, .fourth-explanation, .fifth-explanation {
  position: relative;
  -webkit-transition: opacity 0.5s, transform 1.3s;
  -moz-transition: opacity 0.5s, transform 1.3s;
  -ms-transition: opacity 0.5s, transform 1.3s;
  -o-transition: opacity 0.5s, transform 1.3s;
  transition: opacity 0.5s, transform 1.3s; }

.first-explanation h1._headline_m:after {
  content: url("assets/svg-icons/downtoearth.svg");
  display: block;
  margin-top: 2em; }

.second-explanation h1._headline_l:before {
  content: url("assets/svg-icons/attractingbirds.svg");
  display: block;
  margin-bottom: 0.3em; }

.third-explanation h1._headline_l:before {
  content: url("assets/svg-icons/healthyroots.svg");
  display: block;
  margin-bottom: 0.2em; }

.fourth-explanation h1._headline_l:before {
  content: url("assets/svg-icons/shinyleaves.svg");
  display: block; }

/*
.explanation .lg-textformat-parent:after {
	content:url('assets/arrow-down-black.svg'); 
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-100%);
}
*/
.explanation-image {
  z-index: 9;
  -webkit-transition: opacity 0.5s, transform 1.3s;
  -moz-transition: opacity 0.5s, transform 1.3s;
  -ms-transition: opacity 0.5s, transform 1.3s;
  -o-transition: opacity 0.5s, transform 1.3s;
  transition: opacity 0.5s, transform 1.3s; }

.explanation {
  z-index: 10; }

section {
  max-width: 100%; }

#first-explanation-slide, #second-explanation-slide, #third-explanation-slide, #fourth-explanation-slide, #fifth-explanation-slide {
  z-index: 10; }

@media (min-width: 700px) {
  .first-explanation p._Default:after {
    content: url("assets/svg-icons/downtoearth.svg");
    display: block;
    margin-top: 2em; }

  .first-explanation h1._headline_m:after {
    display: none; }

  .parralax {
    position: relative; }

  /* explanation */
  .first-explanation, .second-explanation, .third-explanation, .fourth-explanation, .fifth-explanation {
    opacity: 0; }

  .explanation-fixing-left {
    position: fixed;
    top: 50%;
    left: 10%; }

  .explanation-fixing-image-left {
    left: 50%; }

  .explanation-fixing-right {
    position: fixed;
    top: 50%;
    right: 10%; }

  /*
  .explanation-fixing-left .first-explanation-inner {
  	transform: translateY(-50%);
  }
  */
  .explanation-fixing-left .first-explanation-inner, .explanation-fixing-right .second-explanation-inner, .explanation-fixing-left .third-explanation-inner, .explanation-fixing-right .fourth-explanation-inner, .explanation-fixing-left .fifth-explanation-inner {
    transform: translateY(-55%); }

  .zIndexOverHoveringTextInSafariButBelowCases {
    z-index: 100; }

  .explanation .lg-textformat-parent {
    margin-top: 20%;
    position: absolute; }

  .first-explanation, .third-explanation, .fifth-explanation {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .second-explanation {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .fourth-explanation {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }

  /* Image Gradient overlay for readability */
  .first-explanation-image:after, .fourth-explanation-image:after, .fifth-explanation-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0.35) 96%);
    opacity: .6; }

  .fourth-explanation-image:after {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0.35) 96%); }

  .explanation-image {
    opacity: 0; } }
.takeawalk:hover, img.arrow-next:hover, img.arrow-prev:hover {
  cursor: pointer; }

.takeawalk {
  padding-right: 52px; }
  .takeawalk:after {
    content: '';
    z-index: -1;
    width: 22px;
    height: 10px;
    background-image: url("assets/arrow-to-cases.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 1em;
    right: 24px; }

.background-two {
  background-image: url("assets/baumintro.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  background-repeat: none;
  /* background-position: 50% 20%;   */
  transition: 0s linear;
  transition-property: background-position;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-position: 50% 20%; }

.background-three {
  background-image: url("assets/intro-tree.svg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: bottom;
  -moz-background-position: bottom;
  -ms-background-position: bottom;
  -o-background-position: bottom;
  background-position: bottom;
  transform: scale(1.001);
  background-repeat: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 0; }

/*
.position-fixed .lg-textformat-parent {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.position-fixed-scrollteaser .lg-textformat-parent {
	top: 84%;
	left: 50%;
	transform: translateX(-50%);	
}
*/
.impressum-section {
  display: none; }

.impressum-visibility {
  display: block; }

.mightyslider_newforest_skin {
  overflow: scroll; }

@media (min-width: 700px) {
  .mightyslider_newforest_skin {
    overflow: hidden; } }
.mightySlider {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.0s, transform 0.5s;
  -moz-transition: opacity 0.0s, transform 1.3s;
  -ms-transition: opacity 0.0s, transform 1.3s;
  -o-transition: opacity 0.0s, transform 1.3s;
  transition: opacity 0.0s, transform 0.5s;
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw); }

.mightySlider #main-logo {
  position: fixed;
  top: 0;
  left: 0;
  margin: 12px 24px 0 24px; }

.mightySlider #main-logo path {
  fill: #fff; }

.mightySlider ul.slideelement {
  height: 100vh;
  list-style: none;
  margin: 0;
  padding: 0; }

.mightySlider ul.slideelement li {
  float: left;
  width: 100vw; }

@media (min-width: 700px) {
  .mightySlider ul.slideelement li {
    height: 100vh; } }
#cases-close {
  display: none;
  position: fixed;
  color: white;
  top: 0;
  right: 0;
  z-index: 99999999999;
  /*
  background-color: rgba(210, 210, 210, 1);
  border-radius: 25px;
  width: 50px;
  */ }

@media (max-width: 700px) {
  .burger-top, .burger-bottom {
    background-color: lightgray !important; } }
/*
.cases-close-mobile {
	display: none;
}
.cases-close-desktop {
		display: block;
	}

@media (min-width: 700px) {
	.cases-close-desktop {
		display: block;
	}
	
}
*/
/* Burger Close Icon */
.lower {
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999999; }

.lower .burger {
  width: 70px;
  height: 50px;
  padding: 15px 20px;
  display: block; }

.lower .burger div {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 0 0 6px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.burger-top {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger-bottom {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.burger:hover {
  cursor: pointer; }

.cases-close-outsideslider.lower {
  display: none; }

@media (min-width: 700px) {
  .cases-close-outsideslider.lower {
    display: none; } }
/*
.burger:hover .burger-top {
	top: 50%; 
  	-webkit-transform: rotate(35deg);
  	   -moz-transform: rotate(35deg);
  		-ms-transform: rotate(35deg);
  		 -o-transform: rotate(35deg);
  			transform: rotate(35deg);
}
.burger:hover .burger-bottom {
	top: 50%; 
  	-webkit-transform: rotate(-35deg);
  	   -moz-transform: rotate(-35deg);
  		-ms-transform: rotate(-35deg);
  		 -o-transform: rotate(-35deg);
  			transform: rotate(-35deg);
}
.burger:active .burger-top {
	top: 35%; 
  	-webkit-transform: rotate(0deg);
  	   -moz-transform: rotate(0deg);
  		-ms-transform: rotate(0deg);
  		 -o-transform: rotate(0deg);
  			transform: rotate(0deg);
}
.burger:active .burger-bottom {
	top: 65%; 
  	-webkit-transform: rotate(-0deg);
  	   -moz-transform: rotate(-0deg);
  		-ms-transform: rotate(-0deg);
  		 -o-transform: rotate(-0deg);
  			transform: rotate(-0deg);
}

*/
.mSSlide h1._headline_xl {
  transition: opacity 0.0s, transform 1.5s;
  transform: translateX(-100px); }

.mSSlide.active h1._headline_xl, .mSSlide.active p._Default, .mSSlide.active ul {
  animation: 1s ease 0s normal forwards 1 sliderFadeIn; }

@keyframes sliderFadeIn {
  0% {
    transform: translateX(-100px);
    opacity: 0; }

  20% {
    transform: translateX(-100px);
    opacity: 0; }

  100% {
    transform: translateX(0px);
    opacity: 1; } }
.mSSlide.active svg path {
  fill: red !important; }

.slide-color-class-white {
  fill: white !important; }

.slide-color-class-hellofresh {
  fill: #89c050 !important; }

.frame ul li {
  position: relative; }

@media (max-width: 700px) {
  .slide-hellofresh {
    position: relative; }

  .hellofreshPhoneOne, .hellofreshPhoneTwo, .hellofreshPhoneThree {
    width: 30% !important; }

  .slide-hellofresh img {
    height: auto;
    position: absolute; } }
.lg-col.hellofreshPhoneTwo {
  z-index: 10; }

.lg-col.hellofreshPhoneThree {
  z-index: 8; }

.hellofreshPhoneOne img {
  transform: scale(1.2) translateX(20%); }

.hellofreshPhoneTwo img {
  transform: scale(1.3); }

.hellofreshPhoneThree img {
  transform: scale(1.2) translateX(-20%); }

@media (min-width: 700px) {
  .hellofreshPhoneOne img {
    transform: scale(1.1) translateX(20%); }

  .hellofreshPhoneTwo img {
    transform: scale(1.25) translateX(0%); }

  .hellofreshPhoneThree img {
    transform: scale(1.1) translateX(-20%); }

  .mSSlide.active .hellofreshPhoneOne {
    animation: 2s ease 0s normal forwards 1 hellofreshPhoneOne; }

  .mSSlide.active .hellofreshPhoneTwo {
    animation: 2s ease 0s normal forwards 1 hellofreshPhoneTwo; }

  .mSSlide.active .hellofreshPhoneThree {
    animation: 2s ease 0s normal forwards 1 hellofreshPhoneThree; }

  @keyframes hellofreshPhoneOne {
    0% {
      transform: scale(0.8);
      opacity: 0; }

    33% {
      transform: scale(0.8);
      opacity: 0; }

    100% {
      transform: scale(1);
      opacity: 1; } }
  @keyframes hellofreshPhoneTwo {
    0% {
      transform: scale(0.8);
      opacity: 0; }

    66% {
      transform: scale(0.8);
      opacity: 0; }

    100% {
      transform: scale(1);
      opacity: 1; } }
  @keyframes hellofreshPhoneThree {
    0% {
      transform: scale(0.8);
      opacity: 0; }

    50% {
      transform: scale(0.8);
      opacity: 0; }

    100% {
      transform: scale(1);
      opacity: 1; } } }
.atob-screen-slider {
  display: none; }

.atob-screen1, .atob-screen2, .atob-screen3 {
  position: absolute;
  top: 16%;
  left: 7.5%;
  width: 50%; }

.atob-screen1 {
  animation: atobAnimationOne 9s linear infinite 0s; }

.atob-screen2 {
  animation: atobAnimationTwo 9s linear infinite 0s; }

.atob-screen3 {
  animation: atobAnimationThree 9s linear infinite 0s; }

@keyframes atobAnimationOne {
  0% {
    opacity: 0; }

  5% {
    opacity: 1; }

  28% {
    opacity: 1; }

  33% {
    opacity: 0; }

  38% {
    opacity: 0; }

  61% {
    opacity: 0; }

  66% {
    opacity: 0; }

  71% {
    opacity: 0; }

  95% {
    opacity: 0; }

  100% {
    opacity: 0; } }
@keyframes atobAnimationTwo {
  0% {
    opacity: 0; }

  5% {
    opacity: 0; }

  28% {
    opacity: 0; }

  33% {
    opacity: 0; }

  38% {
    opacity: 1; }

  61% {
    opacity: 1; }

  66% {
    opacity: 0; }

  71% {
    opacity: 0; }

  95% {
    opacity: 0; }

  100% {
    opacity: 0; } }
@keyframes atobAnimationThree {
  0% {
    opacity: 0; }

  5% {
    opacity: 0; }

  28% {
    opacity: 0; }

  33% {
    opacity: 0; }

  38% {
    opacity: 0; }

  61% {
    opacity: 0; }

  66% {
    opacity: 0; }

  71% {
    opacity: 1; }

  95% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@media (min-width: 700px) {
  .atob-screen-slider {
    display: block; } }
.lufthansaScreenOne img {
  transform: translate(40%, 10%); }

.lufthansaScreenTwo img {
  transform: translate(0%, 0%); }

.lufthansaScreenThree img {
  transform: translate(-40%, -10%); }

.mSSlide.active .lufthansaScreenOne {
  animation: 2s ease 0s normal forwards 1 lufthansaScreenOne; }

.mSSlide.active .lufthansaScreenTwo {
  animation: 2s ease 0s normal forwards 1 lufthansaScreenTwo; }

.mSSlide.active .lufthansaScreenThree {
  animation: 2s ease 0s normal forwards 1 lufthansaScreenThree; }

@keyframes lufthansaScreenOne {
  0% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  33% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  100% {
    transform: scale(1) translateY(0%);
    opacity: 1; } }
@keyframes lufthansaScreenTwo {
  0% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  50% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  100% {
    transform: scale(1) translateY(0%);
    opacity: 1; } }
@keyframes lufthansaScreenThree {
  0% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  66% {
    transform: scale(0.8) translateY(50%);
    opacity: 0; }

  100% {
    transform: scale(1) translateY(0%);
    opacity: 1; } }
@media (max-width: 700px) {
  .lufthansaScreenOne, .lufthansaScreenTwo, .lufthansaScreenThree {
    width: 30% !important; } }
@media (max-width: 700px) {
  .peta-screen-slider {
    display: none; } }
.peta-screen1, .peta-screen2, .peta-screen3 {
  position: absolute;
  top: 16%;
  left: 25%;
  width: 20%; }

.peta-screen1 {
  animation: petaAnimationOne 9s linear infinite 0s; }

.peta-screen2 {
  animation: petaAnimationTwo 9s linear infinite 0s; }

.peta-screen3 {
  animation: petaAnimationThree 9s linear infinite 0s; }

@keyframes petaAnimationOne {
  0% {
    opacity: 1; }

  5% {
    opacity: 1; }

  28% {
    opacity: 1; }

  33% {
    opacity: 1; }

  38% {
    opacity: 0; }

  61% {
    opacity: 0; }

  66% {
    opacity: 0; }

  71% {
    opacity: 0; }

  95% {
    opacity: 1; } }
@keyframes petaAnimationTwo {
  0% {
    opacity: 0; }

  5% {
    opacity: 0; }

  28% {
    opacity: 0; }

  33% {
    opacity: 1; }

  38% {
    opacity: 1; }

  61% {
    opacity: 1; }

  66% {
    opacity: 1; }

  71% {
    opacity: 0; }

  95% {
    opacity: 0; }

  100% {
    opacity: 0; } }
@keyframes petaAnimationThree {
  0% {
    opacity: 0; }

  5% {
    opacity: 0; }

  28% {
    opacity: 0; }

  33% {
    opacity: 0; }

  38% {
    opacity: 0; }

  61% {
    opacity: 0; }

  66% {
    opacity: 1; }

  71% {
    opacity: 1; }

  95% {
    opacity: 1; }

  100% {
    opacity: 0; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Mighty Slider
--------------------------------------------------------------*/
/* Import Skins */
/* Slider Skins */
/* Carousel Skins */
/* Tabs Skins */
/* Global Styles */
.isInFullScreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  z-index: 10000 !important; }

.mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.mSCaption.mSMedia {
  z-index: 100000; }

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

.mSCoverImage,
.mSLayerCoverImage {
  max-width: none; }

.mSCover,
.mSLayerCover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat; }

.mSLayerCoverImage {
  width: 100%;
  height: 100%; }

.mSLayerContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000; }

.mSSlide {
  position: relative; }

.mSIcon {
  display: block;
  position: absolute;
  background-color: transparent;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.mSLoader ~ .mSIcon {
  display: none !important; }

.mightySlider .mSClose {
  width: 22px;
  height: 22px;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbJJREFUeNrk2b1ugzAQAGAckf4oE2mz5B2aN+rQp0CiL9qhEuwdOlYlkcgdAuq02Dnbh+FUSyciTOALsY3xqeSnpBC3EN8QpyRSaZrGWKeUWsPmBqKG447tvq4OK3basV8Qn3OBAYqbLcSdtvsD0SsdW5blc57nD/DxHiKjXjAkbNiiKB6rqnrpqnZQh60g2UDsoeIVTtDUdf0G6CfcR0GHgkfwiN0D9oAWNMGNzDvPpm8OFwe4oJmx2RVLavxVVDQ3Fq9pMvxuQl7oWFhTB91SvsgMJmNNQ2Dmgo6JtY3ZZHRMrA3sfcIpsdfA5J4bC0sBs6I5/jVqCUZzNTGX4o3m7A+uxRnN3Xl9Chk9xUjjWygQ9hEmBExBs2NDwVb0FFgOsAn9jsGNZQGPdK4W2sM5sRir5B8WUU1CVKcTNayJenCIejSLmvyIml6KmsCLekUS9RIq6jVf1EKKqKUqJ+zci4HO2DmXW72wcy1op77YqVIGFst6SMpg4mMhSZk/aEwY6UmZtJ+/YoULlhs8htYySO0dXnJiMevyhReJRaXtGNKkEMeFpG6HdDIc16aTzwIMAHF0+z5nKTeiAAAAAElFTkSuQmCC");
  background-size: 22px 22px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all 135ms linear;
  transition: all 135ms linear; }

.mightySlider:hover .mSClose {
  opacity: 1; }

.mightySlider.isTouch .mSClose {
  position: relative !important;
  margin-top: -26px;
  width: 100% !important;
  height: 26px !important;
  background-color: #000;
  text-align: center;
  top: auto;
  right: auto; }

.mightySlider.isTouch .mSClose:after {
  content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 CLOSE';
  color: #FFF;
  font-size: 14px;
  line-height: 26px; }

.mightySlider.isTouch.mSMedia .mSSlide,
.mightySlider.isTouch .mSMedia.mSCaption .mSLayerContainer {
  padding-top: 26px; }
