/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; 
  height:45px;
  }


  
  
  .dk-selected {
    background-color: white;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 5px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {

  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
 
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #CCCCCC;

  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10.5em;
  list-style: none;
  padding:0;
  margin: 0; }

.dk-option-selected {
  background-color: rgba(77, 89, 91, 1);;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: rgba(77, 89, 91, 1);;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: rgba(77, 89, 91, 1);; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: rgba(77, 89, 91, 1);; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: rgba(77, 89, 91, 1);; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: rgba(77, 89, 91, 1);; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: rgba(77, 89, 91, 1);; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/* iCheck plugin skins
----------------------------------- */
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/_all.css");
/*
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/minimal.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/red.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/green.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/blue.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/aero.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/grey.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/orange.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/yellow.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/pink.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/minimal/purple.css");
*/

@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/_all.css");
/*
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/square.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/red.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/green.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/blue.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/aero.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/grey.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/orange.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/yellow.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/pink.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/square/purple.css");
*/

@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/_all.css");
/*
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/flat.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/red.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/green.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/blue.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/aero.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/grey.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/orange.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/yellow.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/pink.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/flat/purple.css");
*/

@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/_all.css");
/*
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/line.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/red.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/green.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/blue.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/aero.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/grey.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/orange.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/yellow.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/pink.css");
@import url("../../files/theme/layout/scripts/plugins/icheck/skins/line/purple.css");
*/

@import url("../../files/theme/layout/scripts/plugins/icheck/skins/polaris/polaris.css");

@import url("../../files/theme/layout/scripts/plugins/icheck/skins/futurico/futurico.css");
input#hamburg {
    display: none;
}

label.hamburg {
    display: block;
    width: 25px;
    height: 14px;
    position: relative;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 25px;
    background: #fff;
    border-radius: 0;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 0px;
}

.line:nth-child(2) {
    top: 6px;
}

.line:nth-child(3) {
    top: 12px;
}

#hamburg:checked + .hamburg .line:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2) {
    opacity: 0;
}

#hamburg:checked + .hamburg .line:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
}

.overlay.open{
height:100%;
width:100%;
}


 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;

background: rgba(143, 189, 62, 0.9);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  z-index:999999;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}




/* The navigation links inside the overlay */
.overlay li > a, .overlay li > strong {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}


.overlay .mod_navigation ul.level_2 {
    padding: 10px 0 5px 18px;
}

.overlay .mod_navigation ul.level_2 li{
margin-bottom:15px;
}

