/** Generated: Thursday, 10th of July 2025, 09:39:55 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; font-weight: 400;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {text-decoration: none;}
a:hover {}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  /* border-radius: 4px; */
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: rgb(112, 146, 38);
  border-color: rgb(112, 146, 38); }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: rgb(82, 115, 42);
  border-color: rgb(82, 115, 42); }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(112, 146, 38);
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }
ol {
  list-style: none; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* ---------------------------------------------------
Title: IDEENWERKSTATT TINTIFAX - Layout CSS
Author: Pierpaolo Federici - IDEENWERKSTATT TINTIFAX

------------------- Color Palette --------------------

		gray		-		rgb(60,60,60);
		green 		- 		rgb(112, 146, 38);

------------------------------------------------------



/*======================== BASIC ========================*/

@font-face {
  font-family: Lato;
  src: url(/site/templates/fonts/Lato-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(/site/templates/fonts/Lato-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(/site/templates/fonts/Lato-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Lato;
  src: url(/site/templates/fonts/Black.ttf);
  font-weight: 900;
  font-display: swap;
}


body {font-family: 'Lato', sans-serif; background-color: rgb(232, 232, 232);}

.bold 	{font-weight: 700;}

.center {text-align: center;}

#preload  {position: fixed; z-index: 10000; top:0; left:0; right:0; bottom:0; width: 100%; height: 100%; background-color: rgb(112, 146, 38);}
.loader {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border: 8px solid #fff;
  border-radius: 50%;
  border-top: 8px solid rgb(112, 146, 38);
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*======================== SECTIONS ========================*/

header 			{background-color: rgb(112, 146, 38); color: #fff;}

#top 			{position: fixed; z-index: 20; width: 100%; min-height: 50px; background:rgba(255,255,255,0.9);}
.logo 			{position: absolute; float: left; z-index: 10; margin: -25px 0 0 8%; padding: 15px 0px; width: 23%; background-color:#fff; display: none;
				-webkit-box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.5);
				box-shadow: 0px 14px 20px -10px rgba(0,0,0,0.5);}
.logo-mob 		{width: 40%; margin: 10px 30px;}
#main-img 		{padding-top:23%; position: relative;}
#main-img img 	{width: 100%; display: inherit;}
header h4 		{font-size: 1.6em; text-align: center;}
#willkommen 	{padding: 20px 10px 10px 10px; font-size: 1.1em}

/*Embach live*/
a#intro-video 	{position: absolute; display: block; right: 0px; top: 100px; width: 135px; height: 50px; background: url(/site/templates/images/video-play.png) no-repeat 0 0;
									-webkit-transition: all 0.35s, -webkit-transform 0.35s;
										transition: all 0.35s, transform 0.35s;}
a#intro-video:hover {background-image: url(/site/templates/images/video-play-on.png);}


#badge-staysafe, #badge-staysafe_en {position: absolute; right: 0px; bottom: -40px; z-index: 100; width: 100px; height: 100px;
									-webkit-transition: all 0.35s, -webkit-transform 0.35s; transition: all 0.35s, transform 0.35s;}
#badge-staysafe {background: url(/site/templates/images/but_staysafe.png) no-repeat 0 0; background-size: cover}
#badge-staysafe_en {background: url(/site/templates/images/but_staysafe_en.png) no-repeat 0 0; background-size: cover}
#badge-staysafe a, #badge-staysafe_en a {display: block; position: relative; width: 100%; height: 100%;}
#badge-staysafe:hover:hover {background: url(/site/templates/images/but_staysafe_on.png) no-repeat 0 0; background-size: cover;}
#badge-staysafe_en:hover {background: url(/site/templates/images/but_staysafe_en_on.png) no-repeat 0 0; background-size: cover;}



#news {
	/*border: 1px solid #fff;*/
	/*display: none;*/
	position: relative;
	background-color: #fff;
	height: auto;
	top: 0;
	left: 0;
	font-size: 1em;
}

#news h5 {
	font-size: 1.25em;
	font-weight: 600;
	color: #fff;
	background-color: #3C3C3C;
	padding: 10px 25px;
}
#news .text {
	padding: 0px 25px;
	/*font-weight: 300;*/
	line-height: 22px;
	color: #3C3C3C;
}
#news .title {
	font-size: 1.1em;
	font-weight: 600;
	color: #709226;
	margin: 0;
	padding-bottom: 10px;
}
#news a, #news b {
	color: #709226;
}
#news hr {
	border: none;
	margin: 25px 0;
	height: 1px;
	background-color: #707070;
}
#news li {
	position: relative;
	padding:3px 0 3px 15px;
}
#news li:before {
	content: "- ";
	position: absolute;
	font-weight: 400;
	margin-left: -15px;
}
#news .img {
	display: none;
}

