/*
full 890
single 480
double 2 x 280 + 20 = 580

*/
/* layout */
/* colors */
/* typography  */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../scss/_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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../scss/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../scss/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 479, ../scss/_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 492, ../scss/_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 3+.
 */
/* line 501, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, ../scss/_mixins.scss */
.infoBlock .banner-container a.button, .wrapper .button,
.wrapper .form_btn, #mc_embed_signup .button, h1, h2, h3, h4, h5, h6, .header-container, .footer-container ul {
  font-family: "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 28px 0;
  line-height: 30px !important;
  font-weight: 800;
  letter-spacing: 1.0px;
  text-align: center;
}

/* line 14, ../scss/_mixins.scss */
blockquote, .large {
  font-family: "EBGaramond12-Italic", Times, serif;
  font-size: 24px;
  margin: 0 0 28px 0;
  line-height: 30px;
  font-weight: normal !important;
  letter-spacing: 0.5px;
}

/* line 24, ../scss/_mixins.scss */
p {
  font-size: 18px;
  margin: 0 0 28px 0;
  letter-spacing: 0.5px;
  font-weight: normal !important;
  font-style: normal !important;
}

/* line 33, ../scss/_mixins.scss */
.infoBlock .banner-container a.button, .wrapper .button,
.wrapper .form_btn, #mc_embed_signup .button {
  background-color: #ad007e;
  color: white !important;
  text-decoration: none;
  display: inline-block !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px !important;
  background: #ba0087;
  background: -moz-linear-gradient(top, #ba0087 0%, #8f0068 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba0087), color-stop(100%, #8f0068));
  background: -webkit-linear-gradient(top, #ba0087 0%, #8f0068 100%);
  background: -o-linear-gradient(top, #ba0087 0%, #8f0068 100%);
  background: -ms-linear-gradient(top, #ba0087 0%, #8f0068 100%);
  background: linear-gradient(to bottom, #ba0087 0%, #8f0068 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0087', endColorstr='#8f0068',GradientType=0 );
  font-size: 18px;
  margin-bottom: 0px;
  border: 0px;
}

/* line 58, ../scss/_mixins.scss */
.small, #move #main-menu #menu li {
  font-family: "EBGaramond12-Italic", Times, serif;
  font-size: 15px;
  margin: 0 0 28px 0;
  line-height: 18px;
  letter-spacing: 1px;
}

.bannersmall{
font-family: "EBGaramond12-Italic", Times, serif;
  font-size: 20px;
  margin: 22px 22px 22px 0;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: none;
  text-align: right;
}
/* line 66, ../scss/_mixins.scss */
a, .small a {
  color: #ad007e;
  text-decoration: underline;
  cursor: pointer;
}
/* line 70, ../scss/_mixins.scss */
a:hover {
  color: #ad007e;
  text-decoration: underline;
}

/* line 77, ../scss/_mixins.scss */
hr, .wrapper hr, .two-column hr {
  border: 0;
  height: 1px;
  background-color: #222222;
}

/* line 83, ../scss/_mixins.scss */
.banner-container .banner-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 91, ../scss/_mixins.scss */
.banner-container .banner-left, .banner-container .banner-medium, .banner-container .banner-right {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@font-face {
  font-family: 'EBGaramond12-Regular';
  src: url("../fonts/EBGaramond12-Regular.eot");
  src: url("../fonts/EBGaramond12-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond12-Regular.woff") format("woff"), url("../fonts/EBGaramond12-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'EBGaramond12-Italic';
  src: url("../fonts/EBGaramond12-Italic.eot");
  src: url("../fonts/EBGaramond12-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond12-Italic.woff") format("woff"), url("../fonts/EBGaramond12-Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'EBGaramond08-Regular';
  src: url("../fonts/EBGaramond08-Regular.eot");
  src: url("../fonts/EBGaramond08-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EBGaramond08-Regular.woff") format("woff"), url("../fonts/EBGaramond08-Regular.ttf") format("truetype");
}

/* line 4, ../scss/_typography.scss */
html {
  font-family: "EBGaramond12-Regular", Times, serif;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
}

/* line 18, ../scss/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 23, ../scss/_typography.scss */
h2, h3, h4, h5, h6 {
  font-size: 18px;
  color: #ad007e;
  line-height: 28px;
}

/* line 29, ../scss/_typography.scss */
h3, h4, h5, h6 {
  text-align: left;
}

/* line 33, ../scss/_typography.scss */
blockquote {
  width: 80%;
  margin: 28px auto !important;
  text-align: center;
}

/* line 39, ../scss/_typography.scss */
blockquote:before {
  margin-bottom: 28px !important;
}

/* line 42, ../scss/_typography.scss */
blockquote:before, blockquote:after {
  border-top: #222222 solid 1px;
  color: #ffffff;
  content: " ";
  display: block;
  line-height: 0;
  margin: auto;
  width: 130px;
}

/* line 51, ../scss/_typography.scss */
blockquote:after {
  margin-top: 28px !important;
}

/* line 63, ../scss/_typography.scss */
.follow .header-container h1 {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0px;
}
/* line 71, ../scss/_typography.scss */
.follow .header-container nav ul {
  border-bottom: 0px;
}

/* line 80, ../scss/_typography.scss */
.book-detail {
  color: white;
}
/* line 84, ../scss/_typography.scss */
.book-detail .header-container h1 {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0px;
}
/* line 92, ../scss/_typography.scss */
.book-detail .header-container nav ul {
  border-bottom: 0px;
}
/* line 97, ../scss/_typography.scss */
.book-detail .header-container nav ul .active a {
  background-image: url("../img/menu-active.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* line 109, ../scss/_typography.scss */
.book-detail .main-container {
  position: relative;
}
/* line 112, ../scss/_typography.scss */
.book-detail .main-container .amazon-button {
  background-image: url("../img/buttons/amazon-kaufen.png");
  display: block;
  width: 145px;
  height: 0px;
  padding-top: 145px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
.site-detail .main-container {
  position: relative;
 }
.site-detail .main-container .amazon-button {
  background-image: url("../img/buttons/amazon-kaufen.png");
  display: block;
  width: 145px;
  height: 0px;
  padding-top: 145px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 129, ../scss/_typography.scss */
.book-detail .main h1, .book-detail .main h2, .book-detail .main h3, .book-detail .main h4, .book-detail .main h5, .book-detail .main h6, .book-detail .main a {
  color: #e1b02b;
}
/* line 134, ../scss/_typography.scss */
.book-detail hr {
  background-color: white;
}
/* line 137, ../scss/_typography.scss */
.book-detail blockquote:before, .book-detail blockquote:after {
  border-top: white solid 1px;
}
/* line 141, ../scss/_typography.scss */
.book-detail blockquote:before {
  border: none;
}
/* line 145, ../scss/_typography.scss */
.book-detail blockquote {
  margin-bottom: 56px !important;
}
/* line 147, ../scss/_typography.scss */
.book-detail blockquote p {
  margin-top: 14px;
}
/* line 153, ../scss/_typography.scss */
.book-detail .page-title {
  margin: 56px auto 84px auto;
}
/* line 155, ../scss/_typography.scss */
.book-detail .page-title img {
  width: 271px !important;
  /*
  display:block;
  width:271px;
  height:0px;
  padding-top:247px;
  overflow: hidden;
  background-image: url('../img/marie/marie-zwischen-den-welten.png');
  margin: $base-line-height*3 auto $base-line-height*4 auto;
  */
}

/* line 173, ../scss/_typography.scss */
.header-container {
  margin-bottom: 0px;
  font-size: 15px;
}
/* line 178, ../scss/_typography.scss */
.header-container h1 {
  color: #ad007e;
  font-size: 47px;
  line-height: 47px;
}
/* line 183, ../scss/_typography.scss */
.header-container h1 a {
  text-decoration: none;
}
/* line 190, ../scss/_typography.scss */
.header-container nav ul {
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  /* .active
  {
  	background-image: url('../img/menu-active.png');
  	background-repeat: no-repeat;
  	background-position: center bottom;
  }
  */
}
/* line 196, ../scss/_typography.scss */
.header-container nav ul li {
  display: inline-block;
}
/* line 199, ../scss/_typography.scss */
.header-container nav ul li a {
  color: #222222;
  text-decoration: none;
  padding: 11.5px;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 196, ../scss/_typography.scss */
  .header-container nav ul li {
    display: block;
    border-bottom: 1px solid #bebebe;
  }
}
/* line 217, ../scss/_typography.scss */
.header-container nav ul .active a {
  background-image: url("../img/menu-active.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* line 225, ../scss/_typography.scss */
.header-container nav ul :last-child {
  border-bottom: 0;
}

/* line 244, ../scss/_typography.scss */
.infoBlock .banner-container h1, .infoBlock .banner-container h2 {
  color: white;
  font-size: 36px;
  line-height: 36.4px;
  margin-bottom: 14px;
  text-align: left;
}
/* line 252, ../scss/_typography.scss */
.infoBlock .banner-container h2 {
  font-size: 18px;
  line-height: 18px;
}
/* line 262, ../scss/_typography.scss */
.infoBlock .amazon-button {
  background-image: url("../img/buttons/amazon-kaufen.png");
  display: block;
  width: 145px;
  height: 0px;
  padding-top: 145px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 40px;
}

/* line 279, ../scss/_typography.scss */
.arrow-left span {
  background-image: url("../img/buttons/white-arrow-left.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 20px;
}

/* line 293, ../scss/_typography.scss */
.small {
  font-size: 16px;
}

/* line 309, ../scss/_typography.scss */
.wrapper hr {
  width: 50%;
  margin-left: 0;
  text-align: left;
  margin-bottom: 28px;
}

/* line 328, ../scss/_typography.scss */
.two-column .small, .two-column h2, .two-column img {
  margin-bottom: 7px;
}
/* line 332, ../scss/_typography.scss */
.two-column .large {
  margin-bottom: 14px;
}
/* line 336, ../scss/_typography.scss */
.two-column hr {
  width: 50%;
  margin-left: 0;
  text-align: left;
}

/* line 346, ../scss/_typography.scss */
.page-title {
  margin-top: 50.4px;
  margin-bottom: 50.4px;
}

/* line 353, ../scss/_typography.scss */
.two-column h2, .two-column h3, .two-column h4, .two-column h5, .two-column h6 {
  text-align: left;
}

/* line 359, ../scss/_typography.scss */
ul, ol {
  margin: 0 0 28px 0;
  line-height: 28px;
}

/* line 370, ../scss/_typography.scss */
.books-overview .meta h2 {
  text-align: left;
  margin-bottom: 0px;
}
/* line 376, ../scss/_typography.scss */
.books-overview .meta .large {
  margin-bottom: 0px;
}

/* line 386, ../scss/_typography.scss */
.footer-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #777777;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
}
/* line 398, ../scss/_typography.scss */
.footer-container ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 Hack */
  vertical-align: top;
  padding: 0px 15px;
  line-height: 37px;
}
/* line 406, ../scss/_typography.scss */
.footer-container ul a.active {
  color: white !important;
}
/* line 410, ../scss/_typography.scss */
.footer-container ul a {
  color: #bebebe !important;
  text-decoration: none;
}
/* line 415, ../scss/_typography.scss */
.footer-container ul .fb {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE7 Hack */
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 0px;
  height: 0px;
  padding-top: 21px;
  width: 21px;
  background-image: url("../img/sm-icons.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: -42px 0px;
}

/* line 438, ../scss/_typography.scss */
.svg #footer-container .pin,
.svg #footer-container .tw,
.svg #footer-container .fb {
  background-image: url("../img/sm-icons.svg");
}

/* line 7, ../scss/_layout.scss */
.header-container {
  padding: 24px 0px 0px 0px;
  background-color: white;
}
/* line 10, ../scss/_layout.scss */
.header-container .wrapper {
  padding: 0;
}

/* line 17, ../scss/_layout.scss */
.book-detail {
  background-image: url("../img/background.jpg");
}
/* line 19, ../scss/_layout.scss */
.book-detail .header-container {
  padding: 0px;
  margin-top: -1px;
}

/* line 27, ../scss/_layout.scss */
.books-overview {
  margin-bottom: 56px;
}
/* line 30, ../scss/_layout.scss */
.books-overview .cover {
  width: 35%;
  margin-right: 5%;
  float: left;
  padding-top: 7px;
}
@media only screen and (max-width: 480px) {
  /* line 30, ../scss/_layout.scss */
  .books-overview .cover {
    float: none;
    width: 50%;
    margin: auto;
  }
}
/* line 43, ../scss/_layout.scss */
.books-overview .meta {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 480px) {
  /* line 43, ../scss/_layout.scss */
  .books-overview .meta {
    float: none;
    width: 100%;
    margin: auto;
  }
}

/* line 55, ../scss/_layout.scss */
.main-container {
  max-width: 100%;
  margin: auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  /* line 55, ../scss/_layout.scss */
  .main-container {
    padding-bottom: 30px;
  }
}
/* line 63, ../scss/_layout.scss */
.main-container .wrapper {
  max-width: 480px;
  margin: 0 auto;
}
/* line 67, ../scss/_layout.scss */
.main-container .wrapper img, .main-container .wrapper figure {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  /* line 63, ../scss/_layout.scss */
  .main-container .wrapper {
    padding: 0 30px;
  }
}

/* line 78, ../scss/_layout.scss */
.two-column {
  max-width: 580px !important;
}
/* line 82, ../scss/_layout.scss */
.two-column .column-left,
.two-column .column-right {
  width: 48%;
}
@media only screen and (max-width: 480px) {
  /* line 82, ../scss/_layout.scss */
  .two-column .column-left,
  .two-column .column-right {
    width: 100% !important;
  }
}
/* line 88, ../scss/_layout.scss */
.two-column .column-left hr,
.two-column .column-right hr {
  margin-bottom: 42px;
}
/* line 93, ../scss/_layout.scss */
.two-column .column-left {
  float: left;
}
/* line 97, ../scss/_layout.scss */
.two-column .column-right {
  float: right;
}
@media only screen and (max-width: 480px) {
  /* line 97, ../scss/_layout.scss */
  .two-column .column-right {
    margin-left: 0%;
  }
}

/* line 106, ../scss/_layout.scss */
.banner-container {
  width: 768px;
  height: 100%;
  margin: 0 auto;
}
/* line 111, ../scss/_layout.scss */
.banner-container .banner-left {
  width: 256px;
  float: left;
  height: 440px;
}
/* line 119, ../scss/_layout.scss */
.banner-container .banner-medium {
  width: 256px;
  float: left;
  height: 520px;
}
/* line 126, ../scss/_layout.scss */
.banner-container .banner-right {
  width: 256px;
  float: right;
  height: 480px;
}
@media only screen and (max-width: 768px) {
  /* line 106, ../scss/_layout.scss */
  .banner-container {
    width: 480px;
  }
  /* line 141, ../scss/_layout.scss */
  .banner-container .banner-right,
  .banner-container .banner-medium,
  .banner-container .banner-left {
    height: 300px;
    width: 200px;
  }
  /* line 146, ../scss/_layout.scss */
  .banner-container .banner-left {
    height: 250px;
    float: right;
    width: 260px;
  }
  /* line 152, ../scss/_layout.scss */
  .banner-container .banner-medium {
    float: left;
    height: 320px;
  }
  /* line 154, ../scss/_layout.scss */
  .banner-container .banner-medium img {
    width: 100%;
    height: auto;
  }
  /* line 162, ../scss/_layout.scss */
  .banner-container .banner-right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 106, ../scss/_layout.scss */
  .banner-container {
    width: 100%;
  }
  /* line 169, ../scss/_layout.scss */
  .banner-container .banner-left {
    display: none;
  }
  /* line 173, ../scss/_layout.scss */
  .banner-container .banner-medium {
    float: none;
    margin: 0 auto;
    padding-right: 24px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 5, ../scss/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 12, ../scss/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 19, ../scss/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 24, ../scss/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 36, ../scss/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 45, ../scss/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 50, ../scss/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 55, ../scss/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 59, ../scss/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 6, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, ../scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 28, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 33, ../scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 38, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 43, ../scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 47, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 57, ../scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 5, ../scss/_sliders.scss */
.no-js .rsContent {
  margin-bottom: 30px !important;
  height: auto;
}
/* line 9, ../scss/_sliders.scss */
.no-js .rsContent img {
  margin: 0px !important;
}

/* line 15, ../scss/_sliders.scss */
.royalSlider {
  width: 100%;
  color: #000;
}
/* line 21, ../scss/_sliders.scss */
.royalSlider .rsSlide {
  background-color: white;
}
/* line 26, ../scss/_sliders.scss */
.royalSlider .rsBullets {
  left: 0;
  width: 100%;
}
/* line 32, ../scss/_sliders.scss */
.royalSlider .rsBullets .rsBullet span {
  box-shadow: none;
  background-color: black;
}
/* line 40, ../scss/_sliders.scss */
.royalSlider .rsBullets .rsNavSelected span {
  background-color: white;
}
/* line 47, ../scss/_sliders.scss */
.royalSlider .rsArrowLeft {
  top: 50%;
  left: 20px;
  margin-top: -20px;
}
/* line 52, ../scss/_sliders.scss */
.royalSlider .rsArrowLeft .rsArrowIcn {
  background-image: url("../img/buttons/slider-arrows.png");
  background-position: 0px 0px !important;
}
/* line 58, ../scss/_sliders.scss */
.royalSlider .rsArrowRight {
  top: 50%;
  right: 20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
/* line 65, ../scss/_sliders.scss */
.royalSlider .rsArrowRight .rsArrowIcn {
  background-image: url("../img/buttons/slider-arrows.png");
  background-position: 40px 0px !important;
}
/* line 72, ../scss/_sliders.scss */
.royalSlider .rsArrowIcn {
  width: 40px;
  height: 40px;
  margin: 0px;
  border-radius: 0;
}

/* line 86, ../scss/_sliders.scss */
.svg .royalSlider .rsArrowLeft .rsArrowIcn {
  background-image: url("../img/buttons/slider-arrows.svg");
}
/* line 93, ../scss/_sliders.scss */
.svg .royalSlider .rsArrowRight .rsArrowIcn {
  background-image: url("../img/buttons/slider-arrows.svg");
}

/* line 103, ../scss/_sliders.scss */
.home .rsArrowRight {
  right: 38px;
}

/* line 110, ../scss/_sliders.scss */
#full-width-slider {
  width: 100%;
  color: #000;
}

/* line 115, ../scss/_sliders.scss */
.infoBlock {
  position: absolute;
  top: 0px;
  left: auto;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
  padding: 20px;
}

/* line 127, ../scss/_sliders.scss */
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 768px) {
  /* line 134, ../scss/_sliders.scss */
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 520px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* line 142, ../scss/_sliders.scss */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }

  /* line 145, ../scss/_sliders.scss */
  .infoBlock {
    height: auto;
    max-height: 100%;
  }
}
/* ==============
Kontaktformular
============== */
/* line 4, ../scss/_form.scss */
.form_layout_0, .form_textarea, .form_text, .form_btn, .mc-field-group input {
  font-family: "EBGaramond12-Regular", Times, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

/* line 11, ../scss/_form.scss */
.form_layout_0 ul.form_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 16, ../scss/_form.scss */
.form_layout_0 ul.form_fields li.form_field, .mc-field-group input {
  margin: 0 0 10px 0;
}

/* line 21, ../scss/_form.scss */
.form_layout_0 label.form_label,
.mc-field-group label {
  display: none;
  margin: 0 0 5px 0;
}

/* line 27, ../scss/_form.scss */
.mc-field-group input,
.form_layout_0 .form_text,
.form_layout_0 .form_textarea {
  padding: 10px;
  font-size: 18px;
  color: #222222;
  width: 94.5%;
  background-color: white;
  border: #bebebe 1px solid;
}

/* line 36, ../scss/_form.scss */
::-webkit-input-placeholder {
  color: #777777;
}

/* line 39, ../scss/_form.scss */
.form_layout_0 .form_btn {
  border: 0px;
}

/* line 42, ../scss/_form.scss */
div.wpcf7-validation-errors {
  border: 2px solid #ad007e;
  background-color: white !important;
}

/* line 47, ../scss/_form.scss */
div.wpcf7-mail-sent-ok {
  border: 1px solid #777777;
  background-color: white !important;
}

/* line 51, ../scss/_form.scss */
div.wpcf7-response-output {
  margin: 10px 0px;
  padding: 10px 10px;
  width: 94.5%;
}

/* line 57, ../scss/_form.scss */
.wpcf7-not-valid {
  border: #ad007e 1px solid !important;
  color: #ad007e !important;
}

/* line 62, ../scss/_form.scss */
span.wpcf7-not-valid-tip {
  display: none;
}

/* line 68, ../scss/_form.scss */
#mc_embed_signup .button {
  height: auto;
}

/* line 12, ../scss/main.scss */
body {
  background-color: white;
}

/* line 17, ../scss/main.scss */
#toggle-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 480px) {
  /* line 17, ../scss/main.scss */
  #toggle-menu {
    display: block;
  }
}
/* line 26, ../scss/main.scss */
#toggle-menu a {
  display: block;
  height: 0px;
  padding-top: 30px;
  width: 30px;
  overflow: hidden;
  background-image: url("../img/buttons/toggle-menu.png");
}

/* line 36, ../scss/main.scss */
.svg #toggle-menu a {
  background-image: url("../img/buttons/toggle-menu.svg");
}

/* Main Menu */
/* line 49, ../scss/main.scss */
.svg li.button a {
  background-image: url("../img/buttons/menu-labels.svg") !important;
}

/* line 58, ../scss/main.scss */
.no-js #move {
  position: relative;
  left: 0;
  top: -42px;
  width: 100%;
}
/* line 67, ../scss/main.scss */
.no-js #move #main-menu #menu {
  border-left: 0px;
  border-right: 0px;
  width: 100%;
}
/* line 72, ../scss/main.scss */
.no-js #move #main-menu #menu li {
  text-align: center;
}
/* line 78, ../scss/main.scss */
.no-js #move #labels {
  display: none;
}

/* line 85, ../scss/main.scss */
#move {
  z-index: 99;
  position: fixed;
  top: 80px;
  width: 210px;
  margin-top: 40px;
  left: -174px;
}
@media only screen and (max-width: 480px) {
  /* line 85, ../scss/main.scss */
  #move {
    position: absolute;
    width: 90%;
    left: -92%;
  }
}
/* line 100, ../scss/main.scss */
#move #main-menu #labels {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -36px;
  left: 172px;
}
/* line 109, ../scss/main.scss */
#move #main-menu #labels .tri {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 0 0 38px;
  border-color: transparent transparent transparent #222222;
  position: relative;
}
/* line 117, ../scss/main.scss */
#move #main-menu #labels .tri span {
  position: absolute;
  left: -36px;
  top: -34px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent white;
  display: block;
}
/* line 130, ../scss/main.scss */
#move #main-menu #labels li.button {
  margin: 0 0 0 2px;
  padding: 0px;
  line-height: 70px !important;
}
/* line 135, ../scss/main.scss */
#move #main-menu #labels li.button a {
  display: block;
  background-image: url("../img/buttons/menu-labels.png");
  height: 0px;
  padding-top: 0px;
  width: 37px;
  overflow: hidden !important;
}
/* line 144, ../scss/main.scss */
#move #main-menu #labels li.button a.menu {
  padding-top: 70px;
}
/* line 148, ../scss/main.scss */
#move #main-menu #labels li.button a.book-now {
  padding-top: 118px;
  background-repeat: no-repeat;
  background-position: 0 -70px;
}
@media only screen and (max-width: 480px) {
  /* line 156, ../scss/main.scss */
  #move #main-menu #labels li {
    display: none;
  }
}
/* line 163, ../scss/main.scss */
#move #main-menu #menu {
  width: 170px;
  margin: 0;
  padding: 0px 0px;
  background-color: white;
  border: 2px black solid;
}
@media only screen and (max-width: 480px) {
  /* line 163, ../scss/main.scss */
  #move #main-menu #menu {
    /**/
    width: 100%;
    /**/
  }
  /* line 169, ../scss/main.scss */
  #move #main-menu #menu li {
    font-size: 18px;
    margin: 0 0 56px 0;
    line-height: 28px;
  }
  /* line 174, ../scss/main.scss */
  #move #main-menu #menu li a {
    display: block;
    padding: 8px 15px 8px 30px !important;
    text-decoration: none;
    color: #222222;
    letter-spacing: 3px;
  }
}
/* line 190, ../scss/main.scss */
#move #main-menu #menu li {
  margin-bottom: 0;
}
/* line 194, ../scss/main.scss */
#move #main-menu #menu li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #222222;
  letter-spacing: 3px;
}
/* line 202, ../scss/main.scss */
#move #main-menu #menu li a:hover, #move #main-menu #menu li a.active {
  color: #ee3124;
  background-color: white;
}

