/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/
/* line 4, ../Source/Stylesheets/config/_placeholders.scss */
a, .form-text, .promo-image, .promo-caption {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 28, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix, .app-metanav, .app-search {
  zoom: 1;
}
/* line 31, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix:before, .app-metanav:before, .app-search:before, .clearfix:after, .app-metanav:after, .app-search:after {
  content: " ";
  display: table;
}
/* line 36, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix:after, .app-metanav:after, .app-search:after {
  clear: both;
}
/***Barrierefrei***/
.barrierefrei {
  a, .bmkonto a, .bmbasket a{
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover, .bmkonto a:hover {
    color: #333 !important;
    text-decoration: underline;
  }
  .button, .button:hover {
    display: inline-block;
    border: 1px solid #333;
    background: #fff;
    color: #333;
  }
  .button, .btn {
    text-decoration: none !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #333;
  }
  .header__before-main {
    background: #333;
  }
  .header__before-main [class*="entypo-"]::before {
    color: #fff;
  }
  .form-text, .form-select-fake > span {
    border: 1px solid #333;
  }
  .app-navigation-anchor:hover,.app-navigation-anchor:focus {
    background: #333;
    color: #fff;
  }
  .app-navigation-anchor > a:hover,.app-navigation-anchor:hover > a {
    color: #fff !important;
  }
  app-navigation-anchor-inner a:hover {
    color: #333 !important;
  }
  .app-navigation-anchor.is-active a {
    text-decoration: underline;
  }
  .app-footer a.app-companynav-anchor:hover {
    color: #fff !important;
  }
  .app-search-submit {
    background: #fff;
    color: #333;
    border: 1px solid #333;
  }
  [class*="entypo-"]::before, .form-select-fake > span::before, .app-search-submit::before {
    color: #333;
  }
  .app-footer [class*="entypo-"]::before{
    color: #fff;
  }
  .app-basket-count [class*="entypo-"]::before {
    color: #333;
  }
  .sidebarkonto-icon [class*="entypo-"]::before {
    color: #333;
  }
  .form-select-fake > span::before {
    background: #fff;
    border: 1px solid #333;
  }
  .flex-direction-nav a::before {
    color: #333;
  }
  .app-companynav .app-companynav-anchor {
    color: white;
  }
  .listing-pagination > a.flex-active {
    background: #333;
    color: #fff;

  }
  .bestsellerslider .bestseller-placeinfo {
    background: #333;
  }
  #filter-menu-main #subfilter-search-term {
    background-color: #333;
  }
  .listing-pagination > a.is-active, .listing-pagination-bottom > a.is-active {
    background: #333;
    color: white;
  }
  .listing-pagination > a {
    color: #333;
    background: #fff;
    border: 1px solid #333;
    text-decoration: none;
  }
  .listing-pagination > a:hover {
    text-decoration: underline;
  }
  .app-basket-count-nr {
    color: #fff;
  }
  .listing-item {
    border-top: 1px solid #333;
  }
  .listing-items .listing-simple-item div.preis {
    color: #333;
  }
  .listing-header, .listing-category {
    border-bottom: 1px solid #333;
  }
  .tabs-switch.is-active {
    background: #333;
  }
  .bmkonto .btn-primary, .bmkonto .btn-primary:hover, .bmbasket .btn-primary, .bmbasket .btn-primary:hover, .btn-download, .btn-download:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  .bmkonto .btn-secondary {
    color: #fff !important;
  }
  .bmkonto .btn-primary:hover, .bmbasket .btn-primary:hover, .btn-download:hover {
    text-decoration: underline !important;
  }
  .bmcheckoutheader div.active, .bmcheckoutheader div.ok {
    color: #333 !important;
    border-top: 3px solid #333 !important;
  }
  .bmkonto input[type="radio"], .bmkonto input[type="checkbox"] {
    accent-color: #333;
  }
  .form-text:focus {
    border-color: #80bdff;
  }
  .app-footer {
    background-color: #333;
  }
  .detail-header {
    color: #333;
  }
  #bmgs .btn-default, #bmgs .btn-default:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  #bmgs .btn-default:hover {
    text-decoration: underline !important;
  }
  .tabs-switch, .tabs-switch:hover {
    color: #fff;
  }
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 20, ../Source/Stylesheets/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../Source/Stylesheets/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 39, ../Source/Stylesheets/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 48, ../Source/Stylesheets/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 62, ../Source/Stylesheets/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 72, ../Source/Stylesheets/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 84, ../Source/Stylesheets/vendor/_normalize.scss */
a:focus {
  outline: auto;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../Source/Stylesheets/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 106, ../Source/Stylesheets/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Kiona Regular", "sans-serif";
	color: #7D9690;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../Source/Stylesheets/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../Source/Stylesheets/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 132, ../Source/Stylesheets/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 140, ../Source/Stylesheets/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 150, ../Source/Stylesheets/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 162, ../Source/Stylesheets/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 171, ../Source/Stylesheets/vendor/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 179, ../Source/Stylesheets/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 187, ../Source/Stylesheets/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 196, ../Source/Stylesheets/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 203, ../Source/Stylesheets/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 207, ../Source/Stylesheets/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 219, ../Source/Stylesheets/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 227, ../Source/Stylesheets/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 239, ../Source/Stylesheets/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 251, ../Source/Stylesheets/vendor/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 262, ../Source/Stylesheets/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 276, ../Source/Stylesheets/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 288, ../Source/Stylesheets/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 300, ../Source/Stylesheets/vendor/_normalize.scss */
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.
 */
/* line 315, ../Source/Stylesheets/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 325, ../Source/Stylesheets/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 335, ../Source/Stylesheets/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 346, ../Source/Stylesheets/vendor/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 359, ../Source/Stylesheets/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 368, ../Source/Stylesheets/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 378, ../Source/Stylesheets/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 391, ../Source/Stylesheets/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-search:before, .app-search-submit:before {
  content: "\1f50d";
}

/* line 16, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-mail:before {
  content: "\2709";
}

/* line 19, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-heart:before {
  content: "\2665";
}

/* line 25, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-star:before, .listing-star:before {
  content: "\2605";
}

/* line 28, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-star-empty:before {
  content: "\2606";
}

/* line 31, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-user:before {
  content: "\1f464";
}

/* line 34, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-users:before {
  content: "\1f465";
}

/* line 52, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-menu:before {
  content: "\2630";
}

/* line 55, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-check:before {
  content: "\2713";
}

/* line 58, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-cancel:before {
  content: "\2715";
}

/* line 67, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-plus:before {
  content: "\2b";
}

/* line 88, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-help-circled:before {
  content: "\e704";
}
.entypo-info-circled:before {
  content: "\e705";
}
/* line 160, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-export:before {
  content: "\e715";
}

/* line 199, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-location:before {
  content: "\e724";
}

/* line 253, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-phone:before {
  content: "\1f4de";
}

/* line 268, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-basket:before {
  content: "\e73d";
}

/* line 292, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-volume:before {
  content: "\e742";
}

/* line 295, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-clock:before {
  content: "\1f554";
}

/* line 316, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-resize-full:before {
  content: "\e744";
}

/* line 319, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-resize-small:before {
  content: "\e746";
}

/* line 322, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-popup:before {
  content: "\e74c";
}

/* line 346, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open:before {
  content: "\e75c";
}

/* line 349, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open:before {
  content: "\e75d";
}

/* line 352, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open:before {
  content: "\e75e";
}

/* line 355, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-up-open:before {
  content: "\e75f";
}

/* line 358, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open-mini:before {
  content: "\e760";
}

/* line 361, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open-mini:before {
  content: "\e761";
}

/* line 364, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open-mini:before {
  content: "\e762";
}

/* line 370, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open-big:before {
  content: "\e764";
}

/* line 373, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open-big:before {
  content: "\e765";
}

/* line 376, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open-big:before {
  content: "\e766";
}

/* line 379, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-up-open-big:before {
  content: "\e767";
}

/* line 382, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down:before {
  content: "\2b07";
}

/* line 394, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-dir:before, .form-select-fake > span:before {
  content: "\25be";
}

/* line 430, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-ccw:before {
  content: "\27f2";
}

/* line 454, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-play:before {
  content: "\25b6";
}

/* line 457, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-stop:before {
  content: "\25a0";
}

/* line 460, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-pause:before {
  content: "\2389";
}

/* line 595, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-chart-bar:before {
  content: "\1f4ca";
}

/* line 724, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-twitter:before {
  content: "\f309";
}

/* line 730, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-facebook:before {
  content: "\f30c";
}

.entypo-instagram::before {
    content: '\f32d';
}

/* line 739, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-gplus:before {
  content: "\f30f";
}

/* line 745, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-pinterest:before {
  content: "\f312";
}
.entypo-link:before {
  content:"\1f517"
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
@font-face {
  font-family: 'flexslider-icon';
  src: url('/Assets/Fonts/flexslider-icon.eot');
  src: url('/Assets/Fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/Assets/Fonts/flexslider-icon.woff') format('woff'), url('/Assets/Fonts/flexslider-icon.ttf') format('truetype'), url('/Assets/Fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Browser Resets
*********************************/
/* line 18, ../Source/Stylesheets/vendor/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,{
  outline: none;
}

/* line 21, ../Source/Stylesheets/vendor/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 26, ../Source/Stylesheets/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 27, ../Source/Stylesheets/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 28, ../Source/Stylesheets/vendor/_flexslider.scss */
.no-js .flexslider .slides > li {
  display: block;
}

/* line 29, ../Source/Stylesheets/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.clearmobile,.clearmobile2,.clearmobile3{
	display:none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.clearmobile2 {
		clear:both;
		display:block;
	}
}
@media only screen and (max-width: 767px) {
	.clearmobile {
		clear:both;
		display:block;
	}
}
@media only screen and (min-width: 768px) {
	.clearmobile3 {
		clear:both;
		display:block;
	}
}
.flex-direction-nav .flex-prev {
    left: 20px;
}
.flex-direction-nav .flex-next {
    right: 20px;
    text-align: right;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #779991;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next::before {
    content: '\f002';
}

.flex-direction-nav .flex-next {
    text-align: right;
}
/* line 30, ../Source/Stylesheets/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 33, ../Source/Stylesheets/vendor/_flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0 !important;
  height: 0;
}

/* line 34, ../Source/Stylesheets/vendor/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 35, ../Source/Stylesheets/vendor/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 40, ../Source/Stylesheets/vendor/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* The Grid ---------------------- */
/* line 5, ../Source/Stylesheets/config/foundation/_grid.scss */
.row {
  width: 82.5em;
  max-width: 100%;
  margin: 0 auto;
}
/* line 6, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 9, ../Source/Stylesheets/config/foundation/_grid.scss */
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
/* line 11, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 12, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 16, ../Source/Stylesheets/config/foundation/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
.paddingcolumns {
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
/* line 17, ../Source/Stylesheets/config/foundation/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 21, ../Source/Stylesheets/config/foundation/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.one, .row .one {
  width: 8.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.two, .row .two {
  width: 16.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.three, .row .three {
  width: 25%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.four, .row .four {
  width: 33.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.five, .row .five {
  width: 41.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.six, .row .six {
  width: 50%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.seven, .row .seven {
  width: 58.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.eight, .row .eight {
  width: 66.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.nine, .row .nine {
  width: 75%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.ten, .row .ten {
  width: 83.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.twelve, .row .twelve {
  width: 100%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-three {
  left: 25%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-six {
  left: 50%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
/* line 52, ../Source/Stylesheets/config/foundation/_grid.scss */
.row {
  overflow: hidden;
  *zoom: 1;
}

/* line 55, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_semantic-grid.scss */
.clearfix, .app-metanav, .app-search {
  *zoom: 1;
}
/* line 4, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.clearfix:before, .app-metanav:before, .app-search:before, .clearfix:after, .app-metanav:after, .app-search:after {
  content: " ";
  display: table;
}
/* line 5, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.clearfix:after, .app-metanav:after, .app-search:after {
  clear: both;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
/* line 11, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.show-for-print {
  display: none !important;
}

/* line 18, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-print {
  display: inherit !important;
}

/* Medium display targeting */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 26, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 32, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 41, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 47, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Specific overrides for elements that require something other than display: block */
/* line 54, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 60, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* The Grid --- */
  /*              */
  /* line 74, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column, .medium-break.columns {
    width: auto !important;
    float: none;
  }
  /* line 75, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:last-child, .medium-break.columns:last-child {
    float: none;
  }
  /* line 76, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break[class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  /* line 77, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:before, .medium-break.columns:before, .medium-break.column:after, .medium-break.columns:after {
    content: "";
    display: table;
  }
  /* line 78, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:after, .medium-break.columns:after {
    clear: both;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 88, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .left, .right {
    float: none;
  }

  /* line 89, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  /* line 93, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 94, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column, .columns {
    width: auto !important;
    float: none;
  }

  /* line 95, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:last-child, .columns:last-child {
    float: none;
  }

  /* line 96, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 97, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  /* line 98, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:after, .columns:after {
    clear: both;
  }

  /* line 101, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  /* line 102, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  /* line 103, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }

  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-three-mobile {
    right: 75%;
  }
}
/* line 6, ../Source/Stylesheets/common/_generic.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/Assets/boxsizing.htc");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../Source/Stylesheets/common/_generic.scss */
img {
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 27, ../Source/Stylesheets/common/_generic.scss */
img, object, embed {
  max-width: 100%;
  height: auto;
}

/* line 33, ../Source/Stylesheets/common/_generic.scss */
object, embed {
  height: 100%;
}

/* line 38, ../Source/Stylesheets/common/_generic.scss */
.center {
  text-align: center;
}

/* line 43, ../Source/Stylesheets/common/_generic.scss */
.clear {
  clear: both;
}

/* line 53, ../Source/Stylesheets/common/_generic.scss */
.has-offset {
  margin-top: 200px !important;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../Source/Stylesheets/common/_generic.scss */
  .has-offset {
    margin-top: 20px !important;
  }
}

/* line 64, ../Source/Stylesheets/common/_generic.scss */
[class*="duration-"] {
  transition-duration: 0.6s;
}

/* line 68, ../Source/Stylesheets/common/_generic.scss */
[class*="delay-"] {
  transition-delay: 0.6s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-0 {
  transition-duration: 0s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-0 {
  transition-delay: 0s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-1 {
  transition-duration: 0.03s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-1 {
  transition-delay: 0.03s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-2 {
  transition-duration: 0.06s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-2 {
  transition-delay: 0.06s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-3 {
  transition-duration: 0.09s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-3 {
  transition-delay: 0.09s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-4 {
  transition-duration: 0.12s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-4 {
  transition-delay: 0.12s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-5 {
  transition-duration: 0.15s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-5 {
  transition-delay: 0.15s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-6 {
  transition-duration: 0.18s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-6 {
  transition-delay: 0.18s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-7 {
  transition-duration: 0.21s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-7 {
  transition-delay: 0.21s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-8 {
  transition-duration: 0.24s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-8 {
  transition-delay: 0.24s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-9 {
  transition-duration: 0.27s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-9 {
  transition-delay: 0.27s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-10 {
  transition-duration: 0.3s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-10 {
  transition-delay: 0.3s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-11 {
  transition-duration: 0.33s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-11 {
  transition-delay: 0.33s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-12 {
  transition-duration: 0.36s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-12 {
  transition-delay: 0.36s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-13 {
  transition-duration: 0.39s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-13 {
  transition-delay: 0.39s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-14 {
  transition-duration: 0.42s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-14 {
  transition-delay: 0.42s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-15 {
  transition-duration: 0.45s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-15 {
  transition-delay: 0.45s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-16 {
  transition-duration: 0.48s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-16 {
  transition-delay: 0.48s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-17 {
  transition-duration: 0.51s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-17 {
  transition-delay: 0.51s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-18 {
  transition-duration: 0.54s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-18 {
  transition-delay: 0.54s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-19 {
  transition-duration: 0.57s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-19 {
  transition-delay: 0.57s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-20 {
  transition-duration: 0.6s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-20 {
  transition-delay: 0.6s;
}

@font-face {
  font-family: "entypo";
  src: url('/Assets/Fonts/entypo/entypo.eot?v=1');
  src: url('/Assets/Fonts/entypo/entypo.eot?v=1#iefix') format("embedded-opentype"), url('/Assets/Fonts/entypo/entypo.woff?v=1') format("woff"), url('/Assets/Fonts/entypo/entypo.ttf?v=1') format("truetype"), url('/Assets/Fonts/entypo/entypo.svg?v=1') format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 10, ../Source/Stylesheets/common/_typography.scss */
[class*="entypo-"]:before, .form-select-fake > span:before, .app-search-submit:before {
  font-family: 'entypo', sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit !important;
  vertical-align: baseline;
  text-decoration: none;
}

/* line 31, ../Source/Stylesheets/common/_typography.scss */
a {
  color: #c3a5a4;
  text-decoration: none;
  cursor: pointer;
}
/* line 39, ../Source/Stylesheets/common/_typography.scss */
a:hover {
  color: #779991;
}

/* line 50, ../Source/Stylesheets/common/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

/* line 58, ../Source/Stylesheets/common/_typography.scss */
p {
  line-height: 1.4em !important;
  margin: 0.5em 0;
}

/* line 64, ../Source/Stylesheets/common/_typography.scss */
b, strong {
  font-weight: 600;
}

/* line 5, ../Source/Stylesheets/common/_buttons.scss */
.buttons {
  margin-top:10px;	
}
.button {
  display: inline-block;
  border: none;
  background: #c3a5a4;
  color: white;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 15px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
}
.button.listbutton, .button.infobutton {
  padding: 5px 10px;
  font-size: 1.2em;
  font-weight: normal;
}

.button.infobutton .entypo-info-circled{
  margin-right:0;
}
/* line 16, ../Source/Stylesheets/common/_buttons.scss */
.button > [class^="entypo-"] {
  margin-right: 10px;
  font-size: 1.1em;
}
/* line 22, ../Source/Stylesheets/common/_buttons.scss */
.button:hover, .button:focus{
  color: white;
  background: #779991;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 7, ../Source/Stylesheets/common/_forms.scss */
input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

/* line 24, ../Source/Stylesheets/common/_forms.scss */
::-webkit-input-placeholder {
  color: #4c4b4a;
}

/* line 29, ../Source/Stylesheets/common/_forms.scss */
:-moz-placeholder {
  color: #4c4b4a;
}
::-moz-placeholder {
  color: #4c4b4a;
}

/* line 34, ../Source/Stylesheets/common/_forms.scss */
:-ms-input-placeholder {
  color: #4c4b4a;
}
input:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder { opacity:0; }
input:focus:-moz-placeholder { opacity:0; }
input:focus:-ms-input-placeholder { opacity:0; }
    

/* line 39, ../Source/Stylesheets/common/_forms.scss */
:invalid, :-moz-submit-invalid, :-moz-ui-invalid {
  box-shadow: none !important;
}

/* line 47, ../Source/Stylesheets/common/_forms.scss */
.form-text {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  background: white;
  border: 1px solid #779991;
}
/* line 60, ../Source/Stylesheets/common/_forms.scss */
.form-text:focus {
  border-color: #779991;
}
.app-search .form-text {
	line-height:normal !important;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../Source/Stylesheets/common/_forms.scss */
  .form-text {
    font-size: 0.8em;
  }
}

/* line 74, ../Source/Stylesheets/common/_forms.scss */
.form-select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: none;
  border: none;
  height: 34px;
  width: 100%;
}

/* line 86, ../Source/Stylesheets/common/_forms.scss */
.form-select-fake {
  position: relative;
  width: 100%;
}
/* line 91, ../Source/Stylesheets/common/_forms.scss */
.form-select-fake > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 34px;
  line-height: 34px !important;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 15px;
  background: white;
  border: 1px solid #779991;
}
.form-select-fake > span:focus { outline: 1p solid blue;}
/* line 8, ../Source/Stylesheets/mixins/_icon.scss */
.form-select-fake > span:before {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  background: #779991;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  text-align: center;
  color: white;
  font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  /* line 91, ../Source/Stylesheets/common/_forms.scss */
  .form-select-fake > span {
    font-size: 0.8em;
  }
}

/* line 4, ../Source/Stylesheets/interface/_main.scss */
html {
  height: 100%;
  background: hsl(0, 0%, 94%);
}

/* line 10, ../Source/Stylesheets/interface/_main.scss */
body {
  position: relative;
  height: 100%;
  width: 100%;
  background: hsl(0, 0%, 94%);
  font-family: 'ITC Officina', Arial, sans-serif;
  line-height: 1;
  color: #4c4b4a;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* line 24, ../Source/Stylesheets/interface/_main.scss */
html, body {
  font-size: 16px;
}

/* line 30, ../Source/Stylesheets/interface/_main.scss */
.app-area {
  position: relative;
  z-index: 2;
  min-height: 100%;
}

/* line 37, ../Source/Stylesheets/interface/_main.scss */
.app-main {
  position: relative;
  z-index: 3;
  padding-bottom: 250px;
  background-position: top center;
  background-repeat: repeat-x;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../Source/Stylesheets/interface/_main.scss */
  .app-main {
    background-size: 1000px;
  }
}

/* line 8, ../Source/Stylesheets/interface/_header.scss */
.app-header {
  position: relative;
  height: auto;
  background: white;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../Source/Stylesheets/interface/_header.scss */
  .app-header {
    height: auto;
  }
}

/* line 23, ../Source/Stylesheets/interface/_header.scss */
.app-logo {
  float: left;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../Source/Stylesheets/interface/_header.scss */
  .app-logo {
    margin-top: 5px;
  }
  .app-logo a {
    position: relative;
    z-index:1;
  }
}

/* line 34, ../Source/Stylesheets/interface/_header.scss */
.app-logo-image {
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../Source/Stylesheets/interface/_header.scss */
  .app-logo-image {
    width: 100% !important;
  }
  .app-logo-row {
  	margin: 0 auto;
    width: 70% !important;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 46, ../Source/Stylesheets/interface/_header.scss */
  .app-logo-row {
    /*width: 20% !important;*/
    
  }
}
/* line 55, ../Source/Stylesheets/interface/_header.scss */
.app-meta-row {
  position: relative;
  z-index: 2;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  /* line 55, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-row {
    overflow: visible;
    height: auto;
  }
}

/* line 68, ../Source/Stylesheets/interface/_header.scss */
.app-meta {
  margin-top: 50px;
}

/* line 73, ../Source/Stylesheets/interface/_header.scss */
.app-meta-first {
  padding-right: 20px;
  /*border-right: 1px solid #e7e4df;*/
}
@media only screen and (max-width: 1023px) {
  /* line 73, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-first {
    /*width: 60% !important;*/
  }
}
@media only screen and (max-width: 767px) {
  /* line 73, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-first {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    border-right: none;
    width: 100% !important;
  }
}

/* line 95, ../Source/Stylesheets/interface/_header.scss */
.app-metanav {
  float: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 95, ../Source/Stylesheets/interface/_header.scss */
  .app-metanav {
    display: none;
  }
}

/* line 108, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.7em;
  color: #73706b;
  border-left: 1px solid #e7e4df;
}
/* line 116, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor:first-child {
  border-left: 0;
}
/* line 120, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 872px) {
 .app-metanav-anchor:last-child {
 	 display: none;
 }
}
/* line 129, ../Source/Stylesheets/interface/_header.scss */
.app-search {
  display: block;
  float: left;
}
.app-search.ten {
  float:left;	
}
.app-extendedsearch {
  float:right;
  margin-right:15%;
  font-size:12px;
  margin-top:5px;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../Source/Stylesheets/interface/_header.scss */
  .app-search {
    margin: 0 !important;
    padding: 0 10px;
    float: none;
  }
  .app-search.ten {
    float: none;
	width: 100% !important;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
  }
  /* line 139, ../Source/Stylesheets/interface/_header.scss */
  .app-search .four.columns, .app-search .three.columns, .app-extendedsearch {
    display: none;
  }
  /* line 143, ../Source/Stylesheets/interface/_header.scss */
  .app-search .eight.columns, .app-search .nine.columns {
    width: 100% !important;
  }
}

/* line 150, ../Source/Stylesheets/interface/_header.scss */
.app-search-submit {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #779991;
  line-height: 34px !important;
  text-align: center;
  color: white;
  border: none;
}
/* line 8, ../Source/Stylesheets/mixins/_icon.scss */
.app-search-submit:before {
  font-size: 1.3em;
}

/* line 175, ../Source/Stylesheets/interface/_header.scss */
.app-basket > h5 {
  font-size: 1em;
  margin-bottom: 10px;
}
.app-basket > h5 a{
  color:#4c4b4a;
}
@media only screen and (max-width: 1023px) {
  /* line 173, ../Source/Stylesheets/interface/_header.scss */
  .app-basket {
    /*width: 20% !important;*/
  }
}
@media only screen and (max-width: 767px) {
  /* line 173, ../Source/Stylesheets/interface/_header.scss */
  .app-basket {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 55px;
    height: 50px;
    line-height: 50px !important;
    text-align: right;
    width: 80% !important;
  }
}

/* line 199, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count {
  position: relative;
  display: inline-block;
  margin: -10px 5px 0 0;
  width: 3em;
  height: 3em;
  line-height: 3em !important;
  text-align: center;
  float: left;
}
/* line 210, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count .entypo-basket {
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 1;
  font-size: 2.6em;
  color: #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 199, ../Source/Stylesheets/interface/_header.scss */
  .app-basket-count {
    float: none;
    top: -15px;
  }
}

/* line 227, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count-nr {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #4c4b4a;
  font-size: 0.9em;
}

/* line 236, ../Source/Stylesheets/interface/_header.scss */
.app-basket-name {
  color: #73706b;
  text-decoration: underline;
  font-size: 0.8em;
}

/* line 5, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-row {
  height: 50px;
  overflow: visible;
}

/* line 11, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation {
  background: #f4f3f1;
  height: 50px;
  line-height: 50px !important;
  font-size: 1.05em;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
/* line 18, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation .is-right {
  display: inline-block;
  float: right;
  border-left: 1px solid #e9e7e3;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 942px) {
  .app-navigation .is-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 38, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}
/* line 50, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor {
  display: inline-block;
  float: left;
  color: #4c4b4a;
  padding: 0;
  background: transparent;
}
.app-navigation-anchor-inner ul,.app-navigation-inner ul{
  margin:0;
  padding:0;
  list-style: none;
}
.app-navigation-anchor a{
  color: #4c4b4a;
  padding: 0 19px;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 841px) {
	.app-navigation-anchor a{
	  text-transform: uppercase;
	  font-size: 14px;
	  padding: 0 14px;
	}
}
.app-navigation-anchor.show-for-small,.app-navigation-anchor.first{
  color: #4c4b4a;
  padding: 0 20px;
}
.app-navigation-anchor.show-for-small{
  color: #4c4b4a;
  padding: 0 20px;
}
.app-navigation-anchor-inner {
  background: #ffffff none repeat scroll 0 0;
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  position: absolute;
  top: 50px;
  display:none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.app-navigation-anchor-inner a{
  display:block;
  padding-bottom:5px;
  font-size: 13px;
}
/* line 58, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor:hover {
  background: #f0eeeb;
}
.app-navigation-anchor:hover .app-navigation-anchor-inner, .app-navigation-anchor.open .app-navigation-anchor-inner {
  display: block;
}
/* line 63, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor.is-active {
  background: #779991;
  color: white;
}
.app-navigation-anchor.is-active a{
  color: white;
}
.app-navigation-anchor.is-active .app-navigation-anchor-inner a{
  color: #4c4b4a;
}
.app-navigation-anchor-inner .is-active, .app-navigation-anchor.is-active .app-navigation-anchor-inner .is-active,.app-navigation-anchor-inner a:hover,.app-navigation-anchor.is-active .app-navigation-anchor-inner a:hover {
  color: #779991;
}
@media only screen and (max-width: 767px) {
  /* line 50, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-anchor {
    display: block;
    float: none;
    border-top: 1px solid #e7e4df;
    line-height: 40px !important;
    font-size: 0.9em;
  }
  .app-navigation-anchor a { padding: 0; }
  .app-navigation-anchor.second {
    padding-left:30px;
  }
}

/* line 79, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #4c4b4a;
  font-size: 1.4em;
  border-left: 1px solid white;
  border-right: 1px solid #e9e7e3;
  float: left;
}
/* line 91, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-icon:last-child {
  border-right: 0;
}

/* line 97, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-toggle {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #779991;
  font-size: 1.4em;
  border-right: 1px solid #e9e7e3;
}
@media only screen and (max-width: 767px) {
  /* line 97, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-toggle {
    display: inline-block;
  }
  /* line 111, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-toggle.is-active + .app-navigation-inner {
    display: block;
  }
}

/* line 5, ../Source/Stylesheets/interface/_footer.scss */
.app-footer {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  margin-top: -210px;
  background: #2d2d2d;
  line-height: 1.8 !important;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../Source/Stylesheets/interface/_footer.scss */
  .app-footer {
    text-align: center;
    padding: 0 0 20px 0;
  }
}

/* line 22, ../Source/Stylesheets/interface/_footer.scss */
.app-footer-headline {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../Source/Stylesheets/interface/_footer.scss */
  .app-footer-headline {
    margin: 20px 0 10px 0;
  }
}

/* line 34, ../Source/Stylesheets/interface/_footer.scss */
.app-contact {
  font-size: 0.8em;
  line-height: 1.8 !important;
  margin: 0;
}

/* line 41, ../Source/Stylesheets/interface/_footer.scss */
.app-companynav-anchor {
  display: block;
  color: white;
  font-size: 0.8em;
}
/* line 47, ../Source/Stylesheets/interface/_footer.scss */
.app-companynav-anchor:hover {
  color: #779991;
}

/* line 53, ../Source/Stylesheets/interface/_footer.scss */
.app-payment {
  width: 50px;
  margin: 5px;
}
.text {
    font-size: 0.9em;
    line-height: 1.5 !important;
    padding: 20px;
}
.text h3 a {
    line-height: 1.5 !important;
}
/* line 5, ../Source/Stylesheets/modules/_promo.scss */
.promo {
  background: #2d2d2d;
  padding: 0;
  color: white;
  overflow: hidden;
}
/* line 12, ../Source/Stylesheets/modules/_promo.scss */
.promo .slide {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../Source/Stylesheets/modules/_promo.scss */
  .promo {
    padding: 0;
    margin: 0 -10px;
  }
}

/* line 24, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
}
.promo-figure.is-full {
  width:100%;
}
/* line 33, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure:hover .promo-image {
  opacity: 0.5;
}
/* line 38, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure:hover .promo-caption {
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../Source/Stylesheets/modules/_promo.scss */
  .promo-figure {
    display: none;
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 52, ../Source/Stylesheets/modules/_promo.scss */
  .promo-figure:first-child {
    display: block;
  }
}

/* line 59, ../Source/Stylesheets/modules/_promo.scss */
.promo-image {
  width: 100%;
  opacity: 1;
}

/* line 67, ../Source/Stylesheets/modules/_promo.scss */
.promo-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1.2 !important;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.8);
}
/* line 77, ../Source/Stylesheets/modules/_promo.scss */
.promo-caption a {
  color: white;
}

/* line 83, ../Source/Stylesheets/modules/_promo.scss */
.promo-headline {
  font-size: 1.2em;
}
/* line 87, ../Source/Stylesheets/modules/_promo.scss */
.is-big .promo-headline {
  font-size: 1.7em;
}

/* line 93, ../Source/Stylesheets/modules/_promo.scss */
.promo-subline {
  font-size: 0.8em;
  font-weight: normal;
}
/* line 98, ../Source/Stylesheets/modules/_promo.scss */
.is-big .promo-subline {
  font-size: 1.1em;
}

/* line 104, ../Source/Stylesheets/modules/_promo.scss */
.promo-date {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  padding-top: 0.25em;
  background: #779991;
  color: white;
  font-size: 1.5em;
  text-align: center;
}
/* line 118, ../Source/Stylesheets/modules/_promo.scss */
.promo-date > strong {
  display: block;
  font-size: 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../Source/Stylesheets/modules/_promo.scss */
  .promo-date {
    left: auto;
    right: 0;
  }
}

/* line 4, ../Source/Stylesheets/modules/_listing.scss */
.listing-header {
  display: block;
  height: auto;
  line-height: 50px !important;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid #e7e4df;
}
.listing-bottom {
  display: block;
  height: 50px;
  line-height: 50px !important;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  border-top: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../Source/Stylesheets/modules/_listing.scss */
  .listing-header {
    font-size: 1em;
  }
}

/* line 20, ../Source/Stylesheets/modules/_listing.scss */
.listing-more {
  display: block;
  height: 40px;
  line-height: 40px !important;
  background: #f4f3f1;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e7e4df;
  color: #4c4b4a;
  font-size: 0.9em;
}
/* line 32, ../Source/Stylesheets/modules/_listing.scss */
.listing-more:hover {
  background: #f8f8f7;
}

/* line 38, ../Source/Stylesheets/modules/_listing.scss */
.listing-items {
  overflow: hidden;
  margin: 0 !important;
  padding: 20px 0;
}

/* line 45, ../Source/Stylesheets/modules/_listing.scss */
.listing-plainlink {
  color: #4c4b4a;
}

/* line 50, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination {
  position: absolute;
  right: 20px;
  top: 15px;
}
.listing-pagination-bottom {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
/* line 56, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination > a,.listing-pagination-bottom > a {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  line-height: 16px !important;
  margin: 1px;
  background: #e7e4df;
  color: #4c4b4a;
  text-align: center;
  font-size: 0.7em;
}
/* line 68, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination > a.is-active,.listing-pagination-bottom > a.is-active {
  background: #779991;
  color: white;
}

/* line 76, ../Source/Stylesheets/modules/_listing.scss */
.listing-category {
  display: block;
  padding: 10px 20px;
  font-size: 0.7em;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e4df;
  line-height: 1.3 !important;
}
/* line 85, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a {
  color: #4c4b4a;
}
/* line 89, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a:hover {
  color: #779991;
}

/* line 99, ../Source/Stylesheets/modules/_listing.scss */
.listing {
  position: relative;
  background: white;
  margin-top: 20px;
}
/* line 105, ../Source/Stylesheets/modules/_listing.scss */
.listing .listing-items {
  padding: 0 20px;
}
.listing .listing-items.list-padding {
  padding: 20px;
}
.listing .flexslider .listing-items {
  padding: 20px 0;
}
/* line 111, ../Source/Stylesheets/modules/_listing.scss */
.listing-image {
  max-width: 100px;
  float: left;
  margin-right: 20px;
}

/* line 118, ../Source/Stylesheets/modules/_listing.scss */
.listing-item {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e7e4df;
}
.listing-item-gutschein {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #e7e4df;
  width:100%;
}
.listing-item-gutschein p.listing-text {
	margin:0;
	font-size:1em;
}
.gutschein-left {
	width:67%;
}
.gutschein-right {
	width:33%;
	float:left;
	padding-left:10px;
}
@media only screen and (max-width: 767px) {
	.gutschein-left {
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.gutschein-right {
	width:100%;
	float:left;
	padding-left:0px;
	}	
}
/* line 125, ../Source/Stylesheets/modules/_listing.scss */
.listing-item:first-child {
  border-top: none;
}
/* line 130, ../Source/Stylesheets/modules/_listing.scss */
.listing-item .button {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../Source/Stylesheets/modules/_listing.scss */
  .listing-item .button {
    margin-top: 20px;
    position: static;
  }
}
.listing-item-gutschein .button {
  position: absolute;
  right: 0;
  bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../Source/Stylesheets/modules/_listing.scss */
  .listing-item-gutschein .button {
    margin-top: 20px;
    position: static;
  }
}

/* line 144, ../Source/Stylesheets/modules/_listing.scss */
.listing-item-header {
  font-size: 1.2em;
}

/* line 149, ../Source/Stylesheets/modules/_listing.scss */
.listing-author {
  margin: 0;
  font-size: 0.8em;
}
/* line 154, ../Source/Stylesheets/modules/_listing.scss */
.listing-author > a {
  text-decoration: underline;
}

/* line 160, ../Source/Stylesheets/modules/_listing.scss */
.listing-text {
  margin: 15px 0;
  font-size: 0.8em;
}

/* line 166, ../Source/Stylesheets/modules/_listing.scss */
.listing-price {
  font-size: 1.4em;
}

/* line 174, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple {
  position: relative;
  background: white;
  margin-top: 20px;
}

/* line 181, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple-item {
  padding: 0 20px;
}

/* line 186, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple-caption {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  /* line 186, ../Source/Stylesheets/modules/_listing.scss */
  .listing-simple-caption {
    margin-bottom: 20px;
  }
}
/* line 201, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate {
  position: relative;
  background: white;
  margin-top: 20px;
}
/* line 207, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate .listing-items {
  padding: 0 20px;
}

/* line 213, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-image {
  max-width: 25%;
  float: left;
  margin-right: 20px;
}

/* line 220, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e7e4df;
}
/* line 227, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item:first-child {
  border-top: none;
}
/* line 232, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item .listing-item-header {
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* line 239, ../Source/Stylesheets/modules/_listing.scss */
.listing-stars {
  display: inline-block;
  margin-top: 0.5em;
}

/* line 245, ../Source/Stylesheets/modules/_listing.scss */
.listing-star {
  display: inline-block;
  font-style: normal;
  color: #f9a521;
  font-size: 1.2em;
  margin-right: -2px;
}

/* line 5, ../Source/Stylesheets/modules/_detail.scss */
.detail {
  position: relative;
  background: white;
  margin-top: 20px;
}

/* line 12, ../Source/Stylesheets/modules/_detail.scss */
.detail-inner {
  padding: 20px;
}

/* line 17, ../Source/Stylesheets/modules/_detail.scss */
.detail-image {
  float: left;
  margin-right: 20px;
  max-width:244px;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../Source/Stylesheets/modules/_detail.scss */
  .detail-image {
    max-width: 20%;
  }
}

/* line 28, ../Source/Stylesheets/modules/_detail.scss */
.detail-main {
  border-right: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../Source/Stylesheets/modules/_detail.scss */
  .detail-main {
    border: none;
    border-bottom: 1px solid #e7e4df;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* line 41, ../Source/Stylesheets/modules/_detail.scss */
.detail-aside {
  padding: 10px 20px 10px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../Source/Stylesheets/modules/_detail.scss */
  .detail-aside {
    padding: 0 10px;
    text-align: left;
  }
}

/* line 53, ../Source/Stylesheets/modules/_detail.scss */
.detail-price {
  font-size: 2.2em;
}

/* line 58, ../Source/Stylesheets/modules/_detail.scss */
.detail-actions {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.3 !important;
}
/* line 65, ../Source/Stylesheets/modules/_detail.scss */
.detail-actions > a {
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* line 73, ../Source/Stylesheets/modules/_detail.scss */
.detail-check {
  margin-top: 0px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 1em;
  float: left;
}
/* line 81, ../Source/Stylesheets/modules/_detail.scss */
.detail-check li {
  margin-bottom: 5px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../Source/Stylesheets/modules/_detail.scss */
  .detail-check {
  	margin-right:20px;  
  }
  .detail-check li {
    padding-left: 0;
  }
}
/* line 92, ../Source/Stylesheets/modules/_detail.scss */
.detail-check [class^="entypo-"] {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 5px;
}

/* line 100, ../Source/Stylesheets/modules/_detail.scss */
.detail-content {
  font-size: 0.8em;
  line-height: 1.3 !important;
}
/* line 105, ../Source/Stylesheets/modules/_detail.scss */
.detail-content .listing-stars {
  font-size: 1.2em;
}

/* line 111, ../Source/Stylesheets/modules/_detail.scss */
.detail-header {
  font-size: 2em;
  color: #779991;
}

/* line 117, ../Source/Stylesheets/modules/_detail.scss */
.detail-notes {
  margin: 0 0 20px 0;
}

/* line 5, ../Source/Stylesheets/modules/_tabs.scss */
.tabs {
  display: block;
  margin-top: 40px;
  font-size: 0.8em;
}

/* line 12, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-header {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../Source/Stylesheets/modules/_tabs.scss */
  .tabs-header {
    border-bottom: none;
  }
}

/* line 24, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-switch {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  background: #e7e4df;
  color: #4c4b4a;
}
/* line 33, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-switch.is-active {
  background: #779991;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../Source/Stylesheets/modules/_tabs.scss */
  .tabs-switch {
    width: 49%;
    margin-bottom: 1px;
  }
}

/* line 46, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-content {
  padding: 20px 0;
}

/* line 51, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-tab {
  display: none;
  line-height: 1.5 !important;
}
.tabs-tab h3 a {
  line-height: 1.5 !important;
}
/* line 57, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-tab.is-active {
  display: block;
}

.accordion-switch {
    border-top: 1px dotted #CBCBCA;
    color: #4C4B4A;
    display: block;
    height: 40px;
    line-height: 40px !important;
    font-size: 1.05em;
}
.accordion-switch:first-child {
    border-top: medium none;
}
.accordion-switch .entypo-plus {
    background: none repeat scroll 0 0 #779991;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px !important;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    width: 20px;
}
.accordion-content {
    border-left: 3px solid #E7E4DF;
    display: none;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 15px;
}

.history-item {
    border: 1px solid #E7E4DF;
    height: 250px;
    margin-bottom: 20px;
    padding: 7px;
    position: relative;
}
@media only screen and (max-width: 767px) {
.history-item {
    height: auto;
}
}
.history-item-inner {
    background-image: linear-gradient(#FFFFFF, #F6F5F3);
    background-size: cover;
    font-size: 1.1em;
    height: 100%;
    padding: 80px 20px 0 25px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.history-item-inner {
    padding-bottom: 40px;
}
}
.history-year {
    background: none repeat scroll 0 0 #E7E4DF;
    color: #A59A88;
    font-size: 1.5em;
    font-weight: bold;
    left: 0;
    padding: 0.1em 15px 0.1em 30px;
    position: absolute;
    top: 20px;
}
.history-image {
    display: none;
}
@media only screen and (max-width: 767px) {
.history-image {
    display: block;
    opacity: 0;
    visibility: hidden !important;
}
}

#facebookbox {
	width:200px;
	height:210px;
	background-color:#ffffff;
}
@media only screen and (max-width: 767px) {
#facebookbox {
    margin:0 auto;
}
}
#suchbox {
	margin-top:20px;
}
#suchbox a {
	color:#73706B;
}

#suchbox a:hover {
	color:#779991;
}

#basket_form img{
	margin-right:10px;
}
#basket_form .kassa_button, #konto .send_button {
	background: none repeat scroll 0 0 #779991 !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 1em !important;
	font-weight: 600 !important;
	padding: 5px 15px !important;
	margin-top:10px !important;
	margin-left:10px !important;
	float:right !important;
}
.gutschein_form input[type="submit"] {
	background: none repeat scroll 0 0 #779991 !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	font-size: 0.9 !important;
	font-weight: 600 !important;
	padding: 5px 15px !important;
	margin-top:10px !important;
	margin-left:10px !important;
}
#basket_form .aktualisieren_button, .nlsubmit, #konto .back_button {
	background: none repeat scroll 0 0 #E7E4DF !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #4C4B4A !important;
	display: inline-block;
	font-size: 0.8em !important;
	font-weight: 600 !important;
	padding: 5px 10px !important;
	margin-top:10px !important;
	margin-left:0px !important;
}
#konto input[type="checkbox"], #konto input[type="radio"] {
	margin-right:5px !important;
}

#basket_form .trennlinie, #notepad_form .trennlinie {
    border-bottom: 1px solid #779991 !important;
}
.gutschein_form {
	padding-top:20px !important;
	border-top:1px solid #E7E4DF !important;
}
#gwspielmailform input {
	border: 1px solid #F4F3F1 !important;
}

#suchbox input {
	margin:0;
}

.col-sm-3, .col-sm-4, .col-sm-6 {
    margin-bottom: 10px !important;
}
.list-group .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-group-item {
	padding:10px !important;
}

/***SIDEBARKONTO***/

.listing-rate .listing-items.sidebarkonto {
	padding:0;
}

.listing-rate .listing-items.sidebarkonto .listing-item{
	padding:10px 0 10px 20px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .sidebarkonto-icon{
	padding:15px 0 10px 0;
	float:left;
	width:35px;
	margin-right:10px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .sidebarkonto-icon > div{
	padding:0;
	width:35px;
	height:35px;
	text-align:center;
	border:3px solid #4c4b4a;
	border-radius:35px;
	top:5px;
	left:0;
	float:left;
	font-size:27px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text{
	padding:10px 0 10px 0;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text strong{
	font-size:0.95em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text span{
	opacity:0.6;
	font-size:0.85em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text.telmail{
	padding:0;
	font-size:0.8em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .button{
	bottom:0;
	right:10px;
}
#buchtipps .slides .listing-items {
	padding: 20px 0;
}
#buchtipps .buchtipp-detail .listing-header {
		line-height:1 !important;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		z-index:100;
		width:75%;
		float:left;
}

#buchtipps .buchtipp-detail .listing-header .date {
	font-size:0.7em;
	font-weight:normal;
	text-transform:none;
}

#buchtipps .buchtipp-detail .cover {
		float:right;
		width:25%;
}

#buchtipps .buchtipp-detail .cover .ma-info{
		font-size:1em;
		font-weight:normal;
		text-transform:none;
		padding: 10px 10px 0 30px;
		word-wrap:break-word;
}

#buchtipps .listing-rate-item {
	padding:30px 0;
}

#buchtipps .listing-rate-image {
	width:35%;
	max-width:35%;
	margin:0;
}

#buchtipps .listing-rate-item .listing-rate-caption {
	float:right;
	width:65%;
	padding-left:20px;
}

@media (orientation: portrait) {
	#buchtipps .buchtipp-detail .cover {
		width:100%;
	}
	#buchtipps .listing-rate-item .listing-rate-caption {
		float:left;
		width:100%;
		padding-left:0;
		padding-top:20px;
	}
	#buchtipps .listing-rate-image {
		width:100%;
		max-width:100%;
		margin:0;
	}
	#buchtipps .buchtipp-detail .cover .ma-info{
		font-size:1em;
		font-weight:normal;
		text-transform:none;
		word-wrap:break-word;
	}
	#buchtipps .buchtipp-detail .listing-header {
		width:100%;	
	}
}

@media (max-width: 500px) {
	#buchtipps .buchtipp-detail .cover {
		margin-top:20px;
	}
	#buchtipps .buchtipp-detail .listing-items {
		width:100%;
	}
}

@media (max-width: 767px) {
	#buchtipps .listing-pagination {
		position:relative;
		right:0 !important;
		top:0 !important;
		margin:5px 0 10px 20px;
	}
}

@media (max-width: 600px) {
	#buchtipps .ma-cover {
		width:80px;	
	}
}

@media (max-width: 827px) {
	#buchtipps .buchtipp-detail .listing-header {
		width:100%;	
	}
}

/***Kalender***/
#kalender .slides .listing-items {
	padding: 20px 0;
}
#kalender .kalender-detail aside.listing-side {
	float:left;
}
#kalender .kalender-detail .listing-header {
		line-height:1 !important;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		z-index:100;
		width:75%;
		float:left;
}

#kalender .kalender-detail .listing-header .date {
	font-size:0.7em;
	font-weight:normal;
	text-transform:none;
}

#kalender .kalender-detail .cover {
		float:left;
		width:25%;
		padding-right: 30px;
}

#kalender .kalender-detail .cover .ma-info{
		font-size:0.7em;
		font-weight:normal;
		text-transform:none;
		padding: 10px 10px 0 30px;
		word-wrap:break-word;
}

#kalender .listing-rate-item {
	padding:30px 0;
}

#kalender .listing-rate-image {
	width:35%;
	max-width:35%;
	margin:0;
}

#kalender .listing-rate-item .listing-rate-caption {
	float:right;
	width:65%;
	padding-left:20px;
}

@media (orientation: portrait) {
	#kalender .kalender-detail .cover {
		width:100%;
		padding-right: 0px;
	}
	#kalender .listing-rate-item .listing-rate-caption {
		float:left;
		width:100%;
		padding-left:0;
		padding-top:20px;
	}
	#kalender .listing-rate-image {
		width:100%;
		max-width:100%;
		margin:0;
	}
	#kalender .kalender-detail .cover .ma-info{
		font-size:1em;
		font-weight:normal;
		text-transform:none;
		word-wrap:break-word;
	}
	#kalender .kalender-detail .listing-header {
		width:100%;	
	}
}

@media (max-width: 500px) {
	#kalender .kalender-detail .cover {
		margin-top:20px;
		padding-right: 0px;
	}
	#kalender .kalender-detail aside.listing-side {
		float:none;
		margin-left: 0;
		margin-top: 20px;
	}
	#kalender .kalender-detail .listing-items {
		width:100%;
	}
}

@media (max-width: 600px) {
	#kalender .listing-pagination {
		position:relative;
		right:0 !important;
		top:0 !important;
		margin:5px 0 10px 20px;
	}
	#kalender .ma-cover {
		width:80px;	
	}
}
@media (max-width: 736px) {
	#kalender .kalender-detail .cover {
		margin-top:20px;
		padding-right: 0px;
		float:none;
	}
	#kalender .kalender-detail aside.listing-side {
		float:none;
		margin-left: 0;
		margin-top: 20px;
	}
	#kalender .kalender-detail .listing-items {
		width:100%;
	}
}
@media (max-width: 827px) {
	#kalender .kalender-detail .listing-header {
		width:100%;	
	}
}

.mehr {
	width:100%;
	text-align:right;
	padding: 20px;
	border-top:1px solid #e7e4df;
}

.embed-responsive { position: relative; display: block; width: 100%; overflow: hidden; }
.embed-responsive::before { display: block; content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.8571428571%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-4by3::before { padding-top: 75%; }

.embed-responsive-1by1::before { padding-top: 100%; }
.rez-detail__text.open {
    max-height: 100%;
}
.rez-detail__text {
    line-height: 1.55;
    margin-bottom: 12px;
    max-height: 110px;
    overflow: hidden;
}
/***KONTO***/
.kontoseite {margin-top:20px;}
.bmkonto a, .bmbasket a {color:#779991; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects;}
.bmkonto a:hover, .bmbasket a:hover {color: #cd012c;}
.bmkonto h2 {margin-top:10px;}
.bmkonto .content_header { margin-top: 20px; }
.bmkonto .choose-between.row {margin-top:2%;}
.bmkonto .btn-primary, .bmbasket .btn-primary,  .btn-download {background-color: #c3a5a4;border-color: #c3a5a4;color: #fff;}
.bmkonto .btn-primary:hover, .bmbasket .btn-primary:hover,  .btn-download:hover {background-color: #779991;border-color: #779991;color:#fff;}
.bmkonto .btn-secondary, .bmbasket .btn-secondary,.bmkonto .btn-secondary:hover, .bmbasket .btn-secondary:hover, .btn-back, .btn-back:hover {background-color: #5a6268;border-color: #5a6268; color:#fff;}
.bmbasket .btn-primary {
	width:90%;	
}
.bmkonto .content_header p { margin: auto 0; }
.bmkonto .summary-box {width:100%;}
.bmbasket .btn-default {border: 1px solid #ce000c;}
.bmbasket .bmbasket-item,.bmnotepad .bmbasket-item {margin:20px 0;padding: 20px 0; border-bottom: 1px solid #ddd;}
.bmbasket input {padding:8px;border: 1px solid #cccccc;}
.bmbasket .btn-outline-secondary {margin-left:3px;}
.bmkonto .bmcheckout-artitem {margin:20px 0;padding: 20px 0; }
.bmkonto h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bmkonto h3 {
    margin-bottom: 2px;
    line-height: 1.7rem;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.bmkonto label {display:block;font-weight:normal;}
.bmkonto .checkbox {margin:0;}
.bmkonto input[type="radio"], .bmkonto input[type="checkbox"] {margin-right:5px;}
.bmcheckoutheader div.active, .bmcheckoutheader div.ok {
    color: #779991 !important;
    border-top: 3px solid #779991 !important;
}
.bmkonto.act-ebooks #books ul{
	margin: 10px 0 0 0;
}
.bmkonto.act-ebooks #books li{
	list-style: none;
}
.bmkonto .media.summary-prices {
	display: block;
	margin-top: 20px;	
}
.bmkonto .cover {
	padding-right: 10px;
}
@media (max-width: 767px) {
  .bmcheckoutheader {
  	display:inline !important;  
  }
  .bmcheckoutheader div.active, .bmcheckoutheader div.ok {
    border-left: 3px solid #779991;
  	border-top: 0 !important;
  }
  .bmcheckoutheader div {
    border-left: 3px solid #969696;
    border-top: 0 !important;
  }
}
@media (max-width: 640px) {
  .bmkonto.act-view #overview > div {width: 100% !important;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .bmbasket .bmbasket-item img{
   	   max-width:100px;
   }
}
#bmgs .btn-default {background-color: #779991;border-color: #779991;color: #fff;}
#bmgs .btn-default:hover {background-color: #cd012c;border-color: #cd012c;color:#fff;}


/* Search-Suggestions-Box */

#sb-result {
  width: 700px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  display: flex;
  z-index: 9999;
}

#sb-result a:hover,
#sb-result #sb-show-all:hover,
#sb-result .product:hover {
  cursor: pointer;
  background: #bebaba;
}

#sb-result .sb-headings {
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
  background-color: rgb(236, 228, 228);
}

#sb-result .current {
  opacity: 0.8;
  background-color: rgb(248, 245, 245);
}

#sb-result #sb-show-all {
  cursor: pointer;
  background-color: rgb(248, 245, 245);
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
}

#sb-result .sb-suggst {
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  color: #333;
  display: block;
  text-decoration: none;
}

#sb-result .sb-box {
  padding: 20px;
}

#sb-result .sb-box#sb-1 {
  flex: 40%;
}

#sb-result .sb-box#sb-2 {
  flex: 60%;
}

#sb-result .sb-box .sbl {
  margin-bottom: 20px;
}

#sb-result .sbl:last-child {
  margin-bottom: 0;
}

#sb-result .product a.sb-suggst {
  line-height: 1.5;
}

#sb-result .product {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  margin-bottom: 0;
}

#sb-result .product a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}

#sb-result .product a:hover {
  background: none;
}

#sb-result #sb-2:last-child {
  padding-bottom: 20px;
}

#sb-result .product img {
  width: 40px;
  max-height: 60px;
  margin-right: 20px;
}

#sb-result .product p {
  margin-bottom: 0;
  padding: 0;
}

/* LAYOUT (VARIANTE 1) - Dropdown */

#sb-result-list {
  background-color: rgba(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  text-decoration: none;
  z-index: 9999;
}

#sb-result-list .suggestion-box li:hover,
#sb-result-list li.sb-selected {
  background-color: rgb(216, 223, 220);
}

#sb-result-list ul.suggestion-box {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid grey;
}