.overlay .mod_navigation ul.level_2 li > a, .overlay .mod_navigation ul.level_2 li > strong {
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.overlay ul.level_2{
display:none;
}

.overlay li.active ul.level_2,.overlay li.trail ul.level_2{
display:block;
}

.overlay ul.level_2 li > * {
    font-size: 1.8rem;
    vertical-align: middle;
    display: inline-block;
}

.overlay ul.level_2 li::before {
    content: '•';
    display: inline-block;
    margin-left: -10px;
    margin-right: 5px;
    vertical-align: middle;
}

.overlay ul.level_2 li > * {
    font-size: 1.8rem;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus, .overlay li > strong {
  color: rgba(255,255,255,0.8);
}

.overlay .mod_navigation {
    max-width: 1280px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 20vh;
    opacity: 0;
    padding: 0 2rem;
    box-sizing: border-box;
    overflow: visible;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 


.overlay .mod_navigation > ul > li {
    margin-bottom: 6%;
    position: relative;
    left: -100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}


.overlay .mod_navigation {
    max-width: 1280px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 20vh;
    opacity: 0;
    padding: 0 2rem;
    box-sizing: border-box;
    overflow: visible;
}


.overlay .mod_navigation > ul {
    padding: 0;
    margin: 0 -8px;
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
   font-display:swap;
}

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400; 
  src: url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
   font-display:swap;
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
    font-display:swap;
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/theme/layout/fonts/poppins/poppins-v15-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
    font-display:swap;
}



*{
    border: none;
    outline: none;
}

html{
font-size:100.1%;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
 -webkit-text-size-adjust: 100%;
      scroll-behavior: smooth;
}
 
body, html {
height:100%;
min-height:100%;
}

body{
  font-family: 'Poppins',sans-serif;
color:#737373;
font-size: 18px;
line-height: 2rem;
font-weight:300;
display: flex;
min-height: 100vh;
flex-direction: column;
    font-display:swap;

}



  #wrapper {
    flex: 1 0 auto;

  }
/*Ende sticky footer*/

/*inputrendering*/
input,textarea,select{
/*Safari*/
-webkit-appearance: none;
border-radius:0;
-web-kit-border-radius:0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
}

/*set images to maxwidth 100%*/
figure{
line-height:0;
    margin: 0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
}

a{
color:inherit;
}
 
 
a:focus{
}
/*Ende Basics*/



 a {
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
text-decoration: none;
color:inherit;
 }


.table{
display:table;
width:100%;
}

.table-wrapper {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  table-layout:fixed;
}

.row{
display:table-row;
position:relative;
}

.row > *{
display:table-cell;
}

footer .row > *{
      vertical-align: middle;
}

.vtop{
    vertical-align: top
}

.vmiddle{
    vertical-align: middle
}

.vbottom{
    vertical-align: bottom
}


.ce_text h3{
    font-size: 26px;
}

.ce_text h4{
    font-size: 21px;
    font-weight: 300
}

.ce_text h3:after,.ce_text h2:after {
    content: '';
    height: 3px;
    width: 50px;
    margin: 0 auto;
    background: #8FBD3E;
    display: block;
    margin: 20px 0;
}

.headlinecontainer{
margin-bottom:2rem;
}

.headlinecontainer > *{
margin:0;
    text-transform: uppercase;

}
p{
    margin-top:0;
}

.ce_text ul{
    padding-left: 14px;
    margin-bottom: 15px;
}

.ce_text ul li::before {
    content: '•';
    display: inline-block;
    margin-left: -14px;
    margin-right: 8px;
}

h1, h2, h3, h4, h5, h6 {
  
  
}
 
h1, .h1, h2,.h2 {
  font-size:46px;
  line-height:1.2em;
font-weight: 300;
  margin-bottom:0.5em;
}

.headlinecontainer h3, .headlinecontainer .h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
}

.headlinecontainer h4 {
font-size:24px;
    margin-bottom: 0;
      font-weight: 400;
}

h5, .h5{
font-size:16px;
font-weight:600;
}
h6{}

.ce_text h1, .ce_text h2, .ce_text h3, .ce_text h4{
    margin-bottom: 20px;
}
 
p{
margin-bottom:20px;
}

p:last-of-type{
margin-bottom:0;
}
 
ul,ol{
margin:0;
    padding:0;
}
 

 
li{
list-style-type:none;
}

.align_center{
    text-align:center;
}

.align_right{
    text-align:right;
}

header{
box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: white;
    }

.mod_article > .block,.teasergrid, footer > .inside, header > .inside, #footertop > .inside  {
    max-width: 1280px;
    padding: 6rem 2rem 6rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.mod_article > .block.twocol{
  padding: 4rem 2rem 8rem;  
}


header > .inside , footer > .inside {
    padding: 20px 2rem;
}

header > .inside{
       padding: 10px 2rem; 
}

.teasergrid{
    padding:0;
}

.mod_article.fullwidth > .block{
    max-width: none;
    padding:8rem 0 2rem;
     margin: 0;
}

.mod_article.fullwidth > .block.twocol{
    padding-bottom:6rem;
}

.mod_article > .twocol.block{
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.mod_article > .twocol.block .row > *{
    vertical-align: middle;
    width: 50%;
}

.mod_article > .twocol.block .row > .float_right,.mod_article > .twocol.block .row > .float_left {
    float: none;
}
.twocol .image_container{
    text-align: center;
}


.mod_article.fullwidth > .twocol .textholder.not_right {
    padding-left: calc( ((100vw - 1280px) / 2) + 2rem);
   
    
}


.mod_article.fullwidth > .twocol .textholder.not_left {
    padding-right: calc( ((100vw - 1280px) / 2) + 2rem);
   
}

.mod_article > .twocol .textholder > .holder {
    padding:0 4rem;
}

#herosection .mod_article > .twocol .textholder > .holder{
     padding:0 4rem 0 2rem;
    
}

.mod_article > .ce_introtext{
    margin-bottom: 6rem
}