@media (min-width: 1200px) {
		#news {
			left: -100%;
			margin-top: 10%;
			max-height: 465px;
			position: absolute;
			z-index: 100;
			width: 25%;
		}
		#news .img {
			display: block;
			height: 140px;
			background-size: cover;
		}
		#news .close {
			position: absolute;
			right: 0;
			padding: 5px;
			cursor: pointer;
		}
		#news .text {
			overflow-y: scroll;
			max-height: 255px;
		}
	}

@media (min-width: 1700px) {
	#news {
		margin-top: 10%;
		max-height: 650px;
	}
	#news .img {
		height: 200px;
	}
	#news .text {
		max-height: 350px;
	}
}

#spruch {position: absolute; z-index: 10; width: 80%; top: 50%; left: 50%; transform: translate(-50%, 0);}
#spruch img {opacity: 0; display: block; float: left;}

.bg-fade 	{position:relative; width:100%; clear: right; background-color: #2E2D2C; min-height: 210px;}
.bg-fade ul {margin:0; height: 100%;}
.bg-fade li {display:block; position:absolute; width: 100%; height: 100%; left:0; top:0; background-position: top center; background-size: 100%; background-repeat: no-repeat;}

#index .bg-fade li {display: none;}



#headline 		{text-align: center; padding: 20px 0; text-transform: uppercase;}
#headline h2 	{margin: 20px 0 0;}
#headline hr 	{display:block; margin: 30px auto; border-top: 4px solid rgb(112, 146, 38); text-align: center; width: 150px; overflow:visible;/* ie hack */}
#headline hr:before {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -25px;
	padding: 0 10px;
	background: rgb(232, 232, 232);
	color: rgb(112, 146, 38);
	font-size: 25px;
}

/* google translate */
#google_translate_element 	{position:absolute; top:0; right:0; text-align: center; z-index: 10;}
.goog-te-gadget-simple 		{border: none!important; background-color:rgba(60,60,60,0.6)!important; font-size:12px!important;}
.goog-te-menu-value span 	{color: #fff;}


/*Embach live*/
a#embach-live 	{position: absolute; display: block; right: 20px; margin-top: -60px; width: 155px; height: 50px; background: url(/site/templates/images/embach-live-streaming.png) no-repeat 0 0;
									-webkit-transition: all 0.35s, -webkit-transform 0.35s;
										transition: all 0.35s, transform 0.35s;}
a#embach-live:hover {background-image: url(/site/templates/images/embach-live-streaming-on.png);}
/* buchen */
#buchen #ebFrontEndFrame {background-color: #fff; padding: 0 0 80px;}


#haus-ansicht 	{background-color: rgb(112, 146, 38); color: #fff; margin-bottom: 40px;}
#haus-ansicht h4,
#haus-ansicht p {padding: 0 20px;}
#haus-ansicht h4{padding-top:20px; font-size: 1.6em;}
#haus-ansicht .img-cover {background-size: cover; background-position: center left; background-repeat: no-repeat; height: 260px;}

#highlights 	{position: relative; background: url('/site/templates/images/bg_highlights.jpg') fixed; background-size: cover; color: #fff; text-align: center; padding: 40px 0; font-size: 1em;}
#highlights img {width: 30%;}
#highlights a 	{color: #fff; text-decoration: underline;}
#highlights h4 	{font-weight: 400;}
#highlights a:hover h4{color: rgb(112, 146, 38);}