#sb-result-list .suggestion-box li {
  border-bottom: 1px solid grey;
  padding: 10px;
  cursor: pointer;
}

#sb-result-list .suggestion-box li span {
  opacity: 0.7;
  font-size: 10px;
}

#sb-result-list .suggestion-box li a {
  text-decoration: none;
  display: block;
  color: rgb(51, 51, 51);
  line-height: 1.1rem;
}
#sb-result-list .suggestion-box li a:visited {
  text-decoration: none;
}

#sb-result-list ul.suggestion-box #sbShowAll {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 700;
}
/* FILTER-SUBMENU-TEST */
#filter-menu-main {
  padding: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* FILTER-MAIN-COLORS - START */
#filter-menu-main .accordion li.open .ajx-filter-dropdown {
  color: #779991;
}

#filter-menu-main .accordion li.open svg {
  fill: #779991;
}

#filter-menu-main .submenu li:hover,
#filter-menu-main .accordion .ajx-subfilter-dropdown:hover {
  background: #779991;
  color: #fff;
}

#filter-menu-main .accordion li.open > .ajx-subfilter-dropdown a {
  color: #f3b043;
}

#filter-menu-main .accordion .submenu li.open:hover,
#filter-menu-main .accordion .submenu li.open:hover .ajx-subfilter-dropdown {
  background: #444359;
}