.mod_article > .small{
    max-width: 680px;
    margin: 0 auto;
}

.mod_article > .ce_introtext {
    font-size: 18px;
    line-height: 1.85;
}

.mod_article > .ce_introtext > .inside{
    padding: 0 5rem;
}


.linkset{
    display: table;
    margin-top: 3rem;
}

#herosection .linkset{
    margin-top:4rem;
}

.linkset > a, button.submit {
    display: block;
    background: #8FBD3E;
    color: white;
    line-height: 1;
    padding: 15px 25px;
    font-size: 1rem;
    letter-spacing: 0.03rem;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}

button.submit {
    float:right;
    cursor:pointer; 
}

.color_white{
    color:white;
}

#herosection > .inside,#herosection > .inside .mod_pageimage, .pageimage{
    height: 100%;
}

#herosection .pageimage figure{
    height: 100%;
    background-size: cover !important;
}

.headlinecontainer.colored{
    color:#8FBD3E;
}

.headlinecontainer > ::after {
    content: '';
    height: 3px;
    width: 50px;
    margin: 0 auto;
    background: #8FBD3E;
    display: block;
    margin: 20px 0;
}


.align_center .headlinecontainer > ::after, .align_center.headlinecontainer > ::after {
    margin: 25px auto;
}


/*teasergrid*/


.teasergrid > div{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
    
}

.teasergrid > div > *{
float: left;
    margin:0 20px 20px 0;
}

.teasergrid > .itemsperRow_1 > *{
    width:calc(100% / 1 )
}

.teasergrid > .itemsperRow_2 > *,ul.cols_2 > li{
 width:calc( (100% - (4 * 20px)) / 2 )
}

.teasergrid > .itemsperRow_3 > *, ul.cols_3 > li{
    width:calc( (100% - (6 * 20px)) / 3 )
}

.teasergrid > .itemsperRow_4 > *, ul.cols_4 > li{
    width:calc( (100% - (8 * 20px)) / 4 )
}

.teasergrid > .itemsperRow_5 > *{
     width:calc( (100% - (10 * 20px)) / 5 )
}


.teasergrid > .itemsperRow_6 > *{
    width:calc( (100% - (12 * 20px)) / 6 )
}

.teasergrid > .itemsperRow_7 > *{
    width:calc( (100% - (14 * 20px)) / 7 )
}


.teasergrid > .itemsperRow_8 > *{
    width:calc( (100% - (16 * 20px)) / 8 )
}

.teasergrid > .itemsperRow_9 > *{
    width:calc( (100% - (18 * 20px)) / 9 )
}


.teasergrid > .itemsperRow_10 > *{
    width:calc( (100% - (20 * 20px)) / 10 )
}

.teasergrid > .itemsperRow_11 > *{
    width:calc( (100% - (22 * 20px)) / 11 )
}

.teasergrid > .itemsperRow_12 > *{
    width:calc( (100% - (24 * 20px)) / 12 )
}

header > .inside .row > *{
    vertical-align: middle;
}

footer {
    background: #636466;
    color: white;
    font-size: 0.9rem;
}

header{
    position: realtive;
    width: 100%;
    color: white;
    z-index: 1;
}

header .mod_navigation > ul, footer .mod_customnav > ul {
    display: table;
    float: right;
}

header .mod_navigation > ul > li, footer .mod_customnav > ul > li {
    float: left;
    margin: 0 10px;
}