.hide-small 	{display: none;}

figure 			{margin: 0;}


/* ========= Gesundheitmaßnahmen ========= */
#gesundheits-sicherheitsmassnahmen .container {max-width: 1100px;}
#gesundheits-sicherheitsmassnahmen .intro {text-align: center;}
#gesundheits-sicherheitsmassnahmen .text {padding-top: 15px;}
#gesundheits-sicherheitsmassnahmen .text h6 {font-size: 1.15em; margin-bottom: 10px; color: rgb(112, 146, 38);}
#gesundheits-sicherheitsmassnahmen img.ico {max-width: 130px; background-color: rgba(112, 146, 38, .15); border-radius: 25px;}
#gesundheits-sicherheitsmassnahmen section {padding-top: 120px;}


/* ========= Haus ========= */
#haus .bg1	{background-image: url('/site/templates/images/header/haus_sommer.jpg');}
#haus .bg2	{background-image: url('/site/templates/images/header/home_wohnzimmer.jpg');}
#haus .bg3	{background-image: url('/site/templates/images/header/home_schlafzimmer.jpg');}
#haus .bg4	{background-image: url('/site/templates/images/header/home_sauna.jpg');}
#haus .bg5	{background-image: url('/site/templates/images/header/home_sauna2.jpg');}
#haus .bg6	{background-image: url('/site/templates/images/header/haus_abstellraum.jpg');}
#haus .bg7	{background-image: url('/site/templates/images/header/haus_stiegen.jpg');}
#haus .bg8	{background-image: url('/site/templates/images/header/haus_eingang.jpg');}


/* ========= Appartements ========= */
#appartement h4 	{font-weight: 400; margin-bottom: 0}
#appartement h6 	{margin: 0; text-transform: uppercase;}
#appartement section a	{color: rgb(112, 146, 38);}

#appartement #app-liste .row	{margin-bottom: 30px;}
#appartement .app-desc 	{min-width:155px;}
#appartement .ausstattung	{background-color: rgb(112, 146, 38); color: #fff; padding: 20px;}
#appartement .ausstattung h5 {margin: 25px 0px 10px 0;}

#appartement .app-desc .ghost-button {font-size: 0.9em; padding: 8px 0; margin: 0; width: 45%;}
#appartement .hinweis 	{background-color: rgb(112, 146, 38); font-size: 2em; font-weight: 700; color: #fff; padding: 10px;}

#appartement .bg1	{background-image: url('/site/templates/images/header/appartements-01.jpg');}
#appartement .bg2	{background-image: url('/site/templates/images/header/appartements-02.jpg');}
#appartement .bg3	{background-image: url('/site/templates/images/header/appartements-03.jpg');}
#appartement .bg4	{background-image: url('/site/templates/images/header/appartements-04.jpg');}
#appartement .bg5	{background-image: url('/site/templates/images/header/appartements-05.jpg');}
#appartement .bg6	{background-image: url('/site/templates/images/header/appartements-06.jpg');}
#appartement .bg7	{background-image: url('/site/templates/images/header/appartements-07.jpg');}
#appartement .bg8	{background-image: url('/site/templates/images/header/appartements-08.jpg');}


/* ========= Region ========= */
#region h4 				{font-weight: 400; margin-bottom: 0}
#region h5 				{margin: 0 0 20px;}
#region #content a 		{color: rgb(112, 146, 38); font-weight: 700;}
#region #umgebung {margin-bottom: 50px; }
#region #umgebung .one-third.column {min-width: 180px;}
#region #umgebung li a 	{color: rgb(112, 146, 38);}
#region #umgebung li a:hover{color: #444; text-decoration: underline;}


/* ========= Impressionen ========= */
#impressionen #galerie {margin-bottom: 50px;}
#impressionen #galerie .columns {width: 100%!important; margin: 0;}
#impressionen #galerie figure 	{z-index: 1; overflow: hidden; cursor: pointer; background: #fff;}
#impressionen #galerie figure img {display: block; float: left; width:100%;}
#impressionen #galerie h4, #impressionen #galerie h5 {text-align: center;}
#impressionen #galerie h4 {color: rgb(112, 146, 38); font-weight: bold;}