/* SUCHBEGRIFF */
#filter-menu-main #subfilter-search-term {
  background-color: #779991;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  border-radius: inherit;
  line-height: 1;
}

/* DROPDOWN BACKGROUND */
#filter-menu-main .submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

/* FILTER-MAIN-COLORS - END */

#filter-menu-main .accordion .ajx-subfilter-dropdown {
  display: flex;
  padding: 0;
}

/* FILTER-MAINDROP-COLORS */
#filter-menu-main .accordion .ajx-filter-dropdown {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height:1;
}

#filter-menu-main #subfilter-search-term svg,
#filter-menu-main .accordion li svg {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 18px;
  fill: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#filter-menu-main #subfilter-search-term svg {
  fill: #fff;
}

#filter-menu-main .submenu li {
  border-bottom: 1px solid #4b4a5e;
}

#filter-menu-main .submenu a {
  flex: 90%;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 0;
  padding-right: 30px;
  line-height: 1;
}

#filter-menu-main .accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  /* background: #fff; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#filter-menu-main ul {
  padding: 0;
  list-style-type: none;
}

/* FILTERMENÜ */

#filter-menu-main .accordion .submenu li {
  display: flex;
}

/* CHECKBOX */

#filter-menu-main .submenu label {
  flex: 10%;
  align-self: center;
  margin-left: 12px;
  margin-right: 5px;
}

