/*
* 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%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }*/
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.column:first-child,
.columns:first-child {
    margin-left:0 !important; }

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

/*.container {
    width: 80%; }*/
  .column,
  .columns {
    margin-left: 4%; }

  .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-half.column,
  .one-half.columns                    { width: 0.33333333333333%; }
  .two-half.columns                    { width: 4.6666666666667%;  }
  .three-half.columns                  { width: 9%;            	   }
  .four-half.columns                   { width: 13.333333333333%;  }
  .five-half.columns                   { width: 17.666666666667%;  }
  .six-half.columns                    { width: 22%;               }
  .seven-half.columns                  { width: 26.333333333333%;  }
  .eight-half.columns                  { width: 30.666666666667%;  }
  .nine-half.columns                   { width: 35%;          	   }
  .ten-half.columns                    { width: 39.333333333333%;  }
  .eleven-half.columns                 { width: 43.666666666667%;  }

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

  .one-half.column                { width: 48%; }*/
  
  /* Formulare - kleinerer Abstand */
  /*<?php
  $margin=2;
  for ($i=1; $i<=11; $i++) {
	  $erg=(100/12*$i)-($margin-(($margin/12)*$i));
	  echo $i.": ".$erg."\n";
  }
  ?>*/
  
  .form_row .column, .form_row .columns				{ margin-left: 2%; 	}
  .form_row .one.column, .form_row .one.columns		{ width: 6.5%; 		}
  .form_row .two.columns							{ width: 15%; 		}
  .form_row .three.columns							{ width: 23.5%; 	}
  .form_row .four.columns							{ width: 32%; 		}
  .form_row .five.columns							{ width: 40.5%; 	}
  .form_row .six.columns							{ width: 49%; 		}
  .form_row .seven.columns							{ width: 57.5%; 	}
  .form_row .eight.columns							{ width: 66%; 		}
  .form_row .nine.columns							{ width: 74.5%; 	}
  .form_row .ten.columns							{ width: 83%; 		}
  .form_row .eleven.columns							{ width: 91.5%; 	}
  .form_row .twelve.columns							{ width: 100%; margin-left: 0; }

  /* 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 :) */
body {
  font-weight: 400; }


/* 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: 0rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: 0rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: 0rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: 0rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: 0rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* 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; }
  
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  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; }
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 {
  outline: 0; }
label,
legend {
  display: block;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  font-weight: normal; }
  

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* 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; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
/*pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }*/


/* 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) {}
/*! 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;
}/* architects-daughter-regular - latin */
/*@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.eot');
  src: local('Architects Daughter Regular'), local('ArchitectsDaughter-Regular'),
       url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.woff2') format('woff2'),
       url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.woff') format('woff'),
       url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.ttf') format('truetype'),
       url('//d.alpenwahnsinn.de/fonts/architects-daughter-v8-latin-regular.svg#ArchitectsDaughter') format('svg');
}*/

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//d.alpenwahnsinn.de/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