#impressionen .bg1	{background-image: url('/site/templates/images/header/home_gaeste.jpg');}
#impressionen .bg2	{background-image: url('/site/templates/images/header/home_kids.jpg');}
#impressionen .bg3	{background-image: url('/site/templates/images/header/home_haus_winter.jpg');}
#impressionen .bg4	{background-image: url('/site/templates/images/header/home_wandern.jpg');}
#impressionen .bg5	{background-image: url('/site/templates/images/header/home_nacht1.jpg');}
#impressionen .bg6	{background-image: url('/site/templates/images/header/home_gartenhuette_winter.jpg');}
#impressionen .bg7	{background-image: url('/site/templates/images/header/home_sommer.jpg');}
#impressionen .bg8	{background-image: url('/site/templates/images/header/home_winter.jpg');}

#impressionen #galerie figure.effect-impressionen img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

#impressionen #galerie figure.effect-impressionen:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#impressionen #button-wrap {
  text-align: center;
  margin: 0 auto 25px auto;
}
#impressionen button.sorter {
  font-size: 0.85em;
  color: #fff;
  background-color: rgb(112, 146, 38);
  padding: 0 15px;
  margin: 5px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
#impressionen button.sorter:hover {
  background-color: rgb(60,60,60);
} 

/* ========= Preise ========= */

/*#preise table {
    margin: 40px 0 80px;
    font-size: 1.2em;
}
#preise table td, #preise table th {
    padding: 0;
    padding-left: 20px;
}
#preise table tr.first {
    background-color: lightgray;
}
#preise table tr {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
#preise table tr:hover {
    background-color: rgba(112, 146, 38, 0.5);
    color: #fff;
}
#preise table thead tr:hover {
    background: none;
    color: #444;
}
#preise table td:nth-child(2) {
    height: 70px;
}
*/


#preise h4 				{font-weight: 400; margin-bottom: 0}
#preise h5 				{margin: 0;}
#preise #content a 		{color: rgb(112, 146, 38); font-weight: 700;}

#preise .EBPRC-category-title h3 {color: rgb(112, 146, 38); font-weight: 700; font-size: 1.6em;} /* easy-booking */
#anfrage .eb-availability-onecat-name h3 {color: rgb(112, 146, 38); font-weight: 400; font-size: 1.2em;} /* easy-booking */



/* ========= Anfrage ========= */
#anfrage h2 	{color: #444;}
form#FormBuilder_anfrage a 		{color: #444; text-decoration: underline;}
form#FormBuilder_anfrage a:hover {color: rgb(112, 146, 38);}
form#FormBuilder_anfrage 				{max-width: 1000px; margin: 0 auto; font-size: 0.9em;}
form#FormBuilder_anfrage label {text-transform: uppercase;}
form#FormBuilder_anfrage input {height: 50px;}
form#FormBuilder_anfrage input, form#FormBuilder_anfrage textarea {font-size: 1em;}
form#FormBuilder_anfrage fieldset {border: 1px solid lightgray;}
form#FormBuilder_anfrage fieldset legend {width: auto; margin: 10px 20px; padding: 5px; text-align: center; font-size: 1em; text-transform: uppercase;}
form#FormBuilder_anfrage fieldset>div {padding: 0 20px;}
form#FormBuilder_anfrage button[type=submit]	{margin: 20px auto!important; position: relative; display: block; font-size: 1.3em; background-color: rgb(112, 146, 38); color: #fff;}
form#FormBuilder_anfrage button[type=submit]:hover {background-color: rgb(60,60,60); color: #fff;}
form#FormBuilder_anfrage span.pw-no-select {display: inline-block; padding-top: 15px;}
form#FormBuilder_anfrage input[type=checkbox] {transform: scale(1.4); padding: 0; margin: 0 20px 0 0; min-height: auto; float: left;}