header .mod_navigation > ul > li{
    float: left;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

header .mod_navigation > ul > li a, header .mod_navigation > ul > li strong{
  display: block;

padding: 8px 10px;
line-height: 1;
color: #737373;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.03rem;
}

header .mod_navigation > ul > li:hover a,header .mod_navigation > ul > li.trail a, header .mod_navigation > ul > li strong{
    color:#8FBD3E;
}


.mod_navigation{
    overflow: visible;
}


header .mod_navigation > ul > li.last a, header .mod_navigation > ul > li.last strong{
    color:#8FBD3E;
    border:1px solid;
    padding:8px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

header .mod_navigation > ul > li.last{
    margin-left: 2rem;
}


header .mod_navigation > ul > li:hover a, header .mod_navigation > ul > li strong{
    background:rgba(255,255,255,0.3);
}

header .mod_navigation > ul > li strong{
    font-weight: 400;
}


header .mod_logo  a {
    display: table;
    background: white;
    line-height: 1;
  
}


figure img{
    max-width: 100%;
    height: auto;
}
.twocol .image_container{

    position: relative;
}

.twocol .image_container.float_left{
text-align: right;
}

.twocol .image_container.float_left::after {
    content: '';
    background: url(/files/theme/layout/images/placeholder/cloud_left.svg) no-repeat scroll 50% 50% transparent;
        background-size: auto;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    z-index: -1;
   /* margin-left:-25%;*/
}


.twocol .image_container.float_right::after {
    content: '';
    background: url(/files/theme/layout/images/placeholder/cloud_left.svg) no-repeat scroll 50% 50% transparent;
        background-size: auto;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2vw 0 0 0;
    background-size: contain;
    z-index: -1;
      /* margin-right:-25%;*/
    max-width: 930px;
}

#herosection .twocol .image_container.float_right:after{
background: url(/files/theme/layout/images/placeholder/bgshape.svg) no-repeat scroll 100% 0% transparent;
    background-size: contain;
    opacity: 0.8;
     width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2vw 0 0 0;
    background-size: contain;
    z-index: -1;
      /* margin-right:-25%;*/
    max-width: 930px;
    
}

.teasergrid .headlinecontainer{
   text-transform: uppercase;
font-weight: 500;
letter-spacing: 0;
font-size: 20px;
    letter-spacing: 0.03rem;
}

.teasergrid .headlinecontainer:after{
     content: '';
    height: 3px;
    width: 50px;
    margin: 0 auto;
    background: #fff;
    display: block;
    margin: 20px auto;
}

.teasergrid > .itemsperRow_3 > *{
    margin:0 0 0;
    width: calc(100% / 3 );
}

.mod_article.fullwidth > .block.color_white{
    padding: 5rem 0 6rem;
}

.teasergrid > .itemsperRow_3 > * > .inside{
    padding: 0 2rem;
}

.icon{
    margin-bottom:20px;
    height: 60px;
}

.icon > img{
    width: auto;
    height: 100%;
}

form .widget{
    margin-bottom:20px;

}

form .widget.w50{
    margin-right:20px;
    float:left;
    width:calc((100% - 20px) / 2);
    padding: 2px;
    box-sizing: border-box;
}

form .widget.w50.clr{
    margin-right:0;
}


.widget input.text, .widget textarea {
    border: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

fieldset{
    padding:0;
    hyphens: none;
     -webkit-hyphens: none;
    margin: 0;
}

body .iradio_minimal{
    margin-right:10px;
}

.pageimage .caption{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}


.pageimage .caption .inside {
    vertical-align: middle;
    text-align: center;
    padding: 2rem 4rem 4rem;
}

.pagehead > h1 {
  max-width: 750px;
margin: 0 auto;
    margin-top: 0px;
margin-top: 0px;
color: white;
font-weight: 800;
font-size: 55px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 0.1rem;
}

.pagetext {
   color: white;
max-width: 750px;
margin: 0 auto;
    margin-top: 0px;
margin-top: 0px;
margin-top: 4rem;
font-size: 23px;
line-height: 1.8;
}

.widget-radio{
    font-size: 14px;
}

button.submit{
    text-transform: uppercase;
}


.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#footertop{
    background:url(/files/theme/layout/images/placeholder/cloud_silver.svg) no-repeat scroll 50% 50% transparent;
    background-size:cover;
    background:whiteSmoke;
}

.footertop {
    max-width: 680px;
    margin: 2rem auto 0;
    padding: 0 2rem;
    box-sizing: border-box;
}
#footertop > .inside{
    padding-top:5rem;
}

 p > a, label a{
    color:#8FBD3E;
    text-decoration:underline;
}

#herosection .mod_article .headlinecontainer > *{
 font-size: 46px;   
}

#herosection .mod_article .textholder {
    font-size: 23px;
    line-height: 1.6;
     
}


#herosection .twocol .image_container{
    padding:0 0 5%;
}

#herosection .twocol .image_container.float_right img {
    margin-left: 5%;
   /* width: 100%; */
    float: none;
    max-width: 680px;
    padding-top: 12rem;
}