#filter-menu-main .submenu .filterLabelChkbx {
  display: none;
}

#filter-menu-main .submenu label span svg.icon {
  position: inherit;
  opacity: 0.2;
  fill: green;
  font-size: 12px;
}

#filter-menu-main .submenu .filterLabelCheck {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  vertical-align: middle;

  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filter-menu-main .filterLabelChkbx:checked + .filterLabelCheck {
  /* animation: checkFB 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards; */
  width: 1.5em;
  height: 1.5em;
  background: #00d478;
  border: 0;
  opacity: 1;
}

#filter-menu-main .filterLabelChkbx:checked + .filterLabelCheck .icon {
  opacity: 1;
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  /* animation: iconFB 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards; */
  opacity: 1;
  transform: scale(1);
}

/* LEVEL 2 */

#filter-menu-main ul .submenu .level-2 li {
  border-bottom: 0;
  padding-left: 25px;
}

/* SVG-BM-NEW */

#filter-menu-main ul#accordion-2 .submenu li svg.arrow-up-down {
  position: absolute;
  fill: #fff;
  width: 15px;
  right: 13px;
  top: 12px;
  left: auto;
}

#filter-menu-main ul#accordion-2 .submenu#subfilter-search-sort li {
  position: relative;
}

#filter-menu-main .accordion li svg.chevron-down {
  right: 12px;
  left: auto;
}