p.uk-alert.uk-alert-success {color: #fff; background: rgb(112, 146, 38); text-align: center; font-weight: 700; padding: 50px 0;}



/* ========= Anreise ========= */
#impressionen h4 {text-transform: uppercase;}

/* ========= Anreise ========= */
#anreise #content 	{width: 100%; margin: 0 auto;}
#anreise #content h4 {margin-top: 30px;}
#anreise #content a	{color: rgb(112, 146, 38); font-weight: 700;}


/* ========= Partner ========= */
#partner #content .row:first-child 	{border: none;}
#partner #content .row 				{border-top: 1px solid rgb(112, 146, 38); padding-top:10px; margin-bottom: 10px;}
#partner #content .ghost-button 	{font-size: 0.9em; padding: 8px 0; margin: 0;}
#partner #content a 				{color: rgb(112, 146, 38); font-weight: 700;}


/* ========= Impressum ========= */

#impressum #content a	{color: rgb(112, 146, 38); font-weight: 700;}



/* --- FOOTER -- */
footer 			 	{background-color: rgb(60,60,60); /*color: #fff;*/ font-size: 1.1em; text-align: center;}
footer #kontakt 	{border-top:8px solid rgb(112, 146, 38);}
footer .logo-foot	{width: 85%;}
footer a 			{/*color: #fff;*/ color: #444; transition: color 0.2s ease-out;}
footer a:hover		{color: #8BAC43;}

footer #overlay 	{padding: 20px 40px; text-align: center; background-color: rgba(255,255,255,0.9);}

#map_canvas 		{width:100%; height: 450px;}
#map_baloon 		{max-width: 300px;}
#map_baloon a 		{color: rgb(112, 146, 38);}
.gm-style 			{color: #444;}
.gm-style img 		{float: right; width: 50%;}
.gm-style p 		{float: left; text-align: left;}


footer #ico 		{width: 255px; height: 60px; margin: 20px auto 10px auto; left: 0; right: 0;}
footer .ico 		{display: block; width: 40px; height: 40px; float: left; margin-right: 10px; transition: all 0.2s ease-out;}
footer .tel 		{background: url('/site/templates/images/button_tel.png'); background-size: 100%;}
footer .mail 		{background: url('/site/templates/images/button_anfrage.png'); background-size: 100%;}
footer .location	{background: url('/site/templates/images/button_maps.png'); background-size: 100%;}
footer .facebook	{background: url('/site/templates/images/button_facebook.png'); background-size: 100%;}
footer .instagram	{background: url('/site/templates/images/button_instagram.png'); background-size: 100%;}
footer .tel:hover	{background: url('/site/templates/images/button_tel_aktiv.png'); background-size: 100%;}
footer .mail:hover	{background: url('/site/templates/images/button_anfrage_aktiv.png'); background-size: 100%;}
footer .location:hover	{background: url('/site/templates/images/button_maps_aktiv.png'); background-size: 100%;}
footer .facebook:hover	{background: url('/site/templates/images/button_facebook_aktiv.png'); background-size: 100%;}
footer .instagram:hover	{background: url('/site/templates/images/button_instagram_aktiv.png'); background-size: 100%;}

footer .ghost-button 	{font-weight: 700; width: 160px;}
footer .ghost-button:hover {background-color: rgb(60,60,60); color: #fff;}

footer .logos-bar			{background-color: rgb(112, 146, 38); padding: 20px 0 0 20px;}
footer .logos-bar .columns 	{width: 12%; margin-left: 0;}
footer .logos-bar img 		{max-width: 100%;}


footer .green-bar 			{background-color: rgb(60,60,60); padding: 0;}
footer .green-bar a 		{opacity: 0.55; font-size: 0.9em; transition: all 0.5s;}
footer .green-bar span 		{display: inline-block; padding: 0px 7px;}
footer .green-bar img 		{padding: 20px 0 0;}
footer .green-bar a:hover 	{opacity: 1; color: #fff;}
footer #impr-agb 			{text-align: center;}
footer #impr-agb a  {color: #fff;}


/* Back to top button */
#back-top 	{position: fixed; right: 20px; bottom: 20px; display: none;}

/* arrow icon (span tag) */
#back-top span {width: 50px; height: 50px; display: block; margin-bottom: 7px; background: #ddd url(/site/templates/images/up-arrow.png) no-repeat center center;
				/* rounded corners */
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
				border-radius: 50px;
				/* background color transition */
				-webkit-transition: 1s;
				-moz-transition: 1s;
				transition: 1s;
}
#back-top a:hover span {background-color: rgb(60,60,60);}




/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */
@media (min-width: 400px) {
	/* #preise table td{padding: 10px 0;} */
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.logo-mob 		{width: 25%;}
	#main-img 		{padding-top: 15%;}
	#willkommen h4 	{font-size: 1.2em;}
	#haus-ansicht img{padding: 20px;}
	footer 			{text-align: left;}
	#highlights h4,
	footer h2 		{font-size: 1.4em;}
	#haus-ansicht h4,
	#haus-ansicht p {padding: 20px 5px 0 0;}

	#appartement .ausstattung h4 {font-size: 1.3em;}
	#appartement .ausstattung h5 {font-size: 1.9rem;}
	
	#impressionen #galerie .columns {width: 50%!important;}

	/*
	#preise table tr th:nth-child(1),
	#preise table .col-hide	{display: block;}
	#preise table td:nth-child(2) {font-weight: normal; height: auto; min-width: auto;}
	#preise table td:nth-child(2) br {display: none;}
	*/

	footer .logo-foot	{width: 55%;}
	footer .green-bar span {padding: 25px 5px;}
}

/* Larger than tablet */	
@media (min-width: 750px) {
	#top 	{position: absolute; min-height: 0; margin-top: 25px; background-color:rgba(255,255,255,0.9);}
	.logo	{display: block; width: 16%;}
	.logo-mob{display: none;}

	a#intro-video {top: 120px}
	
	#spruch {width: 45%; transform: translate(-40%, -50%);}
	
	#anfrage section,
	#buchen section,
	#partner section,
	#highlights_p section,
	#anreise section,
	#impressum section,
	#datenschutz section,
	#agb section,
	#http404 section	 {padding-top: 100px;}

	#gesundheits-sicherheitsmassnahmen section {padding-top: 180px;}


	#main-img 		{padding-top: 0;}
	#willkommen h4 	{font-size: 1.4em;}
	#haus-ansicht h4,
	#haus-ansicht p {padding: 20px 10% 0 0;}
	#haus-ansicht .img-cover {height: 500px;}
	#highlights h4,
	footer h2 		{font-size: 1.8em;}
	footer .green-bar span {padding: 25px 15px;}

	#map_canvas 		{width:100%; height: 790px;}

	/*
	#preise table {font-size: 1em;}
	#preise table th,
	#preise table td {padding: 10px 10px}
	*/

	#anreise #content 	{width: 70%;}

	footer #overlay 	{position:absolute; width: 30%; height: 750px; padding: 20px 40px; z-index: 10;}
	footer .logo-foot	{width: 85%;}
	footer .green-bar img{padding: 20px 0 0 23%;}
	footer #impr-agb 	{text-align: right;}

}

/* Larger than desktop */
@media (min-width: 1000px) {
	#haus-ansicht img {padding: 0px;}
	#willkommen h4 	{font-size: 1.8em;}

	#badge-staysafe, #badge-staysafe_en {right: 10px; bottom: -20px; width: 170px; height: 170px;}

	footer h2 {font-size: 4.2rem;}

	#appartement .ausstattung h4 {font-size: 1.8em;}
	#appartement .ausstattung h5 {font-size: 2.3rem;}

	#impressionen #galerie .columns {width: 25%!important;}

	#preise .preise-easybooking {width: 50%; margin: 0 auto; font-size: inherit;}

	footer .logo-foot	{width: 65%;}
}
	
/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.logo	{width: 17%;}
	#haus-ansicht h4{font-size: 2em;}
	footer .logo-foot	{width: 55%;}
}

/* Wide Screen */
@media (min-width: 1400px) {
	.hide-small {display: block;}
}

/*====================== buttons =======================*/

.ghost-button {
  display: block;
  width: 50%;
  max-width: 200px;
  min-width: 150px;
  padding: 8px;
  margin:20px auto;
  color: #fff;
  background-color: rgb(112, 146, 38);
  border: 1px solid #fff;
  font-size: 1.2em;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: rgb(112, 146, 38);
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}



/***** Chico *****/
/* Common style */
#grid-gallery {margin-bottom: 80px;}
#grid-gallery figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	/* margin: -0.135em; */
	width: 100%;
	height: auto;
	background: rgb(112, 146, 38);;
	text-align: center;
	cursor: pointer;
}

#grid-gallery figure img {
	position: relative;
	display: block;
	width: 100%;
}

#grid-gallery figure figcaption {
	/* padding: 2em; */
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#grid-gallery figure figcaption::before,
#grid-gallery figure figcaption::after {
	pointer-events: none;
}

#grid-gallery figure figcaption,
#grid-gallery figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#grid-gallery figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

#grid-gallery figure h2 {
	font-size: 1.6em;
	/* word-spacing: -0.15em; */
	font-weight: 300;
}