.ce_claim.small {
max-width: 780px;
    padding:12rem 2rem 6rem;
}

.ce_claim h1,.ce_claim h2,.ce_claim h3,.ce_claim h4,.ce_claim h5,.ce_claim h6{
    font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
}

#herosection .mod_article.fullwidth > .block{
    padding:0;
}


.layout_latest span, .layout_latest a{
    display: block;
}

#container{
    position: relative;
}

#container::before {
    content: '';
    background: url(/files/theme/layout/images/placeholder/cloud_silver.svg) no-repeat scroll 50% 0% transparent;
    background-size: cover;
    display: table;
    width: 100vw;
    height: 430px;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: visible;
    margin-top: -5%;
     display: none;
}

#main::after {
    content: '';
    position: absolute;
    height: 100%;
    background: #fbfbfb;
    width: 100%;
    left: 0;
    top: 318px;
    z-index: -1;
    display: none;
}

.mod_article.fullwidth > .small{
    max-width: 680px;
    margin:0 auto;
}

.headlinecontainer.ce_claim > *:after{
    
}



#footertop {
   
    background: url(/files/theme/layout/images/placeholder/footertop.svg) no-repeat scroll 50% 0% white;
    background-size: cover;
    background: none;
    background:whiteSmoke;
   
}

.ce_serviceGrid .teasergrid > div > *{
    background: white;
    box-shadow .25s, 
    -webkit-box-shadow .25s;
    -webkit-transition: -webkit-box-shadow .25s;
transition: -webkit-box-shadow .25s;
transition: box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    background: white;
    border-radius: 10px;
    margin:0 2rem 2rem 0;
    
}


.ce_mapframe{
    
}

.ce_serviceGrid .teasergrid > div.itemsperRow_3 > *{
    width: calc( (100% - (2 * 2rem)) / 3);
}

.ce_serviceGrid .teasergrid > div.itemsperRow_3 > *:nth-child(3n){
   margin-right: 0; 
}


.ce_serviceGrid .teasergrid > div > * > .inside {
    padding: 2rem 2rem;
    text-align: left;
    hyphens: auto;
    -webkit-hyphens: auto;
}


.ce_serviceGrid .teasergrid .headlinecontainer::after{
background: #8FBD3E;
    margin:20px 0;
}


.ce_serviceGrid .teasergrid .headlinecontainer{
    margin-bottom: 20px;
   
}

.ce_serviceGrid .teasergrid .headlinecontainer {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.4;
}

.ce_claim{
    text-align:center;
}


.ce_claim .headlinecontainer > *:after{
    margin:20px auto;
}

.wrapper .row > *{
    vertical-align: middle;
}

.ce_mapframe{
    width:50%;
    padding-right:4rem;
}

.widget-submit button::after {
    content: '';
    display: inline-block;
    background: url(/files/theme/layout/images/icons/send-button_white.png) no-repeat scroll 0 0 transparent;
        background-size: auto;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: contain;
    margin-left: 10px;
}

.twocol .image_container.float_right{
    padding-left: 4rem;
}

#herosection {
    height: calc(100vh - (100vh / 9));
        height: calc(100vh - (100vh / 2.5));
    min-height:680px;
    max-height: 980px;
    position: relative;
    background:#8FBD3E;
}
#herosection:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    display: none;
}

#herosection > .inside, #herosection > .inside > .mod_article, #herosection > .inside > .mod_article.fullwidth > .twocol.block {
    height: 100%;
}

.mod_article > .ce_serviceGrid{
    /*padding-top:2rem;*/
}

.note_icon {
    height: 50px;
    width: 50px;
    margin: 0 auto 2rem;
    line-height: 0;
    opacity: 0.3;
   
}


.note_icon img{
    max-width: 100%;
}


.hinweis {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.mod_article > .ce_hinweis{
    padding-top: 6rem;
}


#responsivenav {
    position: absolute;
    text-align: right;
    width: 100%;
    display: none;
    z-index: 99999;
}

.navrow {

    width: auto;
    display: table;
    float: right;
    margin: 0 20px;
}



#responsivenav .row > *{
    vertical-align: middle;
}

#responsivenav .left{
    width: 198px;
}


#responsivenav .right{
    width: calc(100% - 198px);
}