.accordion li.open .ajx-filter-dropdown svg.chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#filter-menu-main .accordion li .ajx-subfilter-dropdown svg.chevron-down {
  width: 10px;
  fill: #fff;
}

.eule {
	position:absolute;
	right:0px;
	bottom:200px;
	width: 250px;
	display:block;
}
.eule img{
	width:100%;
}
@media only screen and (max-width: 1620px) {
	.eule {
		display:none;
	}
}
.header__before-main {
	background:#779991;
	padding:10px 0;
	font-size:14px;
}
.header__before-main .row {
	width:92em;	
}
.header__before-main ul {
	list-style:none;
	text-align:right;
	margin:0;
	padding:0;
	font-family:'lato';
	font-weight: 500;
}
.header__before-main ul li{
	display:inline;
	padding:0 7px;
}
@media only screen and (max-width: 935px) {
	.header__before-main ul {
		text-align:center;
	}
	.header__before-main ul li{
		display:block;
		padding:5px 7px;
	}
}

.fill-bg {
	width:100%;
	position: relative;
}

.fill-bg .bg-fill {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.listing .listing-simple-item figcaption .preis {
    font-size:1.2em;
	color:#c3a5a4;
	margin-top:10px;
}
@media only screen and (max-width: 430px) {
    .button.listbutton span {
    	display:none;
    }
    .button.listbutton > [class^="entypo-"] {
    	margin: 0;	
    }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
    .button.listbutton span {
    	display:none;
    }
    .button.listbutton > [class^="entypo-"] {
    	margin: 0;	
    }
}

.listing-simple .listing-simple-item .cover,.listing-items .listing-simple-item .cover {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 601px) {
  .listing-simple .listing-simple-item .cover {
    height: auto;
  }
}
@media (min-width: 768px) {
  .listing-simple .listing-simple-item .cover {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .listing-simple .listing-simple-item .cover {
    height: 230px;
  }
}
@media (min-width: 1140px) {
  .listing-simple .listing-simple-item .cover {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .listing-simple .listing-simple-item .cover {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .listing-items .listing-simple-item .cover {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .listing-items .listing-simple-item .cover {
    height: 230px;
  }
}
@media (min-width: 1140px) {
  .listing-items .listing-simple-item .cover {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .listing-items .listing-simple-item .cover {
    height: 300px;
  }
}
.listing-simple .listing-simple-item .cover .cover img,.listing-items .listing-simple-item .cover img {
  width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
/*@media (min-width: 601px) {
  .listing-simple .listing-simple-item .cover img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}*/
@media (min-width: 601px) {
  .listing-simple .listing-simple-item .cover a > div {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .listing-items .listing-simple-item .cover img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .listing-items .listing-simple-item .cover a > div {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}
.listing-simple .listing-simple-item div.utitel, .listing-simple .listing-simple-item div.titel, .listing-simple .listing-simple-item div.autor {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listing-items .listing-simple-item div.utitel, .listing-items .listing-simple-item div.titel, .listing-items .listing-simple-item div.autor {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listing-items .listing-simple-item div.preis {
  color: #c3a5a4;
  margin-top:10px;
}
.buchtipps .listing-simple-item .listing-item {
	width:100%;	
}
.buchtipps .listing-simple-item .listing-item span {
 display: block;	
}

.buchtipps .listing-simple-item .listing-item .book__image {
  height: 285px;
  margin-bottom: 20px;
}

.buchtipps .listing-simple-item .listing-item .buchtipp__image__title {
  text-align:center;	
}

.buchtipps .listing-simple-item .listing-item .buchtipp__image__subtitle {
  margin-bottom: 15px;
}

.buchtipps .listing-simple-item .listing-item .book__content__title {
	display: block;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.buchtipps .listing-simple-item .listing-item .buchtipp .buchtipp__content__inhalt {
  margin-bottom: 12px;
  max-height: 250px;
  overflow: hidden;
}
.buchtipps .listing-simple-item .listing-item .buchtipp .buchtipp__content__inhalt.open {
  max-height: 100%;
}

/***Themenboxern***/
.front-page .kategorien{
	margin-bottom:115px;
	margin-top:105px;
}
.kategorien .row{
	margin-left:-25px;
	margin-right:-25px;
}
.kategorien .kategorie{
	margin-bottom:20px;
	padding:0 10px;
}
.kategorien .kategorie__bg-image{
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;left:0;
	position:absolute;
	top:0;-webkit-transform:scale(1);
	transform:scale(1);-webkit-transition:-webkit-transform .22s ease-out;
	transition:-webkit-transform .22s ease-out;
	transition:transform .22s ease-out;
	transition:transform .22s ease-out,-webkit-transform .22s ease-out;
	width:100%;
}
.kategorien .kategorie__inner{
	display:block;
	height:245px;
	overflow:hidden;
	position:relative;
}
.kategorien .kategorie__inner:active .kategorie__bg-image,.kategorien .kategorie__inner:focus .kategorie__bg-image,.kategorien .kategorie__inner:hover .kategorie__bg-image{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.kategorien .kategorie__inner:after{
	/*background:rgba(119, 153, 145, 0.52);*/
	background:rgba(195, 165, 164, 0.52);
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.kategorien .kategorie__inner__content{
	bottom:30px;
	color:#fff;
	left:35px;
	position:absolute;
	right:35px;
	z-index:9;
}
.kategorien .kategorie__inner__content span {
    display:block;	
}
.kategorien .kategorie__inner span{
	font-size:2.75rem;
	line-height:1.2;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
@media (max-width:1200px){
	.kategorien .kategorie__inner span{
		font-size:calc(1.4rem + 1.8vw);
	}
}
.kategorien .kategorie__inner span+span{
	font-size:1.1875rem;
}
.kategorien-equal-height{
	margin-bottom:0;
	margin-top:0;
}
.kategorien-equal-height .kategorie__inner{
	height:auto;
	padding-top:100%;
}
.kategorien-equal-height .kategorie__inner:after{
	background:-webkit-gradient(linear,left bottom,left top,from(#282828),to(rgba(49,49,49,.02)));
	background:linear-gradient(0deg,#282828,rgba(49,49,49,.02))
}
.kategorien-equal-height .kategorie__inner__content{
	bottom:16px;
	left:22px;
	right:22px;
}
.kategorien-equal-height .kategorie__inner span{
	font-size:1.8125rem
}
@media (max-width:1200px){
	.kategorien-equal-height .kategorie__inner span{
		font-size:calc(1.30625rem + .675vw);
	}
}
/* Accordion-Menü */

.bm-accordion-col h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
}
.bm-accordion-col input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.bm-accordion-col .row {
  display: flex;
}
.bm-accordion-col .row .col {
  flex: 1;
}
.bm-accordion-col .row .col:last-child {
  margin-left: 1em;
}
/* Accordion styles */
.bm-accordion-col .tabs {
  margin-top: 1rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}
.bm-accordion-col .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.bm-accordion-col .tab-label {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #c3a5a4;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  /* Icon */
}
.bm-accordion-col .tab-label:hover {
  background: #779991;
}
.bm-accordion-col .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.bm-accordion-col .tab-content {
  font-size: 1rem;
  max-height: 0;
  padding: 0 1em;
  color: #777;
  background: white;
  transition: all 0.35s;
}

.bm-accordion-col .tab-content > p:first-child {
  margin-top: 0 !important;
  padding-top: 3px;
}

.bm-accordion-col .tab-content > p:last-child {
  margin-bottom: 0 !important;
}

.bm-accordion-col input:checked + .tab-label {
  background: #779991;
}
.bm-accordion-col input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.bm-accordion-col input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
/***Galerie***/
.galerie-container {
	font-size:1.1rem;	
}

.gukp .institution  {
	display:none;	
}

.gukp .institution.is-active{
	display:block;	
}
.bookListInfoElementWrapper {
	margin-top:20px;
}
.bookListInfoElementWrapper .listing-item:first-child {
	border-top: 1px solid #e7e4df;
}
.bookListInfoElementWrapper .listing-item .listsort-position2 {
	background: #0092bc;
	color: #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: -15px;
	left: 0;
	padding: 20px 0;
}
/*-- MAGAZIN--*/
.magazin-item {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5%;
	margin-bottom: 5%;
	width: auto;
	text-align:center;
}
.magazin-img {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.magazin-header {
	margin-bottom: 10px;
	width: auto;
}
.magazin-img img{
	width: auto !important;
	height: 325px !important;
	display: inline-block;
}
.listing.magazin {
	background: url(/media/32526);
    background-size: cover;
}
.bmkonto.act-view .img-wrapper.pull-right {
  float: none !important;
}
.bmkonto.act-view .img-responsive.zahlungsmittel {
  height:30px;
}
.listing-header-hidden {
  border: 0;
  clip-path: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#changeColor{
  position:fixed;
  bottom:20px;
  right:20px;
  color:black;
  cursor:pointer;
  z-index:999;
}