/* Elements */
/* line 215, ../scss/main.scss */
#home-header .full {
  width: 100%;
  display: block;
  height: auto;
  text-align: center;
  position: relative;
  margin: 0px;
  margin-bottom: 78px;
}
@media only screen and (max-width: 480px) {
  /* line 215, ../scss/main.scss */
  #home-header .full {
    margin-bottom: 30px !important;
  }
}
/* line 227, ../scss/main.scss */
#home-header .full #contact {
  width: 200px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 1200px) {
  /* line 227, ../scss/main.scss */
  #home-header .full #contact {
    display: none;
  }
}
/* line 237, ../scss/main.scss */
#home-header .full #home-slider-container {
  max-width: 650px !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
}
/* line 244, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame {
  position: relative;
  z-index: 80;
}
/* line 249, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .tri,
#home-header .full #home-slider-container #home-slider-frame .tri-blank {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 0 0 38px;
  border-color: transparent transparent transparent #222222;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 90;
}
/* line 260, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .tri span,
#home-header .full #home-slider-container #home-slider-frame .tri-blank span {
  position: absolute;
  left: -36px;
  top: -34px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent white;
  display: block;
  z-index: 91;
}
/* line 274, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .tri-blank {
  z-index: 80;
  border-color: transparent white transparent transparent;
  border-width: 0 38px 38px 0;
  right: 0px;
  top: 0px;
}
/* line 283, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .top,
#home-header .full #home-slider-container #home-slider-frame .bottom {
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  z-index: 90;
  left: -18px;
  top: 18px;
}
/* line 293, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .bottom {
  top: 440px;
}
/* line 298, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .right,
#home-header .full #home-slider-container #home-slider-frame .left {
  width: 2px;
  height: 424px;
  background-color: black;
  position: absolute;
  z-index: 90;
  right: 18px;
  top: 18px;
}
/* line 308, ../scss/main.scss */
#home-header .full #home-slider-container #home-slider-frame .left {
  left: -18px;
}
@media only screen and (max-width: 768px) {
  /* line 244, ../scss/main.scss */
  #home-header .full #home-slider-container #home-slider-frame {
    display: none;
  }
}

/* line 321, ../scss/main.scss */
.footer-container {
  min-height: 37px;
  background-color: #222222;
}
@media only screen and (min-width: 768px) {
  /* line 321, ../scss/main.scss */
  .footer-container {
    position: fixed;
    z-index: 99;
    bottom: 0px;
    width: 100%;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