#myNav .navrow {
    margin-top: 28px;
}


#responsivenav .mod_logo{
    margin:20px;
}

#responsivenav .mod_logo .image_container{
    background: white;
}


form .widget-submit {
    display: table;
    margin-top: 2rem;
    width: 100%;
}

form .widget-submit button{
    float: right;
}

.ce_serviceGrid .teasergrid > div.itemsperRow_3 > .last{
    margin-bottom:0;
}

body .icheckbox_minimal{
    margin-left: -32px;
    float: left;
}


.headlinecontainer > h4{
    font-size: 21px;
    text-transform: none;
}

.mod_article > .nopadbottom{
    padding-bottom: 0;
}

.mod_article > .smallpadbottom{
    padding-bottom: 2rem;
}

#herosection .twocol .image_container.float_right::after{
    top:-2px;
    right: -2px;
}

body div.widget-checkbox label{
    padding-left: 32px;
    display: table;
}

body div.widget-checkbox span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: -0.05rem;
    vertical-align: top
}

.footertop > .headlinecontainer{
    margin-bottom: 4rem;
}

  .footertop > .headlinecontainer > *{
        text-transform: uppercase;
    }

.wow, .mod_article > .block {visibility: hidden;}

.ce_serviceGrid .teasergrid > div.itemsperRow_3 > *{
    opacity: 0
        ;}
.widget-select{
    position: relative;
}

body select[data-dkcacheid] {
    display: block;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -99999;
}

header.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
}

body.down header.clone {
    transform: translateY(0);
}

#scrolldown {
    position: absolute;
    width: 100%;
    color: white;
    bottom: 4rem;
    left: 0;
}
#scrolldown::after {

}


#scrolldown a {
  padding-top: 60px;
    display: block;
}
#scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

#main > .inside .mod_article:first-of-type > .block{
    padding-top: 0;
    margin-top: 8rem
}

#main > .inside{
    padding-bottom: 4rem;
}

.index #main > .inside{
    padding-bottom: 0;
}

header .mod_navigation > ul > li.last:hover a{
    background: #8FBD3E;
    color: white;
}

#footertop h3{
    color:#8FBD3E;
}

body .dk-select{
    font-size: 14px;
}

body .dk-select, body .dk-select-multi{
    height:auto;
}


body .dk-select-options .dk-option-highlight,body .dk-option-selected{
    background: #8FBD3E;
}

body .dk-select-open-up .dk-select-options,body .dk-select-open-down .dk-select-options,body .dk-select-multi:focus .dk-select-options, body .dk-selected:hover, body .dk-selected:focus{
    border-color: #8FBD3E;
}

footer .active, footer .mod_customnav li:hover a{
    color: #8FBD3E; 
}

.explanation{
    font-size:12px;
}


.headlinecontainer.type_h2{
    margin-bottom: 3rem;
}



body .dk-selected{
    font-size: 14px;
    padding: 10px;
}


#return-to-top {
    position: fixed;
    bottom: 7rem;
    right: 20px;
    background: rgb(143, 189, 62);
    background: rgba(143, 189, 62, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;

    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


#return-to-top img {
    width: 100%;
    transform: rotate(-90deg);
}

body .contao-cookiebar .cc-btn.success{
   background: rgba(143, 189, 62, 1);  
}


@media all and (min-width:2210px) {
#container::before {
    margin-top: -7rem;
    }
    #herosection .twocol .image_container.float_right:after{    
    max-width: 1170px;
        top:-5rem;
        }
}

@media all and (max-width:1280px) {
    
    
        #herosection .twocol .image_container.float_right:after{    
    max-width: 1280px;
        top:-5rem;
        }
#herosection .mod_article .headlinecontainer > * {
    font-size: 40px;
    letter-spacing: 0;
}
    #herosection .mod_article .textholder {
    font-size: 22px;
    line-height: 1.6;
}
    
    #herosection .twocol .image_container.float_right img{
        padding-top:5rem;
    }
    
    .ce_serviceGrid .teasergrid > div > * > .inside {
        padding:20px;
    }
}