#grid-gallery figure h2 span {
	font-weight: 800;
}

#grid-gallery figure h2,
#grid-gallery figure p {
	/* margin: 0; */
}

#grid-gallery figure p {
	letter-spacing: 1px;
	font-size: 72.5%;
	display: none;
}


figure.effect-chico img {

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.1;
	/* -webkit-transform: scale(1);
	transform: scale(1); */
}

figure.effect-chico figcaption {
	/* padding: 3em; */
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico h2,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 12% 0 15px 0;
}

figure.effect-chico h2,
figure.effect-chico p {
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


#region #grid-gallery figure h2 {font-size: 1em;}
#region figure.effect-chico:hover h2 {-webkit-transform: scale(1.8); transform: scale(1.8);}

#region figure.effect-chico h2 {opacity: 1; padding-top: 22%;}
#region figure.effect-chico img {opacity: 0.4;}
#region figure.effect-chico:hover img {opacity: 1;}

/* Media Queries Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */
@media (min-width: 400px) {
	#grid-gallery figure p {display: block;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.ghost-button {display: inline-block; margin: 15px 20px;}
}

/* Larger than tablet */	
@media (min-width: 750px) {
	#grid-gallery figure {width:33%;}
	#grid-gallery figure p {display: none;}
	figure.effect-chico h2 {padding: 18% 0 0;}
	#region #grid-gallery figure h2 {font-size: 0.75em;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	#grid-gallery figure p {display: block; line-height: 1em;}
	figure.effect-chico h2 {padding: 15% 0 15px 0;}
	#region #grid-gallery figure h2 {font-size: 1em;}
}
	
/* Larger than Desktop HD */
@media (min-width: 1200px) {
	#grid-gallery figure p {line-height: 1.6em;}

}
/* Wide Screen */
@media (min-width: 1400px) {
	.hide-small {display: block;}
	#grid-gallery figure h2 {font-size: 2em;}
	#grid-gallery figure p {font-size: 80%;}

	#region #grid-gallery figure h2 {font-size: 1.2em;}
}

/* ---------------------------------------------------
Title: IDEENWERKSTATT TINTIFAX - Layout CSS
Author: Pierpaolo Federici - IDEENWERKSTATT TINTIFAX

------------------- Color Palette --------------------

		gray		-		rgb(60,60,60);
		green 		- 		rgb(112, 146, 38);

------------------------------------------------------ */

nav 	{width: 100%; position: relative; z-index: 100; display: none; border-bottom: 8px solid rgb(112, 146, 38);}
nav ul 	{margin:0; padding: 0; clear: left;}
nav li 	{width: 100%; display: block; width: 100%;}
nav a 	{display:block; width:100%; height: 40px; line-height: 40px; color: rgb(60,60,60); font-size: 1.4em; text-align: center;
		  -webkit-transition: all 0.3s linear;
		  -moz-transition: all 0.3s linear;
		  -ms-transition: all 0.3s linear;
		  -o-transition: all 0.3s linear;
		  transition: all 0.3s linear;}

nav a:hover {background-color: rgb(112, 146, 38); color: #fff;}

/* toggler (Hamburger) */
.toggler	{position: relative; float: right; margin-top: 8%; right: 30px;}
#nav-toggle {cursor: pointer; padding: 10px 35px 16px 0px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: rgb(60,60,60);
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Lang */
#lang 		{position: absolute; z-index: 100; display: none;}
#lang a 	{display: block; float: left; width: 23px; height: 23px; margin: 0 5px; border-radius: 23px;}
#lang span 	{border: 2px solid #fff; position: absolute; border-radius: 22px; width: 23px; height: 23px; margin-top: -2px; margin-left: -2px; opacity: 0;
			-webkit-transition: opacity 0.35s; transition: opacity 0.35s;}
#lang a:hover span,
#lang a span.active {opacity: 1;}
#lang a.de {background: url('/site/templates/images/at.png') center;}
#lang a.en {background: url('/site/templates/images/en.png') center;}

#lang.lang-mob 	{display: inline-block; position: relative; width: 70px; left: 50%; margin: 10px 0 5px -35px;}
#lang.lang-mob a{text-align: left;}


#services {display: none;}
#services-mob {text-align: center;}
#services-mob img {max-width: 15%;}



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */
@media (min-width: 400px) {
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	.toggler 	{margin-top: 6%;}
	#scrlBotm 	{display: none;} /* Menu Kontakt */
}

/* Larger than tablet */	
@media (min-width: 750px) {
	.toggler 	{display: none;}
	nav 		{width: 72%; /*margin-left: 30%;*/ float: right; padding-top: 0; display: block; border: none;}
	nav ul 		{margin:0; padding: 0;}
	nav li 		{width: auto; }
	nav a 		{display: block; width: auto; float: left; height: 60px; line-height: 60px; color: rgb(60,60,60); padding: 0 1%; font-size: 0.75em;}

	#lang 		{display: block; top: 50px; right: 20px;}
	#lang.lang-mob {display: none;}

	#services {display: block; position: absolute; z-index: 100; height: 100%; right: 10px; top: 10px;}
	#services img {max-height: 70%;}
	#services-mob {display: none;}
}

/* Larger than desktop */
@media (min-width: 1100px) {
	#scrlBotm 	{display: block;} /* Menu Kontakt */
	nav a {padding: 0 5px; font-size: 1em; height: 70px; line-height: 70px;}

	#lang 		{top: 60px;}
}
	
/* Larger than Desktop HD */
@media (min-width: 1250px) {
	nav a {padding: 0 10px; font-size: 1em;}
}

/* very Large Desktop HD */
@media (min-width: 1400px) {
	nav a {padding: 0 10px; font-size: 1.1em;}
	#lang {top: 25px; right: 10px;}
}



@media screen and (max-height: 28.5em){
		nav a 	{font-size: 1em; height: 25px; line-height: 25px;}
	}
/* Preload images */
body:after {
  content: url(/site/templates/plugins/lightbox2/images/close.png) url(/site/templates/plugins/lightbox2/images/loading.gif) url(/site/templates/plugins/lightbox2/images/prev.png) url(/site/templates/plugins/lightbox2/images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  top:50%!important;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/site/templates/plugins/lightbox2/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/site/templates/plugins/lightbox2/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/site/templates/plugins/lightbox2/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/site/templates/plugins/lightbox2/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.vbox-overlay * { 
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 30px;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    z-index: 99;
}
.vbox-left{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items:center;
}
.vbox-num{
    display: inline-block;
    margin: 6px 0 6px 15px;
}
/* ----- Social share ----- */
.vbox-share{
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.vbox-share svg{
    max-height: 28px;
    width: 28px;
    z-index: 10;
    margin-left: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    vertical-align: middle;
}


/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.vbox-figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.vbox-figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.vbox-animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}