#lightboximgct{ width:90%; height:90%;display:none; max-width:90%; max-height:90%; top:50%; left:50%; position:fixed; z-index:99999999999; }
#lightboximgct.dprot_info{ display: block; background-color: #FFF; max-width: 460px; max-height: min( 460px, 90% ); transform: translate(-50%, -50%); padding: 10px;border-radius:12px; box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3); }
.dprot_info .dprot_text{ max-height:calc(100% - 50px);margin-bottom:10px;overflow-y:auto; }
.dprot_info .logo{ margin-top: -5px !important; height: 80px; transform: scale(0.7); margin-bottom: -20px; }
.dprot_info .dismiss_dataprocess{ background-color: #3C3937;padding: 6px 30px;position: relative;display: block;float:left; }
.dismiss_dataprocess a{ color:#FFF !important;font-size:14px; text-decoration: none !important; }
.dprot_info .accept_dataprocess{ background-color: #3C3937;padding: 6px 30px;position: relative;display: block;float:right; }
.accept_dataprocess a{ color:#FFF !important;font-size:14px; text-decoration: none !important; }

body.loaded{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/wood_bg.jpg); background-attachment: fixed; }
body.loaded[data-webp="1"]{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/webp/wood_bg.jpg.webp); }

.tsrf1{ max-width:450px; padding-top:150%; width:100%; background-size: contain; background-repeat: no-repeat; background-position: center; display:inline-block; background-color:#FFF; }
.tsrf2{ max-width:557px; padding-top:52.064631956912%; width:100%; background-size: cover; background-position: center; display:inline-block; background-color:#FFF; }
.tsrtop1{ width:100%; display:inline-block; background-position: center; background-color:#FFF; }

a[href^="tel"]{ color:#3C3937; text-decoration:none; }
.bg_footer a[href^="tel"]{ color:#FFF; text-decoration:none; }
#usp_bar,.search{display: none;}
.ti{ text-indent: 100%; white-space: nowrap; overflow: hidden;}
label.ti{ display: none; }
img:-moz-loading { visibility: hidden; }
img{ max-width: 100%; }
.rndrlnk{ width:100%;background-size:cover;display:inline-block; }
.bg_gray{ background: #e9e6e4; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU2ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(left, #e9e6e4 0%, #ffffff 50%, #e9e6e4 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9e6e4), color-stop(50%,#ffffff), color-stop(100%,#e9e6e4)); background: -webkit-linear-gradient(left, #e9e6e4 0%,#ffffff 50%,#e9e6e4 100%); background: -o-linear-gradient(left, #e9e6e4 0%,#ffffff 50%,#e9e6e4 100%); background: -ms-linear-gradient(left, #e9e6e4 0%,#ffffff 50%,#e9e6e4 100%); background: linear-gradient(to right, #e9e6e4 0%,#ffffff 50%,#e9e6e4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e6e4', endColorstr='#e9e6e4',GradientType=1); }
.bg_footer{ background: #423a36; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyM2EzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVkNTU1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjNhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(left, #423a36 0%, #5d5551 50%, #423a36 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#423a36), color-stop(50%,#5d5551), color-stop(100%,#423a36)); background: -webkit-linear-gradient(left, #423a36 0%,#5d5551 50%,#423a36 100%); background: -o-linear-gradient(left, #423a36 0%,#5d5551 50%,#423a36 100%); background: -ms-linear-gradient(left, #423a36 0%,#5d5551 50%,#423a36 100%); background: linear-gradient(to right, #423a36 0%,#5d5551 50%,#423a36 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423a36', endColorstr='#423a36',GradientType=1); }
.bg_plaid{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/bg.svg); }
.n_012_heart_mid_wborder{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/012_heart_mid_wborder.svg) !important; width:50px; height:46px; background-position:0 0 !important; }
.n_023_discount_info{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/023_discount_info.svg) !important; width:124px; height:51px; background-position:0 0 !important; }
/*.lazyload,.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; transition: opacity 300ms; }*/
.sizeinfos { position:absolute; top:0; left:0; margin:0; padding:2px 5px; box-sizing:border-box; background:#FFF; box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.4),-1px -1px 4px 0 rgba(0, 0, 0, 0.4); z-index: 2; }
.sizeinfos::after { content:""; position:absolute; width:0; height:0; margin-left:-4px; right:-8px; top:50%; box-sizing:border-box; border:4px solid black; border-color:transparent transparent #FFF #FFF; transform-origin:0 0; transform:rotate(-135deg); box-shadow:-3px 3px 3px 0 rgba(0, 0, 0, 0.4); }
.sizeinfos.nav::after { content:""; position:absolute; width:0; height:0; margin-left:-4px; top:100%; left:50%; box-sizing:border-box; border:4px solid black; border-color:transparent transparent #FFF #FFF; transform-origin:0 0; transform:rotate(-45deg); box-shadow:-3px 3px 3px 0 rgba(0, 0, 0, 0.4); }
.sizeinfos.nav.ltriangle::after{ left:8px; margin-left: 0px; }
.sizeinfos.nav.rtriangle::after{ left:auto; right:10px; margin-left: 0px; }
.sizeinfos_size_nav { color:#F00; }
.mobilenav{ display: none; }

.cookies{ background-color: #69352D; color:#FFF; font-size: 12px; padding:5px 10px; }
.cookies a{ color:#FFF; }
#newcookie{ position:fixed;width:450px; margin-left: -225px; margin-top: -233.5px; max-width:90%; left:50%; top:50%; line-height:1.2;font-size:16px;padding:20px;box-sizing:border-box; z-index:9999999999999999; background-color:#EBEBEB;text-align:center; }
#newcookie_btn_accept{ background-color:#5A9B1D;color:#FFF;text-align:center; font-size:30px; line-height:50px; cursor:pointer; }
#newcookie_head{ text-transform:uppercase; font-size:22px; }
.noscript{ background-color: #B20000; text-align: center; }

.checkb, .checkb_nl, .icon, .icons,.owl-theme1 .owl-nav div{ background-image:url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.png');background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg');background-repeat:no-repeat; }
.hasbrotli .checkb, .hasbrotli .checkb_nl, .hasbrotli .icon, .hasbrotli .icons,.hasbrotli .owl-theme1 .owl-nav div{ background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg.br'); }
.bedingungen_de,.bedingungen_at,.bedingungen_nl{ display: none; }

.filter,.filter_small,.outfit_dropdown{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

[data-contenttype="video"]{ position:relative; padding-bottom:56.25%; padding-top:0px; height:0; overflow:hidden; }
[data-contenttype="video"] iframe{ position:absolute;top:0;left:0;width:100%;height:100%; }

body.loaded #stcknav.stcky{ position:fixed; z-index:9999999999999999; width:100%; top:0px; background-image:url("https://d.alpenwahnsinn.de/media/lib/71/2016/images/misc/wood_bg_500.jpg"); }

/* AW eigene CSS */
.button-filigran{ border-color: #3C3937; border-style: solid; border-width: 2px; color: #3C3937; display: inline-block; font-family: "Source Sans Pro", sans-serif; font-size: 1.1em; font-weight: 600; letter-spacing: 0.02em; line-height: 1.2em; margin-left: 8%; margin-right: 4%; margin-top: 3%; padding: 3%; text-align: center; text-decoration: none; text-transform: uppercase; width: 77%; }
.button-marken{ color: #3C3937; display: inline-block; font-family: "Source Sans Pro", sans-serif; font-size: 1.1em; font-weight: 600; text-decoration: none; text-transform: uppercase; letter-spacing: 0.02em; }
.versalien{ font-family: 'Source Sans Pro', sans-serif; color: #3C3937; font-size: 1.4em; text-transform: uppercase; font-weight: 600; }
/* eigene CSS Ende */

.icon_001 { background-position:-10px -10px; } /* 001_dotted_heart.svg */
.icon_002 { background-position:-10px -92px; } /* 002_dotted_line.svg */
.icon_003 { background-position:-10px -116px; } /* 003_dotted_heart.svg */
.icon_004 { background-position:-10px -192px; } /* 004_dotted_line.svg */
.icon_005 { background-position:-10px -214px; } /* 005_dotted_heart.svg */
.icon_006 { background-position:-10px -311px; } /* 006_dotted_line.svg */
.icon_007 { background-position:-10px -334px; } /* 007_dotted_heart.svg */
.icon_008 { background-position:-10px -444px; } /* 008_dotted_line.svg */
.icon_009 { background-position:-10px -466px; width:67px; height:61px; } /* 009_heart.svg */
.icon_010 { background-position:-10px -547px; width:21px; height:19px; } /* 010_heart_small.svg */
.icon_011 { background-position:-10px -586px; width:21px; height:19px; } /* 011_heart_small_outline.svg */
.icon_012 { background-position:-10px -625px; width:50px; height:46px; } /* 012_heart_mid_wborder.svg */
.icon_013 { background-position:-10px -691px; } /* 013_mnav_arrow.svg */
.icon_014 { background-position:-10px -779px; } /* 014_mnav_3lines.svg */
.icon_015 { background-position:-10px -846px; } /* 015_mnav_plus.svg */
.icon_016 { background-position:-10px -896px; } /* 016_mnav_minus.svg */
.icon_017 { background-position:-10px -946px; } /* 017_magnifier.svg */
.icon_018 { background-position:-10px -991px; width:38px; height:37px; } /* 018_magnifier_plus.svg */
.icon_019 { background-position:-10px -1036px; width:53px; height:76px; } /* 019_shopping_bag.svg */
.icon_020 { background-position:-10px -1132px; } /* 020_arrow_down.svg */
.icon_021 { background-position:-10px -1162px; } /* 021_arrow_left.svg */
.icon_022 { background-position:-10px -1198px; } /* 022_arrow_down_border.svg */
.icon_023 { background-position:-10px -1234px; width:124px; height:51px; } /* 023_discount_info.svg */
.icon_024 { background-position:-10px -1305px; width:37px; height:37px; } /* 024_cross_close.svg */
.icon_025 { background-position:-10px -1355px; } /* 025_cross.svg */
.icon_026 { background-position:-10px -1405px; } /* 026_gplus.svg */
.icon_027 { background-position:-10px -1456px; } /* 027_twitter.svg */
.icon_028 { background-position:-10px -1507px; } /* 028_pinterest.svg */
.icon_029 { background-position:-10px -1558px; } /* 029_facebook.svg */
.icon_030 { background-position:-10px -1609px; } /* 030_facebook.svg */
.icon_031 { background-position:-10px -1664px; } /* 031_heart_small_black.svg */
.icon_032 { background-position:-10px -1701px; width:35px; height:31px; } /* 032_bleichen_chlor.svg */
.icon_033 { background-position:-10px -1752px; width:35px; height:31px; } /* 033_nicht_bleichen.svg */
.icon_034 { background-position:-10px -1803px; width:35px; height:31px; } /* 034_buegeln_1.svg */
.icon_035 { background-position:-10px -1854px; width:35px; height:31px; } /* 035_buegeln_2.svg */
.icon_036 { background-position:-10px -1905px; width:35px; height:31px; } /* 036_buegeln_3.svg */
.icon_037 { background-position:-10px -1956px; width:35px; height:31px; } /* 037_nicht_buegeln.svg */
.icon_038 { background-position:-10px -2007px; width:35px; height:31px; } /* 038_chemische_reinigung_a.svg */
.icon_039 { background-position:-10px -2058px; width:35px; height:31px; } /* 039_chemische_reinigung_f.svg */
.icon_040 { background-position:-10px -2109px; width:35px; height:31px; } /* 040_chemische_reinigung_p.svg */
.icon_041 { background-position:-10px -2160px; width:35px; height:31px; } /* 041_keine_chemische_reinigung.svg */
.icon_042 { background-position:-10px -2211px; width:35px; height:31px; } /* 042_handwaesche.svg */
.icon_043 { background-position:-10px -2262px; width:35px; height:31px; } /* 043_nicht_waschen.svg */
.icon_044 { background-position:-10px -2313px; width:35px; height:31px; } /* 044_feinwaesche_30.svg */
.icon_045 { background-position:-10px -2364px; width:35px; height:31px; } /* 045_waesche_30.svg */
.icon_046 { background-position:-10px -2415px; width:35px; height:31px; } /* 046_waesche_40.svg */
.icon_047 { background-position:-10px -2466px; width:35px; height:31px; } /* 047_waesche_60.svg */
.icon_048 { background-position:-10px -2517px; width:35px; height:31px; } /* 048_nicht_trocknen.svg */
.icon_049 { background-position:-10px -2568px; width:35px; height:31px; } /* 049_schonend_trocknen.svg */
.icon_050 { background-position:-10px -2619px; width:35px; height:31px; } /* 050_normal_trocknen.svg */
.icon_051 { background-position:-10px -2670px; } /* 051_magnifier_mobile.svg */
.icon_052 { background-position:-10px -2737px; width:30px; height:30px; } /* 052_plus.svg */
.icon_053 { background-position:-10px -2787px; } /* 053_magnifier_mobile_new.svg */
.icon_054 { background-position:-10px -2850px; } /* 054_shopping_bag_mobile.svg */
.icon_055 { background-position:-10px -2926px; } /* 055_magnifier_mobile_small.svg */
.icon_056 { background-position:-10px -2984px; width:30px; height:30px;  } /* 056_toggle_menu.svg */
.icon_057 { background-position:-10px -3034px; } /* 057_magnifier_mobile_smaller.svg */
.icon_058 { background-position:-10px -3082px; } /* 058_shopping_bag_mobile_smaller.svg */
.icon_059,.owl-theme1 .owl-prev { background-position:-10px -3143px; width:42px; height:120px; } /* 059_arrow_left.svg */
.icon_060,.owl-theme1 .owl-next { background-position:-10px -3283px; width:42px; height:120px; } /* 060_arrow_right.svg */
.icon_061 { background-position:-10px -3423px; } /* 061_arrow_left_tablet.svg */
.icon_062 { background-position:-10px -3527px; } /* 062_arrow_right_tablet.svg */
.icon_063 { background-position:-10px -3631px; } /* 063_arrow_left_smartphone.svg */
.icon_064 { background-position:-10px -3702px; } /* 064_arrow_right_smartphone.svg */
.icon_065 { background-position:-10px -3773px; width:20px; height:11px; } /* 065_arrow_down.svg */
.icon_066 { background-position:-10px -3804px; } /* 066_klarna.svg */
.icon_067 { background-position:-10px -3849px; } /* 067_amazonpayments.svg */
.icon_068 { background-position:-10px -3894px; } /* 068_barzahlen.svg */
.icon_069 { background-position:-10px -3939px; } /* 069_amex.svg */
.icon_070 { background-position:-10px -3984px; } /* 070_nachnahme.svg */
.icon_071 { background-position:-10px -4029px; } /* 071_mastercard.svg */
.icon_072 { background-position:-10px -4074px; } /* 072_paypal.svg */
.icon_073 { background-position:-10px -4119px; } /* 073_visa.svg */
.icon_074 { background-position:-10px -4164px; } /* 074_sofort.svg */
.icon_075 { background-position:-10px -4209px; } /* 075_bleichen_sauerstoff.svg */
.icon_081 { background-position:-10px -4530px; width:22px; height:22px; } /* 081_cross_red.svg */
.icon_082 { background-position:-10px -4609px; width:21px; height:19px; } /* 082_halfheart_small.svg */
.icon_092 { background-position:-10px -5053px; width:19px; height:19px; } /* 092_check.svg */
.icon_093 { background-position:-10px -5092px; width: 40px; height: 20px; top: 2px; position: relative; } /* 093_arrow_white_top.svg */
.icon_094 { background-position:-10px -5138px; } /* 094_paypal_rechnung.svg */
.icon_095 { background-position:-10px -5183px; } /* 095_paypal_lastschrift.svg */
.icon_096 { background-position:-10px -5228px; width:19px; height:19px; }
.icon_097 { background-position:-10px -5267px; width:19px; height:19px; }
.icon_098 { background-position:-10px -5306px; width:11px; height:10px; } /* 098_halfheart_xsmall.svg */
.icon_099 { background-position:-10px -5336px; width:11px; height:10px; } /* 099_heart_xsmall_outline.svg */
.icon_100 { background-position:-10px -5366px; width:11px; height:10px; } /* 100_heart_xsmall.svg */
.icon_101 { background-position:-10px -5396px; width:35px; height:31px; } /* 101_nassreinigung.svg */
.icon_102 { background-position:-10px -5447px; width:35px; height:31px; } /* 102_feinwaesche_40.svg */
.icon_103 { background-position:-10px -5498px; width:62px; height:54px; } /* 103_heart_new.svg */
.icon_104 { background-position:-10px -5573px; } /* 104_youtube.svg */
.icon_105 { background-position:-10px -5633px; width:15px; height:14px; } /* 105_heart_xsmall.svg */
.icon_106 { background-position:-10px -5667px; width:15px; height:14px; } /* 106_heart_xsmall_outline.svg */
.icon_107 { background-position:-10px -5701px; width:15px; height:14px; } /* 107_halfheart_xsmall.svg */
.icon_109 { background-position:-10px -5780px; width:30px; height:27px; } /* 109_nl_heart.svg */
.icon_110 { background-position:-10px -5828px; width:37px; height:37px; } /* 110_phone.svg */
.icon_111 { background-position:-10px -5885px; width:23px; height:23px; } /* 111_phone_small.svg */
.icon_112 { background-position:-10px -5928px; width:30px; height:27px; } /* 112_nl_heart_green.svg */
.icon_113 { background-position:-10px -5976px; width:30px; height:27px; } /* 113_nl_heart_grey.svg */
.icon_114 { background-position:-10px -6024px; width:19px; height:19px; } /* 114_check_grey.svg */
.icon_115 { background-position:-10px -6063px; width:67px; height:20px; } /* 115_limitiert.svg */
.icon_116 { background-position:-10px -6102px; width:67px; height:20px; } /* 116_exklusiv.svg */
.icon_117 { background-position:-10px -6141px; width:25px; height:22px; transform: scale(0.68); transform-origin: 10px 25px; } /* 117_heart_nav.svg */

.mc { display:inline-block; width:38px; height:23px; background-position:-23px -4648px; }
.pp { display:inline-block; width:56px; height:23px; background-position:-14px -4693px; }
.visa { display:inline-block; width:50px; height:23px; background-position:-18px -4738px; }
.sofort { display:inline-block; width:53px; height:23px; background-position:-16px -4783px; }
.klarna { display:inline-block; width:41px; height:23px; background-position:-16px -4828px; }
.ap { display:inline-block; width:48px; height:23px; background-position:-19px -4873px; }
.barzahlen { display:inline-block; width:55px; height:23px; background-position:-10px -4918px; }
.amex { display:inline-block; width:55px; height:23px; background-position:-15px -4963px; }
.nn { display:inline-block; width:49px; height:23px; background-position:-18px -5008px; }
.ppl { display:inline-block; width:49px; height:23px; background-position:-15px -5138px; }
.ppr { display:inline-block; width:49px; height:23px; background-position:-15px -5183px; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.spacer5px { clear:both; height:5px; }
.spacer10px { clear:both; height:10px; }
.spacer15px { clear:both; height:15px; }
.spacer20px { clear:both; height:20px; }
.spacer25px { clear:both; height:25px; }
.spacer25pxborder { clear:both; height:25px; border-bottom: 2px solid #9D9D9C; margin-bottom: 25px; }
.spacer27px { clear:both; height:27px; }
.spacer30px { clear:both; height:30px; } .spacer30px.fix { height:30px !important; }
.spacer35px { clear:both; height:35px; }
.spacer40px { clear:both; height:40px; } .spacer40px.fix { height:40px !important; }
.spacer45px { clear:both; height:45px; } .spacer45px.fix { height:45px !important; }
.spacer50px { clear:both; height:50px; } .spacer50px.fix { height:50px !important; }
.spacer55px { clear:both; height:55px; } .spacer50px.fix { height:55px !important; }
.spacer60px { clear:both; height:60px; } .spacer60px.fix { height:60px !important; }
.spacer65px { clear:both; height:65px; } .spacer65px.fix { height:65px !important; }
.spacer70px { clear:both; height:70px; } .spacer70px.fix { height:70px !important; }
.spacer75px { clear:both; height:75px; } .spacer75px.fix { height:75px !important; }
.spacer80px { clear:both; height:80px; } .spacer80px.fix { height:80px !important; }
.spacer85px { clear:both; height:85px; } .spacer85px.fix { height:85px !important; }
.spacer90px { clear:both; height:90px; } .spacer90px.fix { height:90px !important; }
.spacer95px { clear:both; height:95px; } .spacer95px.fix { height:95px !important; }
.spacer100px { clear:both; height:100px; } .spacer100px.fix { height:100px !important; }
.spacer105px { clear:both; height:105px; } .spacer105px.fix { height:105px !important; }
.spacer110px { clear:both; height:110px; } .spacer110px.fix { height:110px !important; }
.spacer115px { clear:both; height:115px; } .spacer115px.fix { height:115px !important; }
.spacer120px { clear:both; height:120px; } .spacer120px.fix { height:120px !important; }
.spacer125px { clear:both; height:125px; } .spacer125px.fix { height:125px !important; }
.spacer130px { clear:both; height:130px; } .spacer130px.fix { height:130px !important; }
.spacer135px { clear:both; height:135px; } .spacer135px.fix { height:135px !important; }
.spacer140px { clear:both; height:140px; } .spacer140px.fix { height:140px !important; }
.spacer145px { clear:both; height:145px; } .spacer145px.fix { height:145px !important; }
.spacer150px { clear:both; height:150px; } .spacer150px.fix { height:150px !important; }

.mleft0px { float:left; margin-left:0px !important; }
.left2px { float:left; padding-left:2px; }
.left5px { float:left; padding-left:5px; } .mleft5px { float:left; margin-left:5px; } .right5px { float:right; padding-right:5px; }
.left10px { float:left; padding-left:10px; } .mleft10px { float:left; margin-left:10px; } .right10px { float:right; padding-right:10px; }
.left15px { float:left; padding-left:15px; } .mleft15px { float:left; margin-left:15px; } .right15px { float:right; padding-right:15px; }
.left20px { float:left; padding-left:20px; } .mleft20px { float:left; margin-left:20px; } .right20px { float:right; padding-right:20px; }
.left25px { float:left; padding-left:25px; } .mleft25px { float:left; margin-left:25px; } .right25px { float:right; padding-right:25px; }
.left30px { float:left; padding-left:30px; } .mleft30px { float:left; margin-left:30px; } .right30px { float:right; padding-right:30px; }
.left35px { float:left; padding-left:35px; } .mleft35px { float:left; margin-left:35px; } .right35px { float:right; padding-right:35px; }
.left40px { float:left; padding-left:40px; } .mleft40px { float:left; margin-left:40px; } .right40px { float:right; padding-right:40px; }
.left50px { float:left; padding-left:50px; } .mleft50px { float:left; margin-left:50px; } .right50px { float:right; padding-right:50px; }
.p10px { padding-left:10px; }
.p20px { padding-left:20px; }
.p30px { padding-left:30px; }
.pb0 { padding-bottom:0px !important; } .mb0 { margin-bottom:0px !important; }
.centered { text-align:center; }
.form_white::-webkit-input-placeholder { color: #FFF; }
.form_white:-moz-placeholder { color: #FFF; }
.form_white::-moz-placeholder { color: #FFF; }
.form_white::-ms-input-placeholder { color: #FFF; }
.bold { font-weight:bold; }
.text_right { text-align:right; }
.inline { display:inline-block; }
.desktop { display:block; }
.desktop_tablet { display:block; }
.desktop_tablet_smartphone { display:block; }
.tablet { display:none; }
.tablet_smartphone { display:none; }
.smartphone { display:none; }
.smartphone_500 { display:none; }
.border_gray { background-color:#DBDBDB; height:2px; width:100%; margin-top:15px; margin-bottom:15px; clear:both; }
.strong { font-weight:bold; }

.ts_stars .left.star{ width: 16px;height: 16px;background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/ts_star.jpg); background-size: 16px; }

.dotlines{ position:relative; }

.dotlines1_top,.dotlines2_top,.dotlines3_top,.dotlines4_top{ height:3px;width:100%;position:absolute;top:14px;background-repeat:repeat-x; }
.dotlines1_btm,.dotlines2_btm,.dotlines3_btm,.dotlines4_btm{ height:3px;width:100%;position:absolute;bottom:14px;background-repeat:repeat-x; }

.dotlines .icon_001{ position:absolute; top:14px; width:70px; height:62px; }
.dotlines .icon_003{ position:absolute; top:14px; width:60px; height:56px; }
.dotlines .icon_005{ position:absolute; top:14px; width:80px; height:77px; }
.dotlines .icon_007{ position:absolute; top:14px; width:97px; height:90px; }
.categories_child_outer{ display: none; }
.categories_child_outer.act{ display:block; }
.categories_link_outer { border-top:2px solid #9D9D9C; margin-top:25px; }
.categories_link_soft,.categories_link_softnm { background-color:#FFF; border:2px solid #A9C72F; height:48px; margin-top:25px; margin-bottom:10px; line-height:48px; padding-left:20px; color:#A9C72F; font-size:15px; font-weight:bold; width:86.5%; display:inline-block; text-align:center; padding-right:4.5%; text-decoration:none; text-transform:uppercase; }
.categories_link,.categories_link_nm { background-color:#CFE976; height:48px; margin-top:10px; margin-bottom:10px; line-height:48px; padding-left:20px; color:#3C3937; font-size:15px; font-weight:bold; width:86.5%; display:inline-block; text-align:center; padding-right:4.5%; text-decoration:none; text-transform:uppercase; }
.categories_link_softnm,.categories_link_nm{ box-sizing: border-box; margin:0; width: 100%; }
.categories_link.first_child { margin-top:25px; }
.rbclck,.cbclck,.cbclck_nl { cursor: pointer; -moz-user-select: none; -khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none; user-select: none; }
.ppplus.rbclck { width:91.3% !important; }

.thirdpicparent,.thirdlinkparent{ vertical-align:top; display: inline-block; width: 32.5%; box-sizing: border-box; margin-left:1.25%; }
.thirdpicparent:nth-child(n+4),.thirdlinkparent:nth-child(n+4){ margin-top:10px; }
.thirdpicparent img{ max-width: 100%; }
.thirdlinkparent a{ width: 100%; box-sizing: border-box; }
.thirdlinkparent a.compactbutton{ text-align: center; }
.thirdpicparent:nth-child(3n+1),.thirdlinkparent:nth-child(3n+1){ margin-left:0; }

.text_overlay{ position: absolute; width: 100%; bottom: 15px; left:0; background-color: rgba(255,255,255,0.8); text-align: center; }
.text_overlay .text{ font-size: 14px;text-transform: uppercase; padding:10px !important; }
.text_overlay .overlay_text_bold{ color: #3c3937; font-size: 19px; line-height: 24px; font-family: "Source Sans Pro", sans-serif; font-weight: 700;text-transform: uppercase; padding:5px !important; }
.formelement label{ vertical-align:top; width: 23.5%; margin-right: 2%; font-family: 'Source Sans Pro', sans-serif; color: #3C3937; font-size: 17px; line-height:3; }
.formelement input,.formelement select,.formelement textarea{ max-width:74.5% !important; }
.addbutton.reset{ float:left; background-color:#DADADA; }

/*Desktop large*/
#canvas { width:100%; height:100%; padding:0; position:relative; background-position:top center; overflow-x: hidden; background-color: rgba(250, 250, 250, 0.05) }
.inner_head, .inner_dynamic { max-width:1200px; margin-left:auto; margin-right:auto; }
.inner_category { max-width:95%; margin-left:auto; margin-right:auto; }
#head_bg{ position:absolute; width: 100%; height:80px; bottom:0px; z-index:1;background: rgba(105,53,45,0); background: -moz-linear-gradient(top, rgba(155,95,58,0) 0%, rgba(155,95,58,0.6) 50%, rgba(155,95,58,0.4) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(155,95,58,0)), color-stop(50%, rgba(155,95,58,0.6)), color-stop(100%, rgba(155,95,58,0.4))); background: -webkit-linear-gradient(top, rgba(155,95,58,0) 0%, rgba(155,95,58,0.6) 50%, rgba(155,95,58,0.4) 100%); background: -o-linear-gradient(top, rgba(155,95,58,0) 0%, rgba(155,95,58,0.6) 50%, rgba(155,95,58,0.4) 100%); background: -ms-linear-gradient(top, rgba(155,95,58,0) 0%, rgba(155,95,58,0.6) 50%, rgba(155,95,58,0.4) 100%); background: linear-gradient(to bottom, rgba(155,95,58,0) 0%, rgba(155,95,58,0.6) 50%, rgba(155,95,58,0.4) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b68d4c', endColorstr='#b68d4c', GradientType=0 ); }
#usp_bar { background-color:#CFE976; right:0px; position:absolute; height:35px; padding-top:8px; }
.usp_font_headline { font-family:'Source Sans Pro', sans-serif; color:#000; font-size:12px; font-weight:700; text-transform:uppercase; padding-top:4px; }
.usp_font { font-family:'Source Sans Pro', sans-serif; color:#000; font-size:12px; font-weight:600; padding-top:4px; }
.toggleMenu { display:none; }
.logo { position:absolute; }
.topnav { margin-top:50px; }
.topnav .sub { float:left; padding-left:50px; }
.topnav .sub:first-child { padding-left:0px; }
.topnav .sub a { font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:15px; font-weight:600; text-transform:uppercase; text-decoration:none; text-shadow:1px 1px 3px #482F1A,3px 3px 5px #482F1A; }
.basket_shortview { margin-top:5px; position:relative; cursor:pointer; }
.basket_shortview_background { height:41px; background-color:#4B1F16; opacity:0.8; min-width:150px; position:relative; bottom:-23px; font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:15px; line-height:20px; padding:2px 15px 0px 5px; }
.basket_shortview_button { height:43px; background-color:#CFE976; min-width:92px; position:relative; bottom:-23px; font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:15px; line-height:43px; font-weight:600; text-align:center; text-transform:uppercase; }
.actblog{ background-color:#CFE976 !important; }
#nav { display:inline-block; text-align:left; white-space:nowrap; position:relative; }
.navigation .sndnav{ display:inline-block; width: 20%; position: relative; top:0; margin-right: 2.5%; float:left; }
.navigation .sndnav{ margin-bottom: 24px; }
.navlevel1_lnk { border-bottom:2px solid #B4B4B4; display:inline-block; width:100%; }
.navigation ul.subs, .navigation ul.navlevel2 { list-style: none; margin:0; padding:0; display: none; background-color: #FFF; position: absolute; left:0; top:100%; -webkit-box-shadow: 6px 6px 5px 0px rgba(105,53,45,0.4),1px 1px 5px 0px rgba(105,53,45,0.3); -moz-box-shadow: 6px 6px 5px 0px rgba(105,53,45,0.4),1px 1px 5px 0px rgba(105,53,45,0.3); box-shadow: 6px 6px 5px 0px rgba(105,53,45,0.4),1px 1px 5px 0px rgba(105,53,45,0.3); padding: 15px 35px; z-index: 100; }
.navigation li{ margin-bottom:8px; line-height: 1; }
.navigation ul.navlevel2 { display: block; position: relative; -webkit-box-shadow:none; -moz-box-shadow: none; box-shadow: none; margin: 0; padding:0; margin-bottom:0px; }
.navigation ul.navlevel2 a { text-transform: none; font-weight: normal; font-size:18px; }
.navigation { height:54px; margin-top:25px; margin-bottom:0px; position:relative; z-index:100; float:none; text-align:center; }
.navigation .sub { float:left; padding-left:25px; height: 54px; }
.navigation .sub:first-child { padding-left:0px; border-top:0; padding-top:0; }
.navigation .sub a { font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:26px; font-weight:700; text-transform:uppercase; text-decoration:none; text-shadow: 2px 2px 0px #69352D,2px 2px 2px #69352D; }
.navigation ul.subs a { font-weight: normal; white-space: normal; }
.navigation ul.subs a:hover { font-weight: 700; }
.navigation .sub ul a { text-shadow: none; color:#3C3937; font-size:18px; line-height: 1; margin-bottom: 8px; padding-bottom: 8px; }
.navigation a { font-family: 'Source Sans Pro', sans-serif; }
.top_links { position:fixed; left:0px; top:50%; z-index:100; margin-top:-148px; }
.search { float:left; margin-left:40px; position:relative; top:26px; margin-right:15px; }
.search input { height:36px; line-height:36px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/search_bg2018.png); background-size:auto 39px; background-color:transparent; background-position:right; background-repeat:no-repeat; min-width:220px; border:2px solid #FFF; font-family:'Source Sans Pro', sans-serif; color:#FFF !important; font-size:16px; text-transform:uppercase; border-radius:0; -webkit-appearance:none; padding-left:20px; }
.suchergebnisse { background-color:#713721; display:none; }
.suchergebnisse li { font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:16px; text-transform:uppercase; list-style-type:none; margin-bottom:2px; margin-top:2px; padding-top:6px; padding-bottom:6px; padding-left:10px; padding-right:10px; cursor:pointer; }
.suchergebnisse li:hover { background-color:#4B1F16; }
.banner { width:100%; height:auto; }
.banner img { width:100%; }
.banner-carousel{ margin-bottom:24px; -webkit-box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); -moz-box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); }
.banner-carousel,.banner-katcarousel{ height:var(--teaser-desktop); }
.carousel-shadow{ -webkit-box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); -moz-box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); box-shadow:0px 8px 5px 0px rgba(105,53,45,0.5); }
.banner_shadow { height:24px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/shadow_banner.png); background-repeat:repeat-x; }
.headline_wood_bg{ /*font-family:'Architects Daughter', cursive;*/font-family:'Source Sans Pro', sans-serif; font-size:43px; color:#FFF; text-transform:uppercase; text-shadow:1px 1px 1px #FFF, 3px 3px 1px #482F1A; line-height:40px; clear: both; }
h1,h2,h3,h4{ font-size: inherit; margin:0 !important; font-weight: inherit; }
h1 a,h2 a,h3 a,h4 a{ text-decoration: none; color:inherit; }
.text_wood { font-family:'Source Sans Pro', sans-serif; font-size:19px; color:#FFF; line-height:26px; }
.text_wood a { color:#603025; text-decoration:none; }
.inner_content { max-width:940px; margin-left:auto; margin-right:auto; position:relative; }
.product_carousel { position:relative; }
.product_carousel img { max-width:100%; }
.arrow_left { position:absolute; left:-21px; }
.arrow_right { position:absolute; right:-21px; }
.headline_white_bg { /*font-family:'Architects Daughter', cursive;*/font-family:'Source Sans Pro', sans-serif; font-size:42px; color:#3C3937; text-transform:uppercase; line-height:39px; text-shadow:1px 1px 1px #3C3937; }
.headline_white_bg_centered { /*font-family:'Architects Daughter', cursive;*/font-family:'Source Sans Pro', sans-serif; font-size:35px; color:#3C3937; text-transform:uppercase; line-height:39px; text-shadow:1px 1px 1px #3C3937; }
.headline_white_bg_nl { font-family:'Source Sans Pro', sans-serif; font-size:28px; color:#3C3937; text-transform:uppercase; line-height:32px; }
.headline_regular_white, .headline_regular_white a { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:20px; font-weight:600; text-transform:uppercase; text-shadow:1px 1px 0px #482F1A, 1px 1px 3px #482F1A, 0px 0px 5px rgba(72, 47, 26, 0.6); line-height:23px; }
.container_white { background-color:#FFF; padding:25px 10px 25px 10px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:25px; text-transform:uppercase; line-height:23px; display:inline-block; }
.container_outer_colored { background-color:#CFE976; padding:10px 60px 10px 60px; margin-left:auto; margin-right:auto; }
.container_colored_text { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:21px; text-transform:uppercase; line-height:23px; }
.container_colored_text_large { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:35px; font-weight:bold; }
.container_colored { background-color:#CFE976; padding:20px 10px 20px 10px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:40px; font-weight:600; text-transform:uppercase; line-height:23px; margin-left:auto; margin-right:auto; }
.container_outer_colored .icon { position:relative; top:3px; }
.headline_black { /*font-family:'Architects Daughter', cursive;*/font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:42px; line-height:39px; text-transform:uppercase; text-shadow:1px 1px 1px #3C3937; }
.inner_content img { max-width:100%; }
.store, .blog { position:relative; }
.headline_regular_black { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:28px; font-weight:700; text-transform:uppercase; line-height:30px; max-width:80%; margin-left:auto; margin-right:auto; }
.headline_regular_black a{ color:inherit; }
.headline_light_black{ font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:21px; font-weight:600; text-transform: uppercase; }
.headline_light_black_small{ font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; letter-spacing: 0; font-weight:600; text-transform: uppercase; }
.text_black { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; }
.text_black_bold { font-family:'Source Sans Pro', sans-serif; color:#000000; font-size:20px; font-weight:700; text-transform:uppercase; }
.link { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; font-weight:700; }
.newsletter input[type="radio"] { margin-top:2px; height:20px; width:20px; }
.newsletter input[type="text"],.account_smartphone input[type="text"],.account_smartphone input[type="password"] { height:60px; line-height:60px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:25px; width:421px; border-radius:0; -webkit-appearance:none; border:1px solid #383839; padding-left:15px; }
.newsletter input[type="text"].smallx_input { height:60px; line-height:60px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:25px; border-radius:0; -webkit-appearance:none; border:1px solid #383839; width:100%; padding-left:15px; }
.newsletter input[type="text"].small_input { height:60px; line-height:60px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#A9A9A9; font-size:25px; border-radius:0; -webkit-appearance:none; border:1px solid #383839; width:100px; padding-left:3px; text-align:center; }
.nl_text { font-family:'Source Sans Pro', sans-serif; color:#A9A9A9; font-size:25px; text-transform:uppercase; }
.newsletter input[type="submit"] { height:60px; line-height:60px; background-color:#3C3937; font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:25px; text-transform:uppercase; width:421px; font-weight:700; border-radius:0; -webkit-appearance:none; border:1px solid #3C3937; box-sizing: border-box; }
.headline_regular_white_low { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:20px; font-weight:600; text-shadow:1px 1px 0px #482F1A, 1px 1px 3px #482F1A, 0px 0px 5px rgba(72, 47, 26, 0.4); line-height:23px; text-transform: uppercase; }
.siegel .headline_regular_white_low div{ display: inline; }
.account_smartphone { display:none; }
.account_smartphone_forms{ display: none; }
.inner_footer { max-width:940px; margin-left:auto; margin-right:auto; }
.footer_headline { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:22px; font-weight:600; text-transform:uppercase; }
.footer_font { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:20px; text-decoration:none; line-height:25px; }
.footer_bg{ padding: 2px 5px; background-color: #CFE976; margin-top: 5px; display: inline-block; color:#3C3937; }
.footer_text { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:14px; line-height:19px; }
.footer_text a{ color:inherit; }
.payment .icon,.payment_footer .icon { width:55px; height:25px; }
.payment .pm_icon_ct,.payment_footer .pm_icon_ct { background-color:#FFF; width:55px; height:25px; padding:3px; margin-right:10px; float:left; margin-bottom:10px; }
.filter_outer { background-color:#FFFFFF; }
.filter { background-color:#EFECEB; height:38px; margin-top:17px; margin-bottom:17px; line-height:38px; padding-left:20px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:19px; font-weight:600; cursor:pointer; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_small.png); background-size:17px auto; background-position:top 15px right 15px; margin-left:20px; background-repeat:no-repeat; }
.filter a{ color:#3C3937; }
.inner_dynamic .filter:first-child{ margin-left: 0px; }
.inner_dynamic .filter:last-child{ margin-left:0px; }
.size, .color, .fitting { width:234px; }
.price { width:315px; }
.product_listing .three.columns, .marken .three.columns, .three.columns.acc_navigation { width:22%; background-color:#FFF; padding:5px 15px 30px 15px; margin-bottom:25px; }
.produkt_listing_prop .three.columns { width:22%; }
.product_listing .nine.columns, .marken .nine.columns, .produkt_listing_prop .nine.columns { width:76%; margin-left:2%; }
.categories_parent { border-bottom:2px solid #9D9D9C; line-height:20px; padding:8px 8px 8px 8px; }
.categories_parent a { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; text-decoration:none; text-transform:normal; }
.categories_parent .current { font-weight:bold; }
.categories_child { line-height:20px; padding:5px 14px 5px 14px; }
.categories_child a { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; text-decoration:none; text-transform: none; }
.has_child.act { border-bottom:0; }
.categories_description { margin-top:30px; }
.categories_description_headline { border-bottom:2px solid #9D9D9C; line-height:20px; padding:8px 8px 8px 8px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; text-decoration:none; text-transform:uppercase; font-weight:bold; }
.categories_description_headline_small { border-bottom:2px solid #9D9D9C; line-height:20px; padding:8px 8px 8px 8px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; text-decoration:none; text-transform:uppercase; font-weight:bold; letter-spacing: 0; }
.categories_description_text { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; line-height:21px; margin-top:8px; padding:0px 8px 0px 8px; }
.categories_description_text a{ color:inherit; }
.bloglisting{ padding-bottom:20px; margin-bottom:20px; }
.products,.whitesnippet { background-color:#FFF; padding-top:17px; padding-bottom:20px; margin-bottom:20px; }
.notoppad .whitesnippet{ padding-top:0; }
.whitesnippet .text{ padding:0px 20px; }
.whitesnippet .bewertungen-carousel .text{ padding:0px; }
.whitesnippet .thirdpicarea{ padding:0 20px; }
.bildrahmen_20px{ margin:0 20px; }
.whitesnippet img{ max-width: 100%; }
.whitesnippet .landingpage-carousel{ padding-top:0; padding-bottom: 0; }
.products.last { margin-bottom:20px; }
.products .four.columns { width:28%; margin-left:4% !important; }
.bloglisting .four.columns { width:30.65%; margin-left:4% !important; }
.bloglisting .four.columns:first-child{ margin-left: 0% !important; }
.pages { height:50px; background-color:#FFFFFF; margin-bottom:20px; }
.pages_text { padding-left:20px; padding-top:13px; }
.filter_small { background-color:#EFECEB; height:28px; line-height:28px; padding-left:12px; padding-right:50px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; font-weight:600; cursor:pointer; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_smaller.png); background-size:14px auto; background-position:top 10px right 10px; background-repeat:no-repeat; display:inline-block; margin-left:20px; margin-top:11px; }
.number_articles { text-align:center; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; font-weight:600; padding-top:15px; margin-left: 20px; }
.page_numbers { margin-right:20px; }
.page_boxes { background-color:#EFECEB; width:28px; height:28px; line-height:28px; text-align:center; margin-top:11px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; font-weight:600; cursor:pointer; text-decoration: none; }
.page_boxes.active { background-color:#CFE976; }
.page_numbers .back { margin-top:17px; cursor:pointer; margin-right:15px; }
.page_numbers .forward { margin-top:17px; cursor:pointer; margin-left:15px; }
.products .image { position:relative; }
.products .image img { max-width:100%; }
.product_heart { position:absolute; right:12px; top:12px; text-align:center; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:25px; font-weight:700; padding-top:10px; z-index: 1; }
.product_heart.pos2{ top:37px; }
.product_heart.pos3{ top:62px; }
.tag_exklusiv{ top:12px; right:13px; position: absolute; z-index: 1 }
.tag_limitiert{ top:12px; right:13px; position: absolute; z-index: 1 }
.tag_exklusiv.pos2,.tag_limitiert.pos2{ top:37px; }
.product_heart_btm { position:absolute; right:12px; bottom:12px; text-align:center; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:25px; font-weight:700; padding-top:10px; }
.product_discount_info { position:absolute; left:12px; bottom:70px; z-index: 99; }
.discount_percentage { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:24px; font-style:italic; padding-top:9px; padding-left:2px; font-weight:600; }
.discount { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:25px; font-style:italic; padding-top:9px; padding-left:7px; font-weight:600; text-transform:uppercase; }
.product_description { font-family:'Source Sans Pro', sans-serif; color:#3C3937; /*font-size:18px; line-height:22px; font-weight:600;*/font-size:16px; text-align: center; }
.product_number { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; }
.color_box { width:18px; height:18px; border:1px solid #E1E1E1; }
.product_price { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:22px; font-weight:600; float:right; }
.product_price_discount { font-family:'Source Sans Pro', sans-serif; color:#A9C72F; font-size:22px; font-weight:600; }
.product_price_original { font-family:'Source Sans Pro', sans-serif; color:#9D9C9C; font-size:22px; font-weight:600; text-decoration:line-through; }
.breadcrumb_categories { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; padding-right:15px; }
.breadcrumb_categories a { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; text-decoration:none; }
.breadcrumb_categories span { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; }
.details_top { background-color:#FFF; }
.details_top .one.column { width:9%; }
.details_top .five.columns { width:39%; margin-left:1%; }
.details_top .six.columns { width:48.5%; margin-left:2.5%; }
.details_top .thumbnails img { border:1px solid #E1E1E1; max-width:100%; }
.details_top .product_image { position:relative; margin-bottom:15px; }
.details_top .product_image img { border:1px solid #E1E1E1; width:100%; }
.details_top .product_image .magnifier { position:absolute; top:8px; left:8px; z-index: 999999998; }
.gray_button { background-color:#DADADA; height:24px; width:171px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:20px; font-weight:600; cursor:pointer; text-align:center; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_black_left.png); background-size:10px auto; background-repeat:no-repeat; background-position:left 10px center; padding-left:10px; }
.article_name { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; font-weight:normal; }
.article_name_bold { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:19px; font-weight:bold; }
.lbcs-carousel .article_name,.crossselling_infos .article_name{ font-size:14px; font-weight: normal; }
.article_number { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; }
.article_headline, .sizeinfos_head { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; font-weight:700; text-transform:uppercase; margin-bottom:5px; }
.article_price { font-family:'Source Sans Pro', sans-serif; font-size:30px; font-weight:600; color:#3C3937; }
.article_price_discount { color:#A9C72F; }
.article_price_original { font-family:'Source Sans Pro', sans-serif; color:#9D9C9C; font-size:30px; font-weight:600; text-decoration:line-through; }
.social_media img { width:31px; }
.sizeinfos_head { margin-bottom:10px; }
.article_description { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; font-weight:normal; display:inline; }
.article_description ul li { margin:0; }
#outfit_scroll .article_description ul li { margin-left:18px; }
#outfit_scroll .article_description > div{ padding-right: 10px; }
.article_details { font-family:'Source Sans Pro', sans-serif; color:#A9C72F; font-size:15px; font-weight:600; display:inline; cursor:pointer; }
.details_top .size_boxes, .sizeinfos_size { position: relative; background-color:#DADADA; padding-left:3px; padding-right: 3px; height:25px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; font-weight:normal; text-align:center; line-height:25px; cursor:pointer; }
.sizeinfos_size_nav,.size_boxes.disabled { color:#FFF; }
.sizeinfos_size { float:left; width:auto; padding-left:8px; padding-right:8px; margin-left:10px; margin-bottom:10px; margin-left:0px; }
.filter.size .sizeinfos_size{ background-color: #FFF; font-size:19px; }
.sizeinfos { padding:15px 15px 0px 15px; }
.sizeinfos{ width: 210px; }
.filter,.filter_small{ position: relative; }
.filter .selection_data a,.filter_small .selection_data a{ text-decoration: none; }
.filter,.filter_small { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.filter .selection_data,.filter_small .selection_data{ position: absolute; left:0px; z-index: 99999; display: none; background-color: #EFECEB; }
.outfit-item{ overflow: visible; }
.outfit_dropdown .selection_data{ position: absolute; left:0px; margin-top:1px; z-index: 99999; display: none; background-color: #FFF; }
.filter .selection_data .vel,.filter_small .selection_data .vel{ /*border-top: 2px solid #FFF;*/ background-color: #FFF; line-height: 1.2; margin-bottom: 2px; padding:8px 6px; }
.outfit_dropdown .selection_data .vel{ position: relative; background-color: #EFECEB; line-height: 1.2; border-left:1px solid #E1E1E1; border-right:1px solid #E1E1E1;  border-bottom:1px solid #E1E1E1; padding:3px 4px; font-weight: normal; }
.outfit_dropdown .selection_data .vel.disabled{ color:#FFF; }
/*.outfit_dropdown .selection_data .vel:not(.disabled):hover{ background-color: #3B3A37; color:#FFF; }*/
.outfit_dropdown .selection_data .vel:hover{ background-color: #3B3A37; color:#FFF; }

.filter .selection_data .vel.noresult{ padding: 0; background-color: #EFECEB; }
.filter.hassubfilter .selection_data .vel{ padding:0px; }
.filter.hassubfilter .selection_data .subfacet_button{ padding:8px 6px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/plus.png); background-size:15px auto; background-position:right 10px center; background-repeat:no-repeat; }
.filter.size .vel{ background-color: #EFECEB !important; padding:0;  }
.filter.facet:not(.size) .vel.selected{ background-color: #957369; color:#FFF; }
.filter.facet:not(.size) .vel.selected a{ color:#FFF; }
.filter.facet.size .sizeinfos_size.selected{ background-color: #957369; color:#FFF; }
.filter.facet.size .sizeinfos_size.selected a{ color:#FFF; }
.facet_set_btn,.facet_reset_btn{ text-transform: uppercase; margin: 0px 19px; background-color: #957369; color: #FFF; text-align: center; }
.subfacets .facet_set_btn,.subfacets .facet_reset_btn{ display:inline-block;text-transform: uppercase; margin: 0px; background-color: #957369; color: #FFF; text-align: center; width: 49.5%;line-height: 38px; font-size: 19px; }
.facet_color_lnk{ padding-left:30px;position:relative; }
.facet_color{ display:block; width:20px;height:20px;position:absolute; top:1px; border:1px solid #FFF; }
.subfacet_color{ margin-right: 0!important; padding:8px 6px !important; }
.facet_e{ position: relative; }
.facet_e.disabled{ color:#CCC; }
.subfacet_button{ margin-top: 15px; }
.subfacets{ display: none; }
.subfacets_ct{  position: relative;background-color:#EFECEB; padding-top: 2px; }
.subfacets_ct .subfacet_element{ float:left; text-align: center; line-height: 1.2; background-color: #FFF; line-height: 1.2; margin-bottom: 2px; padding:8px 6px; display:inline-block;  }
.subfacets_ct .subfacet_element.selected{ background-color: #957369; color:#FFF; }
.subfacets_ct .subfacet_element.selected a{ color:#FFF; }

.qtyfilter{ margin-top: 0; }
.qtyfilter .selection_data .vel{ padding:5px; background-color: #EFECEB; border-left:1px solid #EFECEB; border-right:1px solid #EFECEB; }
.qtyfilter .selection_data .vel:hover{ background-color: #FFF; }

.details_top .size_boxes{ min-width: 21px; }
.details_top .size_boxes:not(.disabled):hover,.details_top .size_boxes.selected { background-color:#3D3937; color:#FFF; }
.sizing-chart { background-color:#3D3937; height:26px; font-family:'Source Sans Pro', sans-serif; color:#FFF; font-size:16px; font-weight:600; text-align:center; padding:5px 5px 0px 5px; cursor:pointer; text-transform:uppercase; }
.sizing-chart_bg { background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/sizing_chart.png); background-size:100% 21px; height:21px; background-repeat:no-repeat; margin-top:12px; position:relative; }
.sizing-chart_heart { position:absolute; bottom:-12px; left:26%; }
.details_top .color { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; font-weight:400; text-transform:none;/* margin-top:1px;*/ }
.details_top .color_boxes { position: relative; width:25px; height:25px; cursor:pointer; outline-style:solid; outline-width:1px; /*outline-color:#FFFFFF;*/outline-color:#DBDBDB; outline-offset:0px; }
.details_top .color_boxes:hover,.details_top .color_boxes.selected { outline-color:#CCC; outline-width:1px; outline-offset:3px; }
.qty { background-color:#DADADA; width:103px; height:26px; line-height:26px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; font-weight:700; text-align:center; cursor:pointer; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/qty_bg.png); background-size:9px auto; background-repeat:no-repeat; background-position:right 8px center; padding-right:9px; }
.details_top .wishlist { cursor: pointer; background-color:#ECECEC; width:205px; height:26px; line-height:28px; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; text-align:center; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/heart.png); background-size:17px auto; background-repeat:no-repeat; background-position:left 20px center; padding-left:20px; }
.basket.right { position:relative; top:0px; }
.basket_button { background-color:#A9C72F; width:228px; height:51px; line-height:51px; font-family:'Source Sans Pro', sans-serif; color:#000; font-size:20px; font-weight:600; text-align:center; cursor:pointer; text-transform:uppercase; }
.outfit_row .basket_btn{ padding-right:30px; padding-left:30px; background-image:none; margin-left:0px; margin-top:0px; }
.outfit_row .basket_btn.reminder{ padding-right: 10px; padding-left: 10px; padding-top: 2px; padding-bottom: 6px; text-align: center; height: auto; }
.basket_outfit_additional{ font-size: small; text-align: right; padding-top: 8px; padding-right: 6px; clear: both; }
.basket_icon { position:relative; top:-18px; right:-3px; }
.article_availability { text-align:right; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:15px; font-style:italic; position:relative; top:-15px; }
.outfit-items, .outfit-items-new { background-color:#FFF; }
.outfit-items img, .outfit-items-new img { border:1px solid #E1E1E1; margin-bottom:10px; width:99% !important; }
.outfit_price { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:20px; font-weight:700; }
.hint { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:14px; }
.outfit_dropdown { height:31px; line-height:31px; border:1px solid #E1E1E1; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:18px; font-weight:600; text-align:center; cursor:pointer; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_smaller.png); background-size:14px auto; background-position:right 10px center; background-repeat:no-repeat; margin-bottom:10px; padding-right:10px; }
.steuer_hinweis{ font-size: 80%; }
.outfit-items .basket_icon { top:-14px; right:-2px; }
.outfit-items .basket_button { width:100%; height:37px; line-height:37px; font-size:18px; }
.outfit-items .icon_019 { background-position:-10px -2850px; width:39px; height:56px; }
.outfit-items .article_availability { font-size:13px; top:-8px; }
.outfit-items .article_details { font-size:18px; text-transform:uppercase; text-decoration:underline; }
.article_description_block { background-color:#FFF; }
.text { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:17px; line-height:23px; }
.text_feedback { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; line-height:20px; }
.text_small { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:16px; line-height:20px; }
.text_smaller { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:14px; line-height:16px; }
.article_description_block ul,.article_description ul { list-style-type:disc; margin-left:2px;list-style-position:outside; }
.article_description_block li { margin:0px; }
.partner_look .columns { position:relative; }
.partner_look img { width:100%; cursor:pointer; }
.crossselling_infos { display:none; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/partner_overlay.png); position:absolute; bottom:4px; padding:10px; cursor: pointer; }
.crossselling_infos .hint { font-size:12px; }
.feedback_block { background-color:#FFF; }
.feedback_link{ cursor: pointer; }
.crossselling { background-color:#FFF; }
.produktempfehlungen { background-color:#FFF; }
.last_items img { width:100%; }
.crossselling .columns { position:relative; }
.produktempfehlungen .columns { position:relative; }
.crossselling img,.lbcs-carousel img, .produktempfehlungen img { border:1px solid #E1E1E1; width:100%; cursor:pointer;  }
.crossselling .crossselling_infos { bottom:5px; left:1px; }
.lbcs .crossselling_infos{ left:1px; }
.content { background-color:#FFF; margin-bottom:50px; }
.breadcrumb_content  { background-color:#FFF; padding-top:15px; padding-bottom:15px; }
.content_headline { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:28px; font-weight:700; border-bottom:3px solid #CFE976; margin-bottom:20px; clear: both; }
.content_headline_wo_border { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:28px; font-weight:700; }
.content_headline_border { border-bottom:3px solid #CFE976; margin-bottom:20px; }
.form input[type="text"], .form input[type="password"], .form select { width:100%; height:50px; line-height:50px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:20px; border-radius:0; -webkit-appearance:none;-moz-appearance:none;-o-appearance:none; appearance:none;  padding-left:15px !important; border:1px solid #DADADA; margin-bottom:15px !important; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
select::-ms-expand{ display:none; }
.form select { background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_smaller.png); background-size:14px auto; background-position:right 10px center; background-repeat:no-repeat; }
.form textarea { width:100%; line-height:30px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:20px; border-radius:0; -webkit-appearance:none;-moz-appearance:none;-o-appearance:none;
   appearance:none; padding-left:15px; padding-top:10px; border:1px solid #DADADA; margin-bottom:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.form .g-recaptcha{ display: inline-block; }
.dataupload { width:100%; overflow:hidden; position:relative; height:50px; line-height:48px; background-color:#3C3937; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:25px; text-transform:uppercase; font-weight:600; border-radius:0; -webkit-appearance:none;-moz-appearance:none;-o-appearance:none; appearance:none; border:0; text-align:center; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; display:inline-block; margin-bottom:15px; }
.dataupload [type=file] { cursor:inherit; display:block; font-size:999px; filter:alpha(opacity=0); min-height:100%; min-width:100%; opacity:0; position:absolute; right:0; text-align:right; top:0; }
.form input[type="submit"], .form input[type="reset"], .form input[type="button"], .addbutton { height:50px; line-height:48px; background-color:#CFE976; font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:25px; text-transform:uppercase; font-weight:600; border-radius:0; -webkit-appearance:none;-moz-appearance:none;-o-appearance:none; appearance:none; border:0; padding-left:30px; padding-right:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-top:15px; }
.form input[type="submit"].smallbtn { height:32px; line-height:28px; background-color:#CFE976; font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:20px; text-transform:uppercase; font-weight:600; border-radius:0; -webkit-appearance:none;-moz-appearance:none;-o-appearance:none; appearance:none; border:0; padding-left:40px; padding-right:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-top:5px; }
.small_font_btn input[type="submit"],.small_font_btn input[type="button"], .small_font_btn input[type="reset"] { font-size:21px; }
a.addbutton { text-decoration: none; }
.form input[type="reset"] { background-color:#DADADA; }
.content ul { list-style-type:disc; margin-left:30px; }
.content li { margin-bottom:5px; }
.content .border_gray { margin-top:30px; margin-bottom:30px; }
.form_row .text { line-height:50px; }
.text.faq.strong { display:block; display:list-item; list-style-position:inside; margin-bottom:5px; cursor:pointer; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_smaller.png); background-size:14px auto; background-position:right 10px center; background-repeat:no-repeat; }
.text.faq { display:none; margin-bottom:10px; }
.impress .text { line-height:30px; }
.text a, .text_small a, .hint a, .content_headline a, .article_headline a, .link a, .text_feedback a { text-decoration:underline; color:#3C3937; }
.text a:hover, .text_small a:hover, .hint a:hover, .content_headline a:hover, .article_headline a:hover, .link a:hover { color:#A9C72F; }
.blogh_text a,.blogc_text a{ color:#A9C72F; }

.img_float { float:left; margin-right:20px; margin-bottom:10px; z-index: 1; max-width: 50%; }
.img_float img { border:1px solid #E1E1E1; }
.img_float_normal { float:left; margin-right:20px; margin-bottom:10px; z-index: 1; max-width: 50%; }

.whitesnippet .img_float{ margin-left: 20px; }

.img_float_right { float:right; margin-left:20px; margin-right:20px; margin-bottom:10px; z-index: 1; max-width: 50%; }
.img_float_right img { border:1px solid #E1E1E1; }
.img_float_right_normal { float:right; margin-left:20px; margin-right:20px; margin-bottom:10px; z-index: 1; max-width: 50%; }

.img_float_s_small { float:left; margin-right:20px; margin-bottom:10px; z-index: 1; }
.img_float_s_small img { border:1px solid #E1E1E1; }
.content .pages { border:1px solid #E1E1E1; }
.content .pages .number_articles { width:60%; }
.button { height:35px; line-height:35px; background-color:#CFE976; font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:22px; text-transform:uppercase; font-weight:600; padding-left:30px; padding-right:30px; cursor:pointer; }
a.compactbutton { line-height:35px; background-color:#CFE976; font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:22px; text-transform:uppercase; font-weight:600; padding-left:10px; padding-right:10px; cursor:pointer; display: inline-block; }
.blog_listing div > a.compactbutton.onethird{ float:left; width: 30%; text-align: center; margin-left: 5%; margin-bottom: 0px; }
.content .pages .button { margin-top:8px; }
.steps .circle { width:56px; height:56px; -moz-border-radius:28px; -webkit-border-radius:28px; border-radius:28px; text-align:center; line-height:53px; background-color:#DADADA; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:22px; font-weight:700; }
.steps .circle.active { background-color:#CFE976; color:#46200F; }
.step_description { padding-top:5px; }
.steps .spacer { padding-left:10px; padding-right:10px; box-sizing:border-box; }
.steps .spacer .inner { height:2px; background-color:#DADADA; margin-top:25px; }
.no_search_results { padding-left:30px; padding-right:30px; }
#outfit-items_overlay,#measure-table_overlay { display:none; width:80%; z-index:9999999999; position:fixed; top:50%; left:50%; background-color:rgb(255, 255, 255); margin-left:-40%; }
#basket-crossselling_overlay { display:none; width:700px; height: 700px; z-index:9999999999; position:fixed; top:50%; left:50%; background-color:rgb(255, 255, 255); margin-left:-350px; margin-top: -350px; }
#outfit-items_overlay .outer.row,#measure-table_overlay .outer.row,#basket-crossselling_overlay .outer.row { padding:20px; }
#outfit-items_overlay .six.columns {height:100%; }
.overlay_cross { position:absolute; right:-22px; top:-14px; cursor:pointer; }
.order_divider { background-color:#DADADA; width:100%; height:3px; position:relative; margin-bottom:8px; }
.order_divider_colored { background-color:#CFE976; height:3px; margin-bottom:8px; }
.headlines { position:relative; }
.headlines .text_small { display:inline; }
.order_process .process.row.five_rows .four.columns, .order_process .headlines.five_rows .four.columns { width:33%; }
.order_process .process.row.five_rows .two.columns, .order_process .headlines.five_rows .two.columns { width:18%; }
.order_process .process.row.five_rows .three-half.columns, .order_process .headlines.five_rows .three-half.columns { width:11%; }
.order_process .process.row.six_rows .four.columns, .order_process .headlines.six_rows .four.columns { width:24%; }
.order_process .process.row.six_rows .two.columns, .order_process .headlines.six_rows .two.columns { width:9%; }
.order_process .process.row.six_rows .three-half.columns, .order_process .headlines.six_rows .three-half.columns { width:11%; }
.order_process .process.row.six_rows .two-half.columns, .order_process .headlines.six_rows .two-half.columns { width:9%; }
.order_process .process.row.six_rows .one.column, .order_process .headlines.six_rows .one.column { width:3%; }
.process.row { padding-top:15px; padding-bottom:15px; border-bottom:2px solid #E1E1E1; }
.process.row img { max-width:100%; border:1px solid #E1E1E1; }
.process.row .qty_del_prc { display:none; }
.order_process .article_price { color:#A9C72F; font-size:20px; }
.process-infos .article_price { font-size:40px; }
.process.row .article_price_original { font-size:20px; }
.process.row .article_availability { text-align:left; top:0px; }
.process-infos .seven.columns.right { background-color:#F2F2F2; padding:2%; }
.process-infos input[type="submit"],.process-infos input[type="button"], .process-infos input[type="reset"] { width:100%; text-align:center; padding-left:0; padding-right:0; margin-top:0; }
.process-infos input[type="text"], .process-infos input[type="password"], .process-infos select { margin-bottom:0; }
.process-infos .four.columns { width:34.6666666667%; margin-left:0; }
.divider { background-color:#E1E1E1; width:100%; height:1px; clear:both; margin-bottom:15px; margin-top:15px; }
.process-infos .article_headline { line-height:25px; }
.process-infos.orders .article_headline { line-height:50px; }
.process-infos .article_price_original { text-decoration:none; }
.prfx { font-size:20px; }
.payment_source { display:inline; }
.payment { float:right; }
.paypalexpress img { width:70%; }
.amazonpayments img { width:70%; }
.search_smartphone.smartphone,.search_smartphone.tablet_smartphone { display:none; }
.order_process .invisible_order { display:none; }
.order_process .summary_box { border:2px solid #DADADA; }
.order_process .box_top { padding-top:15px; padding-left:15px; padding-right:15px; }
.order_process .box_bottom { padding:15px; background-color:#A9C72F; }
.account_container { background-color:#CFE976; padding:20px; margin-bottom:15px; min-height:150px; cursor:pointer; }
.account_container_headline { font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:24px; font-weight:700; margin-bottom:20px; text-transform:uppercase; }
.account_container_text { font-family:'Source Sans Pro', sans-serif; color:#46200F; font-size:16px; }
.inner_col { background-color:#FFF; width:90%; margin-left:auto; margin-right:auto; padding-top:20px; padding-bottom:20px; }
label { display:inline-block; font-weight:normal; margin:0; }
.measurements_head img { max-width:100%; }
.measurements { margin-bottom:10px; }
.measurements .two.columns { width:18%; margin-left:5.5%; background-color:#CFE976; color:#46200F; }
.measurements .three-half.columns { width:12%; margin-left:5.5%; background-color:#CFE976; color:#46200F; }
div[class^="range_"] .four.columns { margin-bottom:5px; }
div[class^="range_"] .four.columns:nth-child(3n+1) { margin-left:0; }
.c_image { margin-bottom:15px; }
.c_image:nth-child(3n) { margin-left:0; }
.c_image img { max-width:100%; }
.orders .five.columns.left { width:21%; }
.orders .seven.columns.right { width:75%; }
.border_img { border:1px solid #E1E1E1; max-width:100%; }
.leave_feedback .text { line-height:22px; }
.step4 .payment { width:100%; }
.summary_box .eight.columns { padding-top:0px !important; }
.bewertungsct{ max-height: 300px; overflow:hidden; }
#scrolltotop { bottom:0px; width:100%; position:fixed; z-index:9999; display: none; }
#scrolltotopouterdiv { margin-left:50%; /*cursor:pointer;*/  }
#scrolltotopdiv { /*background-color:#CFE976; background-color: rgba(75, 31, 22, 0.8);*/ background-color:#A9C72F; width:35px; height:34px; padding-top:3px; cursor: pointer; padding-left: 5px; -webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius:5px;border-top-right-radius: 5px; margin-left:-20px; }
#scrolltotopborder { /*background-color:#CFE976; background-color: #4B1F16;*/background-color:#A9C72F; /*opacity: 0.8;*/ width:100%; height:5px; }
.facet.color .selection_data_inner{ margin-left: 19px; margin-right: 19px; overflow-x: hidden !important; }
.facet.color .selection_data_inner .vel{ margin-left: 0 !important; margin-right: 0!important; }
.videobox { background-color:#FFF; border:1px solid #A9C72F; width:250px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/video_button.png); background-repeat:no-repeat; background-position:210px 7px; background-size:30px auto; cursor:pointer; }
.videobox_inner { text-align:center; line-height:34px; padding-right:30px; }
.videolink { font-family:'Source Sans Pro', sans-serif; color:#A9C72F; font-size:16px; font-weight:bold; text-decoration:none; }
.icons.youtube{ position:absolute;top:50%;left:50%; margin-left:-29px;margin-top:-20px;width:58px;height:40px;background-position:-10px -5573px; cursor: pointer;}
.landingpage-carousel { background-color:#FFF; padding-top:35px; padding-bottom:60px; }
.landingpage-carousel .owl-prev,.marken-carousel .owl-prev,.bewertungen-carousel .owl-prev { left:15px !important; }
.landingpage-carousel .owl-next,.marken-carousel .owl-next,.bewertungen-carousel .owl-next { right:15px !important; }
h3.h3btn { /*font-family:'Architects Daughter', cursive;*/font-family:'Source Sans Pro', sans-serif; color:#3C3937; padding-top:7px; padding-bottom: 7px; max-width: 90%; font-size:21px; margin:0; border:1px solid #3C3937; display:inline-block; padding-left:15px; padding-right:15px; letter-spacing:0px; }
h3.h3btn a { color:#3C3937; text-decoration:none; letter-spacing:1px; }
.seo_links .four.columns:nth-child(3n+1) { margin-left:0; }
.seo_text { height:120px; position:relative; overflow:hidden; }
.seo_linkset { position:absolute; bottom:0px; width:100%; padding:40px; background:-moz-linear-gradient(top, rgba(252,252,252,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */ background:-webkit-linear-gradient(top, rgba(252,252,252,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */ background:linear-gradient(to bottom, rgba(252,252,252,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }
.seo_link { text-align:center; text-decoration:underline; }
.animation { width:210px; position:relative; -webkit-animation:mymove 5s infinite; animation:mymove 5s infinite; -webkit-animation-timing-function: linear; animation-timing-function:linear; }
.animation:hover { animation-play-state:paused; }
.bfriday_tall { font-size:1.2rem; }
.bfriday_small { font-size:0.8rem; }
h1 a,.blogh_head a{ color: inherit; }
.product_heart_new { position:absolute; left:-50px; top:-6px; text-align:center; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:23px; font-weight:700; padding-top:9px; cursor:pointer; }
.product_heart_new2018 { position:relative; top:-6px; text-align:center; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:23px; font-weight:700; padding-top:9px; cursor:pointer; margin-left:25px; float:left; }
.seo_text_start { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:19px; line-height:22px; margin-top:8px; padding:0px 8px 0px 8px; }
.seo_text_start a { color:#603025; text-decoration:none; }
.seo_text h1, .seo_text h2, .seo_text h3, .seo_text h4, .seo_text h5, .seo_text h6 {
  margin-top: 10px !important; margin-bottom: 10px !important; font-weight: bold;
}
.newsletter_start { background:#FFF; }
.nl_info { border:1px solid #383839; width:100%; height:60px; }
.nl_info .row { padding:10px; }
.nl_fadein { display:none; }
body.loaded .nl_image { background-image:url(/nl_start.jpg); background-size:100% auto; background-repeat:no-repeat; }
body.loaded[data-webp="1"] .nl_image{ background-image:url(/nl_start.webp); }
#nl_trigger { width:100%; height:150px; }
.nl_hint_prod { background-color:#CFE976; padding:10px 0 10px 0; width:100%; }
.nl_hint_inner { width:70%; margin-left:auto; margin-right:auto; }
.nl_image_prod { width:100%; border:0; }
.newsletter .anrede .two.columns { width:105px; }
.cpage .six.columns(not:.cpage.nl_c_page .six.columns) { width:33%; }
.cpage .errorhint { width:70.5%; }
.newsletter .anrede.three.columns { width:30%; }
.newsletter.nl_c_page .anrede.three.columns { width:25%; }
.newsletter .nine.columns { width:100%; margin-left:0; }
.nl_c_page .anrede { float:left; }
.nl_c_page .row.left { margin-left:5%; }
.nl_c_page .row.left .six.columns { width:48%; }
.nl_c_page .anrede .six.columns { width:5%; }
.nl_c_page .nl_text { width:5%; padding-right:10%; margin-left:0; }
.nl_c_page .row.left { margin-left:0; }
.newsletter_step3_7 input[type="text"],.newsletter_step3_7 select,.newsletter_step4 input[type="text"] { height:40px; line-height:37px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:17px; width:100%; border-radius:0; -webkit-appearance:none; border:1px solid #383839; box-sizing:border-box; padding-left:10px; }
.newsletter_step3_7 input[type="submit"], .newsletter_step4 input[type="button"], .newsletter_step5 input[type="button"] { height:40px; line-height:37px; background-color:#3C3937; font-family:'Source Sans Pro', sans-serif; color:#FFF; text-transform:uppercase; font-size:15px; width:100%; font-weight:700; border-radius:0; -webkit-appearance:none; border:0; box-sizing:border-box; }
.newsletter_step3_7 input[type="button"] { height:40px; line-height:37px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; text-transform:uppercase; font-size:15px; width:100%; font-weight:700; border-radius:0; -webkit-appearance:none; border:1px solid #383839; box-sizing:border-box; }
.newsletter_step3_7 textarea { line-height:37px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:17px; width:100%; border-radius:0; -webkit-appearance:none; border:1px solid #383839; box-sizing:border-box; }
.newsletter_step3_7_box { height:40px; line-height:40px; background-color:#FFF; font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:17px; width:100%; border:1px solid #383839; }
.newsletter_step3_7 .three.columns:nth-child(4n) { margin-left:0; clear:both; }
.newsletter_step3_7 .three.columns { margin-bottom:15px; }
.nl_preferences .one.column { padding-top:1px; }
.nl_preferences .row { margin-bottom:15px; }
.nl_preferences .columns:not(.nl_btn) { margin-left:1%; }
.nl_preferences .four.columns:nth-child(3n+1) { margin-left:0; }
.nl_preferences .four.columns .eleven.columns { margin-left:3%; }
.tip_pos { position:relative; top:-3px; }
.tip_img { width:25px; }
.newsletter_steps .text_small { font-size:15px; }
.newsletter_steps .text_xsmall { font-family:'Source Sans Pro', sans-serif; color:#3C3937; font-size:12px; line-height:14px; }
.newsletter_step4 ul, .newsletter_step3_7 ul { margin:0 !important; list-style-type:none; }
.newsletter_step4 li, .newsletter_step3_7 li { background-image:url(/media/lib/71/2016/images/misc/bp_heart.jpg); background-repeat:no-repeat; padding-left:30px; background-position:3px; }
.newsletter_step4 input[type="text"] { width:250px; margin-left:10px; }
.newsletter_step4 input[type="button"], .newsletter_step5 input[type="button"] { display:inline-block; width:auto; padding-left:15px; padding-right:15px; border:1px solid #3C3937; background-color:#A9C72F; color:#3C3937; }
.newsletter_step2 .one.column { width:4%; }
.newsletter_step2 .eleven.columns { width:96%; margin-left:0%; }
.newsletter_steps .one.column.text_xsmall { width:1.5% !important; }
.newsletter_steps .eleven.columns.text_xsmall { width:98.5% !important; margin-left:0% !important; }
.links_start .headline_regular_white_low { line-height:45px; font-size:25px; }
.links_start .link { line-height:37px; font-size:17px; text-transform:uppercase; }

@-webkit-keyframes mymove {
	from { left:0px; }
    to { left:343px; }
}

@keyframes mymove {
    from { left:0px; }
    to { left:343px; }
}

@media (min-width: 600px){
	.banner-carousel,.banner-katcarousel{ height:var(--teaser-tablet); }
}
@media (max-width: 599px){
	.banner-carousel,.banner-katcarousel{ height:var(--teaser-smartphone); }
}
@media (min-width: 1100px){
	.banner-carousel,.banner-katcarousel{ height:var(--teaser-desktop); }
}

@media (max-width:1199px){
	#usp_bar{ width:100%; padding-right:0; }
}

@media (min-width:1199px){
	.forceright{ float: right; }
	.selection_data_inner.inner_size{ max-width: 239px !important; }
	.inner_size .vel{  margin-right: 0!important; }
	#canvas { background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/bg_canvas.png);background-attachment:fixed; }
	body.loaded[data-webp="1"] #canvas{ background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/webp/bg_canvas.png.webp); }
	#usp_bar{ display: block; width: 60%; padding-right: 8.3%; }
}

@media (max-width:750px){
	#usp_bar{ display: none; }
}

/*Tablet*/
@media (min-width:750px) and (max-width:1199px){
	#usp_bar{ display: block; }
	#canvas { background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/bg_canvas.png);background-attachment:fixed; }
	body.loaded[data-webp="1"] #canvas{ background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/webp/bg_canvas.png.webp); }
	.product_heart_new{ left:0; }
	.desktop { display:none; }
	.desktop_tablet { display:block; }
	.desktop_tablet_smartphone { display:block; }
	.tablet { display:block; }
	.tablet_smartphone { display:block; }
	.smartphone { display:none !important; }
	.smartphone_500 { display:none; }
	.break_tablet_smartphone { clear:both; float:none; }
	.infos .spacer15px { height:30px; }
	.ptop15px_tablet { padding-top:15px; }
	.last_element_tablet { display:none; } /* zum Testen */
	.cookies .inner_content{ max-width: 90%;text-align: center; }
	.inner_head, .inner_dynamic { width:95%; }
	.inner_head { padding-top:35px; }
	#usp_bar { height:30px; padding-top:5px; text-align:center; }
	#usp_bar .right { float:none; }
	#usp_bar .mleft25px,#usp_bar .mleft10px, #usp_bar .mleft15px, #usp_bar .left5px, #usp_bar .left10px { float:none; display:inline-block; }
	.usp_font, .usp_font_headline { position:relative; bottom:3px; }
	.logo img { width:340px; border:0; }
	.topnav { margin-top:20px; }
	.topnav .sub { padding-left:15px; }
	.topnav .sub a { font-size:16px; }
	.basket_shortview { margin-top:10px; }
	#nav { text-align:center; }
	.navigation { height:30px; float:none; height:54px; }
	.navigation .sub  { float:none; display:inline-block; text-align:left; }
	.navigation .sub a { font-size:22px; }
	.navigation .sub > a { line-height: 45px; }
	.top_links { display:none; }
	.search_smartphone{ text-align: center;background-color:#FFF;padding-top: 5px; padding-bottom: 5px;position: relative; }
	.search_smartphone input { width:100%; height:39px; line-height:39px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/search_bg.png); background-size:auto 39px; background-color:transparent; background-position:left; background-repeat:no-repeat; border:0; font-family:'Source Sans Pro', sans-serif; color:#FFF !important; font-size:16px; text-transform:uppercase; border-radius:0; -webkit-appearance:none; padding-left:20px; }
	.search_smartphone input[type="button"]{ z-index: 1000000000000000000;position: absolute;background-color: #000;height: 39px;width: 80px;right: 0%;padding: 0; }
	.search { float:right; background-image:url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.png');background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg');background-repeat:no-repeat; background-position:-10px -2787px; height:43px; width:43px; position:relative; bottom:-23px; margin-left:20px; top:auto !important; }
	.hasbrotli .search{ background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg.br'); }
	.suchergebnisse li { text-align:left; }
	.search input { display:none; }
	.banner_shadow { height:15px; background-image:none; }
	.headline_wood_bg { font-size:45px; line-height:45px; }
	.infos .headline_wood_bg, .newsletter .headline_wood_bg { font-size:40px; }
	.inner_content { max-width:75%; }
	.arrow_left { left:-15px; }
	.icon_059,.owl-theme1 .owl-prev { background-position:-10px -3423px; width:30px; height:85px; }
	.arrow_right { right:-15px; }
	.icon_060,.owl-theme1 .owl-next { background-position:-10px -3527px; width:30px; height:85px; }
	.container_colored { font-size:30px; }
	.container_outer_colored { padding:10px 40px 10px 40px; }
	.container_colored_text { font-size:14px; }
	.container_colored_text_large { font-size:21px; }
	.container_outer_colored .right { position:relative; top:7px; }
	.container_outer_colored .icon { top:3px; }
	.icon_110 { background-position:-10px -5885px; width:23px; height:23px; }
	.headline_white_bg { font-size:32px; line-height:35px; }
	.headline_white_bg_centered { font-size:30px; line-height:35px; }
	.headline_white_bg_nl { font-size:28px; line-height:30px; }
	.headline_black { font-size:45px; line-height:45px; }
	.headline_regular_black { font-size:25px; line-height:27px; }
	.headline_regular_white.centered { max-width:100% !important; width:100%; }
	.text_black { font-size:15px; }
	.newsletter input[type="radio"] { margin-top:0px; height:20px; width:20px; }
	.newsletter input[type="text"], .newsletter input[type="submit"], .newsletter input[type="button"],.account_smartphone input[type="text"],.account_smartphone input[type="password"] { width:100%; height:50px; line-height:50px; font-size:22px; }
	.newsletter input[type="text"].small_input { width:100%; height:50px; line-height:50px; font-size:22px; padding-left:15px; text-align: left; }
	.newsletter input[type="text"].smallx_input { height:50px; line-height:50px; font-size:22px; width:100%; padding-left:15px; }
	.newsletter input[type="submit"] { border:1px solid #3C3937; }
	.newsletter .spacer25px, .newsletter .spacer20px { height:10px; }
	.headline_regular_white_low { font-size:18px; }
	.text_black_bold { font-size:17px; }
	.newsletter .text_black_bold { font-size:17px; }
	.newsletter .p30px { padding-left:12px; }
	.account_smartphone { display:none; }
	.inner_footer { width:70%; }
	.footer_headline { font-size:16px; }
	.footer_font { font-size:15px; line-height:21px; }
	.footer_text { font-size:13px; line-height:18px; }
	.product_listing .three.columns, .marken .three.columns { display:none; }
	.product_listing .nine.columns, .marken .nine.columns { width:100%; margin-left:0%; }
	.filter_outer { padding-top:15px; padding-bottom:15px; }
	.breadcrumb_categories, .breadcrumb_categories a, .breadcrumb_categories span { font-size:0.9em; }
	.filter { height:38px; margin-top:17px; margin-bottom:0px; line-height:38px; padding-left:20px; font-size:19px; width:45%; }
	.icon_009 { background-position:-10px -4311px; width:55px; height:50px; }
	.plus { float:right; position:relative; top:-4px; }
	.product_heart { font-size:20px; padding-top:9px; right:9px; top:9px; z-index:49; }
	.product_heart_btm { font-size:20px; padding-top:9px; right:9px; bottom:9px; z-index:49; }
	.article_price { font-size:35px; }
	.article_price_original { font-size:35px; }
	.product_details .details_top .one.column { width:20%; text-align:left; }
	.product_details .details_top .five.columns { width:75%; margin-left:5%; text-align:center; }
	.product_details .details_top .six.columns { width:100%; margin-left:0; float:none; }
	.details_top .basket { clear:both; float:none; top:20px; }
	.details_top .article_availability { text-align:left; top:0px; }
	.outfit-items .three.columns { width:30%; margin-left:5%; }
	.outfit-items .article_name, .crossselling_infos .article_name { font-size:18px; }
	.outfit-items .article_number { font-size:18px; }
	.outfit-items .hint { font-size:12px; }
	.article_description_block ul { margin-left:15px; }
	.logos img { width:100%; }
	.partner_look .three.columns { width:30%; margin-left:5%; }
	.crossselling .three.columns { width:30%; margin-left:5%; }
	.produktempfehlungen .three.columns { width:30%; margin-left:5%; }
	.last_items .two.columns { width:22%; margin-left:4%; }
	.text { font-size:16px; }
	.text_feedback { font-size:15px; }
	.content_headline { font-size:24px; margin-bottom:15px; }
	.form input[type="text"], .form input[type="password"], .form select { height:40px; line-height:40px; font-size:18px; margin-bottom:12px; }
	.form select{ padding-right: 35px; }
	.form textarea { line-height:22px; font-size:18px; margin-bottom:12px; }
	.dataupload { height:40px; line-height:37px; font-size:22px; }
	.form input[type="submit"],.form input[type="button"], .form input[type="reset"], .addbutton { height:40px; line-height:37px; font-size:22px; padding-left:25px; padding-right:25px; margin-top:12px; }
	.form input[type="submit"].smallbtn { height:35px; line-height:32px; font-size:20px; padding-left:20px; padding-right:20px; margin-top:10px; }
	.content ul { margin-left:20px; }
	.content .border_gray { margin-top:20px; margin-bottom:20px; }
	.form_row .text { line-height:40px; }
	.form.content.login .six.columns { width:100%; margin-left:0; }
	.form.content.login .right { float:none; }
	.button { height:30px; line-height:30px; font-size:20px; padding-left:20px; padding-right:20px; }
	.content .pages .button { margin-top:10px; }
	.content .page_numbers { margin-right:15px; }
	.steps .circle { width:36px; height:36px; -moz-border-radius:18px; -webkit-border-radius:18px; border-radius:18px; line-height:36px; font-size:18px; }
	.step_description { padding-top:1px; }
	.steps .spacer { padding-left:6px; padding-right:6px; }
	.steps .spacer .inner { margin-top:20px; }
	.steps .text { font-size:13px; line-height:18px; }
	.process.row .qty_del_prc { display:block; border-top:1px solid #CCC; margin-top:15px; padding-top:15px; }
	.process.row .qty_row, .headlines .qty_row { display:none; }
	.process.row .del_row, .headlines .del_row { display:none; }
	.qty_del_prc .del_row, .qty_del_prc .qty_row { display:block !important; }
	.order_process .process.row .three-half.columns, .order_process .headlines .three-half.columns { width:14%; }
	.order_process .process.row .two.columns, .order_process .headlines .two.columns { width:25%; }
	.order_process .process.row .four.columns, .order_process .headlines .four.columns { width:35%; }
	.order_process .process.row.five_rows .four.columns, .order_process .headlines.five_rows .four.columns { width:36%; }
	.order_process .process.row.five_rows .two.columns, .order_process .headlines.five_rows .two.columns { width:22%; }
	.order_process .process.row.five_rows .three-half.columns, .order_process .headlines.five_rows .three-half.columns { width:15%; }
	.order_process .process.row.six_rows .four.columns, .order_process .headlines.six_rows .four.columns { width:41%; }
	.order_process .process.row.six_rows .two.columns, .order_process .headlines.six_rows .two.columns { width:18%; }
	.order_process .process.row.six_rows .three-half.columns, .order_process .headlines.six_rows .three-half.columns { width:11%; }
	.order_process .process.row.six_rows .one.column, .order_process .headlines.six_rows .one.column { width:3%; }
	.process-infos .article_price, .process-infos .article_price_original { font-size:30px; padding-top:3px; }
	.order_process .seven.columns.right { width:100%; float:none; clear:both; margin-left:0; }
	.process-infos input[type="submit"],.process-infos input[type="button"], .process-infos input[type="reset"] { margin-top:0px !important; }
	.process-infos input[type="text"], .process-infos input[type="password"], .process-infos select { margin-bottom:0 !important; }
	.process-infos .seven.columns .seven.columns { width:70%; }
	.process-infos .seven.columns .five.columns { width:26%; }
	.process-infos .five.columns { width:100%; }
	.prices { display:none; }
	.order_process .eight.columns.main_col { width:100%; }
	.order_process .four.columns.main_col { display:none; }
	.text_small { font-size:14px; }
	.text_smaller { font-size:12px; }
	.return .five.columns, .return .seven.columns { width:48%; }
	.three.columns.acc_navigation { display:none; }
	.nine.columns.acc { width:100%; margin-left:0; }
	.leave_feedback .text { line-height:19px; }
	.points .three.columns { width:32%; }
	.shipping_rows .three.columns { width:35%; }
	.shipping_rows .nine.columns { width:63%; }
	.outfit-item .three.columns { width:29% !important; }
	.outfit-item .nine.columns { width:61% !important; }
	.outfit_row .three.columns:nth-child(3n+3) { margin-left:0; clear:both; }
	.outfit_row .three.columns:nth-child(n+3) { margin-top:20px; }
	.outfit_row .three.columns { width:48% !important; }
	.outfit-item .spacer50px { height:30px; }
	.outfit-item .basket_btn { width:100%; padding-left:0px !important; padding-right:0px !important; text-align:center; }
	.outfit-item .qtyfilter { float:right; width:15%; }
	.article_details { display:inline !important; }
	.anzahlct .article_headline { width:50%; text-align:right; }
	.text_wood { font-size:14px; line-height:17px; max-width:80%; margin-left:auto; margin-right:auto; }
	.animation { width:95%; position:relative; -webkit-animation:mymove 5s infinite; animation:mymove 5s infinite; -webkit-animation-timing-function: linear; animation-timing-function:linear; }
	.animation:hover { animation-play-state:paused; }
	.seo_text_start { font-size:16px; line-height:19px; margin-top:6px; padding:0px 6px 0px 6px; }
	.nl_fadein { display:block; }
	body.loaded .nl_image { background-image:url(/nl_start_tablet.jpg); }
	body.loaded[data-webp="1"] .nl_image{ background-image:url(/nl_start_tablet.webp); }
	.nl_info { width:100%; height:auto; }
	.nl_info .hint { font-size:11px; }
	.newsletter .anrede.three.columns { width:40%; }
	.newsletter .anrede.three.columns .row div:nth-child(2n) { margin-left:4% !important; }
	.nl_c_page.newsletter .anrede .five.columns { width:85px; }
	.nl_c_page.newsletter .anrede .one.column { margin-left:0; }
	.nl_c_page.newsletter .anrede { width:100%; }
	.nl_c_page .nine.columns { width:100%; margin-left:0; }
	.newsletter_step3_7 .two.columns { width:10% !important; margin-left:0% !important; }
	.newsletter_step3_7 .two.columns:nth-child(2n) { margin-left:1.5% !important; }
	.newsletter_step3_7 .three.columns { width:48%; margin-bottom:10px; }
	.newsletter_step3_7 .four.columns { width:48%; margin-left:0; }
	.newsletter_step3_7 .three.columns:nth-child(2n+1) { margin-left:0; }
	.newsletter_step3_7 .five.columns, .newsletter_step7 .five.columns { margin-left:0; width:100%; margin-top:10px; margin-bottom:10px; }
	.nl_preferences .four.columns:nth-child(2n+1) { margin-left:0; }
	.newsletter_step3_7 .three.columns:nth-child(4n) { margin-left:4%; clear:none; }
	.nl_preferences .four.columns:not(.cbgrp_nl,.nl_btn) { width:0%; margin-left:0; }
	.nl_preferences .four.columns:not(.cbgrp_nl):nth-child(3n) { width:45%; margin-left:0; }
	.nl_preferences .spacer15px { height:0; }
	.newsletter_step3_7 input[type="text"], .newsletter_step3_7 select, .newsletter_step3_7_box { height:38px; line-height:38px; font-size:17px; }
	.newsletter_step3_7 input[type="submit"] { height:40px; line-height:40px; font-size:17px; }
    .newsletter_step3_7 .buttons .six.columns { width:0; }
	.product_heart_new2018 { margin-left:0; }
	.navigation .sub { padding-left:15px; }
	.anzahlct { width:100%; }
	.anzahlct .article_headline { width:auto; }
    .newsletter_step3_7 .buttons .nl_btn { margin-left:0%; }
    .newsletter_step3_7 .buttons .nl_submit { margin-left:4% !important; }
    .newsletter_step2 .one.column { width:5%; }
    .newsletter_step2 .eleven.columns{ width: 95%; }
	  
	@-webkit-keyframes mymove {
		from { left:0%; }
		to { left:75%; }
	}
	  
	@keyframes mymove {
		from { left:0%; }
		to { left:75%; }
	}
}

@media (min-width: 750px) and (max-width: 850px){
	.navigation .sub a{ font-size:18px; }
	.navigation .sub ul a{ font-size:14px; margin-bottom: 6px; padding-bottom: 6px; }
	.navigation .sndnav{ margin-bottom: 18px; }
	.navigation ul.subs a.navlevel1_lnk:hover{ padding-bottom: 7px; }

}

/*Smartphone*/
@media (max-width:749px){
  .smartphone.mzgalnav{ display: none !important; }
  #bullets{ padding-top: 5px; }
  #bullets .bullet{ display:inline-block;width: 12px; height:12px;border-radius: 50%; margin-right:4px; background-color:#CCC }
  #bullets .bullet.active{ background-color:#666 }
	#newcookie_head{ font-size: 18px; }
	#newcookie{ font-size:14px; }
	#newcookie{ margin-left:-185px; margin-top: -157.5px; }
	body.loaded{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/wood_bg_750.jpg); background-attachment: fixed; }
	body.loaded[data-webp="1"]{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/webp/wood_bg_750.jpg.webp); }
	#canvas{ background-image: none; }
	body{ overflow-x: hidden; }
  a[href^="tel"]{ color:#3C3937; text-decoration:underline; }
	li.mobilenav{ display: list-item; }
	.bewertungsct .two.columns{ width: 25% }
	.bewertungsct .ten.columns{ width: 70% }
	.bewertungsct{ max-height: none; }
	.desktop { display:none; }
	.desktop_tablet { display:none; }
	.desktop_tablet_smartphone { display:block; }
	.tablet { display:none; }
	.tablet_smartphone { display:block; }
	.smartphone { display:block; }
	.smartphone_500 { display:none; }
	.break_tablet_smartphone, .break_smartphone { clear:both; float:none; }
	.spacer15px { height:8px; }
	.spacer20px { height:10px; }
	.spacer25px { height:12px; }
	.spacer27px { height:15px; }
	.spacer30px { height:15px; }
	.spacer35px { height:17px; }
	.spacer40px { height:20px; }
	.spacer50px { height:25px; }
	.border_gray { margin-top:20px; margin-bottom:20px; }
	.sizing-chart-btn{ cursor: pointer; }
	.article-description-btn{ cursor: pointer; }
	.feedback-btn{ cursor: pointer; }
	.article_description-btn{ cursor: pointer; }
	.six.columns.account_container{ width: 100%; margin-left:0; margin-right: 0; }

	.sizes > .eight.columns{ width:100%; }
	.sizes > .four.columns{ clear:both; width:100%; margin:0; }
	.collapsetext > .four.columns{ clear:both; width:100%; margin:0; }
	
	.navlevel1_lnk.ipl-191{ background-image: url(/media/lib/71/2016/images/source/117_heart_nav.svg); background-repeat: no-repeat; background-position: center left; background-size: 20px; }
	.navlevel2 .icon_117.icon{ display: none !important; }
	.navlevel2 .lastlvl[data-id="191"]{ background-image: url(/media/lib/71/2016/images/source/117_heart_nav.svg); background-repeat: no-repeat; background-position: center left; background-size: 20px; }

	.inner_head, .inner_dynamic { width:95%; }
	.inner_head { padding-top:0px; }
	#usp_bar { height:30px; padding-top:5px; text-align:center; display: none !important; }
	#usp_bar .right { float:none; }
	#usp_bar .mleft15px, #usp_bar .left5px { float:none; display:inline-block; }
	#usp_bar .mleft15px.f_ch { margin-left:0px; }
	#usp_bar .mleft15px { margin-left:7px; }
	#usp_bar .left5px { padding-left:0px; }
	.usp_font { position:relative; bottom:3px; font-size:11px; }
	.usp_font_headline { position:relative; bottom:3px; font-size:11px; }
	.feedback_block .inner_dynamic, .article_description_block .inner_dynamic { width:100%; }
	.feedback_block .inner_dynamic .feedback_hearts{ margin-left: 0; }
	#head_bg{ display: none; }
	.toggleMenu { display:block; position:absolute; top:15px; cursor:pointer; }
	.logo { left:10%; }
	.logo img { width:65%; }
	.topnav { display:none; }
	.top_links { display:none; }
	.basket_shortview { margin-top:0px; margin-bottom: 5px; }
	.basket_shortview_background { display:none; }
	.basket_shortview_button { display:none; }
	.article_description_block ul, .article_description ul{ margin-left: 18px; }
	.details_top .color{ margin-top: 0; }
	.search_smartphone{ text-align: center;background-color:#FFF;padding-top: 5px; padding-bottom: 5px; position: relative; }
	.search_smartphone input { width:100%; height:39px; line-height:39px; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/search_bg.png); background-size:auto 39px; background-color:transparent; background-position:left; background-repeat:no-repeat; border:0; font-family:'Source Sans Pro', sans-serif; color:#FFF !important; font-size:16px; text-transform:uppercase; border-radius:0; -webkit-appearance:none; padding-left:20px; }
	.search_smartphone input[type="button"]{ z-index: 1000000000000000000;position: absolute;background-color: #000;height: 39px;width: 80px;right: 0%;padding: 0; }
	.suchergebnisse { width:100%; z-index:100; }
	.search { float:right; background-image:url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.png'); background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg'); background-repeat:no-repeat; background-position:-10px -2926px; height:37px; width:37px; position:relative; bottom:-15px; margin-left:20px; cursor:pointer; top:auto !important; }
	.hasbrotli .search{ background-image:linear-gradient(transparent,transparent),url('//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/menue.svg.br'); }
	.search input { display:none; }
	.navigation ul.subs, .navigation ul.navlevel2 { background-color:transparent; position:relative; -webkit-box-shadow:none; -moz-box-shadow: one; box-shadow:none; clear:both; padding:0; }
	.navigation { width:100%; position:absolute; left:-100%; top:0px; margin-top:0px; padding-top:17px; }
	.navigation .sub { /*width:100%; */float:none; padding-left:0px; border-top:1px solid #B4B4B4; padding-top:10px; margin-left:20px; margin-right:30px; height:auto; }
	.navlevel1_lnk { border-bottom:0; }
	.navigation .sub.smartphone { border-top:none; }
	.navigation .sub > a { padding-top:4px; padding-bottom:4px; color:#3C3937; }
	.navigation .subs { left:0 !important; display:none; }
	.navigation .subs > li { width:100%; margin-left:0px; margin-right:30px; margin-bottom:0; }
	.navigation .subs > li:first-child { border-top:none; padding-top:10px; }
	.navigation .subs > li > a { width:100%; box-sizing: border-box; display: block; font-weight:normal; font-size:20px; line-height:22px; padding-bottom:2px; padding-top:2px; text-decoration:none; color:#3C3937; text-shadow:none; padding-left:28px; padding-right:15px; }
	.navigation ul.navlevel2 { display:none; }
	.navigation .navlevel2 > li { width:240px; margin-bottom:0; }
	.navigation .navlevel2 > li a { width:185px; display: block; font-size:20px; line-height:22px; font-weight:400; padding-bottom:2px; padding-top:2px; text-decoration:none; color:#3C3937; text-shadow:none; padding-left:48px; padding-right:15px; }
	.navigation .sndnav { float:none; }
	
	.smartphone.margin .sub:first-child { border-top:none; }

	.lpct h1,.lpct h4,.lpct h3{ font-size: 0.9em !important; letter-spacing: normal !important; }
	
	.navigation .sub:first-child { padding-top:10px; border-top: 1px solid #B4B4B4; }
	.navigation .sub.last, .navigation .last_border { border-bottom:1px solid #B4B4B4; }
	.navigation .sub a { display: block; font-size:20px; font-weight:400; text-shadow:none; padding-left:2px; padding-right:15px; }
	.close_button { float:right; width:40px; height:100%; position:absolute; top:0px; right:0px; }
	.close_menu { margin-left:20px; padding-top:15px; font-size:20px; font-weight:400; text-shadow:none; color:#3C3937; cursor:pointer; font-family: 'Source Sans Pro', sans-serif; text-transform:uppercase; text-decoration:none; }
	/*.close_button_arrow { position:absolute; left:-10px; top:15px; width:0px; height:0px; -webkit-transform:rotate(360deg); border-style:solid; border-width:11px 10px 11px 0; border-color: transparent #8f6b60 transparent transparent; }*/
	.cross { position:absolute; left:11px; top:18px; cursor:pointer; }
	.icon_019 { background-position:-10px -2850px; width:39px; height:56px; }
	.banner_shadow { height:10px; background-image:none; }
	.headline_wood_bg { font-size:30px; line-height:32px; }
	.inner_content { max-width:75%; }
	.cookies .inner_content{ padding-top: 2px;padding-bottom: 5px;max-width: 95%;text-align: center; }
	.product_carousel .four.columns { width:47.5%; margin-left:5%; }
	.last_element { display:none; } /* zum Testen */
	.arrow_left { left:-20px; }
	.icon_059,.owl-theme1 .owl-prev { background-position:-10px -3631px; width:18px; height:51px; }
	.arrow_right { right:-20px; }
	.icon_060,.owl-theme1 .owl-next { background-position:-10px -3702px; width:18px; height:51px; }
	.headline_white_bg { font-size:30px; line-height:32px; }
	.headline_white_bg_centered { font-size:25px; line-height:28px; }
	.headline_white_bg_nl { font-size:20px; line-height:25px; }
	.headline_black { font-size:30px; line-height:32px; }
	.store .six.columns, .blog .six.columns { width:100%; }
	.newsletter input[type="radio"] { margin-top:0px; height:15px; width:15px; }
	.newsletter input[type="submit"], .newsletter input[type="button"],.account_smartphone input[type="text"],.account_smartphone input[type="password"] { width:100%; height:40px; line-height:30px; font-size:18px; padding-left:5px; }
	.newsletter input[type="text"] { width:100%; height:40px; line-height:30px; font-size:18px; padding-left:5px; margin-bottom:10px; }
	.newsletter input[type="text"].small_input { height:40px; line-height:30px; font-size:18px; width:70px; padding-left:5px; text-align: left; }
	.newsletter input[type="text"].smallx_input { height:40px; line-height:30px; font-size:18px; width:100%; padding-left:5px; }
	.newsletter input[type="submit"]:not(.newsletter_step4.newsletter input[type="submit"]) { margin-top:10px; }
	.nl_text { font-size:18px; }
	.container_white { width:100%; font-size:21px; line-height:23px; padding:6px 0px 6px 0px; }
	.container_white .left { float:none; }
	.container_colored { width:100%; font-size:23px; line-height:30px; padding:6px 0px 6px 0px; }
	.container_outer_colored .five.columns, .container_outer_colored .seven.columns { width:100%; margin-left:0; }
	.container_outer_colored { padding:10px 25px 10px 25px; }
	.icon_110 { background-position:-10px -5885px; width:23px; height:23px; }
	.container_colored_text { font-size:13px; }
	.container_colored_text_large { font-size:22px; margin-top:5px; }
	.container_outer_colored .right { float:none; }
	.headline_regular_white, .headline_regular_white a, .headline_regular_white_low { font-size:16px; line-height:19px; text-shadow:1px 1px 0px #482F1A,0px 0px 5px rgba(72, 47, 26, 0.6); }
	.headline_regular_black { font-size:18px; line-height:20px; }
	.headline_regular_white.centered { max-width:100% !important; width:100%; }
	.blog-carousel .text_black,.subblog-carousel .text_black{ text-align: center; }
	.text_black { font-size:15px; line-height:18px; }
	.text_black_bold { font-size:15px; line-height:18px; }
	.newsletter .text_black_bold { padding-top:1px; }
	.account_smartphone { display:block; background-color:#AA8176; padding-top:20px; padding-bottom:15px; }
	.account_smartphone_headline { font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center; }
	.account_smartphone_button { height:30px; font-family:'Source Sans Pro', sans-serif; color:#FFFFFF; font-size:16px; font-weight:600; text-transform:uppercase; text-align:center; cursor:pointer; padding-top:10px; }
	.inner_footer { width:95%; }
	.footer_headline { font-size:16px; }
	.footer_font { font-size:13px; line-height:16px; }
	.footer_text { font-size:12px; line-height:16px; }
	.product_listing .three.columns, .marken .three.columns { display:none; }
	.product_listing .nine.columns, .marken .nine.columns { width:100%; margin-left:0%; }
	.filter_outer { padding-top:15px; padding-bottom:15px; }
	.filter { height:34px; margin-top:0px; margin-bottom:0px; line-height:34px; padding-left:20px; font-size:17px; width:43%; background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/arrow_down_smaller.png); background-size:14px auto; background-position:top 14px right 10px; }
	.icon_009 { background-position:-10px -4311px; width:55px; height:50px; }
	.product_heart { font-size:20px; padding-top:9px; right:9px; top:9px; }
	.product_heart_btm { font-size:20px; padding-top:9px; right:9px; bottom:9px; }
	.number_articles { display:none; }
	.products .four.columns { width:42.5%; margin-left:5% !important; }
	.bloglisting .four.columns { width:47.5%; margin-left:5% !important; }
	.bloglisting .four.columns:first-child { margin-left:0% !important; }
	.product_description { font-size:18px; line-height:22px; }
	.product_number { font-size:15px; }
	.color_box { width:15px; height:15px; }
	.product_price { font-size:18px; }
	.product_price_discount { font-size:18px; }
	.product_price_original { font-size:18px; }
	.phone .six.columns,.siegel .six.columns { width:100%; margin-left:0; margin-bottom:5%; }
	.inner_footer .columns { margin-top:15px; width:100%; margin-left:0; }
	.inner_footer .columns:first-child { margin-top:0; }
	.details_top .gray_button { float:left; }
	.details_top .breadcrumb_categories { clear:both; padding-top:10px; }
	.details_top .one.column { display:none; }
	.details_top .five.columns { width:100%; margin-left:0; float:none; text-align:center; }
	.details_top .six.columns { width:100%; margin-left:0; float:none; }
	.details_top .feedback_hearts { margin-left:0px; float:left; padding-top:2px; }
	.details_top .article_headline.feedback { /*float:left;*/ margin-bottom:0px; }
	.border_gray.feedback, .border_gray.si-chart { margin-top:15px; }
	.details_top .article_headline { margin-bottom:15px; }
	.plus { float:right; position:relative; top:-4px; }
	.sizing-chart { float:none; clear:both; display:inline-block; background-color:#FFF; color:#3C3937; font-size:15px; font-weight:700; text-transform:uppercase; margin-bottom:0px; height:auto; padding:0; }
	.si-chart { margin-top:0px; }
	.feedback_space { margin-top:15px; }
	.basket.right { float:none; padding-top:15px; top:0px; }
	.basket_button { height:37px; line-height:37px; font-size:18px; }
	.basket_icon { top:-14px; }
	.text { font-size:14px; }
	.text_smaller { font-size:11px; }
	.text_feedback { font-size:13px; }
	.details_top .article_availability { text-align:left; top:-15px; text-align: right; }
	.anzahlct{ width: 100%; display: inline-block; }
	.anzahlct .qtyfilter{ float:right; }
	.outfit-items .three.columns { width:47.5%; margin-left:5%; }
	.partner_look .three.columns { width:47.5%; margin-left:5%; }
	.crossselling .three.columns { width:47.5%; margin-left:5%; }
	.produktempfehlungen .three.columns { width:47.5%; margin-left:5%; }
	.last_items .two.columns { width:30%; margin-left:5%; }
	.breadcrumb_categories, .breadcrumb_categories a, .breadcrumb_categories span { font-size:0.9em; }
	.article_name { font-size:18px; }
	.article_price { font-size:24px; white-space: nowrap; }
	.article_price_original { font-size:24px; white-space: nowrap; }
	.article_number { font-size:18px; }
	.article_headline { font-size:16px; }
	.article_description { font-size:14px; }
	.article_description.colored { color:#A9C72F; }
	.content_headline { font-size:20px; margin-bottom:10px; }
	.form input[type="text"], .form input[type="password"], .form select { height:35px; line-height:35px; font-size:16px; margin-bottom:10px; }
	.form select{ padding-right: 35px; }
	.form textarea { line-height:20px; font-size:16px; margin-bottom:10px; }
	.dataupload { height:35px; line-height:32px; font-size:20px; }
	.form input[type="submit"].form input[type="button"], .form input[type="reset"], .addbutton { height:35px; line-height:32px; font-size:20px; padding-left:20px; padding-right:20px; margin-top:10px; }
	.form input[type="submit"].smallbtn { height:30px; line-height:28px; font-size:18px; padding-left:15px; padding-right:15px; margin-top:8px; }
	.content ul { margin-left:15px; }
	.content .border_gray { margin-top:15px; margin-bottom:15px; }
	.form_row .text { line-height:35px; }
	.form.content.login .six.columns { width:100%; margin-left:0; }
	.form.content.login .right { float:none; }
	.breadcrumb_content .right { float:none; clear:both; }
	.breadcrumb_categories { margin-bottom:10px; }
	.form_row .columns:not(.konto_anrede) { margin-left:0 !important; width:100% !important; }
	.form_row .columns:not(.konto_anrede) .addbutton{ width: 100%; text-align: center; }
	.form_row .konto_anrede { width:15% !important; }
	.form_row .konto_anrede.first_el { margin-left:0 !important; }
	.form_row .three.columns.smartwidth { width:30% !important; }
	.form_row .six.columns.smartwidth { width:67% !important; }
	.form_row .smartleft5per { margin-left:3% !important; }
	.content .pages .button { margin-top:8px; }
	.steps .circle { display:none; width:0px; }
	.step_description { padding-top:0px; text-align:center; }
	.steps .spacer { padding-left:0px; padding-right:0px; }
	.steps .spacer .inner { margin-top:17px; background-color:#FFF; }
	.steps .text { font-size:12px; line-height:18px; }
	.process.row .qty_del_prc { display:block; border-top:1px solid #CCC; margin-top:10px; padding-top:10px; }
	.process.row .qty_row, .headlines .qty_row { display:none; }
	.process.row .del_row, .headlines .del_row { display:none; }
	.process.row .prc_row, .headlines .prc_row { display:none; }
	.qty_del_prc .del_row, .qty_del_prc .qty_row, .qty_del_prc .prc_row { display:block !important; }
	.order_process .process.row .two.columns, .order_process .headlines .two.columns { width:30%; }
	.order_process .process.row .four.columns, .order_process .headlines .four.columns { width:62%; margin-left:8%; }
	.order_process .process.row.five_rows .two.columns, .order_process .headlines.five_rows .two.columns { width:30%; }
	.order_process .process.row.five_rows .four.columns, .order_process .headlines.five_rows .four.columns { width:62%; margin-left:8%; }
	.order_process .process.row.six_rows .four.columns, .order_process .headlines.six_rows .four.columns { width:60%; margin-left:8%; }
	.order_process .process.row.six_rows .two.columns, .order_process .headlines.six_rows .two.columns { width:25%; }
	.order_process .process.row.six_rows .one.column, .order_process .headlines.six_rows .one.column { width:3%; }
	.process-infos .article_price, .process-infos .article_price_original { font-size:25px; padding-top:6px; }
	.order_process .seven.columns.right { width:100%; float:none; clear:both; margin-left:0; }
	.order_process input[type="submit"],.order_process input[type="button"], .order_process input[type="reset"] { margin-top:0px; font-size:17px; }
	.order_process input[type="text"], .order_process input[type="password"], .order_process select { font-size:15px; margin-bottom:0 !important; }
	.process-infos .seven.columns .seven.columns { width:70%; }
	.process-infos .seven.columns .five.columns { width:26%; }
	.process-infos .five.columns { width:100%; }
	.prices { border-top:1px solid #CCC; margin-top:10px; padding-top:10px; }
	.order_process .content_headline { margin-bottom:20px; }
	.prfx { font-size:14px; }
	.order_process .eight.columns.main_col { width:100%; }
	.order_process .four.columns.main_col { display:none; }
	div[class^="range_"] .four.columns { width:48%; }
	div[class^="range_"] .four.columns:nth-child(3n+1) { margin-left:4%; }
	div[class^="range_"] .four.columns:nth-child(2n+1) { margin-left:0; }
	.thirdpicparent{ width:48%; margin-left:2%; }
	.thirdpicparent:nth-child(2n+1){ margin-left:0; }
	.c_image.four.columns { width:48%; }
	.c_image:nth-child(3n) { margin-left:4%; }
	.c_image:nth-child(2n+0) { margin-left:0; }
	.small_col .four.columns { width:48%; }
	.img_float_s_small { width:40%; }
	.img_float_s_small img { width:100%; height:100%; }
	.three.columns.acc_navigation { display:none; }
	.nine.columns.acc { width:100%; margin-left:0; }
	.product-price { display:block; }
	.process-infos.orders .article_headline { line-height:30px; }
	.prices .left15px { padding-left:10px; }
	.points .one.column { width:5% !important; }
	.points .three.columns { width:35% !important; }
	.points .seven.columns { width:40% !important; }
	.leave_feedback .text { line-height:21px !important; }
	.addresses.payment.row .five.columns { width:65%; }
	.product_listing .pages_text, .marken .pages_text{ padding-top: 4px; }
	.filter .selection_data .vel{ line-height: 1.75; }
	.subfacets_ct .subfacet_element{ line-height: 1.75; }
	.outfit-item .pic { width:100% !important; }
	.outfit-item .one-half.column { margin-left:0; }
	.outfit-item .nine.columns { width:100% !important; margin-left:0; }
	.outfit_row .three.columns { width:48%; }
	.outfit_row .three.columns:nth-child(3n+3) { margin-left:0; clear:both; }
	.outfit_row .three.columns:nth-child(n+3) { margin-top:20px; }
	.outfit-item .spacer50px { height:30px; }
	.outfit-item .basket_btn { width:100%; padding-left:0px !important; padding-right:0px !important; text-align:center; }
	.outfit-item .qtyfilter { width:5%; }
	.anzahlct .article_headline { width:45%; text-align:right; }
	.outfit-item { display:none; }
	.outfit-item.first_child { display:block; }
	.videobox { width:210px; background-position:180px 6px; background-size:25px auto; }
	.videobox_inner { line-height:30px; padding-right:20px; }
	.videolink { font-size:14px; }
	
	.landingpage-carousel { padding-bottom:20px; padding-top:20px; }
	h3 { padding-left:5px; padding-right:5px; }
	.bloglisting.lp_marken .four.columns:nth-child(3) { display:none; }
	.blogh_head { font-size:15px !important; }
	.ts_star { max-width:15px !important; }
	.bewertungen-carousel .two.columns.text { display:none; }
	.bewertungen-carousel .eight.columns { width:82.6%; }
	.text_wood { font-size:12px; line-height:14px; max-width:100%; }
	.animation { width:95%; position:relative; -webkit-animation:mymove 5s infinite; animation:mymove 5s infinite; -webkit-animation-timing-function: linear; animation-timing-function:linear; }
	.animation:hover { animation-play-state:paused; }
	.bfriday_tall { font-size:0.9rem; }
	.bfriday_small { font-size:0.7rem; }
	
	.seo_text_start { font-size:11px; line-height:13px; margin-top:2px; padding:0px 2px 0px 2px; }
	.bg_gray.seo { background:#FFF; }
	.seo .four.columns { width:90%; left:5%; margin-left:0; margin-right:0; margin-top:20px; }
	.seo .four.columns:nth-child(1) { margin-top:0px; }
	body.loaded .nl_image { background-image:url(/nl_start_smartphone.jpg); }
	body.loaded[data-webp="1"] .nl_image{ background-image:url(/nl_start_smartphone.webp); }
	.nl_fadein { display:block; }
	.nl_info { width:100%; height:auto; }
	.nl_info .row { padding:10px; }
	.newsletter .anrede .five.columns { width:75px; }
	.newsletter .anrede .one.column { margin-left:2% !important; }
	.newsletter .six.columns, .nl_c_page .row.left .six.columns { width:100%; margin-left:0; }
	.newsletter.nl_c_page .nine.columns { width:100%; margin-left:0; }
	.newsletter .anrede.three.columns { width:100%; }
	.nl_c_page .showspacer { float:none; display:block; }
	.nl_c_page .anrede { width:100%; }
	.newsletter .anrede .six.columns { display:none; }
	.newsletter .two.columns { margin-bottom:10px; }
	.newsletter .two.columns:nth-child(2n) { margin-left:2% !important;}
	.nl_hint_prod { padding:5px 0 5px 0; }
	.nl_hint_inner { width:95%; }
	.newsletter_step3_7 .one-half.column { width:100%; }
    .newsletter_step3_7 .icon_109 { margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px; }
	.newsletter_step3_7 .eleven.columns:not(.newsletter_step3_7 .nl_preferences .eleven.columns) { width:100%; margin-left:0; }
	.newsletter_step3_7 .three.columns { width:100%; margin-bottom:10px; margin-left:0; }
	.newsletter_step3_7 .four.columns { width:100%; margin-left:0; }
	.newsletter_step3_7 .text { padding-top:10px; padding-bottom:10px; }
	.newsletter_step3_7 select.text{ padding-top: 0 !important;padding-bottom: 0; }
	.nl_preferences .four.columns:not(.cbgrp_nl) { display:none; }
	.nl_preferences .four.columns:not(.cbgrp_nl):nth-child(3n) { display:block; width:100%; }
	.newsletter_step3_7 input[type="text"], .newsletter_step3_7 select, .newsletter_step3_7_box { height:35px; line-height:35px; font-size:16px; }
	.newsletter_step3_7 input[type="submit"] { width:100%; height:35px; line-height:35px; font-size:16px; }
	.newsletter_step3_7 .two.columns { width:20% !important; }
	.newsletter_step3_7 .two.columns:nth-child(2n) { margin-left:4% !important; }
	.newsletter_step3_7 .five.columns { clear:both; margin-left:0; padding-top:10px; padding-bottom:10px; width:100%; }
  .newsletter_step3_7 .buttons .nine.columns { width:100%; text-align:left !important; padding-bottom:10px; }
	.newsletter_step4 .article_number { font-size:25px; }
	.newsletter_step4 .left10px.text_small { padding-left:0; }
	.newsletter_step4 .button_outer, .newsletter_step4 .button_outer input, .newsletter_step5 .button_outer, .newsletter_step5 .button_outer input { width:100%; }
	.newsletter_step4 input[name="birthday"] { display:block; margin-left:auto !important; margin-right:auto; }
	.nlfilter.six.columns { width:100%; margin-left:0; }
	#nav { display:block; white-space:normal; }
	.newsletter_step2 .one.column { width:10%; }
	.newsletter_step2 .eleven.columns { width:90%; margin-left:0%; }
	.newsletter_steps .text_xsmall { font-size:11px; }
	.newsletter_step8 .nine-half.columns,.newsletter_step8 .five.columns{ width: 100%; margin:0; }
	.seo_links .four.columns{ width: 100%;margin: 0; }
	.seo_links .four.columns .categories_link{ width: 90%; }
	.product_heart.pos2{ top:16px; }
	.product_heart.pos3{ top:31px; }
	.tag_exklusiv{ top:0px; right:-2px; transform:scale(0.6); transform-origin: top right; }
	.tag_limitiert{  top:0px; right:-2px; transform:scale(0.6); transform-origin: top right; }
	.tag_exklusiv.pos2,.tag_limitiert.pos2{ top:16px; }

	.landingpage-carousel .tag_exklusiv{ top:12px; right:4px; position: absolute; z-index: 1;transform: scale(1); }
	.landingpage-carousel .tag_limitiert{ top:12px; right:4px; position: absolute; z-index: 1;transform: scale(1); }
	.landingpage-carousel .tag_exklusiv.pos2,.landingpage-carousel .tag_limitiert.pos2{ top:37px; }
	
	@-webkit-keyframes mymove {
		from { left:0%; }
		to { left:54%; }
	}
	  
	@keyframes mymove {
		from { left:0%; }
		to { left:54%; }
	}
}

@media (max-width:380px){
  .logo img{ width:170px !important; }
}

@media(max-width: 340px){
	.navigation{ width: 100%; }
	.navigation .sub{ width: 75%; }
}

@media (min-width:901px) and (max-width:1199px){
	.logo img { width:500px; }
	.topnav .sub { padding-left:20px; }
	.topnav .sub a { font-size:16px; }
	#outfit-items_overlay .article_name, #outfit-items_overlay .article_description, #outfit-items_overlay .article_number, #outfit-items_overlay .article_headline, #outfit-items_overlay .color { font-size:15px; margin-top:0px; }
	#outfit-items_overlay .five-half.columns { width:33%; }
	#outfit-items_overlay .nine.columns { width:63%; }
}

@media (min-width:1200px){
  #usp_bar{ width:calc(100vw/2); padding-right:calc(100vw/2 - 1200px/2 - 10px) }
  .logo img{ max-width: 540px }
}

@media (min-width:2000px){
  #usp_bar{ width:calc(100vw/3); padding-right:calc(100vw/2 - 1200px/2 - 10px) }
  .logo img{ max-width: 540px }
}

@media (min-width:1200px) and (max-width:1750px){
	#outfit-items_overlay .article_name, #outfit-items_overlay .article_description, #outfit-items_overlay .article_number, #outfit-items_overlay .article_headline, #outfit-items_overlay .color { font-size:17px; margin-top:0px; }
	#outfit-items_overlay .five-half.columns { width:33%; }
	#outfit-items_overlay .nine.columns { width:63%; }
}

@media (max-width:500px){
	#newcookie_head{ font-size: 15px; }
	#newcookie{ font-size:13px; width: 288px; }
	#newcookie_btn_accept{ font-size: 22px; line-height: 34px; }
	#newcookie{ margin-left:-144px; margin-top: -222.5px; }
	body.loaded{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/wood_bg_500.jpg); background-attachment: fixed; }
	body.loaded[data-webp="1"]{ background-image: url(//d.alpenwahnsinn.de/media/lib/71/2016/images/misc/webp/wood_bg_500.jpg.webp); }
  a[href^="tel"]{ color:#3C3937; text-decoration:underline !important; }
	.inner_footer .columns { margin-top:15px; }
	.inner_footer .columns:first-child { margin-top:0px; }
	.logo { left:15%; }
	.logo img { width:180px;height:21.327600107497984%; }
  .border_gray { margin-top:12px; margin-bottom:12px; }
	.last_element_s500 { display:none; } /* zum Testen */
	.smartphone_500 { display:block; }

	.thirdpicparent{ width:100%; margin-left:0%; }
	
	#usp_bar { display:none; }
	.infos .headline_wood_bg, .newsletter .headline_wood_bg { font-size:/*14*/24px; line-height:1.2/*16px*/; }
	.headline_wood_bg { font-size:/*20*/22px; line-height:/*20px*/1.2; text-shadow:1px 1px 1px #482F1A; }
	.headline_white_bg { font-size:/*20*/22px; line-height:/*20px*/1.2; }
	.headline_white_bg_centered { font-size:20px; line-height:25px; }
	.headline_white_bg_nl { font-size:18px; line-height:22px; }
	.headline_black { font-size:/*20*/22px; line-height:/*20px*/1.2; }
	.container_white { font-size:/*11*/14px; line-height:/*13px*/1.2; }
	.container_colored { width:100% !important; font-size:/*12*/14px; line-height:/*14px*/1.2; }
	.newsletter input[type="radio"] { margin-top:6px; height:10px; width:10px; }
	.newsletter input[type="text"], .newsletter input[type="submit"], .newsletter input[type="button"],.account_smartphone input[type="text"],.account_smartphone input[type="password"],.newsletter .smallx_input { height:32px !important; line-height:20px !important; font-size:14px !important; }
	.headline_regular_white,.headline_regular_white a, .headline_regular_white_low { font-size:/*11*/14px; line-height:/*12px*/1.2; }
	.headline_regular_black { font-size:14px; line-height:16px; }
	.newsletter .headline_regular_white { font-size:/*13*/14px; }
	.text_black { font-size:/*13*/14px; line-height:/*15px*/1.2; }
	.text_black_bold { font-size:/*12*/14px; }
	.newsletter .p30px { padding-left:0px; }
	.newsletter .spacer25px { height:0px; }
	.newsletter .text_black_bold { padding-top:5px; }
	.footer_headline { font-size:/*13*/14px; }
	.footer_font { font-size:/*12*/14px; line-height:/*14px*/1.2; }
	.footer_text { font-size:/*11*/13px; line-height:/*13px*/1.2; }
	.account_smartphone_headline { font-size:17px; }
	.account_smartphone_button { font-size:15px; }
	.breadcrumb_categories, .breadcrumb_categories a, .breadcrumb_categories span { font-size:0.9em; }
	.filter_outer { padding-top:5px; padding-bottom:5px; }
	.filter { font-size:15px; margin-top:0px; }
	.page_numbers { margin-right:10px; }
	.pages { height:30px; }
	.page_numbers .back, .page_numbers .forward { margin-top:8px; }
	.page_boxes { margin-top:5px; height:20px; width:20px; line-height:20px; }
	.products,.whitesnippet { margin-bottom:20px; }
	.icon_009 { background-position:-10px -5735px; width:26px; height:25px; }
	.landingpage-carousel .icon_009{ background-position: -10px -4311px;width: 55px;height: 50px; }
	.product_discount_info { bottom:20px; }
	.discount_percentage { font-size:15px; padding-top:5px; padding-left:2px; }
	.discount { font-size:17px; padding-left:5px; padding-top:4px; }
	.product_heart { font-size:10px; padding-top:4px; right:5px; top:5px; }
	.landingpage-carousel .product_heart{ font-size: 20px; padding-top: 9px; right: 9px; top: 9px; }
	.landingpage-carousel .product_heart.pos2{ top:40px; }
	.product_heart_btm { font-size:13px; padding-top:8px; right:5px; bottom:5px; }
	.icon_023 { background-position:-10px -4440px; width:79px; height:32px; }
	.n_023_discount_info{ background-image:url(//d.alpenwahnsinn.de/media/lib/71/2016/images/nav/079_discount_info_mobile.svg) !important; width:79px; height:32px; background-position:0 0 !important; }
	.product_description { font-size:14px; line-height:16px; }
	.product_number { font-size:12px; }
	.color_box { width:15px; height:15px; }
	.product_price { font-size:13px; }
	.product_price_discount { font-size:13px; }
	.product_price_original { font-size:13px; }
	.inner_content.infos.phone .six.columns { width: 100%; margin-left:0; margin-bottom:5%; }
	.details_top .feedback_hearts { margin-left:0px; margin-top:5px; float:none; clear:both; }
	.details_top .size_boxes { width:34px; height:24px; line-height:24px; }
	.details_top .size_boxes.crossed-out { background-size:34px 24px; }
	.sizes .mleft10px { margin-left:5px; }
	.details_top .color_boxes { width:36px; height:36px; }
	.wishlist { display:none; }
	.details_top .social_media{ text-align: center; }
	.details_top .social_media .left,.details_top .social_media .left10px{ float: none; display: inline-block !important; }
	.details_top .wishlist{ display: block !important; float: none; display: block; clear: both; width: 100%; box-sizing: border-box; margin-top: 10px; }
	.icon_052 { background-position:-10px -4492px; width:18px; height:18px; margin-top:4px; }
	.details_top .article_headline { margin-bottom:5px; }
	.article_headline.mb0 { padding-top:2px; }
	.basket_icon { top:-16px; right:-4px; }
	.basket_button { height:35px; line-height:37px; font-size:16px; }
	div.color.left10px { padding-top:0px !important; }
	.outfit-items .three.columns { width:100%; }
	.partner_look .three.columns { width:100%; }
	.crossselling .three.columns { width:100%; }
	.produktempfehlungen .three.columns { width:100%; }
	.breadcrumb_categories, .breadcrumb_categories a, .breadcrumb_categories span { font-size:0.9em; }
	.article_name { font-size:15px; }
	.article_number { font-size:15px; }
	.article_headline { font-size:14px; }
	.details_top .color { font-size: 14px; }
	.article_description { font-size:13px; }
	.article_availability { top:-15px; font-size:13px; }
	.hint { font-size:12px; }
	.outfit_dropdown { height:28px; line-height:28px; font-size:14px; }
	.outfit-items .article_availability { font-size:12px; }
	.content_headline { font-size:18px; margin-bottom:7px; }
	.content ul { margin-left:10px; }
	.form_row .text { line-height:30px; }
	.button { height:25px; line-height:25px; font-size:18px; padding-left:14px; padding-right:15px; }
	.content .pages { height:auto; }
	.content .page_numbers { clear:both; float:none; margin-left:15px; margin-right:15px; margin-top:15px; padding-bottom:5px; display:inline-block; }
	.form input[type="text"], .form input[type="password"], .form select { padding-left:8px; }
	.rs_buttons .right { float:left; } 
	.form input[type="reset"] { display:none; }
	.steps { text-align:center; }
	.steps.desktop_tablet_smartphone { display:none; }
	.data .four.columns { width:48%; }
	.data .four.columns:nth-child(3) { margin-left:0; padding-top:15px; float:none; clear:both; }
	.process-infos .article_headline { font-size:12px; line-height:15px; }
	.process-infos .article_price, .process-infos .article_price_original { font-size:15px; }
	.order_process input[type="submit"],.order_process input[type="button"], .order_process input[type="reset"] { height:28px; line-height:20px; font-size:13px; padding-left:7px; padding-right:7px; }
	.order_process input[type="text"], .order_process input[type="password"], .order_process select { height:28px; line-height:28px; font-size:13px; }
	.order_process select{ padding-right: 35px; }
	.prfx { font-size:12px; }
	.order_process .qty { width:60px; }
	.order_process .left40px { padding-left:15px; }
	.order_process .left10px { padding-top:2px !important; }
	.order_process input[type="reset"] { display:block; }
	.paypalexpress img { width:100%; }
	.small_col .four.columns { width:100%; margin-bottom:10px; margin-left:0; }
	.points .one.column { width:8% !important; }
	.points .three.columns { width:52% !important; }
	.points .seven.columns { width:40% !important; }
	.payment .three.columns img { width:100%; height:auto; }
	.container_colored_text { font-size:11px; line-height:12px; }
	.container_colored_text_large { font-size:20px; margin-top:5px; }
	.opening_hours_l { width:54% !important;  }
	.opening_hours_r { width:42% !important;  }
	.nine.columns > .products:nth-last-child(3){ margin-bottom: 0!important; }
	.links_start .headline_regular_white_low { line-height:30px; font-size:15px; }
	.links_start .link { line-height:25px; font-size:10px; text-transform:uppercase; }
}

@media (max-width:320px){
	.logo img { width:60%; }
	.logo { left:15%; }
	.search { background-position:-10px -3034px; height:28px; width:28px; bottom:-11px; margin-left:20px; top:auto !important; }
	.inner_head .icon_019 { background-position:-10px -3082px; width:30px; height:42px; }
	.toggleMenu { top:15px; }
	.order_process input[type="submit"],.order_process input[type="button"], .order_process input[type="reset"] { font-size:12px; padding-left:3px; padding-right:3px; }
	.newsletter_step2 .one.column { width:12%; }
	.newsletter_step2 .eleven.columns { width:88%; margin-left:0%; }
}/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/misc/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.jspContainer{ overflow: hidden; position: relative; }
.jspPane{ position: absolute; }
.jspVerticalBar{ position: absolute; top: 0; right: 0; width: 5px; height: 100%; background: red; }
.jspHorizontalBar{ position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: red; }
.jspCap{ display: none; }
.jspHorizontalBar .jspCap{ float: left; }
.jspTrack{ background: #DEDEDE; position: relative; }
.jspDrag{ background: #404040; position: relative; top: 0; left: 0; cursor: pointer; }
/*#outfit-items_overlay .jspTrack{ background: #CFE976; position: relative; }
#outfit-items_overlay .jspDrag{ background: #A9C72F; position: relative; top: 0; left: 0; cursor: pointer; }*/
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{ float: left; height: 100%; }
.jspArrow{ background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; }
.jspArrow.jspDisabled{ cursor: default; background: #80808d; }
.jspVerticalBar .jspArrow{ height: 16px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus{ outline: none; }
.jspCorner{ background: #eeeef4; float: left; height: 100%; }
* html .jspCorner{ margin: 0 -3px 0 0; }

#preloader { position:fixed; width: 80px; height: 80px; top: 50%; left:50%; margin: 0 auto; margin-left: -40px; margin-top:-40px; z-index: 9999999999; }
#preloader span { position:absolute; border: 4px solid #FFF; border-top:4px solid transparent; border-radius:999px; top: 30px; left: 30px; width:30px; height:30px; animation: spin 1s infinite linear; }
@keyframes spin {
	0% {transform: rotate(0deg); opacity: 0.5;}
	50% {transform: rotate(180deg); opacity: 1;}
	100% {transform: rotate(360deg); opacity: 0.5;}
}

.errmsg{ color:#F00 !important; }
.errorhint,.errorhint_add{ background-color:#C00; padding:5px 10px; margin-bottom: 10px; display: none; color:#FFFFFF !important; }
.successhint{ background-color:#009900; padding:5px 10px; margin-bottom: 10px; color:#FFFFFF !important; }
.fnok{  background-color:#D9E3DE !important; }
.fnerr{ background-color:#EFD9D9 !important; }

body.overlay-layer::after, body.overlay-layer::before, body.dsoverlay-layer::after, body.dsoverlay-layer::before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;content: ''; }
body::after { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.8)/* rgba(75,31,22, 0.8)*/; visibility: hidden; opacity: 0; /*-webkit-transition: opacity 1s 0s, visibility 0s 1s; -moz-transition: opacity 1s 0s, visibility 0s 1s; transition: opacity 1s 0s, visibility 0s 1s;*/ z-index: 999999999; }
body.overlay-layer::after {  visibility: visible; opacity: 1; /*-webkit-transition: opacity 1s 0s, visibility 0s 1s; -moz-transition: opacity 1s 0s, visibility 0s 1s; transition: opacity 1s 0s, visibility 0s 1s;*/ }
body.dsoverlay-layer::after { background:rgba(0,0,0,0.5); visibility: visible; opacity: 1; /*-webkit-transition: opacity 1s 0s, visibility 0s 1s; -moz-transition: opacity 1s 0s, visibility 0s 1s; transition: opacity 1s 0s, visibility 0s 1s;*/ backdrop-filter: blur(1.5px); -webkit-backdrop-filter: blur(1.5px); z-index: 999999999; }

.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-']{ color:#FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav[class*='owl-']:hover{ background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled{ opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 0px; }
.owl-theme .owl-dots { position: absolute; bottom: 0; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme.blog-carousel .owl-dots,.owl-theme.subblog-carousel .owl-dots { position: relative; margin-top:10px; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span{ width: 12px; height: 12px; margin: 5px 7px; background: #FFF; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme.subblog-carousel .owl-dots .owl-dot span{ background: #CF9D8F; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #69352D; }

.owl-theme1 .owl-nav { margin-top: 0px; text-align: center; -webkit-tap-highlight-color: transparent; position: absolute; top: 50%; width: 100%; margin-top:-60px;  }
.owl-theme1 .owl-prev{ position: absolute; left:-21px; }
.owl-theme1 .owl-next{ position: absolute; right: -21px; }
/*.owl-theme1 .owl-nav [class*='owl-']{ color:#FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }*/
.owl-theme1 .owl-nav .disabled{ opacity: 0.5; cursor: default; }
.owl-theme1 .owl-nav.disabled + .owl-dots { margin-top: 10px; }
.owl-theme1 .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme1 .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme1 .owl-dots .owl-dot span{ width: 12px; height: 12px; margin: 5px 7px; background: #FFF; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }
.lbcs-carousel.owl-theme1 .owl-dots .owl-dot span{ background: #CCC;  }
.owl-theme1 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #69352D; }

@media (min-width:750px) and (max-width:1199px){
	.owl-theme1 .owl-nav{ margin-top: -42.5px; }
	.owl-theme1 .owl-prev{ left: -15px; }
	.owl-theme1 .owl-next{ right: -15px; }
}

@media (max-width:749px){
	.owl-theme1 .owl-nav{ margin-top: -25.5px; }
	.owl-theme1 .owl-prev{ left: -8px; }
	.owl-theme1 .owl-next{ right: -8px; }
}/*


   Magic Zoom  v5.1.11 
   Copyright 2016 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoom/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-perspective: 300px;
            perspective: 300px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none;
            transition: none;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}
.mz-expanded-view-open body { height: auto !important; }


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    /*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

}
button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
    max-width: 100%;
	/*width:23.6%;*/
}
.mz-thumb img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}
.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb {
    background: #000;
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
            transition: color .25s, transform .25s !important;

}
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute
}
.tooltipster-box {
	flex: 1 1 auto
}
.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}
.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}
.tooltipster-fade.tooltipster-show {
	opacity: 1
}
.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}
.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-fall.tooltipster-initial {
	top: 0!important
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0!important;
	opacity: 0
}
.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}
.tooltipster-slide.tooltipster-initial {
	left: -40px!important
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0!important;
	opacity: 0
}
@keyframes tooltipster-fading {
0% {
opacity:0
}
100% {
opacity:1
}
}
.tooltipster-update-fade {
	animation: tooltipster-fading .2s
}
@keyframes tooltipster-rotating {
25% {
transform:rotate(-2deg)
}
75% {
transform:rotate(2deg)
}
100% {
transform:rotate(0)
}
}
.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s
}
@keyframes tooltipster-scaling {
50% {
transform:scale(1.1)
}
100% {
transform:scale(1)
}
}
.tooltipster-update-scale {
	animation: tooltipster-scaling .6s
}
.tooltipster-sidetip .tooltipster-box {
	background: #CDCDCD;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}
.tooltipster-sidetip .tooltipster-content {
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	color: #3C3937;
	line-height: 18px;
	padding: 25px 15px
}
.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}
.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px
}
.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}