@media all and (max-width:980px) {
.mod_article > .twocol .textholder.not_right > .holder {
    padding: 0 2rem 0 0;
}
    
    
    #herosection .mod_article .headlinecontainer > * {
    font-size: 38px;
    letter-spacing: 0;
}
    
    
#herosection .mod_article > .twocol .textholder > .holder{
     padding:8rem 2rem 0 2rem;
    
}
    
 .ce_serviceGrid .teasergrid > div.itemsperRow_3 > * {
    width: calc( (100% - (1 * 20px)) / 2);
     margin-right: 20px;
     margin-bottom:20px;
}
    
    .ce_serviceGrid .teasergrid > div.itemsperRow_3 > *:nth-child(2n){
        margin-right: 0;
    }
    
      .ce_serviceGrid .teasergrid > div.itemsperRow_3 > *:nth-child(3n):nth-of-type(odd){
        margin-right: 20px;
    }
    
    .mod_article > .twocol.block.wrapper .row > *{
        display: block;
        width: 100%;
    }
    
    .ce_mapframe{
        margin-bottom: 20px;
    }
    
    .mod_article > .twocol .textholder.not_left > .holder {
    padding: 0 0 0 2rem;
}
    
    .hinweis {
    font-size: inherit;
    line-height: inherit;
}
    
    .teasergrid > .itemsperRow_3 > * > .inside {
    padding: 0 20px;
}
    
    .mod_article.fullwidth > .block.color_white {
    padding: 3rem 0 4rem;
}
    
    .twocol .image_container.float_right {
    padding-left: 0;
}
    
    .mod_article.fullwidth > .block {
    max-width: none;
    padding: 4rem 0 2rem;
    margin: 0;
}
    
    .mod_article > .block{
        padding: 4rem 2rem 6rem;
    }
    header{
        display: none;
    }
    
    
   #responsivenav {
        display: block;
    }
    
    .mod_article > .block.ce_claim{
        padding-top:12rem;
        padding-bottom:0;
    }
}


@media all and (max-width:910px) {
    #herosection {
   
    }

    
    
    #herosection .twocol .image_container.float_right img{
        max-width: 100%
    }
        #herosection .mod_article .headlinecontainer > * {
    font-size: 34px;
    letter-spacing: 0;
}
    .ce_serviceGrid .teasergrid > div.itemsperRow_3 > * {
    width: 100%;
    float: none;
    margin: 0 auto 2rem;
    max-width: none;
}
    
    .teasergrid > .itemsperRow_3 > * {
    margin: 0 0 0;
    width: calc(100% / 1 );
    max-width: 380px;
    margin: 0 auto 3rem;
    float: none;
}
    
    .teasergrid > .itemsperRow_3 > .last {
        margin-bottom: 0;
    }
}




@media all and (max-width:780px) {
    
       #herosection .twocol .image_container.float_right:after{    
    max-width: 580px;
        top:-2rem;
            width:70%
        }
    
    #return-to-top{
        display: none !important;
    }
    .mod_article > .block.ce_claim{
        padding-bottom: 0;
    }
    
    #herosection .twocol .image_container.float_right img {
    margin-left: 0;
    width: 100%;
    float: none;
    max-width: 480px;
    padding-top: 8rem;
}
    
    .mod_article > .twocol .row .textholder > .holder {
    padding: 0;
}
    
    form .widget.w50 {
    margin-right: 0;
    float: none;
    width: 100%;
}
  
    .footertop{
        padding:0;
    }
    
    #herosection .mod_article > .twocol .textholder > .holder{
        padding-top: 0;
    } 
  
    
    .mod_article > .block, .teasergrid, footer > .inside, header > .inside, #footertop > .inside{
         padding: 4rem 20px 4rem;
    }
    
  #footer > .inside{
         padding: 20px
    }
    
    .twocol .row{
        display: table;
        width: 100%;
    }
    
    .twocol .row > .image_container{
    display: table-header-group;
        text-align: center;
}
    
    .twocol .row > .image_container.float_left,   .twocol .row > .image_container.float_right{
        text-align: center;
    }
    
    .twocol .row > .image_container > img{
        margin-bottom: 2rem;
        max-width: 70%;
    }
    
        .twocol .row > .textholder{
    display: table-footer-group;
}
    
    .mod_article > .block{
        padding-bottom:2rem;
    }
    
    .mod_article > .ce_introtext.block, .mod_article > .small.block{
        max-width: none;
    }
    
   .mod_article > .block.twocol {
    padding: 4rem 20px 2rem;
}
    .footertop{
        margin-top:0;
        padding-top: 4rem;
    }
    
    #footertop > .inside {
        padding-top:0;
    }
    
      .mod_article.fullwidth > .block.color_white{
        padding: 0;
    }
    
    .mod_article > .ce_serviceGrid.block, .ce_serviceGrid .teasergrid{
        padding-top: 0
    }
    
    .ce_serviceGrid .teasergrid,.ce_serviceGrid .teasergrid > div {
    padding: 0;
}
    

   
    
}

@media all and (max-width:680px) {
    .pagehead > h1{
        font-size: 36px;
    }
    
    body{
        font-size: 16px;
    }
    
    .teasergrid > div{
        padding: 0;
    }
    .teasergrid > .itemsperRow_3 > * {

    max-width: none;
  
}
    
    .hinweis{
        text-align: left;
    }
    
    .teasergrid > .itemsperRow_3 > * > .inside{
        padding: 0;
    }
    
    
    #herosection > .inside{
        height: 100%;
    padding-top:4rem;
        width: 100%
    }
    
    h3, .h3 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: 400;
}
    
    body{
        hyphens: auto;
        -webkit-hyphens:auto;
        
    }
    
    #herosection .twocol .image_container.float_right img{
        max-width: 300px;
    }
    
#herosection .mod_article .headlinecontainer > * {
    font-size: 36px;
    line-height: 1.2;
}
    
    .mod_article > .small.block.ce_hinweis{
        /*padding-top:0;*/
        padding: 0 20px;
    }
    
    #herosection .mod_article .textholder {
    font-size: 18px;
    line-height: 1.75;
}
    
    #herosection .mod_article > .twocol .textholder > .holder {
    padding: 0 20px;
}
    
 
    
    .ce_claim h1, .ce_claim h2, .ce_claim h3, .ce_claim h4, .ce_claim h5, .ce_claim h6 {
    font-size: 23px;
    line-height: 1.6;
    font-weight: 300;
    text-transform: none;
}
    
  #herosection{
height: auto;
        min-height:430px;
    }
    
    .pageimage .caption .inside{
        padding: 6rem 20px 4rem;
    }
    
   .mod_article > .block.ce_introtext {
        padding-top: 6rem;
    }
     .mod_article > .block.ce_claim {
 
padding-top: 8rem;
    }
    
    h1, .h1, h2, .h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 0.5em;
}
    
    .mod_article > .ce_introtext {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}
        .mod_article > .block {
    padding: 4rem 20px 4rem;
     
}
    .pageimage .caption{
        position: relative;
    }
    
    #scrolldown{
        position: relative;
bottom: 0;
top: 0;
margin-top: 2rem;
    }
    .pagetext{
        margin-top: 2rem;
    }
    
    .mod_article > .ce_introtext > .inside{
        padding: 0;
    }
    
    #main > .inside .mod_article:first-of-type > .block{
        margin-top: 4rem;
    }
    
    .mod_article > .ce_introtext{
        margin-bottom: 0;
    }
    
    .linkset{
        float: right;
    }
    
    
    .linkset:after{
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }
    
    .mod_article.fullwidth > .block.color_white .teasergrid{
        padding:6rem 20px 6rem;
    }
    
    #main > .inside{
        padding-bottom: 2rem;
    }
}

@media all and (max-width:580px) {
    p{
        margin-bottom: 10px;
    }
    
    
#herosection .mod_article .headlinecontainer > * {
    font-size: 28px;
    line-height: 1.2;
}
    
    .mod_article.fullwidth > .block.headlinecontainer{
        padding-bottom:0;
    }
    
    footer .row > * {
    display: table;
    width: 100%;
    text-align: center;
}
footer .mod_customnav > ul {
    display: table;
    float: none;
    margin: 0 auto;
}
    
    #herosection .linkset{
        margin-top: 3rem;
    }
    
     footer .mod_customnav > ul > li {
  
}
}

@media all and (max-width:380px) {
        footer .mod_customnav > ul > li {
  float: none
} 
    
    footer .mod_customnav > ul{
        margin-top: 20px;
    }
}
