.backgroundcover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gradient {
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.gradient-right {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

/* RESET
------------------------------------------------------------------------------------------------ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1 !important;
    font-weight: normal !important;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background: #fff;
    color: #333;
    font: normal 1.25em/1.375 "Corporate A W01 Regular", serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0 0 5em 0;
    overflow-x: hidden;
}

body:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    margin: 0;
    padding: 0;
    height: 5px;
    background-color: #B31B1B;
    content: "";
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
pre,
address,
table,
hr,
figure,
audio,
video {
    margin-bottom: 1.5em;
}

/* TYPOGRAPHY
------------------------------------------------------------------------------------------------ */
h1 {
    margin-bottom: .5em;
    font-size: 1.5em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.25em;
}

h1 + h2 {
    font-size: 1.2em;
    color: #808080;
    font-family: "Corporate A W01 Bold", serif;
}

h2 {
    margin-bottom: .5em;
    font-size: 1.2em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.25em;
}

h2.spaced {
    margin-top: 1.5em;
}

h2.h1 {
    margin-bottom: .5em;
    font-size: 1.5em;
    line-height: 1.25em;
}

h3 {
    margin: 2.5em 0 1.16666667em 0;
    background: url(../images/dot.png) repeat-x top left;
    background-size: 6px 3px;
    text-transform: uppercase;
    font-size: 0.6em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.66666667em;
}

h3 span {
    position: relative;
    top: -0.6em;
    display: inline-block;
    padding: 0 0.6em 0 0;
    background: #FFF;
}

h3 small {
    position: absolute;
    display: block;
    font-size: 1em;
    line-height: 1;
    margin-top: -0.75em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

h4 {
    font-size: 0.7em;
    font-family: "Corporate A W01 Bold", serif;
    margin-bottom: .5em;
}

h5 {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin-bottom: .5em;
    line-height: 1.3;
}

h6 {
    text-transform: uppercase;
    font-size: 0.75em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.33333333em;
}

h1.dotted,
.h1.dotted,
h2.dotted,
.h2.dotted,
h3.dotted,
.h3.dotted,
h4.dotted,
.h4.dotted,
h5.dotted,
.h5.dotted,
h6.dotted,
.h6.dotted {
    background: url(../images/dot.png) repeat-x 0 80%;
    background-size: 6px 3px;
    line-height: 1;
}

h1.dotted span,
.h1.dotted span,
h2.dotted span,
.h2.dotted span,
h3.dotted span,
.h3.dotted span,
h4.dotted span,
.h4.dotted span,
h5.dotted span,
.h5.dotted span,
h6.dotted span,
.h6.dotted span {
    display: inline-block;
    padding-right: 17px;
    background: #ffffff;
}

a,
:focus {
    outline: 0;
}

a {
    color: #B31B1B;
    text-decoration: none;
}

a.grey {
    color: #808080;
}

a.darkGrey {
    color: #333;
}

a:visited {
    color: #B31B1B;
    text-decoration: none;
}

a:visited.grey {
    color: #808080;
}

a:visited.darkGrey {
    color: #333;
}

a:hover {
    color: #B31B1B;
    text-decoration: underline;
}

a:hover.grey {
    color: #808080;
}

a:hover.darkGrey {
    color: #333;
}

a:active {
    color: #B31B1B;
    text-decoration: underline;
}

a img {
    border: 0 none;
}

strong,
b {
    font-family: "Corporate A W01 Bold", serif;
}

strong.font2,
b.font2 {
    font-family: "Corporate S W01 Bold", sans-serif;
}

strong.red,
b.red {
    color: #B31B1B;
}

strong.red img,
b.red img {
    display: inline;
}

small {
    color: #999;
    text-transform: uppercase;
    font-size: 0.6em;
    font-family: "Corporate S W01 Regular", sans-serif;
}

small.center {
    display: block;
    margin-bottom: 2em;
    text-align: center;
}

small.center:before,
small.center:after {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #e5e5e5;
    content: "";
}

strike,
del {
    text-decoration: line-through;
}

pre,
code,
kbd,
samp {
    font-size: .875em;
    font-family: "Consolas Regular", "Lucida Console", Monaco, monospace;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

mark {
    padding: 1px 3px;
    background: #ff6;
}

blockquote {
    margin-bottom: 1.5em;
    padding: 0 0 0 1em;
    border-left: 3px solid #CCC;
    font-style: normal;
}

blockquote span {
    font-family: "Corporate S W01 Regular", sans-serif;
    font-style: normal;
}

blockquote span strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

audio {
    width: 100%;
    margin-bottom: .5em;
}

hr {
    display: block;
    height: 0;
    border: 0;
    height: 3px;
    background: red;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
}

hr.spaced {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

hr.spacedtop {
    margin-top: 2.5em;
}

hr.detailhr {
    display: none;
}

hr + .pagination {
    margin-top: -0.75em;
}

ul {
    margin-left: 2em;
    list-style: square outside;
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-left: 2em;
    list-style: decimal outside;
}

ol ol {
    margin-bottom: 0;
}

p {
    margin: 0 0 1em 0;
    font-size: 0.7em;
    line-height: 1.42857143em;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}

p.big {
    font-size: 0.8em;
    line-height: 1.375em;
}

p.teasertext {
    font-family: "Corporate A W01 Bold", serif;
    margin-bottom: 0;
}

.font2 {
    font-family: "Corporate S W01 Regular", sans-serif;
}

.font2 strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

figure {
    margin-bottom: 1em;
}

figure figcaption {
    margin: 1.42857143em 0 0 0;
    font-size: 0.7em;
    line-height: 1.42857143em;
    color: #808080;
}

figure figcaption strong {
    font-family: "Corporate A W01 Bold", serif;
}

figure img {
    margin-bottom: 1.5em;
}

time {
    display: block;
    color: #333;
}

time > div {
    float: left;
    margin: 0 0.5em 0 0;
    width: 2em;
    height: 2em;
    border: #303030 2px solid;
    border-radius: 4px;
    text-align: center;
    font-size: 0.8em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: .9;
}

time > div span {
    display: block;
    margin: 0.5em 0 0 0;
    text-transform: uppercase;
    font-size: 0.625em;
}

time > div + p {
    line-height: 1.25em;
}

time > div + p strong {
    display: block;
}

.btn,
.rex-xform input[type=submit],
.submit {
    -webkit-appearance: none;
    margin: 2em 0 0.5em 0;
    padding: 1em 1.5em 0.8em 1.5em;
    font-size: 0.5em;
    line-height: 1.2em;
    cursor: pointer;
    border: #999 2px solid;
    border-radius: 0;
    background: #999;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Corporate S W01 Bold", sans-serif;
    letter-spacing: 0.125em;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
}

.btn:visited,
.rex-xform input[type=submit]:visited,
.submit:visited {
    color: #FFF;
}

.btn:hover,
.rex-xform input[type=submit]:hover,
.submit:hover {
    color: #FFF;
    background: #B31B1B;
    border-color: #B31B1B;
    text-decoration: none;
}

.more {
    font-family: "Corporate A W01 Bold", serif;
}

.more:after {
    content: " ›";
}

.twitter-follow-button {
    display: block;
    margin: 0 auto;
}

.form-element-hidden {
    display: none !important;
}

/* MEDIA
------------------------------------------------------------------------------------------------ */
img {
    -ms-interpolation-mode: bicubic;
}

img,
object,
embed {
    display: block;
    margin-bottom: 1em;
    max-width: 100%;
    width: auto;
    width: auto \9;
    /* IE Fix */
    height: auto;
    border: 0;
    vertical-align: middle;
}

audio,
canvas,
video {
    display: inline-block;
}

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

/* Disable max-width for Google Map images */
#map_canvas img,
.google-maps img {
    max-width: none;
}

/* TABLES
------------------------------------------------------------------------------------------------ */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

colgroup {
    border: 1px solid #111;
}

th,
td {
    padding: 0;
    border-bottom: 1px solid #111;
    color: inherit;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    font-family: inherit;
}

tbody td[colspan] {
    text-align: center;
}

.ie8 tbody td[colspan] {
    text-align: left;
}

tfoot td {
    color: #777;
}

/* Responsive Table Wrapper */
.responsive-table {
    overflow-x: auto;
    margin-bottom: 1.5em;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -webkit-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -moz-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -o-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
    background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0));
    background-attachment: local, local, scroll, scroll;
    background-position: 0 0, 100% 0, 0 0, 100% 0;
    background-size: 5em 100%, 5em 100%, .5em 100%, .5em 100%;
    background-repeat: no-repeat;
}

.responsive-table table {
    margin: 0;
}

.fb-like-box {
    width: 99.5% !important;
    margin: 0 .25% .4em .25% !important;
}

.fb-like-box span,
.fb-like-box span iframe,
#___page_0,
#___page_0 iframe {
    width: 100% !important;
}

/* Fix für flexibles Facebook Plugin */
/* HELPER CLASSES
------------------------------------------------------------------------------------------------ */
.left {
    float: left !important;
}

.left.withSpace {
    padding-right: 4.6% !important;
    width: 34%;
}

.left.withSpace img {
    margin-bottom: 0.75em;
}

.right {
    float: right !important;
}

.right.withSpace {
    padding-left: 4.6% !important;
    width: 34%;
}

.right.withSpace img {
    margin-bottom: 0.75em;
}

.normal {
    font-weight: normal !important;
}

.cf:before,
.cf:after {
    display: table;
    content: "";
}

.cf:after,
.clear {
    clear: both;
}

.formerror,
.formgen_error {
    color: #B31B1B;
}

.flexform {
    margin-right: 1.962%;
}

.flexform > div {
    vertical-align: top;
    clear: both;
}

.flexform span {
    display: block;
    clear: both;
}

.flexform span input[type=radio],
.flexform span input[type=checkbox] {
    display: inline-block;
    width: auto;
    position: absolute;
}

.flexform span label {
    font-family: "Corporate S W01 Regular", sans-serif;
    float: none;
    display: inline-block;
    margin: 0 0 0 2em;
    width: auto;
}

.flexform span input[type=text],
.flexform span textarea {
    width: 100%;
}

.flexform label {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    float: left;
    line-height: 1.5em;
    padding: 0 1em 0 0;
}

.flexform input,
.flexform select,
.flexform textarea {
    display: block;
    width: 100%;
    font-size: 0.7em;
    padding: 0.42857143em;
    border: #808080 1px solid;
    margin: 0 0 1em 0;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.flexform textarea {
    height: 10em;
    resize: vertical;
    min-height: 6em;
}

.flexform .margin p {
    margin-top: 1em;
}

.rex-xform > p,
.xform > p {
    vertical-align: top;
    clear: both;
    font-size: 1em;
}

.rex-xform span,
.xform span {
    display: block;
    clear: both;
}

.rex-xform span input[type=radio],
.xform span input[type=radio],
.rex-xform span input[type=checkbox],
.xform span input[type=checkbox] {
    display: inline-block;
    width: auto;
}

.rex-xform span label,
.xform span label {
    font-family: "Corporate S W01 Regular", sans-serif;
    float: none;
    display: inline-block;
    width: auto;
}

.rex-xform span input[type=text],
.xform span input[type=text],
.rex-xform span textarea,
.xform span textarea {
    width: 100%;
}

.rex-xform label,
.xform label {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.5em;
    padding: 0 1em 0 0;
}

.rex-xform label strong,
.xform label strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.rex-xform input,
.xform input,
.rex-xform select,
.xform select,
.rex-xform textarea,
.xform textarea {
    display: block;
    width: 100%;
    font-size: 0.7em;
    padding: 0.42857143em;
    border: #808080 1px solid;
    margin: 0 0 1em 0;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.rex-xform .formlabel-agb,
.xform .formlabel-agb,
.rex-xform .formlabel-teilnahmebedingungen,
.xform .formlabel-teilnahmebedingungen,
.rex-xform .formlabel-newsletter,
.xform .formlabel-newsletter {
    clear: both;
}

.rex-xform .formlabel-agb input,
.xform .formlabel-agb input,
.rex-xform .formlabel-teilnahmebedingungen input,
.xform .formlabel-teilnahmebedingungen input,
.rex-xform .formlabel-newsletter input,
.xform .formlabel-newsletter input {
    width: 5%;
    display: inline-block;
}

.rex-xform .formlabel-agb label,
.xform .formlabel-agb label,
.rex-xform .formlabel-teilnahmebedingungen label,
.xform .formlabel-teilnahmebedingungen label,
.rex-xform .formlabel-newsletter label,
.xform .formlabel-newsletter label {
    width: 95%;
    float: right;
    text-align: left;
}

.rex-xform textarea,
.xform textarea {
    height: 10em;
    resize: vertical;
    min-height: 6em;
}

.rex-xform input[type=submit],
.xform input[type=submit] {
    width: auto;
}

.rex-xform .radio,
.xform .radio {
    clear: both;
}

.rex-xform .radio input[type=radio],
.xform .radio input[type=radio] {
    margin: .3em 0 0 0;
    width: auto;
    float: left;
}

.rex-xform .radio label,
.xform .radio label {
    font-size: 1em;
    float: left;
    padding: 0 0 0 .5em;
    width: 90%;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.rex-xform .text,
.xform .text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rex-xform strong.small,
.xform strong.small {
    display: block;
    font-size: .7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin: 1.75em 0 0 0;
    padding: 0 0 0 2em;
}

.rex-xform .margin p,
.xform .margin p {
    margin-top: 1em;
}

.rex-xform .form_warning,
.xform .form_warning {
    color: #B31B1B;
    margin: 0;
    list-style: none;
    margin-bottom: 1em;
}

.rex-xform .form_warning li,
.xform .form_warning li {
    color: #B31B1B;
    font-size: 0.7em;
    line-height: 1.35714286em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.rex-xform .form_warning li:before,
.xform .form_warning li:before {
    content: '- ';
}

.rex-xform .form_warning + input[type=text],
.xform .form_warning + input[type=text] {
    border-color: #B31B1B;
}

.more {
    font-weight: 500;
}

.more:after {
    content: " ›";
}

.grey {
    color: #808080;
}

@media only screen and (min-width: 640px) {
    h1 {
        margin-bottom: 0.47619048em;
        font-weight: bold;
        font-weight: 500;
        font-size: 2.1em;
        font-family: "Corporate S W01 Bold", sans-serif;
        line-height: 1.125;
    }

    h1 + h2 {
        margin-top: -0.41666667em;
        color: #808080;
        font-family: "Corporate A W01 Bold", serif;
    }

    h2 {
        margin-bottom: .75em;
        font-weight: bold;
        font-weight: 500;
        font-size: 1.2em;
        font-family: "Corporate S W01 Bold", sans-serif;
        line-height: 1.16666667em;
    }

    h2.spaced {
        margin-top: 2em;
        clear: both;
    }

    h2.h1 {
        margin-bottom: 0.47619048em;
        font-size: 2.1em;
        line-height: 1.125;
    }

    h3 {
        margin: 4.66666667em 0 2.16666667em 0;
        font-size: 0.6em;
    }

    h3.nospacing {
        margin-top: 2.5em;
    }

    h3 span {
        padding: 0 1em 0 0;
    }

    h4 {
        font-size: 0.9em;
    }

    h5 {
        font-size: 0.8em;
    }

    p {
        font-size: 0.8em;
        line-height: 1.375em;
        /* TODO: Noch nötig? */
    }

    p.big {
        font-size: 1em;
        line-height: 1.3em;
    }

    hr.detailhr {
        display: block;
    }

    time {
        display: block;
    }

    time > div {
        margin: 0 0.7em 0 0;
        width: 2.4em;
        height: 2.4em;
        border-radius: 4px;
    }

    time > div span {
        margin: 0.66666667em 0 0 0;
        font-size: 0.6em;
    }

    time > div + p {
        line-height: 1.25em;
    }
}

@media only screen and (min-width: 640px) {
    .flexform {
        margin-right: 1.962%;
    }

    .flexform div {
        clear: left;
        margin-bottom: .25em;
    }

    .flexform span {
        display: inline-block;
        width: 70%;
    }

    .flexform span label {
        margin: -0.75em 0 0 2em;
    }

    .flexform label {
        font-size: 0.7em;
        width: 30%;
        display: inline-block;
        padding: .5em 3% .5em 0;
    }

    .flexform input,
    .flexform select,
    .flexform textarea {
        display: inline-block;
        width: 70%;
        font-size: 0.7em;
        padding: 0.42857143em;
        border: #808080 1px solid;
        margin: 0 0 1em 0px;
    }

    .flexform .margin {
        margin-left: 30%;
        padding: 0 0 0 3px;
    }

    .xform strong.small {
        margin: 1.75em 0 0 28%;
    }

    .rex-xform p {
        clear: left;
        margin-bottom: .25em;
    }

    .rex-xform span {
        display: inline-block;
        width: 70%;
    }

    .rex-xform label {
        font-size: 0.7em;
        width: 30%;
        float: left;
        display: inline-block;
        padding: .5em 3% .5em 0;
    }

    .rex-xform input,
    .rex-xform select,
    .rex-xform textarea {
        display: inline-block;
        width: 70%;
        font-size: 0.7em;
        padding: 0.42857143em;
        border: #808080 1px solid;
        margin: 0 0 1em 0px;
    }

    .rex-xform .formsubmit {
        margin-left: 30%;
        padding: 0 0 0 3px;
    }

    .rex-xform .radio input[type=radio] {
        margin: -0.4em 0 0 0;
        margin-left: 30%;
    }

    .rex-xform .radio label {
        font-size: .875em;
        width: 50%;
    }

    .left.withSpace {
        padding-right: 2% !important;
        width: 25.5%;
        max-width: 255px;
    }

    figure.left {
        width: 33.333% !important;
        max-width: 336px !important;
    }

    .right.withSpace {
        padding-left: 2% !important;
        width: 25.5%;
        max-width: 255px;
    }

    figure.right {
        width: 33.333% !important;
        max-width: 336px !important;
    }
}

@media only screen and (min-width: 920px) {
    .flexform {
        margin-right: 1.962%;
    }
}

.ie8 {
    /* >_< */
}

.ie8 hr,
.ie8 h3 {
    background-image: url(../images/dotIE8.png);
}

.ie8 .masthead > div nav.subline ul li:after {
    line-height: 0.45em;
}

.ie8 .box {
    width: 23% !important;
    zoom: 1;
    *zoom: 1;
    *display: inline;
}

.ie8 .box.width2 {
    width: 48% !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
	Module in dieser Datei:
	#container
	.masthead
	.mainnav
	.main
	.up
	#nav-toggle
*/
#container {
    margin: 0 auto;
    max-width: 64.75em;
    min-height: 1000px;
}

#container.side {
    width: 100%;
}

.masthead {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 105px;
    background: #FFF;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 5px 0 rgba(0, 0, 0, 0.05);
    border-top: 5px solid #B31B1B;
}

.masthead.side {
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    transform: translateX(242px);
}

.masthead.searchActive > div .options .search-btn {
    display: none;
}

.masthead.searchActive > div .options .search {
    display: block;
}

.masthead > div {
    overflow: hidden;
    margin: 0 4.6%;
    height: auto;
}

.masthead > div .logo {
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
    line-height: 0;
    vertical-align: bottom;
}

.masthead > div .logo span {
    display: block;
    margin: 0 0 0 0 !important;
    width: 145px;
    height: 35px;
    background: url(../images/logo2.svg);
    background-size: 145px 35px;
}

.masthead > div .logo span img {
    display: none;
}

.masthead > div nav.subline {
    display: none;
}

.masthead > div nav.subline ul {
    margin: 0;
    list-style: none;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.masthead > div nav.subline ul li {
    float: left;
    padding: 0.83333333em 0.41666667em 0 0.41666667em;
    color: #808080;
    text-transform: uppercase;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 0.6em;
    line-height: 1em;
    vertical-align: bottom;
}

.masthead > div nav.subline ul li:after {
    display: inline-block;
    padding: 0 0 0 0.25em;
    content: "·";
    font-size: 1.66666667em;
    line-height: 0.6em;
    vertical-align: bottom;
}

.masthead > div nav.subline ul li:first-child {
    padding-left: 0;
}

.masthead > div nav.subline ul li:last-child:after {
    color: transparent;
}

.masthead > div nav.subline ul li a {
    color: inherit;
    font-size: inherit;
    height: 1.66666667em;
}

.masthead > div .options {
    margin: 0.85em 0 0 0;
    padding: 0 0 .35em 0;
    border-bottom: #CCC 1px solid;
}

.masthead > div .options iframe {
    position: relative;
    top: -2px;
    float: right;
}

.masthead > div .options > a,
.masthead > div .options button {
    position: relative;
    float: right;
    margin: 0.11538462em 0.38461538em 0 0;
    width: 1.07692308em;
    height: 1.07692308em;
    line-height: 1.07692308em;
    border: 0;
    text-align: center;
    background: transparent;
    color: #adadad;
    cursor: pointer;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 1.3em;
}

.masthead > div .options > a:hover,
.masthead > div .options button:hover {
    color: #949494;
    text-decoration: none;
}

.masthead > div .options > a span,
.masthead > div .options button span {
    position: absolute;
    top: -7px;
    right: -7px;
    display: block;
    padding: 0 0.33333333em;
    border: #FFF 2px solid;
    border-radius: 5px;
    background: #B31B1B;
    color: #FFF;
    text-align: center;
    font-size: 0.46153846em;
    line-height: 1.33333333em;
    background-clip: padding-box;
}

.masthead > div .options .search {
    display: none;
    float: left;
    position: absolute;
    right: 100px;
    top: 14px;
}

.masthead > div .options .search:before {
    position: absolute;
    top: .4em;
    left: .3em;
    font-size: .875em;
    color: #808080;
}

.masthead > div .options .search input[type=text] {
    display: block;
    padding: 0 2.14285714em 0 2.14285714em;
    height: 2.14285714em;
    width: 150px;
    border: #cdcdcd 2px solid;
    border-radius: 15px;
    font-size: 0.7em;
}

.mainnav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 53;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px 0 0 1.54440154%;
    width: 235px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    transition: left 250ms ease;
    box-shadow: -1px 0px 0 #d9d9d9 inset, -5px 0px 0 #f2f2f2 inset;
    display: none;
}

.mainnav.side {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    display: block;
}

.mainnav > div {
    margin: -3px 9.2% 0 2.6%;
    background: url(../images/dot.png) repeat-x top left;
    background-size: 6px 3px;
}

.mainnav > div > ul {
    list-style: none;
}

.mainnav > div > ul.top {
    margin: 2.85em 0 0 0;
    padding: .8em 0 1em 0;
}

.mainnav > div > ul.top > li {
    line-height: 1.3em;
}

.mainnav > div > ul.top > li > svg.nav-toggle-elem{
    position: absolute;
    top: 18px;
    left: 195px;
    width: 16px;
    height: 16px;
}

.mainnav > div > ul.top > li.open > ul {
    display: block;
}

.mainnav > div > ul.top > li > a {
    color: #333;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1.625em;
}

.mainnav > div > ul.top > li > a:hover {
    color: #B31B1B;
    text-decoration: none;
}

.mainnav > div > ul.top > li > ul {
    display: none;
    margin: 0 0 0.25em 1.35em;
    padding: 0;
    list-style: none;
}

.mainnav > div > ul.top > li ul > li a {
    color: #333;
    font-size: 19px;
    line-height: 1.25em;
}

.mainnav > div > ul.top .mainnav-account {
    margin-top: 10px;
}

.mainnav > div > ul.second {
    margin: 0;
    padding: 1em 0 1.5em 0;
    background: url(../images/dot.png) repeat-x top left;
    background-size: 6px 3px;
}

.mainnav > div > ul.second > li {
    line-height: 1em;
}

.mainnav > div > ul.second > li > a {
    color: #999;
    font-size: 0.7em;
    font-family: "Corporate S W01 Regular", sans-serif;
    line-height: 1.42857143em;
}

.mainnav > div > ul.second > li > a:hover {
    color: #B31B1B;
    text-decoration: none;
}

.mainnav > div > ul.second + .share + p {
    background: url(../images/dot.png) repeat-x top left;
    background-size: 6px 3px;
}

.mainnav > div > ul.benefits {
    margin: 0;
    padding: 0 0 2.5em 0;
}

.mainnav > div > ul.benefits > li {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 14px;
    padding: 4px 0;
}

.mainnav > div > ul.benefits > li svg {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px;
    height: 17px;
}

.mainnav > div > ul.benefits > li svg path,
.mainnav > div > ul.benefits > li svg polygon {
    fill: #B31B1B;
}

.mainnav > div > ul.bottom {
    margin: 0;
    padding: 1em 0 1em 0;
}

.mainnav > div > ul.bottom > li {
    line-height: 1em;
}

.mainnav > div > ul.bottom > li > a {
    color: #999;
    font-size: 0.7em;
    line-height: 1.42857143em;
}

.mainnav > div > ul.bottom > li > a:hover {
    color: #B31B1B;
    text-decoration: none;
}

.mainnav > div > p {
    padding: 1.42857143em 0 0 0;
    font-size: 0.7em;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.author-nav-li{
    display: flex;
}

.author-nav-li .icon-users{
    font-size: 16px;
    margin-right: 4px;
}

.author-nav-li a{
    display: flex;
}

.main {
    margin: 62px 0 0 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    position: relative;
    z-index: 100;
    background: #FFF;
}

.main.side {
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    transform: translateX(242px);
}

.main .content {
    float: left;
    margin: 0 0 0 4.65%;
    padding: 0 0 0 5px;
    width: 95.4%;
}

.main .content > * {
    margin-left: -5px !important;
    margin-right: 4.6%;
}

.main .content.wide {
    width: 95.4%;
}

.main .content > hr {
    margin-right: 4.6%;
}

.main .content > p {
    font-size: 0.8em;
    line-height: 1.375em;
}

.main .content > p.smaller {
    font-size: 0.7em;
    line-height: 1.35714286em;
}

.main .content.book {
    margin-bottom: 1em;
}

.main .content.book > figure {
    margin-left: 1em !important;
    margin-bottom: .25em;
}

.main > aside {
    margin: 0 0 0 4.6%;
    width: 95.4%;
    clear: both;
}

.main > aside.withoutcover .icon-down-open {
    display: none;
}

.main > aside.withoutcover .icon-down-open + div {
    margin-top: 5.2em;
    display: block;
}

.main > aside h3 {
    margin-right: 4.2%;
}

.main > aside p {
    font-size: 0.7em;
}

.main > aside p strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.main > aside > a {
    font-size: 0.7em;
    line-height: 1em;
}

.main > aside table {
    font-size: 0.7em;
}

.main > aside table td {
    border-bottom: 0;
}

.main > aside table td + td {
    text-align: right;
}

.main > aside .btn {
    display: block;
    width: 100%;
}

.up {
    display: none;
    margin: 0;
    position: fixed;
    z-index: 1000;
    background: #FFF;
    bottom: 20px;
    left: 4.6%;
    color: #999;
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 2.5em;
    padding: 0 0.83333333em 0 0.41666667em;
    font-family: "Corporate S W01 Regular", sans-serif;
    border-radius: 3px;
    border: #CCC 1px solid;
    cursor: pointer;
    box-shadow: 0 0 0 7px #FFF;
}

.up:before {
    font-size: 1.2em;
}

.up:hover {
    text-decoration: none;
    color: #B31B1B;
    border-color: #B31B1B;
}

#nav-toggle {
    position: absolute;
    top: 1em;
    left: 4.6%;
    z-index: 2000;
    display: block;
    margin: 0;
    padding: 0 0.71428571em 0 0.42857143em;
    height: 2.28571429em;
    border: #CCC 1px solid;
    background: #FFF;
    color: #999;
    font-size: 0.7em;
    font-family: "Corporate S W01 Regular", sans-serif;
    line-height: 2.42857143em;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    transition: left 250ms ease;
    cursor: pointer;
}

#nav-toggle:hover {
    background: #B31B1B;
    border-color: #B31B1B;
    color: #FFF;
}

#nav-toggle:before {
    position: relative;
    top: 2px;
    font-size: 1.4em;
}

@media only screen and (min-width: 480px) {
    .content {
        margin: 0 -10px 0 2.7%;
        width: 65.54%;
        padding: 0 0 0 5px;
    }

    .content > * {
        margin-left: -5px !important;
    }

    .content.wide {
        width: 98.07692308%;
        padding: 0 0 0 5px;
    }

    .content.wide > * {
        margin-right: 2.62%;
    }

    .content.book {
        margin-bottom: .25em;
    }

    .content.book > figure {
        margin-left: 1em !important;
        margin-bottom: 0;
    }

    .content > hr {
        margin-right: 3.1%;
    }
}

@media only screen and (min-width: 640px) {
    .masthead {
        height: 168px;
    }

    .masthead.side {
        -webkit-transform: translateX(12.4em);
        -moz-transform: translateX(12.4em);
        transform: translateX(12.4em);
    }

    .masthead > div {
        margin: 0 2.7%;
    }

    .masthead > div .logo {
        display: block;
        margin: 1em 0 0 0;
    }

    .masthead > div .logo span {
        width: 520px;
        height: 30px;
        background: url(../images/logo.svg);
        background-size: 520px 30px;
    }

    .masthead > div nav.subline {
        display: block;
    }

    .masthead > div .options {
        padding: 0 0 0.85em 0;
        border-bottom: #CCC 1px solid;
    }

    .masthead > div .options .search input[type=text] {
        width: 250px;
    }

    .ie8 .masthead > div .logo span {
        width: 523px;
        height: 29px;
        background: url(../images/logo-mobile.png);
    }

    .mainnav > div > ul.top {
        margin-top: 3.32em;
    }

    .mainnav > div > ul.top > li > svg.nav-toggle-elem{
        top: 28px;
    }

    .main {
        margin: 168px 0 0 0;
    }

    .main.side {
        -webkit-transform: translateX(261px);
        -moz-transform: translateX(261px);
        transform: translateX(261px);
    }

    .main > aside {
        clear: none;
        float: right;
        margin: 0 1.5% 0 0;
        width: 29.9%;
    }

    .main > aside p {
        font-size: 0.7em;
    }

    .main > aside p strong {
        font-family: "Corporate A W01 Bold", serif;
    }

    .main > aside p strong.font2 {
        font-family: "Corporate S W01 Bold", sans-serif;
    }

    .main > aside > a {
        font-size: 0.7em;
        line-height: 1em;
    }

    .main > aside table {
        font-size: 0.7em;
    }

    .main > aside table td {
        border-bottom: 0;
    }

    .main > aside table td + td {
        text-align: right;
    }

    .main > aside .btn {
        display: block;
        width: 100%;
    }

    .main .content {
        margin: 0 -10px 0 2.7%;
        width: 65.54%;
        padding: 0 0 0 5px;
    }

    .main .content > * {
        margin-left: -5px !important;
    }

    .main .content > p {
        font-size: 1em;
        line-height: 1.3em;
    }

    .main .content.wide {
        width: 98.07692308%;
        padding: 0 0 0 5px;
    }

    .main .content.wide > * {
        margin-right: 2.62%;
    }

    .main .content > hr {
        margin-right: 3.1%;
    }

    .up {
        left: 2.7%;
    }

    #nav-toggle {
        top: 1.4em;
        left: 2.7%;
    }
}

@media only screen and (min-width: 920px) {
    .narrow .content.wide > h1,
    .narrow .content.wide > h2,
    .narrow .content.wide > p {
        max-width: 745px;
        /* TODO: In einzelne EMs umrechnen, bzw. für alle/welche Elemente? */
    }

    .masthead {
        height: 129px;
        position: absolute;
        left: auto;
        box-shadow: none;
    }

    .masthead.side {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .masthead > div {
        margin: 0 1.54440154% 0 21.23552124%;
        height: 129px;
        background: url(../images/dot.png) repeat-x bottom left;
        background-size: 6px 3px;
    }

    .masthead > div .logo {
        display: inline-block;
        margin: 1.2em 0 0 0;
        width: 370px;
    }

    .masthead > div .logo span {
        float: left;
        margin: 0;
        width: 366px;
        height: 70px;
        background: url(../images/logo2.svg) left top;
        background-size: 366px 70px;
    }

    .masthead > div .options {
        float: right;
        margin: 0.85em 0 0 0;
        border: 0;
    }

    .masthead > div .options .search-btn {
        display: none;
    }

    .masthead > div .options .search {
        float: left;
        display: block;
        position: absolute;
        top: .95em;
        right: 5.65em;
    }

    .masthead > div .options .search input[type=text] {
        display: block;
        padding: 0 2.14285714em 0 2.14285714em;
        height: 2.14285714em;
        border: #cdcdcd 2px solid;
        border-radius: 15px;
        font-size: 0.7em;
        width: 200px;
        -webkit-transform: translate3D(0, 0, 0);
        -moz-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
        background: transparent;
    }

    .masthead > div .options .search .close {
        display: none;
        position: absolute;
        background: #CCC;
        left: 222px;
        top: 4px;
        color: #FFF;
        width: 1.125em;
        height: 1.125em;
        line-height: 1em;
        font-size: 0.8em;
        border-radius: 50%;
        text-align: center;
        padding: 0.125em 0 0 0;
    }

    .masthead > div .options .search .suggestions {
        display: none;
        position: absolute;
        background: #FFF;
        width: 137.5%;
        padding: 0;
        border-radius: 3px;
        top: 1.8em;
        border: #CCC 1px solid;
        opacity: .95;
    }

    .masthead > div .options .search .suggestions > span,
    .masthead > div .options .search .suggestions > span:after {
        position: absolute;
        top: -11px;
        left: 20px;
        display: block;
        margin: 0 0 -10px -10px;
        width: 0;
        height: 0;
        border-right: transparent 10px solid;
        border-bottom: #CCC 10px solid;
        border-left: transparent 10px solid;
        content: "";
    }

    .masthead > div .options .search .suggestions > span:after {
        left: 0px;
        top: 1px;
        border-bottom: #FFF 10px solid;
    }

    .masthead > div .options .search .suggestions h5 {
        line-height: 2.5em;
        border-bottom: #CCC 1px solid;
        padding: 0 0.9375em;
    }

    .masthead > div .options .search .suggestions h6 {
        margin: 1em 0 0 2.33333333em;
    }

    .masthead > div .options .search .suggestions h6:before {
        position: absolute;
        left: 10px;
    }

    .masthead > div .options .search .suggestions p {
        margin: 0;
        padding: 0 0 0.71428571em 0;
        font-size: 0.7em;
        border-bottom: #CCC 1px solid;
    }

    .masthead > div .options .search .suggestions p:last-child {
        border: 0;
    }

    .masthead > div .options .search .suggestions p span {
        display: block;
        padding: 0.25em 0 0 2.5em;
    }

    .masthead > div .options .search .suggestions p span:last-child {
        background: none;
    }

    .masthead > div .options .search .suggestions p span.to-all {
        padding: 1em 0 0.75em 2.5em;
    }

    .masthead > div .options .search .suggestions p span.to-all a {
        font-family: "Corporate A W01 Bold", serif;
    }

    .ie8 .masthead > div {
        background: url(../images/dotIE8.png) repeat-x bottom left;
    }

    .ie8 .masthead > div .logo span {
        width: 363px !important;
        height: 64px !important;
        background: url(../images/logo-desktop.png) !important;
    }

    .mainnav {
        position: absolute;
        left: auto;
        top: 135px;
        display: block;
        width: 18.14671815%;
        overflow: visible !important;
        box-shadow: none;
        z-index: 1100;
    }

    .mainnav.side {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .mainnav > div {
        margin: -3px 0 0 0;
    }

    .mainnav > div > ul.top {
        margin: 0;
    }

    .mainnav > div > ul.top > li > svg.nav-toggle-elem{
        display: none;
    }

    .main {
        margin: 129px 0 0 19.69111969%;
        left: auto;
    }

    .main.side {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .main > aside {
        clear: none;
        float: right;
        margin: 0 1.92307692% 0 0;
        width: 22.59615385%;
    }

    .main .content {
        margin: 0 -10px 0 1.92307692% !important;
        padding: 0 0 0 5px;
        width: 74.05%;
    }

    .main .content > * {
        margin-left: -5px !important;
        margin-right: 2.6%;
    }

    .main .content.wide {
        width: 98.559%;
    }

    .main .content.wide > * {
        margin-right: 2.5%;
    }

    .main .content.wide > hr {
        margin-right: 2.5%;
    }

    .main .content > h1,
    .main .content > h2,
    .main .content > h3,
    .main .content > h4,
    .main .content > p,
    .main .content > h1,
    .main .content .tocontact2 {
        margin-right: 1.962%;
    }

    .main .content > hr {
        margin-right: 3.1%;
    }

    .main .content > h3 {
        margin-right: 4.2%;
    }

    .main .content > ul {
        padding-left: 1em;
    }

    .main .content > ul li {
        margin-bottom: 1em;
    }

    #nav-toggle {
        display: none;
    }

    .up {
        left: 21.2%;
    }
}

@media only screen and (min-width: 1100px) {
    .masthead {
        height: 129px;
    }

    .masthead > div {
        height: 129px;
    }
}

@media only screen and (min-width: 1295px) {
    .masthead {
        width: 64.75em;
        height: 6.45em;
    }

    .masthead > div {
        overflow: hidden;
        margin: 0 1.54440154% 0 21.23552124%;
        height: 6.45em;
    }

    .mainnav {
        margin: -1px 0 0 0.95em;
        width: 235px;
    }

    .up {
        left: 50%;
        margin: 0 0 0 -31.05em;
    }
}

.ie8 .mainnav > div {
    background-image: url(../images/dotIE8.png);
}

.ie8 .mainnav > div > ul.second {
    background-image: url(../images/dotIE8.png);
}

.ie8 .mainnav > div > ul.second + .share + p {
    background-image: url(../images/dotIE8.png);
}

/*
	Module in dieser Datei:
	.share 				(Links und rechts in den Randspalten)
	.newsletter-btn 	(Links in der Spalte)
	.breadcrumb			(Oben auf fast jeder Seite)
	.orders				(Rechts auf der Buchdetailseite)
	.box 				(Allgemeines Modul für Boxen)
	.file				(Modul für Downloads)
	.book 				(Buchdetailseite oben)
	.book-more-infos	(Ausklappbar auf der rechts Seite der Buchdetailseite)
	.author				(Buchdetail Seite: Autor)
	.more-books			(Buchdetail: Weitere Bücher)
	.further-infos		(?????!!!!)
	.recommendations	(Slider für empfohlene Bücher)
	.banner				(Schmaler Banner (derzeit ausgebaut))
	.viewswitch			(Bücherseite: Switch für Listen/Rasterdarstellung)
	.pagination			(Bücherseite: Paginierung)
	.listboxes			(Bücherseite: Wrapper für die Bücher)
	.box.listbox 		(Bücherseite: Buch)
	.verlag 			(Verlagsseite: Verlag)
	.carousel 			(Startseite: Karussell)
	.slider 			(Buchdetail: Buchslider)
	.slideAnimation		(Kinderbuch: Animation)
	.agefilter 			(Kinderbuch: Alters Filter)
	.quiz 				(Quiz)
*/
.author-reading {
    position: static;
    background: -moz-linear-gradient(to right, lightgrey 0%, white 80%);
    background: -webkit-linear-gradient(to right, lightgrey 0%, white 80%);
    background: -o-linear-gradient(to right, lightgrey 0%, white 80%);
    background: -ms-linear-gradient(to right, lightgrey 0%, white 80%);
    background: linear-gradient(to right, lightgrey 0%, white 80%);
    padding: 20px;
    margin-bottom: 10px;
}

.author-reading figure {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.author-reading figure svg {
    width: 30px;
    height: 30px;
}

.author-reading figure svg * {
    fill: #0568A8;
}

.author-reading p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    max-width: 80%;
}

a.btn.order-product {
    position: relative;
    background: #B31B1B !important;
    border: none;
    text-align: left;
    font-size: 15px;
    text-transform: none;
    letter-spacing: normal;
    padding: 0.9em 1.5em 0.9em 3em;
}

a.btn.order-product:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 16px;
    margin-top: -8px;
}

.share {
    margin: 0 0 1em 0;
    list-style: none;
}

.share li {
    float: left;
    padding: 5px 0;
}

.share li.facebook a {
    background-color: #4c70aa;
}

.share li.facebook a:hover {
    background: #3c5987;
}

.share li.twitter a {
    background-color: #00aced;
}

.share li.twitter a:hover {
    background: #0087ba;
}

.share li.instagram a {
    background-color: #3f729b;
}

.share li.instagram a:hover {
    background: #305777;
}

.share li.gplus a {
    background-color: #d74937;
}

.share li.gplus a:hover {
    background: #b73524;
}

.share li.hanser-hey a {
    background-color: white;
    text-decoration: none;
    color: #ff5000;
}

.share li.hanser-hey a:before {
    font-size: 152%;
}

.share li.hanser-hey a:hover {
    color: #bf3c00;
}

.share li.pinterest a:hover svg path {
    fill: #c21d17;
}

.share li.podcast a {
    background-color: white;
    text-decoration: none;
    color: #FF0099;
}

.share li.podcast a:before {
    font-size: 29px;
}

.share li.podcast a:hover {
    color: #DE0099;
}

.share li.youtube a {
    background-color: #e52d27;
}

.share li.youtube a:hover {
    background: #c21d17;
}

.share li.youtube a:before {
    font-size: 30px;
    padding: 0 0 0 4px;
}

.share li.pinterest a {
    background-color: #ffffff;
}

.share li.pinterest a:hover {
    background: #ffffff;
}

.share li.pinterest a:before {
    display: none;
    font-size: 20px;
    padding: 1px 0 0 1px;
}

.share li.email a {
    background-color: #808080;
}

.share li.email a:hover {
    background: #676767;
}

.share li.email a:before {
    font-size: 20px;
    padding: 0 0 0 0;
}

.share li a {
    display: block;
    margin: 0 0.25em 0 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.75em;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
}

.share li a:hover {
    text-decoration: none;
}

.share li a:before {
    padding: 0;
    margin: 0;
    height: 30px;
    display: block;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.custom-select {
    position: relative;
    height: 2.7em;
    margin: -0.5em 0 0 -0.5em;
    float: left;
    z-index: 1000;
}

.custom-select button {
    font-size: 0.7em;
    line-height: 3.85714286em;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0 1.42857143em;
    color: #333;
    cursor: pointer;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-weight: normal;
}

.custom-select button:hover {
    background: #808080;
    color: #FFF;
}

.custom-select.active {
    background: #808080;
}

.custom-select.active > button {
    color: #FFF;
}

.custom-select.active > div {
    display: block;
}

.custom-select > div {
    position: absolute;
    left: 0;
    top: 2.7em;
    width: 14.5em;
    padding: 0.5em 0 0.5em 0.25em;
    background: #808080;
    display: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.24);
}

.custom-select > div button {
    border: 0;
    background: transparent;
    padding: 0.71428571em 0;
    width: 2.85714286em;
    float: left;
    font-size: 0.7em;
    margin: 0;
    height: 2.57142857em;
    line-height: 2.57142857em;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    padding: 0;
}

.custom-select > div button:hover {
    color: #B31B1B;
}

.custom-select > div button.active {
    color: #B31B1B;
}

.custom-select > div button:last-child {
    width: 6em;
}

.mainnav-newsletter-btn {
    margin-bottom: 0;
}

.newsletter-btn {
    padding-top: 0.3em;
    color: #333;
    display: block;
    margin-right: 6px;
    font-family: "Corporate A W01 Bold", serif;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.newsletter-btn:hover {
    text-decoration: none;
}

.newsletter-btn:visited {
    color: #333;
}
.newsletter-btn img {
    display: inline-block;
    margin-top: -5px;
}

.newsletter-btn span {
    display: inline-block;
    margin-left: 15px;
}

.newsletter-btn span span {
    display: block;
    color: #B31B1B;
    margin-left: 0;
}

.hanserbox-mod {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 1em;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(80%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.hanserbox-mod:hover {
    text-decoration: none;
}

.hanserbox-mod img {
    display: inline-block;
    margin: 0;
}

.hanserbox-mod p {
    padding: 1.15em 0.75em;
    margin: 0;
    width: 70% !important;
    display: inline-block;
    font-family: "Corporate A W01 Bold", serif;
    color: #B31B1B;
}

.incart {
    display: inline-block;
    margin-right: 0%;
    vertical-align: top;
    width: 97%;
    margin-bottom: 1em;
}

.incart > img {
    margin: 0 auto;
}

.incart > section {
    margin: 1em 0;
}

.newsletter-mod {
    border-left: #B31B1B 3px solid;
    display: block;
    padding: .6em .75em;
    width: 100%;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(80%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #eeeeee 0%, #ffffff 80%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.newsletter-mod:hover {
    text-decoration: none;
}

.newsletter-mod:before {
    position: relative;
    top: -0.15em;
    font-size: 64px;
    float: left;
    margin: 0 .2em 0 0;
    padding: 0;
    line-height: 1;
    color: #C2C2C2;
}

.newsletter-mod + hr {
    margin-top: 2em;
}

.newsletter-mod p {
    padding: 0;
    margin: 0;
    font-family: "Corporate S W01 Regular", sans-serif;
    color: #333;
}

.newsletter-mod p strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.newsletter-mod p span {
    display: block;
    font-family: "Corporate A W01 Bold", serif;
    color: #B31B1B;
}

.breadcrumb {
    display: block;
    margin: 1em 0 1.5em 0;
}

.breadcrumb ul {
    margin: 0;
    list-style: none;
    font-family: "Corporate S W01 Regular", sans-serif;
}

.breadcrumb ul li {
    float: left;
    padding: 0 0.5em 0 0;
    color: #333;
    text-transform: uppercase;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 0.6em;
}

.breadcrumb ul li:first-child {
    display: none;
}

.breadcrumb ul li:first-child:after {
    content: "";
    padding: 0;
}

.breadcrumb ul li:last-child {
    font-family: "Corporate S W01 Regular", sans-serif;
}

.breadcrumb ul li:last-child:after {
    content: "";
    padding: 0;
}

.breadcrumb ul li:after {
    padding: 0 0 0 0.3em;
    content: "›";
}

.breadcrumb ul li a {
    color: #B31B1B;
    font-size: inherit;
}

.deliver-status {
    display: block;
    margin-top: 0.8em;
}

.deliver-status .green {
    color: #387628;
}

.deliver-status .orange {
    color: #EF7401;
}

.deliver-status .red {
    color: #B31B1B;
}

.order {
    background: url(../images/dot.png) repeat-x top left;
    background-size: 6px 3px;
    padding: 1.2em 0 0 0;
    width: 95.4%;
}

.order > div {
    line-height: 1;
    float: left;
    width: 48.6%;
    margin: 0 2.8% 1.5em 0;
}

.order > div p {
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #808080;
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 0;
}

.order > div p:before {
    font-size: 2.5em;
    float: left;
    margin: 0;
}

.order > div p + p {
    margin-left: 2em;
    color: #333;
}

.order > div p.price {
    font-family: "Corporate A W01 Regular", serif;
    margin-left: 2.5em;
}

.order > div p.price strong {
    display: block;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.order > div p.price.de {
    margin-bottom: 0;
}

.order > div .shop {
    color: #808080;
    vertical-align: top;
    font-size: 0.7em;
    line-height: 1.42857143em;
    display: block;
    text-decoration: none;
    margin: 1em 0 0 0;
}

.order > div .shop:hover {
    text-decoration: none;
    color: #B31B1B;
}

.order > div .shop.icon-location:before {
    font-size: 1.5em;
    margin: 0;
    float: left;
    padding-bottom: 0;
}

.order > div .shop img {
    float: left;
    margin: 0 .35em 0 .3em;
}

.order > div + div {
    margin-right: 0;
}

.order > div .order-product-overview {
    display: none;
}

.order .preorder-mail {
    margin: 10px 0;
}

.order .preorder-mail span {
    font-size: 15px;
}

.order .preorder-mail .preorder-mail-btn {
    margin-top: 20px !important;
}

.order .preorder-mail form {
    display: none;
    padding-top: 10px;
}

.order .preorder-mail form span {
    font-size: 13px;
}

.order .preorder-mail form input[type=text] {
    text-align: left;
    color: #000000;
    background: #FFF;
    border: 1px solid #ccc;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    font-family: "Corporate S W01 Regular", sans-serif;
    padding: 7px 13px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.order .preorder-mail form input[type=submit] {
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
}

.order .preorder-mail .error {
    border-color: #B31B1B !important;
    color: #B31B1B !important;
}

.order .btn {
    clear: both;
    text-align: center;
}

.order .btn:hover {
    text-decoration: none;
}

.order .btn:visited {
    color: #FFF;
}

.order .btn.order-product,
.order .btn.preorder-mail-btn {
    position: relative;
    background: #B31B1B;
    border: none;
    text-align: left;
    font-size: 15px;
    text-transform: none;
    letter-spacing: normal;
    padding: 0.9em 0px 0.9em 2.15em;
}

.order .btn.order-product:before,
.order .btn.preorder-mail-btn:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 16px;
    margin-top: -8px;
}

.order hr {
    clear: both;
    margin-top: 1.6em;
}

.order > p {
    float: left;
    margin-right: 0;
    height: 2em;
    width: 50%;
}

.order > p.memorize {
    margin: 0em 0 1em 0;
    padding: 0 0 0 2.2em;
    background: url(../images/memorize.png) left top no-repeat;
    background-size: 22px 22px;
}

.order > p.memorize a {
    position: relative;
    top: 2px;
}

.order > p a {
    line-height: 1.42857143em;
    vertical-align: bottom;
    /* Fix: Die Icons der Iconfont werden nicht mehr unterstrichen*/
}

.order > p a:hover {
    text-decoration: none;
}

.order > p a:hover span {
    text-decoration: underline;
}

.order > p a:before {
    font-size: 1.4em;
}

.order .order-headline {
    margin: 0.1em 0 0.3em;
}

.order .order-share {
    margin-bottom: 1.75em;
}

.headline {
    display: block;
    width: 97%;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    height: 28px;
    overflow: visible;
    margin-bottom: 33px;
}

.headline span {
    display: inline-block;
    padding: 0 10px 0 0;
    background: #FFF;
    font-size: 30px;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.headline.small,
.headline.detail {
    height: 19px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.headline.small span,
.headline.detail span {
    font-size: 18px;
}

.headline.detail {
    text-transform: uppercase;
}

.headline.detail span {
    font-size: 12px;
}

.scroll-to-anchor + .headline {
    margin-top: 45px;
}

.box {
    display: inline-block;
    margin-right: 0%;
    vertical-align: top;
    width: 97%;
    /* OLD COLOR VERSION */
    /* TODO: Vereinheitlichen für Text + Module */
}

.box.image-text-box {
    width: 100%;
}

.box.image-text-box figure {
    max-width: 300px;
}

.box.image-text-box .h3,
.box.image-text-box h3 {
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    background-image: none;
}

.box.image-text-box .order-share {
    float: left;
}

.box.cover-text-box {
    width: 100%;
}

.box.cover-text-box figure {
    max-width: 300px;
}

.box.cover-text-box .book-more-infos {
    margin-bottom: 30px;
    float: left;
}

.box.cover-text-box .book-more-infos > a {
    display: block;
}

.box.cover-text-box .book-more-infos .open + div {
    display: block !important;
}

.box.cover-text-box .book-more-infos > div {
    display: none;
}

.box.cover-text-box .book-more-infos .prices {
    color: black;
    display: inline-block;
    font-weight: 300;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin-left: 20px;
}

.box.cover-text-box .book-more-infos .prices span {
    display: inline-block;
    margin-right: 10px;
}

.box.width2 {
    overflow: hidden;
}

.box .rex-xform .forminfo,
.box .rex-xform .forminfo2 {
    display: block;
    font-size: 0.8em;
}

.box .rex-xform .forminfo2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.box .formcheckbox {
    display: block;
    margin: 10px 0;
    height: auto;
}

.box .formcheckbox label {
    width: 70%;
    font-size: 16px;
}

.box .formcheckbox input {
    float: right;
    width: auto;
    margin-top: 13px;
}

.box .leftimage {
    width: 31.5%;
    float: left;
    margin-right: 3.2%;
}

.box .leftimage img {
    width: 100%;
}

.box img {
    width: 100%;
}

.box img.left {
    width: auto;
    margin: 0 0.8em 0 0;
}

.box img.smallfloat {
    float: left;
    width: 31.5%;
    margin-right: 3.2%;
}

.box.twitter > p {
    margin-right: 1em;
    margin-left: 1em;
    text-align: center;
    font-style: italic;
}

.box.bestseller > div > figure {
    float: left;
    margin: 0 0 0 4.08163265%;
    width: 47.95918367%;
    /* TODO: NACH WIDTH2 UND NORMALER WIDTH UNTERSCHEIDEN */
}

.box.bestseller > div > figure:first-child {
    margin: 0;
}

.box.bestseller > div > figure:nth-child(3) {
    margin: 0 0 0 4.28571429%;
}

.box.bestseller > div > figure.third-child,
.box.bestseller > div > figure.forth-child {
    display: none;
}

.box.bestseller > div > figure a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 163%;
    margin: 0 0 .5em 0;
}

.box.bestseller > div > figure a img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.box.bestseller > div > figure figcaption {
    font-style: normal;
    font-size: 1em;
    font-family: "Corporate S W01 Regular", sans-serif;
    margin: 0;
}

.box.bestseller > div > figure figcaption small {
    display: block;
}

.box.bestseller > div > figure figcaption strong {
    font-size: 1.2em;
    line-height: 1;
    font-family: "Corporate A W01 Bold", serif;
}

.box.bestseller > div > figure figcaption p {
    font-family: "Corporate A W01 Regular", serif;
}

.box.bestseller > div > figure figcaption p span {
    color: #999;
}

.box.bestseller > p {
    clear: both;
}

.box .gallery {
    display: block;
    margin-bottom: 8.875%;
}

.box .gallery img {
    margin: 0;
}

.box .video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.6% 0 0 0;
    margin: 0 0 8.875% 0;
}

.box .video iframe,
.box .video div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.box .video .icon-play {
    z-index: 10000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    text-align: center;
    line-height: 1.4em;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 2em;
    cursor: pointer;
}

.box .video .icon-play:hover {
    background: rgba(255, 255, 255, 0.7);
}

.box .video .icon-play:before {
    padding: 0;
}

.box.videoOLD {
    position: relative;
}

.box.videoOLD > div {
    position: relative;
    width: 100%;
    height: 0;
    padding: 75% 0 0 0;
    margin: 0 0 1em 0;
}

.box.videoOLD > div iframe,
.box.videoOLD > div img,
.box.videoOLD > div .icon-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box.videoOLD > div .icon-play {
    z-index: 10000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    text-align: center;
    line-height: 1.5em;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 2em;
    cursor: pointer;
}

.box.videoOLD > div .icon-play:hover {
    background: rgba(255, 255, 255, 0.7);
}

.box.videoOLD > div .icon-play:before {
    padding: 0;
}

.box.color h4 {
    margin: 2.5em 0 1.66666667em 0;
    background: #0568A8;
    color: #FFF;
    font-size: 0.7em;
    line-height: 3.28571429em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.box.color h4:before {
    font-size: 1.4em;
    margin: 0 .25em 0 .5em;
}

.box.color p strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.box.color.videos h4 {
    background-color: #0568A8;
}

.box.color.events h4 {
    background-color: #EF7401;
}

.box.color.events .grey {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.box.color.events .with-icon {
    margin: 0;
}

.box.color.events .with-icon:before {
    color: #B31B1B;
    float: left;
}

.box.color.events .with-icon.icon-location {
    margin-bottom: 1em;
}

.box.color.events .with-icon span {
    display: block;
    margin: 0 0 0 1.71428571em;
}

.box.color.pictures h4 {
    background-color: #387628;
}

.box.color.pictures > div {
    margin-bottom: 1em;
}

.box.color.pictures > div img {
    margin: 0;
}

.box.color.pictures > div .picture1 {
    width: 50%;
    border-right: #FFF 1px solid;
    float: left;
}

.box.color.pictures > div .picture2,
.box.color.pictures > div .picture3 {
    width: 50%;
    float: right;
}

.box.color.pictures > div .picture2 {
    border-bottom: #FFF 1px solid;
}

.box.color.sample h4 {
    background-color: #6B4686;
}

.box.color.five-questions h4 {
    background-color: #D6C325;
}

.box.color2 a.colorteaser {
    margin: 0 0 8.875% 0;
    background: #0568A8;
    display: block;
    position: relative;
    padding: 23.83% 0 0 0;
    overflow: hidden;
    white-space: nowrap;
}

.box.color2 a.colorteaser.blue {
    background-color: #0568A8;
}

.box.color2 a.colorteaser.orange {
    background-color: #EF7401;
}

.box.color2 a.colorteaser.pink {
    background-color: #A00E53;
}

.box.color2 a.colorteaser.green {
    background-color: #387628;
}

.box.color2 a.colorteaser.purple {
    background-color: #6B4686;
}

.box.color2 a.colorteaser.yellow {
    background-color: #D6C325;
}

.box.color2 a.colorteaser > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 100%;
}

.box.color2 a.colorteaser > span > span {
    display: table;
    width: 100%;
    height: 100%;
}

.box.color2 a.colorteaser > span > span > span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #FFF;
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.box.color2 a.colorteaser > span > span > span:before {
    font-size: 1.4em;
    margin: 0 .25em 0 .5em;
}

.box + .additional {
    margin-right: 0 !important;
}

.box.flip {
    height: 100%;
}

.box.flip > div {
    position: relative !important;
    padding: 7px;
}

.box.flip > div img {
    margin-bottom: 0;
}

.box.flip > div h2 {
    margin-top: 0.5em;
}

.box.flip .front {
    background: #fafaf3;
    height: auto !important;
    width: auto !important;
    z-index: 120;
}

.box.flip .back {
    position: absolute !important;
    top: 64px;
    background: #F8F8F0;
    width: 100% !important;
    overflow: hidden;
    z-index: 100;
}

.box.flip .rotate-box {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.box.flip .rotate-box .rotate {
    display: inline-block;
    width: 90px;
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.92857em;
    min-width: 1.78571em;
    text-align: center;
    padding: 5px 7px 4px 7px;
    color: #808080;
    background: #FFF;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.box.flip .rotate-box .rotate:hover {
    text-decoration: none;
    border-color: #B31B1B;
    cursor: pointer;
}

.news {
    margin-bottom: 1.5em;
}

.news img {
    margin-right: 2%;
}

.news hr {
    clear: both;
}

.audio,
.textbox,
.videoOLD {
    margin-bottom: 1.5em;
}

.colorslider {
    position: relative;
    margin-bottom: 1em;
}

.colorslider > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*-webkit-overflow-scrolling: touch;
		overflow-x:auto;
		overflow-y:hidden;*/
}

.colorslider > div ul {
    margin: 0;
    list-style: none;
    width: 2000px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorslider > div ul li {
    float: left;
    width: 235px;
    margin: 0 20px 0 0;
}

.colorslider > div ul li .colorteaser {
    margin: 0 0 8.875% 0;
    background: #0568A8;
    display: block;
    position: relative;
    padding: 23.83% 0 0 0;
    overflow: hidden;
    white-space: nowrap;
}

.colorslider > div ul li .colorteaser.blue {
    background-color: #0568A8;
}

.colorslider > div ul li .colorteaser.blueDarker {
    background-color: #042295;
}

.colorslider > div ul li .colorteaser.redLight {
    background-color: #F73D29;
}

.colorslider > div ul li .colorteaser.redLight .icon-right-dir::before {
    display: inline-block;
    vertical-align: bottom;
}

.colorslider > div ul li .colorteaser.orange {
    background-color: #EF7401;
}

.colorslider > div ul li .colorteaser.orangeLight {
    background-color: #F5B837;
}

.colorslider > div ul li .colorteaser.pink {
    background-color: #A00E53;
}

.colorslider > div ul li .colorteaser.green {
    background-color: #387628;
}

.colorslider > div ul li .colorteaser.greenDarker {
    background-color: #696324;
}

.colorslider > div ul li .colorteaser.purple {
    background-color: #6B4686;
}

.colorslider > div ul li .colorteaser.yellow {
    background-color: #D6C325;
}

.colorslider > div ul li .colorteaser.turquoise {
    background-color: #2C8694;
}

.colorslider > div ul li .colorteaser.brown {
    background-color: #9f5513;
}

.colorslider > div ul li .colorteaser > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 100%;
}

.colorslider > div ul li .colorteaser > span > span {
    display: table;
    width: 100%;
    height: 100%;
}

.colorslider > div ul li .colorteaser > span > span > span {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #FFF;
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.colorslider > div ul li .colorteaser > span > span > span:before {
    font-size: 1.4em;
    margin: 0 .25em 0 .5em;
}

.colorslider > div ul li .gallery {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.5% 0 0 0;
    overflow: hidden;
}

.colorslider > div ul li .gallery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.colorslider > div ul li .gallery span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2em;
    line-height: 2em;
    font-size: 1.2em;
    color: #FFF;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin: -1em 0 0 0;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

.colorslider > div ul li .video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.6% 0 0 0;
    margin: 0 0 8.875% 0;
}

.colorslider > div ul li .video iframe,
.colorslider > div ul li .video div {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.colorslider > div ul li .video .icon-play {
    z-index: 10000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    text-align: center;
    line-height: 1.4em;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 2em;
    cursor: pointer;
}

.colorslider > div ul li .video .icon-play:hover {
    background: rgba(255, 255, 255, 0.7);
}

.colorslider > div ul li .video .icon-play:before {
    padding: 0;
}

.colorslider > div ul li .sliderthumb {
    float: left;
    width: 48%;
    margin: 0;
    display: block;
    position: relative;
    height: 0;
    padding-top: 78%;
}

.colorslider > div ul li .sliderthumb img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.colorslider > div ul li .sliderthumb + .sliderthumb {
    float: right;
}

.colorslider .prev,
.colorslider .next {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -30px;
    display: inline-block;
    opacity: 1;
    z-index: 10000;
    transition: opacity 100ms ease;
    cursor: pointer;
    border: #CCC 1px solid;
    border-radius: 3px;
    font-size: 0.7em;
    height: 1.78571429em;
    line-height: 1.92857143em;
    width: 1.78571429em;
    text-align: center;
    color: #808080;
    font-family: "Corporate S W01 Bold", sans-serif;
    background-color: transparent;
    padding: 0;
}

.colorslider .prev:hover,
.colorslider .next:hover {
    color: #B31B1B;
    border-color: #B31B1B;
}

.colorslider .prev:before,
.colorslider .next:before {
    padding: 0;
    margin: 0;
    font-size: .875em;
    line-height: 1.5em;
}

.colorslider .prev.inactive,
.colorslider .next.inactive {
    color: #EEE;
    border-color: #EEE;
    cursor: default;
}

.colorslider .next {
    margin: 0 0 0 5px;
}

.file {
    margin-bottom: 1em;
}

.file p {
    margin-left: 34.7%;
}

.file p strong {
    padding: 0;
    display: block;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.file p a span:before {
    color: #808080;
    font-size: 1.3em;
}

.file > img {
    width: 31.5%;
    margin: 0 3.2% 0 0;
    float: left;
}

.file .ico-file {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 0.7em;
    width: 3.42857143em;
    height: 4.71428571em;
    float: left;
    border: #333 2px solid;
    border-radius: 4px;
    padding: 0.71428571em 0 0 0;
    text-align: center;
    margin: 0 0.71428571em 0 0;
}

.file .ico-file > span {
    background: #AAA;
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 2px;
    margin: 0 auto 3px auto;
}

.file .ico-file > span:last-child {
    margin-bottom: 0.71428571em;
    border-right: #FFF 5px solid;
}

.book {
    position: relative;
    width: 54.6%;
}

.book h2 {
    font-family: "Corporate A W01 Bold", serif;
}

.book > figure {
    float: right;
    width: 31.54362416%;
    margin: 0 4% 0 1em;
    /* Wird von globalem Style überschrieben */
    position: relative;
    margin-left: 1em !important;
}

.book > figure.nozoom img,
.book > figure.nozoom button {
    cursor: default;
}

.book > figure img {
    margin-bottom: .5em;
    cursor: pointer;
}

.book > figure button {
    position: absolute;
    right: 5%;
    bottom: 10%;
    border-radius: 50%;
    width: 1.75em;
    height: 1.75em;
    padding: 0;
    background: #333;
    color: #CCC;
    border: rgba(255, 255, 255, 0.25) 3px solid;
    font-size: 1em;
    cursor: pointer;
}

.book > figure button:before {
    font-size: 0.7em;
    line-height: 2.14285714em;
    padding: 0;
    margin: 0;
}

.book-more-infos {
    font-size: 1em;
    width: 100%;
}

.book-more-infos > a {
    display: none;
    margin: 0 0 1.42857143em 0;
    font-size: 0.7em;
    font-family: "Corporate A W01 Bold", serif;
}

.book-more-infos > a:hover {
    text-decoration: none;
    color: #de2323;
}

.book-more-infos > a.open + div {
    display: block;
}

.book-more-infos > div {
    display: block;
}

.book-more-infos > div p {
    margin: 1.42857143em 0 2.85714286em 0;
    font-size: 0.7em;
}

.book-more-infos h3 {
    margin-bottom: .5em;
}

.book-more-infos .share {
    margin-bottom: 2em;
}

.author {
    margin-right: 3.4% !important;
}

.author img {
    float: left;
    margin: 0 2.6% 0 0;
    width: 31.4%;
}

.author h2 {
    font-family: "Corporate S W01 Bold", sans-serif;
}

.author h2 a {
    color: #333;
}

.author .more {
    font-family: "Corporate A W01 Bold", serif;
}

.more-books {
    margin-right: 3.4% !important;
}

.more-books > div > div {
    float: left;
    margin: 0 2.6% 0 0;
    width: 48.1%;
    margin-bottom: 1em;
}

.more-books > div > div.book-2 {
    display: none;
}

.more-books > div > div:last-child {
    margin: 0;
}

.more-books > div > div:nth-child(even) {
    margin-right: 0;
}

.more-books > div > div > a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 164% 0 0 0;
    margin-bottom: 1em;
}

.more-books > div > div .more {
    clear: both;
}

.more-books > div > div img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.more-books > div > div h2 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.bibliography > div {
    font-size: 14px;
    /* PX, da die Divs undefinierbar verschachelt sind */
}

.further-infos {
    margin-right: 4.6%;
}

.recommendations {
    margin-right: 4.6%;
}

.recommendations ul li img {
    width: 100%;
}

.banner {
    position: relative;
    width: 96.4%;
    height: 0;
    padding: 29.475% 0 0 0;
    margin: 0 0 1.5em 0;
}

.banner.rightText > div {
    left: auto;
    right: 0;
}

.banner.rightText > div h2 {
    margin: 0 5% .25em 0;
}

.banner.rightText > div p {
    margin: 0 5% .25em 0;
}

.banner.dark > div h2,
.banner.dark > div p {
    color: #FFF;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.banner > div h2 {
    font-size: 1em;
    margin: 5% 0 .25em 5%;
}

.banner > div h2 + p {
    display: none;
}

.banner > div p {
    margin: 0 0 .25em 5%;
}

.banner > div p a {
    color: #333;
}

.viewswitch {
    background: #F8F8F0;
    margin: 0 4.6% 0 0;
    position: relative;
}

.viewswitch > div {
    float: left;
    padding: .5em;
}

.viewswitch > div label {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 3.85714286em;
    margin: 0 0.35714286em 0 0;
    display: none;
}

.viewswitch > div + div {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
}

.viewswitch > div + div > div {
    vertical-align: middle;
    display: inline-block;
}

.viewswitch > div + div > div input[type=text] {
    float: right;
    margin: 0;
    padding: 0.35714286em;
    border: 0;
    font-size: 1em;
    line-height: 1.42857143em;
    height: 2.14285714em;
    width: 8.57142857em;
    background: #FFF;
    text-align: left;
    border: #CCC 1px solid;
    color: #808080;
    font-size: 0.7em;
}

.viewswitch > div + div > div button {
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    line-height: 1.5em;
    height: 1.5em;
    width: 1.8em;
    background: #FFF;
    text-align: center;
    border: #CCC 1px solid;
    color: #808080;
    cursor: pointer;
}

.viewswitch > div + div > div button:before {
    padding: 0;
    margin: 0;
}

.viewswitch > div + div > div button:first-child {
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.viewswitch > div + div > div button:last-child {
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.viewswitch > div + div > div button.active {
    background: #B31B1B;
    border-color: #B31B1B;
    color: #FFF;
}

.viewswitch + .pagination {
    padding-top: 1.25em;
}

.sort-books {
    float: left;
    clear: both;
}

.sort-books + .sort-books {
    clear: both;
    margin-left: 0;
}

.sort-books.age button {
    display: inline-block;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin-top: 12px;
    color: #808080;
    cursor: pointer;
}

.sort-books.age button.active {
    background: #720c23;
    color: white;
    border: 1px solid #720c23;
}

.sort-books.age button:hover {
    border: 1px solid #720c23;
    color: #720c23;
}

.pagination {
    padding: 0 0;
    margin: 0 4.6% 0 0;
}

.pagination p {
    float: left;
    margin: 0;
    line-height: 1.92307692em;
}

.pagination ul {
    float: right;
    list-style: none;
    margin: 0;
}

.pagination ul li {
    float: left;
    display: none;
}

.pagination ul li.arrows {
    display: block;
}

.pagination ul li.arrows a:before {
    font-size: .875em;
}

.pagination ul li a {
    border: #CCC 1px solid;
    border-radius: 3px;
    font-size: 0.7em;
    height: 1.78571429em;
    line-height: 1.92857143em;
    min-width: 1.78571429em;
    text-align: center;
    float: left;
    color: #808080;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin-left: 0.35714286em;
    padding: 0 2px;
}

.pagination ul li a:hover {
    border-color: #B31B1B;
    text-decoration: none;
    color: #B31B1B;
}

.pagination ul li a.active {
    border: #B31B1B 3px solid;
    line-height: 1.5em;
    color: #B31B1B;
}

.pagination ul li a.dots {
    border: 0;
}

.pagination ul li a.dots:hover {
    color: #808080;
}

.pagination + hr {
    margin-bottom: 1em;
}

.listboxes {
    margin-right: 0% !important;
}

.listboxes.spaced {
    padding-top: 2em;
}

.listboxes.list .box.listbox {
    padding-bottom: 28px;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    margin-bottom: 25px;
}

.listboxes.list .box.listbox .toBook {
    display: block;
}

.listboxes.list .box.listbox .mejs-container {
    max-width: 400px;
}

.listboxes.list .box.listbox .box-action {
    display: block;
}

.listboxes.list .box.listbox h2,
.listboxes.list .box.listbox strong {
    font-size: 18px;
    line-height: 25px;
}

.listboxes.list .box.listbox > a {
    float: left;
    width: 5em;
}

.listboxes.list .box.listbox > a img {
    margin: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.listboxes.list .box.listbox strong.highlight {
    font-family: inherit;
    background: rgba(255, 255, 0, 0.4);
    display: inline-block;
    padding: 1px;
}

.listboxes.list .box.listbox > p > strong.highlight {
    font-weight: bold !important;
}

.listboxes.list .box.listbox > span {
    display: block;
    margin-left: 5.5em;
}

.listboxes.list .box.listbox > div > a {
    float: left;
    width: 31.5%;
    margin-right: 3.2%;
}

.listboxes.list .box.listbox > div > a img {
    margin: 0;
}

.listboxes.list .box.listbox aside {
    clear: both;
    padding-top: 1em;
}

.listboxes.list .box.listbox aside hr {
    margin: 0 0 .75em 0;
    clear: both;
}

.listboxes.list .box.listbox aside hr:first-child {
    display: none;
}

.listboxes.list .box.listbox aside > p {
    font-size: 0.7em;
}

.listboxes.list .box.listbox aside > div {
    line-height: 1;
    margin-bottom: 1em;
    clear: both;
}

.listboxes.list .box.listbox aside > div .btn {
    float: right;
    font-size: .875em;
    line-height: 1;
    padding: .35em .3em .15em .3em;
    margin: 0 0 1em 0;
}

.listboxes.list .box.listbox aside > div p {
    margin-right: 4em;
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #808080;
    padding: 0;
    font-size: 0.7em;
    margin-bottom: 0;
    float: left;
    line-height: 2.5em;
}

.listboxes.list .box.listbox aside > div p:before {
    font-size: 2em;
    float: left;
    margin: 0;
}

.listboxes.list .box.listbox aside > div p + p {
    margin-left: 1em;
    color: #333;
    float: right;
    margin-right: 1em;
}

.listboxes.list .box.listbox .price {
    display: none;
}

.listboxes.raster .box.listbox {
    width: 46%;
    margin-right: 2.3%;
    overflow: hidden;
}

.listboxes.raster .box.listbox > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 170% 0 0 0;
    margin-bottom: 0.7em;
}

.listboxes.raster .box.listbox > a img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.box.listbox {
    margin-bottom: 1em;
}

.box.listbox h2 {
    margin-bottom: .8em;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 20px;
}

.box.listbox strong {
    display: block;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.box.listbox + h2 {
    margin-top: 1.5em;
}

.box.listbox + hr {
    margin-top: 2em;
}

.box.listbox .price {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0.5em;
    display: block;
}

.box.listbox .box-action {
    font-size: 0;
}

.box.listbox .box-action .box-action-row {
    position: relative;
    padding-bottom: 50px;
}

.box.listbox .box-action-radiobox {
    display: inline-block;
    width: calc(48%);
    vertical-align: top;
    margin-right: 4px;
    max-width: 125px;
}

.box.listbox .box-action-radiobox label input {
    display: none;
}

.box.listbox .box-action-radiobox label span {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #808080;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 7px 4px;
    border-radius: 7px;
    border: solid 1px #adadad;
    white-space: nowrap;
}

.box.listbox .box-action-radiobox label span:before {
    margin-right: 4px;
    margin-left: 0;
}

.box.listbox .box-action-radiobox label span:after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 13px;
    font-size: 18px;
    color: #333;
    content: attr(data-price);
}

.box.listbox .box-action-radiobox label input:checked + span {
    color: #B31B1B;
    border: solid 1px #B31B1B;
}

.box.listbox .box-action-radiobox label input:checked + span:after {
    display: block;
}

.box.listbox .box-action-radiobox:nth-child(2) {
    margin-right: 0;
}

.box.listbox .box-action button {
    display: block;
    cursor: pointer;
    width: 100px;
    background: #B31B1B;
    border-radius: 7px;
    font-size: 0;
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    border: 0 solid #FFF;
    outline: 0 solid #FFF;
}

.box.listbox .box-action button:before {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

.box.listbox .desc {
    display: none;
}

.box.listbox .toBook {
    display: none;
}

.box.listbox .box-action {
    display: none;
}

.box.listbox .morep {
    display: none;
}

.box.listbox .delete {
    display: inline-block;
    margin-left: 1em;
}

.verlag {
    margin-top: 0;
}

.verlag > a > img {
    width: auto;
    max-width: 100%;
    background: #F8F8F0;
}

.carousel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel.big {
    position: relative;
    left: -4.6%;
    margin: 0 0 1.5em 0;
    padding: 115% 0 0 0;
    /**/
    /* 78% war eingetragen */
    width: 105%;
    height: 0;
}

.carousel.big:hover .prev,
.carousel.big:hover .next {
    opacity: 1;
}

.carousel.big > div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel.big > div > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CCC;
    margin: 0;
    list-style: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel.big > div > ul li {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.carousel.big > div > ul li > span {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel.big > div > ul li .mobile {
    display: block;
}

.carousel.big > div > ul li .desktop {
    display: none;
}

.carousel.big > div > ul li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.carousel.big > div > ul li > a:hover {
    text-decoration: none;
}

.carousel.big > div > ul li > a div {
    position: absolute;
    bottom: 16.5%;
    left: 4.6%;
    width: 54%;
    display: none !important;
    /**/
    /* Entfernen */
}

.carousel.big > div > ul li > a div h1,
.carousel.big > div > ul li > a div h2,
.carousel.big > div > ul li > a div p {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: .25em;
}

.carousel.big > div > ul li > a div h1 {
    font-size: 1.2em;
}

.carousel.big > div > ul li > a div h2 {
    font-size: 1em;
}

.carousel.big > div > ul li > a div .more {
    margin: 0;
}

.carousel.big > div > ul li > a .desc {
    display: none;
}

.carousel.big > div > ul li > a .more {
    color: #FFF;
}

.carousel.big > div > ul li > a .cover {
    position: absolute;
    right: 4.6%;
    bottom: 6.5%;
    margin: 0;
    width: 33.2%;
    z-index: 10000;
    display: none !important;
    /**/
    /* Muss entfernt werden */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel.big > nav {
    z-index: 10000;
    bottom: -40px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -100px;
    text-align: center;
    position: static;
}

.carousel.big > nav ul {
    margin: 0;
    padding: 0;
    display: none;
}

.carousel.big > nav ul li {
    margin: 0;
    display: inline-block;
    border: #CCC 1px solid;
    border-radius: 3px;
    font-size: 0.7em;
    height: 1.78571429em;
    line-height: 1.92857143em;
    width: 1.78571429em;
    text-align: center;
    color: #808080;
    font-family: "Corporate S W01 Bold", sans-serif;
    margin-left: 0.35714286em;
    cursor: pointer;
    transition: background 250ms ease;
}

.carousel.big > nav ul li:hover {
    color: #B31B1B;
    border-color: #B31B1B;
}

.carousel.big > nav ul li.active {
    border: #B31B1B 3px solid;
    line-height: 1.64285714em;
    color: #B31B1B;
}

.carousel.big > nav .prev,
.carousel.big > nav .next {
    display: inline-block;
    opacity: 1;
    z-index: 10000;
    transition: opacity 100ms ease;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7em;
    line-height: 1.92857143em;
    text-align: center;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #cccccc;
    color: white;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.carousel.big > nav .prev:hover,
.carousel.big > nav .next:hover {
    color: #B31B1B;
    border-color: #B31B1B;
}

.carousel.big > nav .prev:before,
.carousel.big > nav .next:before {
    padding: 0;
    margin: 0;
    font-size: .875em;
    line-height: 1.2em;
    font-weight: bold;
}

.carousel.big > nav .next {
    left: auto;
    right: 10px;
}

.additional.noMargin {
    margin-right: 0 !important;
}

.additional.noMargin .preview {
    margin-left: -5px;
}

.additional .box {
    margin-left: -5px;
}

.additional .box .xform {
    margin-left: 5px;
}

.additional > div {
    display: none;
}

.additional > div > p {
    font-size: 0.8em;
    line-height: 1.375em;
}

.additional button {
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #B31B1B;
    cursor: pointer;
    margin-bottom: 2em;
    margin-left: 0;
    padding-left: 0;
}

.additional button:before {
    margin-left: 0;
    padding-left: 0;
}

.slideAnimation {
    display: block;
    position: absolute;
    top: 13px;
    left: 2%;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 54px;
    width: 48px;
    animation: animatedBackground 10s linear infinite;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.slideAnimation-text {
    width: 150px;
}

@keyframes animatedBackground {
    0% {
        left: 2%;
    }
    100% {
        left: 97%;
    }
}

.agefilter {
    display: block;
    float: right;
    background: #ffbe54;
    padding: 13px;
    margin-top: 13px;
    color: #FFFFFF;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 0;
}

.agefilter strong {
    display: block;
    margin-bottom: 15px;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 17px;
    line-height: 19px;
}

.agefilter a {
    display: inline-block;
    width: 32%;
    margin-left: 2%;
    background: #FFF;
    padding: 5px 0;
    border-radius: 3px;
    color: #000;
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
}

.agefilter a:hover {
    opacity: 1;
    text-decoration: none;
}

.agefilter a:nth-child(3n) {
    margin-left: 0;
}

form.quiz .q {
    padding-top: 10px;
    font-size: 0.8em;
    line-height: 1.375em;
}

form.quiz .q > p {
    font-size: 1em;
}

form.quiz ol {
    background: #F8F8F0;
    list-style: none;
    margin: 20px 0 0;
    padding: 20px 20px 10px;
}

form.quiz label {
    display: block;
    position: relative;
    top: -3px;
    margin: 0 0 10px 1.5em;
    font-size: 1em;
}

form.quiz input {
    position: absolute;
    vertical-align: top;
    clear: left;
    float: left;
    width: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
}

form.quiz p[class^="answerResult"] {
    display: none;
}

@media only screen and (min-width: 480px) {
    .order > div p {
        font-family: "Corporate S W01 Bold", sans-serif;
        color: #808080;
        font-size: 0.8em;
        float: left;
        line-height: 2em;
        margin: 0 0 0.625em 0;
    }

    .order > div p:before {
        font-size: 28px;
        margin: 0 .1em 0 0;
    }

    .order > div p + p {
        color: #333;
        white-space: nowrap;
        float: right;
        margin: 0 0 0.625em 0;
    }

    .order > div p.price {
        margin-left: 0;
    }

    .order > div p.price strong {
        display: inline;
    }

    .headline {
        margin-top: 37px;
    }

    .headline.small,
    .headline.detail {
        text-transform: none;
    }

    .headline.small span,
    .headline.detail span {
        font-size: 18px;
    }

    .box {
        margin-right: 2.3%;
        width: 46%;
    }

    .box.width2 {
        width: 46%;
    }

    .box img.smallfloat {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .box .leftimage {
        width: 46%;
        float: left;
        margin-right: 4.6%;
    }

    .box .leftimage img {
        width: 100%;
    }

    .box.withouttext h2,
    .box.withouttext p {
        display: none;
    }

    .listboxes.list .box.listbox {
        width: 98%;
    }

    .listboxes.list .box.listbox aside hr {
        margin: 0 0 .75em 0;
        clear: both;
    }

    .listboxes.list .box.listbox aside > p {
        font-size: 0.7em;
    }

    .listboxes.list .box.listbox aside > div {
        line-height: 1;
        margin-bottom: 1em;
        width: 40%;
        margin-right: 20%;
        float: left;
        clear: none;
    }

    .listboxes.list .box.listbox aside > div + div {
        margin-right: 0;
        float: left;
    }

    .listboxes.list .box.listbox aside > div .btn {
        float: right;
        font-size: .875em;
        line-height: 1;
        padding: .35em .3em .15em .3em;
        margin: 0 0 1em 0;
    }

    .listboxes.list .box.listbox aside > div p {
        margin-right: 4em;
        font-family: "Corporate S W01 Bold", sans-serif;
        color: #808080;
        padding: 0;
        font-size: 0.7em;
        margin-bottom: 0;
        float: none;
        line-height: 1.25em;
    }

    .listboxes.list .box.listbox aside > div p:before {
        font-size: 2em;
        float: left;
        margin: 0;
    }

    .listboxes.list .box.listbox aside > div p + p {
        margin-left: 1em;
        color: #333;
        float: none;
    }

    .carousel.big > div > ul li > a div {
        width: 44%;
    }

    .carousel.big > div > ul li > a div h1 {
        font-size: 1.2em;
    }

    .carousel.big > div > ul li > a div h2 {
        font-size: 1em;
    }

    .carousel.big > div > ul li > a div p {
        font-size: .9em;
    }

    .carousel.big > div > ul li > a .cover {
        width: 43%;
    }

    .agefilter {
        width: 95%;
        margin-right: 6% !important;
    }
}

@media only screen and (min-width: 640px) {
    .sort-books + .sort-books {
        margin-left: 0;
    }

    .sort-books.age {
        margin-bottom: 12px;
    }

    .sort-books.age button {
        margin-top: 0;
    }

    a.btn.order-product {
        padding: 1.45em 1.5em 1.45em 3em;
    }

    .banner div h2 + p {
        /*display:block;*/
    }

    .breadcrumb ul li:first-child {
        display: block;
    }

    .file img {
        width: 41%;
    }

    .file > p {
        margin-left: 23.8%;
    }

    .additional > div {
        display: none;
    }

    .additional > div > p {
        font-size: 1em;
        line-height: 1.3em;
    }

    .order {
        padding: 1.2em 0 0 0;
        width: 100%;
        margin-right: 0;
        /**/
    }

    .order .btn.order-product,
    .order .btn.preorder-mail-btn {
        padding: 1.45em 0 1.45em 2.15em;
    }

    .order > div {
        line-height: 1;
        /**/
        clear: both;
        /**/
        float: none;
        /**/
        width: 100%;
        /**/
        margin: 0 8.5% 1.5em 0;
        /**/
    }

    .order > div .shop {
        color: #808080;
        vertical-align: top;
        font-size: 0.7em;
        line-height: 1.42857143em;
        display: block;
        text-decoration: none;
        margin: 1em 0 2em 0;
    }

    .order > div .shop:hover {
        text-decoration: none;
        color: #B31B1B;
    }

    .order > div .shop.icon-location:before {
        font-size: 1.5em;
        margin: 0;
        float: left;
        padding-bottom: 0;
    }

    .order > div .shop img {
        float: left;
        margin: 0 .35em 0 .3em;
    }

    .order > div + div {
        margin-right: 0;
        padding: 1.2em 0 0 0;
        background: url(../images/dot.png) repeat-x top left;
        background-size: 6px 3px;
    }

    .order > p {
        float: none;
        margin-right: 0;
        margin-bottom: .25em;
        width: auto;
    }

    .order > p.memorize {
        margin-bottom: .2em;
    }

    .order hr {
        display: none;
    }

    .ie8 .order > div + div {
        background-image: url(../images/dotIE8.png);
    }

    .headline {
        margin-top: 37px;
        height: 42px;
        width: 97.5%;
    }

    .headline span {
        font-size: 42px;
    }

    .box {
        margin-right: 1.962%;
        width: 30.72%;
    }

    .box.width2 {
        width: 63.6%;
    }

    .box.width2.collapse {
        width: 30.72%;
    }

    .box.width3 {
        width: 100%;
    }

    .box.color2 {
        width: 46%;
        margin-right: 3.9%;
    }

    .box.bestseller > div > figure {
        width: 21.83673469%;
    }

    .box.bestseller > div > figure.third-child,
    .box.bestseller > div > figure.forth-child {
        display: block;
    }

    .box.flip .back {
        top: 102px;
    }

    .news {
        margin-bottom: 1em;
    }

    .author {
        margin-right: 0;
    }

    .more-books {
        margin-right: 0;
    }

    .bibliography > div {
        font-size: 16px;
        /* PX, da die Divs undefinierbar verschachelt sind */
    }

    .further-infos {
        margin-right: 0;
    }

    .recommendations {
        margin-right: 0;
    }

    .banner {
        position: relative;
        width: 98%;
        height: 0;
        padding: 29.475% 0 0 0;
    }

    .book {
        width: 71%;
    }

    .book > figure {
        position: absolute;
        right: -50.6%;
        width: 45.7%;
        margin: 0;
        /* max-width:11.75em; */
    }

    .book > figure img {
        margin-bottom: 1.25em;
    }

    .book > figure p {
        margin-top: -1em;
        color: #808080;
    }

    .book p {
        width: 95%;
    }

    .book-more-infos > div {
        display: none;
    }

    .book-more-infos > div.visible {
        display: block;
    }

    .book-more-infos > a {
        display: block;
    }

    .viewswitch {
        min-height: 54px;
        margin: 0 3.1% 0 0;
    }

    .viewswitch > div {
        padding: 0 .5em;
    }

    .viewswitch > div label {
        display: inline;
    }

    .custom-select {
        float: left;
        margin: 0 0.5em -0.5em -0.5em;
    }

    .custom-select button {
        padding-left: 1em;
        padding-right: 1em;
    }

    .sort-books {
        float: left;
        clear: none;
    }

    .sort-books + .sort-books {
        right: auto;
        bottom: auto;
        position: static;
        margin-left: 0;
        clear: both;
    }

    .pagination {
        padding: 0;
        margin: 0 3.1% 0 0;
    }

    .pagination ul li {
        display: block;
    }

    .pagination + hr {
        margin-bottom: 1em;
    }

    .listboxes.list .box.listbox {
        /* Important: Fix for IE8 */
        width: 97.5% !important;
        position: relative;
    }

    .listboxes.list .box.listbox:first-child aside {
        padding-top: .75em;
    }

    .listboxes.list .box.listbox:first-child aside hr {
        display: none !important;
    }

    .listboxes.list .box.listbox > a {
        float: left;
        width: 5.35em;
        margin-right: 1em;
    }

    .listboxes.list .box.listbox > a img {
        margin: 0;
    }

    .listboxes.list .box.listbox > span {
        margin-left: 6.35em;
    }

    .listboxes.list .box.listbox .font2 {
        font-size: 0.7em;
        margin-bottom: .75em;
    }

    .listboxes.list .box.listbox > div {
        float: left;
        width: 76.5%;
    }

    .listboxes.list .box.listbox > div > a {
        float: left;
        width: 5.35em;
        margin-right: 1em;
    }

    .listboxes.list .box.listbox > div > a img {
        margin: 0;
    }

    .listboxes.list .box.listbox > div > div {
        margin-left: 6.35em;
    }

    .listboxes.list .box.listbox aside {
        width: 23.5%;
        float: right;
        clear: none;
        padding-top: 0;
    }

    .listboxes.list .box.listbox aside hr {
        margin: 0 0 .75em 0;
    }

    .listboxes.list .box.listbox aside hr:first-child {
        display: block;
    }

    .listboxes.list .box.listbox aside > p {
        font-size: 0.7em;
    }

    .listboxes.list .box.listbox aside > div {
        line-height: 1;
        margin-bottom: .75em;
        margin: .25em 0 .75em 0;
        width: 100%;
        float: none;
    }

    .listboxes.list .box.listbox aside > div .btn {
        float: right;
        font-size: .875em;
        line-height: 1;
        padding: .35em .4em .15em .4em;
        margin: 0;
    }

    .listboxes.list .box.listbox aside > div p {
        margin-right: 4em;
        font-family: "Corporate S W01 Bold", sans-serif;
        color: #808080;
        padding: 0;
        font-size: 0.7em;
        margin-bottom: 0;
    }

    .listboxes.list .box.listbox aside > div p:before {
        font-size: 2em;
        float: left;
        margin: 0;
    }

    .listboxes.list .box.listbox aside > div p + p {
        margin-left: 2em;
        color: #333;
    }

    .listboxes.list .box.listbox .box-action {
        width: 235px;
        position: absolute;
        right: 0;
        top: -10px;
    }

    .listboxes.list .box.listbox .box-action .box-action-row {
        padding-bottom: 73px;
    }

    .listboxes.list .box.listbox .box-action-radiobox {
        width: calc(47%);
        margin-right: 12px;
    }

    .listboxes.list .box.listbox .box-action-radiobox label span {
        padding: 12px 4px;
    }

    .listboxes.list .box.listbox .box-action-radiobox label span:after {
        left: 0;
        bottom: 5px;
        font-size: 24px;
    }

    .listboxes.list .box.listbox .box-action-radiobox:nth-child(2) {
        margin-right: 0;
    }

    .listboxes.list .box.listbox .box-action button {
        width: 100%;
        font-size: 16px;
        padding: 19px 0;
    }

    .listboxes.list .box.listbox > span > strong,
    .listboxes.list .box.listbox > span > h2 {
        display: block;
        padding-right: 255px;
    }

    .listboxes.list .box.listbox .desc {
        display: block;
        margin-top: 13px;
        padding-right: 255px;
        line-height: 24px;
        margin-bottom: 9px;
    }

    .listboxes.list .box.listbox .morep {
        display: block;
    }

    .listboxes.list .box.listbox:last-child {
        background: none;
    }

    .listboxes.raster .box.listbox {
        width: 30.72%;
        margin-right: 1.962%;
    }

    .listboxes.raster .box.listbox > span > strong,
    .listboxes.raster .box.listbox > span > h2 {
        padding-right: 0;
    }

    .listboxes.raster .box.listbox > a {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding: 170% 0 0 0;
        margin-bottom: 0.7em;
    }

    .listboxes.raster .box.listbox > a img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .listboxes.hidelast .listbox:last-child {
        display: none;
    }

    .box.listbox h2,
    .box.listbox strong {
        font-size: 18px;
        line-height: 24px;
    }

    .box.listbox h2 {
        margin-bottom: 0.6em;
    }

    .box.listbox .price {
        font-size: 22px;
        margin-bottom: 0.8em;
        line-height: 22px;
    }

    .box.listbox > a {
        display: block;
    }

    .carousel.big {
        margin: 0 0 0 0;
        padding: 52.5% 0 0 0;
        /**/
        /* 62% war eingetragen */
        width: 105%;
        height: 0;
    }

    .carousel.big .more {
        color: inherit;
    }

    .carousel.big > div > ul li > a div {
        width: 60.4%;
        bottom: 16%;
    }

    .carousel.big > div > ul li > a div p {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .carousel.big > div > ul li > a div .desc {
        display: block;
    }

    .carousel.big > div > ul li > a .cover {
        right: 3.6%;
        width: 28.8%;
    }

    .carousel.big > div > ul li .mobile {
        display: none;
    }

    .carousel.big > div > ul li .desktop {
        display: block;
    }

    .carousel.big > nav {
        bottom: 4.6%;
        position: absolute;
    }

    .carousel.big > nav ul {
        display: inline-block;
    }

    .carousel.big > nav ul li {
        border: 0;
        background: #FFF;
        line-height: 1.92857143em;
    }

    .carousel.big > nav ul li:hover,
    .carousel.big > nav ul li.active {
        border: 0;
        background: #B31B1B;
        color: #FFF;
        line-height: 1.92857143em;
    }

    .carousel.big > nav .prev,
    .carousel.big > nav .next {
        background: #FFF;
        border: 0;
        line-height: 1.92857143em;
        position: static;
        height: 1.78571429em;
        width: 1.78571429em;
        margin-left: 0.35714286em;
        color: #808080;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .carousel.big > nav .prev:hover,
    .carousel.big > nav .next:hover {
        line-height: 1.92857143em;
        border: 0;
        background: #B31B1B;
        color: #FFF;
    }

    .carousel.big > nav .prev:before,
    .carousel.big > nav .next:before {
        font-weight: normal;
    }

    .carousel.big > nav .next {
        right: 0;
    }

    .publisher {
        margin-bottom: 1em;
    }

    .publisher > a {
        float: left;
        width: 31.5%;
        margin-right: 2.7%;
    }

    .publisher > a img {
        width: 100%;
    }

    .publisher > div {
        width: 31.5%;
        float: left;
        margin-right: 2.7%;
    }

    .publisher > div + div {
        margin-right: 0;
    }

    .publisher p span {
        display: block;
    }

    .publisher p span.space {
        margin: 0.4em 0;
    }

    .agefilter {
        margin-right: 2.62% !important;
    }

    .quiz-left {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .quiz-right {
        float: right;
        width: 48%;
    }
}

@media only screen and (min-width: 920px) {
    .book {
        width: 71.63461538%;
    }

    .book > figure {
        right: -32.7%;
        width: 31.54362416%;
        margin: 0;
        max-width: 11.75em;
    }

    .book p {
        width: 96%;
    }

    .more-books {
        margin-right: 3.4% !important;
    }

    .more-books > div > div {
        margin: 0 2.675% 1em 0;
        width: 31.55%;
    }

    .more-books > div > div > a {
        padding: 162% 0 0 0;
    }

    .more-books > div > div.book-2 {
        display: block;
    }

    .more-books > div > div:nth-child(even) {
        margin-right: 2.675%;
    }

    .author img {
        width: 14.5%;
    }

    .order {
        margin-right: 0;
    }

    .colorslider > div ul li .sliderthumb {
        width: 46.5%;
    }

    .viewswitch {
        background: #F8F8F0;
        margin: 0 3.8% 0 0;
    }

    .viewswitch > div {
        float: left;
        padding: 0 1em;
    }

    .viewswitch > div label {
        font-size: 0.7em;
        font-family: "Corporate S W01 Bold", sans-serif;
        line-height: 3.85714286em;
    }

    .viewswitch > div + div {
        float: right;
    }

    .viewswitch > div + div > div {
        vertical-align: middle;
        display: inline-block;
    }

    .viewswitch > div + div > div input[type=text] {
        width: 160px;
    }

    .viewswitch > div + div > div button {
        float: right;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 1em;
        line-height: 1.5em;
        height: 1.5em;
        width: 1.8em;
        background: #FFF;
        text-align: center;
        border: #CCC 1px solid;
        color: #808080;
    }

    .viewswitch > div + div > div button:before {
        padding: 0;
        margin: 0;
    }

    .viewswitch > div + div > div button:first-child {
        border-left: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .viewswitch > div + div > div button:last-child {
        border-right: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .viewswitch > div + div > div button.active {
        background: #B31B1B;
        border-color: #B31B1B;
        color: #FFF;
    }

    .custom-select {
        margin: 0 1em 0 -1em;
    }

    .pagination {
        padding: 0;
        margin: 0 3.8% 0 0;
    }

    .pagination p {
        float: left;
        margin: 0;
    }

    .pagination .icon-print:before {
        color: #808080;
    }

    .pagination ul {
        float: right;
        list-style: none;
        margin: 0;
    }

    .pagination ul li a {
        border: #CCC 1px solid;
        border-radius: 3px;
        font-size: 0.7em;
        height: 1.78571429em;
        line-height: 1.92857143em;
        min-width: 1.78571429em;
        text-align: center;
        float: left;
        color: #808080;
        font-family: "Corporate S W01 Bold", sans-serif;
        margin-left: 0.35714286em;
    }

    .pagination ul li a:first-child:before,
    .pagination ul li a:last-child:before {
        font-size: .875em;
    }

    .pagination ul li a.active {
        border: #B31B1B 3px solid;
        line-height: 1.5em;
    }

    .pagination ul li a.dots {
        border: 0;
    }

    .pagination + hr {
        margin-bottom: 1em;
    }

    .carousel.big {
        left: 0;
        margin: 1em 0 0 0;
        padding: 50% 0 0 0;
        width: 100%;
        height: 0;
    }

    .carousel.big > div > ul li > a div h1 {
        font-size: 1.75em;
        margin-bottom: .5em;
    }

    .carousel.big > div > ul li > a div h2 {
        font-size: 1.25em;
        margin-bottom: .5em;
    }

    .carousel.big > div > ul li > a div p {
        font-size: 1em;
    }

    .carousel.big > div > ul li > a .cover {
        right: 1.96%;
        bottom: 3.91%;
        width: 23.03921%;
        z-index: 10000;
    }
}

@media only screen and (min-width: 1100px) {
    .author-reading {
        position: absolute;
        top: 50px;
        right: 0;
        padding-right: 0;
        margin-right: 5px !important;
        max-width: 440px;
    }

    .author-reading p {
        max-width: 85%;
    }

    .sort-books {
        float: left;
        clear: none;
    }

    .sort-books + .sort-books {
        clear: none;
        margin-left: .5em;
    }

    .sort-books.age {
        margin-bottom: 0;
    }

    .sort-books.age button {
        display: inline-block;
        height: 30px;
        border-radius: 3px;
        border: 1px solid #cccccc;
        background: white;
        margin-top: 12px;
        color: #808080;
    }

    .sort-books.age button.active {
        background: #720c23;
        color: white;
    }

    .incart {
        margin-right: 1.96% !important;
        width: 48%;
        position: relative;
        margin-bottom: 2em;
    }

    .incart > img {
        width: 45%;
        float: left;
        margin-bottom: 0;
    }

    .incart > section {
        margin: 0 0 0 50%;
    }

    .incart > section .order-product {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    .box {
        margin-right: 1.96% !important;
        width: 23.039%;
    }

    .box.image-text-box {
        margin-bottom: 60px;
    }

    .box.image-text-box figure {
        position: relative;
        float: none;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 0;
        width: 23.5%;
        max-width: none;
    }

    .box.image-text-box figure img {
        margin-bottom: 0;
    }

    .box.image-text-box figure p {
        position: absolute;
        bottom: -40px;
    }

    .box.image-text-box .image-text-box-wrapper {
        width: 64.4%;
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

    .box.image-text-box p {
        max-width: 100%;
        margin-bottom: 0;
    }

    .box.image-text-box p + p {
        margin-top: 1em;
    }

    .box.image-text-box .h3,
    .box.image-text-box h3 {
        float: none;
    }

    .box.image-text-box .order-share {
        float: none;
    }

    .box.cover-text-box p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .box.cover-text-box p + p {
        margin-top: 1em;
    }

    .box.cover-text-box figure {
        display: inline-block;
        vertical-align: bottom;
        float: none;
        margin-bottom: 0;
        max-width: none;
        width: 23%;
    }

    .box.cover-text-box figure img {
        margin-bottom: 0;
    }

    .box.cover-text-box .cover-text-box-wrapper {
        display: inline-block;
        vertical-align: bottom;
        float: none;
        width: 64.4%;
        max-width: calc(800px);
    }

    .box.cover-text-box .book-more-infos {
        margin-top: 30px;
        float: none;
    }

    .box.width2 {
        width: 48.03921569%;
    }

    .box.width2.collapse {
        width: 48.03921569%;
    }

    .box.col3 {
        width: 30.72%;
        margin-right: 2.5% !important;
    }

    .box.width3 {
        width: 73%;
    }

    .listboxes {
        clear: both;
        display: inline;
        padding-left: 5px;
    }

    .listboxes.list .box.listbox {
        width: 97.5%;
    }

    .listboxes.list .box.listbox > a {
        float: left;
        width: 5.35em;
        margin-right: 1em;
    }

    .listboxes.list .box.listbox > a img {
        margin: 0;
    }

    .listboxes.list .box.listbox > span {
        margin-left: 12.962%;
    }

    .listboxes.list .box.listbox > div > a {
        float: left;
        width: 5.35em;
        margin-right: 1em;
    }

    .listboxes.raster .box.listbox {
        width: 23.039%;
        margin-right: 1.962%;
    }

    .listboxes.raster .box.listbox > a {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding: 170% 0 0 0;
        margin-bottom: 0.9em;
    }

    .listboxes.raster .box.listbox > a img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .listboxes.hidelast .listbox:last-child {
        display: inline-block;
    }

    .box.listbox {
        margin-left: -5px;
    }

    .box.listbox + h2 {
        margin-top: 1.5em;
    }

    .box.listbox + hr {
        margin-top: 2em;
    }

    .hanserbox-mod {
        width: 43%;
        float: left;
        margin-top: 0;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .newsletter-mod {
        width: 52%;
        float: left;
        height: 68px;
        margin-right: 5% !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
    .order > p.memorize {
        background-image: url(../images/memorize@2x.png);
    }
}

@media only screen and (max-width: 480px) {
    .instansive-widget {
        max-height: none !important;
    }
}

.ie8 .order {
    background-image: url(../images/dotIE8.png);
}

/* -------------------------------------------------------- */
/*                   NEWSLETTER MODULE                      */
/*            19.10.2016     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.newsletter-module {
    text-align: center;
    padding-bottom: 30px;
}

.newsletter-module h3 {
    display: block;
    font-size: 30px;
    margin: 30px 0 15px;
}

.newsletter-module p {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.newsletter-module label,
.newsletter-module div {
    display: block;
    width: 90%;
    margin: 4px auto;
    max-width: 495px;
    font-size: 0;
    text-align: left;
}

.newsletter-module label > *,
.newsletter-module div > * {
    display: inline-block;
    width: 75%;
    font-size: 15px;
    text-align: left;
}

.newsletter-module label > span,
.newsletter-module div > span {
    width: 25%;
    font-family: 'Corporate S W01 Bold', sans-serif;
}

.newsletter-module label button,
.newsletter-module div button {
    margin-left: 25%;
    width: auto;
    background: #999999;
    color: white;
    margin-top: 4px;
    padding: 11px 16px;
    font-family: 'Corporate S W01 Bold', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.newsletter-module label button:hover,
.newsletter-module div button:hover {
    background-color: #710f25;
}

@media screen and (min-width: 768px) {
    .newsletter-module {
        padding-bottom: 60px;
    }

    .newsletter-module h3 {
        margin: 50px 0 20px;
        font-size: 36px;
    }

    .newsletter-module p {
        width: 80%;
        margin-bottom: 60px;
    }

    .newsletter-module label {
        width: 80%;
    }
}

.error-text-form {
    display: none !important;
    width: auto !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    color: #C10D00;
}

.display-block {
    display: block !important;
}

.text-red {
    color: red !important;
}

.book-carousel,
.book-charts,
.book-recommendation {
    margin-bottom: 10px;
}

.book-carousel .slick-arrow,
.book-charts .slick-arrow,
.book-recommendation .slick-arrow {
    display: inline-block;
    opacity: 1;
    z-index: 10000;
    transition: opacity 100ms ease;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7em;
    line-height: 1.92857143em;
    text-align: center;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #cccccc;
    color: white;
    top: 37vw;
    left: -5px;
    transform: translate(0, -50%);
}

.book-carousel .slick-arrow:before,
.book-charts .slick-arrow:before,
.book-recommendation .slick-arrow:before {
    font-weight: bold;
}

.book-carousel .slick-arrow.slick-next,
.book-charts .slick-arrow.slick-next,
.book-recommendation .slick-arrow.slick-next {
    left: auto;
    right: -5px;
}

.book-carousel .slick-arrow.slick-disabled,
.book-charts .slick-arrow.slick-disabled,
.book-recommendation .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

.book-carousel .box figure,
.book-charts .box figure,
.book-recommendation .box figure {
    display: block;
    position: relative;
    height: 71.85vw;
    margin-bottom: 11px;
}

.book-carousel .box figure img,
.book-charts .box figure img,
.book-recommendation .box figure img {
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 94%;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    max-height: 100%;
}

.book-carousel .box span,
.book-charts .box span,
.book-recommendation .box span {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 18px;
}

.book-carousel .box span.grey,
.book-charts .box span.grey,
.book-recommendation .box span.grey {
    font-size: 16px;
}

.book-carousel .box h2,
.book-charts .box h2,
.book-recommendation .box h2 {
    font-size: 16px;
    margin-bottom: 13px;
}

.book-recommendation .box {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.book-recommendation .box figure img {
    left: 50%;
    transform: translate(-50%, 0);
}
.book-recommendation .box h2 {
    text-align: center;
}

.book-charts .box {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.book-charts .box h2 {
    text-align: center;
}

.book-charts .slick-arrow {
    top: 27vw;
}

.book-charts .box figure {
    height: 48.5vw;
}

.book-charts .box span {
    font-family: "Corporate A W01 Regular", serif;
}

.book-recommendation .slick-arrow {
    top: 19vw;
}

.book-recommendation .box figure {
    height: 35.5vw;
}

.book-recommendation .box span {
    font-family: "Corporate A W01 Regular", serif;
}

.book-stage {
    background: #eee;
    margin-bottom: 40px;
}

.book-stage .book-stage-image {
    margin: 0;
    background-size: 0 0;
}

.book-stage .book-stage-image img {
    width: 100%;
    margin: 0;
}

.book-stage .book-stage-text {
    padding: 30px 21px;
}

.book-stage .book-stage-text h2 {
    font-size: 28px;
    color: #333;
}

.book-stage .book-stage-text h2:hover {
    color: #333;
    text-decoration: none;
}

.book-stage .book-stage-text > a {
    color: #333;
}

.book-stage .book-stage-text > a:hover {
    color: #333;
    text-decoration: none;
}

.book-stage .book-stage-text h3 {
    padding: 13px 0 11px;
    margin: 0;
    font-size: 18px;
    text-transform: none;
    background: transparent;
    line-height: 22px;
}

.book-stage .book-stage-text h3 span {
    position: relative;
    top: 0;
    display: block;
    padding: 0;
    background: transparent;
}

.book-stage .book-stage-text p {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.book-stage .book-stage-text p a {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
}

.book-stage .book-stage-text .book-stage-text-action {
    font-size: 0;
    margin-top: 58px;
}

.book-stage .book-stage-text .book-stage-text-action .book-stage-text-action-row {
    position: relative;
    padding-bottom: 60px;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
    margin-right: 10px;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label input {
    display: none;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label span {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #808080;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 7px 11px;
    border-radius: 7px;
    border: solid 1px #adadad;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label span:before {
    margin-right: 6px;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label span:after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 22px;
    color: #333;
    content: attr(data-price);
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label input:checked + span {
    color: #B31B1B;
    border: solid 1px #B31B1B;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox label input:checked + span:after {
    display: block;
}

.book-stage .book-stage-text .book-stage-text-action-radiobox:nth-child(2n) {
    margin-right: 0;
}

.book-stage .book-stage-text .book-stage-text-action button {
    display: block;
    cursor: pointer;
    width: 100%;
    background: #B31B1B;
    border-radius: 7px;
    font-size: 16px;
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #FFF;
    text-align: center;
    padding: 14px 0;
    border: 0 solid #FFF;
    outline: 0 solid #FFF;
}

.book-stage .book-stage-text .book-stage-text-action button:before {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

.category-stage {
    background: #eee;
    margin-bottom: 40px;
}

.category-stage .category-stage-image {
    margin: 0;
    background-size: 0 0;
}

.category-stage .category-stage-image img {
    width: 100%;
    margin: 0;
}

.category-stage .category-stage-text {
    padding: 30px 21px 40px;
}

.category-stage .category-stage-text h2 {
    font-size: 28px;
    color: #333;
}

.category-stage .category-stage-text h2:hover {
    color: #333;
    text-decoration: none;
}

.category-stage .category-stage-text > a {
    color: #333;
}

.category-stage .category-stage-text > a:hover {
    color: #333;
    text-decoration: none;
}

.category-stage .category-stage-text p {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.category-stage .category-stage-text p a {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
}

.qoute {
    position: relative;
    background: #B31B1B;
    color: white;
    overflow: hidden;
    padding: 30px 21px;
    text-align: center;
    margin-bottom: 40px;
}

.qoute svg {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 1;
}

.qoute svg path {
    fill: white;
}

.qoute h2 {
    position: relative;
    font-size: 28px;
    z-index: 2;
}

.qoute p {
    display: block;
    position: relative;
    margin-top: 30px;
    z-index: 2;
    font-size: 16px;
}

.qoute p span {
    display: block;
    position: relative;
    padding: 0 20px;
    margin-top: 53px;
    color: #CCC;
}

.qoute p span:before {
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    height: 2px;
    width: 20px;
    content: "";
    transform: translate(-50%, 0);
    background: white;
}

.content-teaser .content-teaser-image {
    position: relative;
    z-index: 999999;
}

.content-teaser .content-teaser-image img {
    display: block;
    width: 100%;
    margin: 0;
}

.content-teaser .content-teaser-text > a > strong {
    display: block;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 22px;
    margin: 25px 0 8px;
    color: #333;
}

.content-teaser .content-teaser-text > a > strong:hover {
    color: #333;
    text-decoration: none;
}

.content-teaser .content-teaser-text > a:hover {
    color: #333;
    text-decoration: none;
}

.content-teaser .content-teaser-text p {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 43px;
}

.content-teaser .content-teaser-text p a {
    display: block;
    margin-top: 10px;
}

.content-teaser.small .content-teaser-image {
    float: left;
    width: 30%;
    margin: 6px 15px 10px 0;
}

.content-teaser.small .content-teaser-text > strong {
    margin: 0 0 8px;
}

.intagramm-quickview > strong {
    display: block;
    font-size: 28px;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 31px;
    margin-bottom: 16px;
}

.intagramm-quickview p {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.intagramm-quickview p a {
    display: block;
    margin-top: 10px;
}

@media only screen and (min-width: 480px) {
    .book-carousel .box,
    .book-charts .box {
        margin-right: 0;
    }
}

@media only screen and (min-width: 640px) {
    .book-carousel,
    .book-charts,
    .book-recommendation {
        width: 97.5%;
        margin-top: 73px;
    }

    .book-carousel .slick-arrow,
    .book-charts .slick-arrow,
    .book-recommendation .slick-arrow {
        background-color: transparent;
        color: #CCC;
        top: -38px;
        left: auto;
        right: 40px;
    }

    .book-carousel .slick-arrow.slick-next,
    .book-charts .slick-arrow.slick-next,
    .book-recommendation .slick-arrow.slick-next {
        right: 0;
    }

    .book-carousel .box,
    .book-charts .box,
    .book-recommendation .box {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 7px;
    }

    .book-carousel .box figure,
    .book-charts .box figure,
    .book-recommendation .box figure {
        margin-bottom: 15px;
        height: 34vw;
    }

    .book-carousel .box figure img,
    .book-charts .box figure img,
    .book-recommendation .box figure img {
        max-width: 100%;
    }

    .book-carousel .box span,
    .book-charts .box span,
    .book-recommendation .box span {
        font-size: 22px;
    }

    .book-carousel .box span.grey,
    .book-charts .box span.grey,
    .book-recommendation .box span.grey {
        font-size: 18px;
    }

    .book-carousel .box h2,
    .book-charts .box h2,
    .book-recommendation .box h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .book-charts .box figure {
        height: 16vw;
    }

    .book-charts .box span.grey {
        font-size: 16px;
    }

    .book-charts .box h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .book-recommendation .box figure {
        height: 16vw;
    }

    .book-recommendation .box span.grey {
        font-size: 16px;
    }

    .book-recommendation .box h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .book-stage {
        position: relative;
        margin-bottom: 50px;
        font-size: 0;
    }

    .book-stage .book-stage-image {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-size: cover;
        background-position: center center;
    }

    .book-stage .book-stage-image img {
        display: none;
    }

    .book-stage .book-stage-text {
        display: inline-block;
        vertical-align: top;
        margin-left: 50%;
        width: 50%;
    }

    .category-stage {
        position: relative;
        margin-bottom: 50px;
        font-size: 0;
    }

    .category-stage .category-stage-image {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-size: cover;
        background-position: center center;
    }

    .category-stage .category-stage-image img {
        display: none;
    }

    .category-stage .category-stage-text {
        display: inline-block;
        vertical-align: top;
        margin-left: 50%;
        width: 50%;
    }

    .qoute {
        padding: 50px 100px;
    }

    .qoute svg {
        width: 556px;
    }

    .qoute h2 {
        font-size: 42px;
    }

    .qoute p {
        font-size: 18px;
    }

    .content-teaser {
        display: inline-block;
        width: 47.9%;
        margin-right: 2% !important;
        vertical-align: top;
    }

    .content-teaser .content-teaser-text > a > strong {
        margin: 20px 0 8px;
    }
}

@media only screen and (min-width: 920px) {
    .book-carousel .box figure,
    .book-charts .box figure,
    .book-recommendation .box figure {
        height: 29vw;
        max-height: 383px;
    }

    .book-charts {
        margin-bottom: 20px;
    }

    .book-charts .box figure {
        height: 13.7vw;
        max-height: 178px;
    }

    .book-recommendation {
        margin-bottom: 20px;
    }

    .book-recommendation .box figure {
        height: 13.7vw;
        max-height: 178px;
    }

    .book-stage .book-stage-text {
        padding: 40px 38px 40px 50px;
    }

    .book-stage .book-stage-text h2 {
        font-size: 42px;
        margin-bottom: 8px;
    }

    .book-stage .book-stage-text h3 {
        padding: 13px 0 11px;
        margin: 0;
        font-size: 22px;
        text-transform: none;
        background: transparent;
        line-height: 24px;
    }

    .book-stage .book-stage-text h3 span {
        position: relative;
        top: 0;
        display: block;
        padding: 0;
        background: transparent;
    }

    .book-stage .book-stage-text p {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
    }

    .book-stage .book-stage-text p a {
        position: absolute;
        bottom: -30px;
        left: 0;
        display: block;
    }

    .book-stage .book-stage-text .book-stage-text-action {
        font-size: 0;
        margin-top: 58px;
    }

    .book-stage .book-stage-text .book-stage-text-action .book-stage-text-action-row {
        position: relative;
        padding-bottom: 66px;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox {
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-right: 15px;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label input {
        display: none;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label span {
        cursor: pointer;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 18px;
        color: #808080;
        font-family: "Corporate S W01 Bold", sans-serif;
        padding: 11px 21px;
        border-radius: 7px;
        border: solid 1px #adadad;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label span:before {
        margin-right: 6px;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label span:after {
        display: none;
        position: absolute;
        left: 0;
        bottom: 13px;
        font-size: 30px;
        color: #333;
        content: attr(data-price);
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label input:checked + span {
        color: #B31B1B;
        border: solid 1px #B31B1B;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox label input:checked + span:after {
        display: block;
    }

    .book-stage .book-stage-text .book-stage-text-action-radiobox:nth-child(2n) {
        margin-right: 0;
    }

    .book-stage .book-stage-text .book-stage-text-action button {
        display: inline-block;
        cursor: pointer;
        width: 235px;
        background: #B31B1B;
        border-radius: 7px;
        font-size: 16px;
        font-family: "Corporate S W01 Bold", sans-serif;
        color: #FFF;
        text-align: center;
        padding: 17px 0;
        border: 0 solid #FFF;
        outline: 0 solid #FFF;
    }

    .book-stage .book-stage-text .book-stage-text-action button:before {
        font-size: 21px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .category-stage .category-stage-text {
        padding: 40px 38px 120px 50px;
    }

    .category-stage .category-stage-text h2 {
        font-size: 42px;
        margin-bottom: 13px;
    }

    .category-stage .category-stage-text p {
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 28px;
    }

    .category-stage .category-stage-text p a {
        position: absolute;
        bottom: -40px;
        left: 0;
        display: block;
        font-size: 16px;
        line-height: 24px;
    }

    .qoute {
        padding: 43px 130px;
        margin-bottom: 50px;
    }

    .qoute p span {
        padding: 0 100px;
        margin-top: 38px;
    }

    .qoute p span:before {
        top: -23px;
    }

    .content-teaser.small .content-teaser-image {
        width: 50%;
        max-width: 236px;
        margin: 6px 20px 10px 0;
    }

    .intagramm-quickview {
        position: relative;
        min-height: 250px;
    }

    .intagramm-quickview > strong {
        font-size: 42px;
        max-width: 30%;
        line-height: 48px;
    }

    .intagramm-quickview p {
        max-width: 30%;
    }

    .intagramm-quickview .intagramm-quickview-widget {
        position: absolute;
        left: 36%;
        right: 0;
        top: 0;
        height: 250px;
    }
}

@media only screen and (min-width: 1020px) {
    .qoute p span {
        padding: 0 200px;
    }
}

.bookdetails .more-books img {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.bookdetails .bookdetails-coverbox {
    width: 252px;
    min-height: 1px;
    margin: 0 auto;
}

.bookdetails .bookdetails-coverbox .slider-for img {
    margin-bottom: 0;
}

.bookdetails .bookdetails-coverbox .slider-for a {
    position: absolute;
    right: 15px;
    bottom: 26px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    background: #333;
    color: #CCC;
    border: rgba(255, 255, 255, 0.25) 3px solid;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.bookdetails .bookdetails-coverbox .slider-for a::before {
    margin: 0;
    line-height: 30px;
}

.bookdetails .bookdetails-coverbox .slider-nav {
    margin: 11px 5px;
}

.bookdetails .bookdetails-coverbox .slider-nav .item {
    position: relative;
    width: 76px;
    height: 76px;
    overflow: hidden;
    cursor: pointer;
}

.bookdetails .bookdetails-coverbox .slider-nav .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: auto;
}

.bookdetails .bookdetails-coverbox .bookdetails-coverbox-copyright {
    display: block;
    margin-top: 5px;
    color: #808080;
    font-size: 14px;
    line-height: 1.57;
}

.bookdetails .bookdetails-wrapper .headline {
    width: 100%;
}

.bookdetails .bookdetails-wrapper .headline.more-margin-top {
    margin-top: 45px;
}

.bookdetails .bookdetails-intro {
    position: relative;
    margin-top: 20px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social {
    margin-right: 7px;
    text-align: right;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li:last-child {
    margin-right: 0;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li .icon-facebook {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    background: #4c70aa;
    line-height: 30px;
    text-decoration: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li .icon-facebook::before {
    line-height: 30px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li .icon-twitter {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    background: #00aced;
    line-height: 30px;
    text-decoration: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-social li .icon-twitter::before {
    line-height: 30px;
}

.bookdetails .bookdetails-intro strong {
    display: block;
    color: #808080;
    font-size: 22px;
}

.bookdetails .bookdetails-intro h1,
.bookdetails .bookdetails-intro .h1 {
    font-size: 32px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-translator {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .info-book,
.bookdetails .bookdetails-intro .bookdetails-intro-action .info-ebook {
    display: none !important;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action.show-info-book .info-book {
    display: block !important;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action.show-info-ebook .info-ebook {
    display: inline-block !important;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-row {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 9px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox {
    display: inline-block;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox input {
    display: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox input:checked + span {
    border-color: #B31B1B;
    color: #B31B1B;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox input:checked + span::after {
    display: block;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox span {
    display: block;
    min-width: 99px;
    padding: 6px 10px;
    border-radius: 7px;
    border: solid 1px #cccccc;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #808080;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox span:hover {
    border-color: #B31B1B;
    color: #B31B1B;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox span::before {
    display: inline-block;
    vertical-align: sub;
    margin-left: 0;
    margin-right: 5px;
    font-size: 22px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox span::after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    content: attr(data-price);
    font-size: 24px;
    font-family: "Corporate S W01 Bold", sans-serif;
    color: #333333;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 22px;
    background: #B31B1B;
    border-radius: 7px;
    font-size: 16px;
    border: 0;
    letter-spacing: 0;
    text-transform: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .btn:hover {
    background: #c91e1e;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .btn::before {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location {
    margin-bottom: 20px;
    font-size: 14px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span {
    display: block;
    margin-bottom: 5px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span :first-child {
    font-family: "Corporate A W01 Bold", serif;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span.green :last-child {
    color: #387628;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span.yellow :last-child {
    color: orange;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span.red :last-child {
    color: darkred;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span::before {
    width: 14px;
    margin: 0 12px 0 0;
    color: #808080;
    font-size: 16px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location img {
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a {
    display: block;
    height: 27px;
    color: #808080;
    text-decoration: none;
    transition: all ease 0.3s;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a:hover {
    color: #B31B1B;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a:hover::before {
    color: #B31B1B;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a::before {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: 0 16px 0 0;
    font-size: 22px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action-preorder {
    display: none;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action-preorder input {
    width: 96%;
    display: block;
    padding: 6px 10px;
    border: solid 1px #cccccc;
    font-family: "Corporate S W01 Regular", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action-preorder button {
    display: block;
    margin-top: 0;
    width: 96%;
    margin-bottom: 30px;
    padding: 6px 20px;
    background: #B31B1B;
    color: white;
    border-radius: 7px;
    font-size: 16px;
    border: 0;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Corporate S W01 Bold", sans-serif;
    cursor: pointer;
}

.bookdetails .bookdetails-specialinfo {
    position: relative;
    padding: 20px;
    margin-bottom: 24px;
    background-image: linear-gradient(to left, #ffffff, #eeeeee);
}

.bookdetails .bookdetails-specialinfo strong {
    display: block;
    max-width: 55%;
    margin-bottom: 11px;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 18px;
    line-height: 1.15;
}

.bookdetails .bookdetails-specialinfo p {
    padding-right: 100px;
    margin: 0;
}

.bookdetails .bookdetails-specialinfo .bookdetails-specialinfo-disturber {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 74px;
    height: 74px;
    background-image: linear-gradient(200deg, #bd193e, #B31B1B);
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.bookdetails .bookdetails-specialinfo .bookdetails-specialinfo-disturber > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-right: 6px;
    color: #ffffff;
    -webkit-transform: rotate(6deg) translate(0, -50%);
    -moz-transform: rotate(6deg) translate(0, -50%);
    transform: rotate(6deg) translate(0, -50%);
    font-size: 17px;
    line-height: 1;
    text-align: center;
}

.bookdetails .bookdetails-specialinfo .bookdetails-specialinfo-disturber > div > span {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 16px;
}

.bookdetails .bookdetails-infos {
    margin-bottom: 27px;
    font-size: 14px;
}

.bookdetails .bookdetails-infos::before {
    display: block;
    height: 3px;
    margin-bottom: 18px;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    content: "";
}

.bookdetails .bookdetails-infos > a {
    display: block;
    margin-bottom: 13px;
    color: #B31B1B;
    font-family: "Corporate A W01 Bold", serif;
}

.bookdetails .bookdetails-infos > a::before {
    width: auto;
    margin-right: 11px;
}

.bookdetails .bookdetails-infos .bookdetails-infos-wrapper::after {
    display: block;
    height: 3px;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    content: "";
}

.bookdetails .bookdetails-infos strong {
    display: block;
    margin-bottom: 10px;
}

.bookdetails .bookdetails-infos .bookdetails-info-data {
    margin-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.bookdetails .bookdetails-infos .bookdetails-info-data li {
    line-height: 1.55;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions {
    margin-left: 0;
    margin-bottom: 11px;
    list-style: none;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions li {
    display: inline-block;
    margin-bottom: 12px;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions li a {
    display: block;
    width: 150px;
    height: 25px;
    color: #B31B1B;
    transition: all ease 0.3s;
    text-decoration: none;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions li a:hover {
    color: #de2323;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions li a::before {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    font-size: 20px;
}

.bookdetails .bookdetails-infos .bookdetails-info-actions li a.license {
    padding-left: 30px;
    background: url(../images/memorize.png) left top no-repeat;
}

.bookdetails .bookdetails-text {
    font-size: 16px;
}

.bookdetails .bookdetails-text strong {
    font-weight: normal;
}

.bookdetails .bookdetails-text p {
    font-size: 16px;
}

.bookdetails .bookdetails-image {
    position: relative;
}

/*.bookdetails .bookdetails-image:after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 100%;
  width: 20%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}*/
.bookdetails .bookdetails-image img {
    width: 100%;
    height: auto;
}

.bookdetails .bookdetails-specialactions {
    margin-bottom: 20px;
    margin-left: -30px;
    padding-left: 30px;
    list-style: none !important;
}

.bookdetails .bookdetails-specialactions::before {
    display: block;
    height: 3px;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    content: "";
}

.bookdetails .bookdetails-specialactions::after {
    display: block;
    height: 3px;
    background: url(../images/dot.png) repeat-x bottom left;
    background-size: 6px 3px;
    content: "";
}

.bookdetails .bookdetails-specialactions ul {
    margin-top: 25px;
    margin-left: -30px;
    margin-bottom: 25px;
    list-style: none !important;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.bookdetails .bookdetails-specialactions ul li {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.bookdetails .bookdetails-specialactions ul li:first-child {
    margin-left: 30px;
}

.bookdetails .bookdetails-specialactions ul li a {
    display: inline-block;
    width: auto;
    text-decoration: none;
}

.bookdetails .bookdetails-specialactions ul li span {
    font-size: 14px;
}

.bookdetails .bookdetails-specialactions ul li span small {
    font-size: 14px;
    text-transform: none;
}

.bookdetails .bookdetails-specialactions ul li span::before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
}

.bookdetails .bookdetails-specialactions ul li span.icon-quote small {
    color: #042295;
}

.bookdetails .bookdetails-specialactions ul li span.icon-quote::before {
    background: #042295;
}

.bookdetails .bookdetails-specialactions ul li span.icon-book-open small {
    color: #0568a8;
}

.bookdetails .bookdetails-specialactions ul li span.icon-book-open::before {
    background: #0568a8;
}

.bookdetails .bookdetails-specialactions ul li span.icon-doc-text small {
    color: #ef7401;
}

.bookdetails .bookdetails-specialactions ul li span.icon-doc-text::before {
    background: #ef7401;
}

.bookdetails .bookdetails-specialactions ul li span.icon-mic small {
    color: #B31B1B;
}

.bookdetails .bookdetails-specialactions ul li span.icon-mic::before {
    background: #B31B1B;
}

.bookdetails .bookdetails-specialactions ul li span.icon-calendar small {
    color: #387628;
}

.bookdetails .bookdetails-specialactions ul li span.icon-calendar::before {
    background: #387628;
}

.bookdetails .bookdetails-specialactions ul li span.icon-globe small {
    color: #d6c325;
}

.bookdetails .bookdetails-specialactions ul li span.icon-globe::before {
    background: #d6c325;
}

.bookdetails .bookdetails-specialactions ul li span.icon-play small {
    color: #F73D29;
}

.bookdetails .bookdetails-specialactions ul li span.icon-play::before {
    background: #F73D29;
}

.bookdetails .bookdetails-specialactions ul li span.icon-picture small {
    color: #0568A8;
}

.bookdetails .bookdetails-specialactions ul li span.icon-picture::before {
    background: #0568A8;
}

.bookdetails .bookdetails-specialactions ul li span.icon-docs small {
    color: #9f5513;
}

.bookdetails .bookdetails-specialactions ul li span.icon-docs::before {
    background: #9f5513;
}

.bookdetails .bookdetails-specialactions ul li span.icon-trophy small {
    color: #F5B837;
}

.bookdetails .bookdetails-specialactions ul li span.icon-trophy::before {
    background: #F5B837;
}

.bookdetails .bookdetails-specialactions ul li span.icon-chat small {
    color: #6B4686;
}

.bookdetails .bookdetails-specialactions ul li span.icon-chat::before {
    background: #6B4686;
}

.bookdetails .bookdetails-author > figure {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.bookdetails .bookdetails-author > figure img {
    margin-bottom: 0;
}

*[data-accordion-trigger] {
    text-decoration: none;
}

*[data-accordion-trigger]:hover {
    text-decoration: none;
}

*[data-accordion-trigger]::before {
    transition: transform ease 0.3s;
}

*[data-accordion-trigger].show::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

*[data-accordion-wrapper] {
    display: none;
    overflow: hidden;
}

.license-icon {
    display: inline-block;
    vertical-align: sub;
    width: 19px;
    height: 17px;
    margin-right: 5px;
}

.license-icon polygon {
    fill: #B31B1B;
}

@media only screen and (min-width: 920px) {
    .bookdetails {
        position: relative;
        margin-bottom: 74px;
    }

    .bookdetails .bookdetails-coverbox {
        float: left;
        width: 235px;
        margin-right: 22px;
    }

    .bookdetails .bookdetails-coverbox .slider-for {
        width: 241px;
    }

    .bookdetails .bookdetails-coverbox .slider-for .item {
        position: relative;
        padding-bottom: 11px;
    }

    .bookdetails .bookdetails-coverbox .slider-for img {
        display: block;
        width: 235px;
        margin: 0 auto;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .bookdetails .bookdetails-coverbox .slider-nav {
        margin: 11px 0;
    }

    .bookdetails .bookdetails-coverbox .bookdetails-coverbox-copyright {
        margin-top: -5px;
    }

    .bookdetails .bookdetails-wrapper {
        float: left;
        width: calc(100% - 257px);
    }

    .bookdetails .bookdetails-wrapper .headline.more-margin-top {
        margin-top: 105px;
    }

    .bookdetails .bookdetails-intro {
        margin-top: 0;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-social {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        margin: 0;
    }

    .bookdetails .bookdetails-intro strong {
        padding-right: 150px;
    }

    .bookdetails .bookdetails-intro h1,
    .bookdetails .bookdetails-intro .h1 {
        padding-right: 150px;
        margin-bottom: 30px;
        font-size: 42px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-translator {
        margin-top: -28px;
        margin-bottom: 24px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action {
        margin-bottom: 14px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .form-wrapper {
        display: inline-block;
        vertical-align: bottom;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-row {
        padding-bottom: 48px;
        margin-bottom: 15px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox {
        margin-right: 10px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-radiobox span {
        min-width: 110px;
        padding: 12px 12px;
        font-size: 18px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .btn {
        display: inline-block;
        width: 235px;
        padding: 20px 10px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 21px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a,
    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location .icon-clock {
        display: inline-block;
        vertical-align: middle;
        height: 27px;
        margin-bottom: 0;
        margin-right: 25px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a::before {
        margin-top: -2px;
    }

    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location > span::before {
        margin-top: -2px;
    }

    .bookdetails .bookdetails-specialinfo {
        padding: 15px 20px;
    }

    .bookdetails .bookdetails-specialinfo strong {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .bookdetails .bookdetails-specialinfo p {
        font-size: 14px;
    }

    .bookdetails .bookdetails-specialinfo .bookdetails-specialinfo-disturber {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .bookdetails .bookdetails-infos {
        margin-bottom: 19px;
    }

    .bookdetails .bookdetails-infos .bookdetails-info-data {
        margin-bottom: 21px;
    }

    .bookdetails .bookdetails-infos .bookdetails-info-actions li {
        margin-right: 25px;
        margin-bottom: 3px;
    }

    .bookdetails .bookdetails-infos .bookdetails-info-actions li a {
        width: auto;
    }

    .bookdetails .bookdetails-text {
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .bookdetails .bookdetails-text p {
        line-height: 1.5;
    }

    .bookdetails .bookdetails-image {
        margin-bottom: 38px;
    }

    .bookdetails .bookdetails-specialactions {
        position: absolute;
        top: 375px;
        left: 0;
        width: 235px;
        padding-top: 25px;
        margin-left: 0;
    }

    .bookdetails .bookdetails-specialactions::before,
    .bookdetails .bookdetails-specialactions::after {
        display: none;
    }

    .bookdetails .bookdetails-specialactions ul {
        white-space: normal;
        overflow: visible;
    }

    .bookdetails .bookdetails-specialactions ul li {
        display: block;
        width: 100%;
        margin-bottom: 32px;
        text-align: right;
    }

    .bookdetails .bookdetails-specialactions ul li:first-child {
        margin-left: 0;
    }

    .bookdetails .bookdetails-specialactions ul li a {
        position: relative;
        width: 100%;
    }

    .bookdetails .bookdetails-specialactions ul li span {
        display: block;
        width: 100%;
    }

    .bookdetails .bookdetails-specialactions ul li span small {
        display: block;
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .bookdetails .bookdetails-specialactions ul li span::before {
        display: inline-block;
    }

    .bookdetails .author {
        margin-bottom: 36px;
    }

    .bookdetails .author::before {
        display: block;
        height: 3px;
        margin-bottom: 26px;
        background: url(../images/dot.png) repeat-x bottom left;
        background-size: 6px 3px;
        content: "";
    }

    .bookdetails .author h2,
    .bookdetails .author .h2 {
        font-family: "Corporate A W01 Bold", serif;
    }

    .bookdetails .more-books h3,
    .bookdetails .more-books .h3 {
        margin: 0 0 13px 0;
        font-size: 18px;
        text-transform: none;
        background-position: 8px 6px;
    }

    .bookdetails .more-books > div > div {
        width: 109px;
        margin-bottom: 7px;
    }
}

/* extends the detailsmodules.less */
.for-author .bookdetails-wrapper {
    padding-top: 20px;
}

.for-author .bookdetails-intro-social {
    display: none;
}

.for-author .bookdetails-intro {
    margin-bottom: 45px;
}

.authors-books {
    position: relative;
    margin-bottom: 3px;
}

.authors-books .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.authors-books .slick-list {
    width: calc(100% + 6px);
    margin-left: -3px;
}

.authors-books + .more {
    font-size: 16px;
}

.authors-books .slick-arrow {
    display: inline-block;
    opacity: 1;
    z-index: 10000;
    transition: opacity 100ms ease;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.7em;
    line-height: 1.92857143em;
    text-align: center;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #cccccc;
    color: white;
    top: 37vw;
    left: -5px;
    transform: translate(0, -50%);
}

.authors-books .slick-arrow:before {
    font-weight: bold;
}

.authors-books .slick-arrow.slick-next {
    left: auto;
    right: -5px;
}

.authors-books .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

.authors-books .authors-books-box {
    padding: 0 3px;
}

.authors-books .authors-books-box figure {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.authors-books .authors-books-box figure img {
    margin-bottom: 0;
}

.authors-books .authors-books-box > div {
    display: none;
}

@media only screen and (min-width: 640px) {
    .authors-books {
        padding-top: 35px;
        margin-bottom: 45px;
    }

    .authors-books .slick-list {
        width: calc(100% + 18px);
        margin-left: -9px;
    }

    .authors-books .slick-arrow {
        top: 0;
        left: auto;
        right: 40px;
        background: #ffffff;
    }

    .authors-books .slick-arrow::before {
        color: #cccccc;
    }

    .authors-books .slick-arrow.slick-next {
        right: 0;
    }

    .authors-books .authors-books-box {
        padding: 0 9px;
    }

    .authors-books .authors-books-box figure {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .authors-books .authors-books-box > div {
        display: block;
        font-size: 16px;
    }

    .authors-books .authors-books-box h2,
    .authors-books .authors-books-box h3,
    .authors-books .authors-books-box h4,
    .authors-books .authors-books-box h5 {
        font-size: 24px;
    }

    .authors-books .authors-books-box .authors-books-name {
        display: block;
        margin-bottom: 7px;
        color: #B31B1B;
        font-family: "Corporate S W01 Bold", sans-serif;
    }

    .authors-books .authors-books-box p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 920px) {
    .for-author .bookdetails-wrapper {
        padding-top: 0;
    }

    .for-author .bookdetails-intro-social {
        display: block;
    }

    .for-author .bookdetails-specialactions ul li {
        margin-bottom: 25px;
    }
}

/* extends the detailsmodules.less and authormodules.less */
.bookdetails.event {
    margin-bottom: 25px;
}

.bookdetails.event .bookdetails-coverbox {
    float: left;
    width: 112px;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}

.bookdetails.event .bookdetails-coverbox figure {
    margin-bottom: 0;
}

.bookdetails.event .bookdetails-coverbox figure img {
    max-width: 91px;
    margin-bottom: 0;
}

.bookdetails.event .bookdetails-coverbox .bookdetails-coverbox-copyright {
    font-size: 12px;
    line-height: 1.33;
}

.bookdetails.event .bookdetails-intro {
    margin-top: 0;
    font-size: 16px;
}

.bookdetails.event .bookdetails-intro h1 {
    font-size: 24px;
}

.bookdetails.event .bookdetails-intro p {
    font-size: 16px;
}

.bookdetails.event .bookdetails-intro .bookdetails-intro-info {
    color: #333333;
    font-size: 16px;
}

.bookdetails.event .headline + .text {
    margin-top: -8px;
}

.bookdetails.event .text {
    margin-bottom: 60px;
    font-size: 16px;
}

.bookdetails.event .text p {
    font-size: 16px;
}

.bookdetails.event .authors-books + .more {
    display: block;
    margin-bottom: 55px;
}

.bookdetails.event .authors-books .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.bookdetails.event .bookdetails-infos {
    margin-top: 32px;
    margin-bottom: 45px;
}

.bookdetails.event .bookdetails-infos::before {
    display: none;
}

.bookdetails.event .bookdetails-infos .bookdetails-info-data {
    margin-bottom: 0;
}

.bookdetails.event .bookdetails-infos > a span {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    color: #333333;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.bookdetails.event .bookdetails-infos .bookdetails-infos-wrapper::after {
    display: none;
}

.bookdetails.event .bookdetails-specialactions {
    margin-bottom: 40px;
}

.bookdetails.event .contactperson {
    font-size: 16px;
}

.bookdetails.event .contactperson p {
    font-size: 16px;
}

.bookdetails.event .contactperson strong {
    display: block;
    margin-bottom: 10px;
}

.bookdetails.event .contactperson ul {
    margin-left: 0;
    list-style: none;
}

.bookdetails.event .contactperson ul li {
    margin-left: 0;
    margin-bottom: 15px;
}

.bookdetails.event .contactperson ul li::after {
    content: "";
    display: table;
    clear: both;
}

.bookdetails.event .contactperson ul li figure {
    float: left;
    width: 76px;
}

.bookdetails.event .contactperson ul li > div {
    float: left;
    width: calc(100% - 76px);
    padding-left: 20px;
}

@media only screen and (min-width: 920px) {
    .bookdetails.event {
        margin-bottom: 50px;
    }

    .bookdetails.event .bookdetails-coverbox {
        width: 235px;
        margin-right: 22px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .bookdetails.event .bookdetails-coverbox figure img {
        min-height: 361px;
        max-width: 100%;
    }

    .bookdetails.event .bookdetails-coverbox .bookdetails-coverbox-copyright {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.57;
    }

    .bookdetails.event .bookdetails-wrapper {
        width: calc(100% - 257px);
    }

    .bookdetails.event .bookdetails-intro {
        font-size: 20px;
    }

    .bookdetails.event .bookdetails-intro h1 {
        font-size: 42px;
    }

    .bookdetails.event .bookdetails-intro p {
        font-size: 20px;
    }

    .bookdetails.event .bookdetails-intro .bookdetails-intro-info {
        font-size: 20px;
    }

    .bookdetails.event .bookdetails-infos {
        margin-bottom: 60px;
    }

    .bookdetails.event .bookdetails-infos > a span {
        margin-left: 30px;
    }

    .bookdetails.event .text {
        margin-bottom: 50px;
    }

    .bookdetails.event .authors-books {
        margin-bottom: 5px;
    }

    .bookdetails.event .authors-books + .more {
        margin-bottom: 45px;
    }

    .bookdetails.event .bookdetails-specialactions {
        padding-top: 14px;
    }

    .bookdetails.event .bookdetails-specialactions ul li {
        margin-bottom: 25px;
    }

    .bookdetails.event .bookdetails-specialactions-without-copyright {
        padding-top: 40px;
    }

    .bookdetails.event .bookdetails-specialactions-without-copyright ul li {
        margin-bottom: 25px;
    }

    .bookdetails.event .contactperson {
        margin-top: 35px;
    }

    .bookdetails.event .contactperson ul li {
        float: left;
        width: 50%;
    }

    .bookdetails.event .contactperson ul li figure {
        width: 109px;
    }

    .bookdetails.event .contactperson ul li > div {
        width: calc(100% - 109px);
        padding-left: 15px;
    }
}

.offcanvas-cart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: 1500;
    transition: all 0.5s ease;
}

.offcanvas-cart-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 450px;
    background: white;
    padding: 70px 15px 15px;
    box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.2);
    transform: translate(100%, 0);
    transition: all 0.5s ease;
}

.offcanvas-cart-box .offcanvas-cart-box-close {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    font-family: "Corporate S W01 Regular", sans-serif;
    color: #808080;
    font-size: 14px;
    line-height: 22px;
}

.offcanvas-cart-box .offcanvas-cart-box-close:hover {
    text-decoration: none;
}

.offcanvas-cart-box .offcanvas-cart-box-close span {
    display: inline-block;
    margin-left: 5px;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 36px;
    line-height: 22px;
    vertical-align: middle;
}

.offcanvas-cart-box .offcanvas-cart-box-headline {
    display: block;
    padding-bottom: 30px;
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 30px;
    line-height: 26px;
    color: #333;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.offcanvas-cart-box article {
    display: block;
    position: relative;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.offcanvas-cart-box article:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.offcanvas-cart-box article figure {
    float: left;
    width: 50px;
    margin-bottom: 0;
}

.offcanvas-cart-box article figure img {
    display: block;
    margin-bottom: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}

.offcanvas-cart-box article p {
    display: block;
    margin-bottom: 0;
    margin-left: 65px;
    padding-right: 70px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Corporate S W01 Regular", sans-serif;
    color: #808080;
}

.offcanvas-cart-box article p small {
    display: block;
    text-transform: none;
    font-size: 12px;
    line-height: 24px;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.offcanvas-cart-box article p small:before {
    margin-left: 0;
    margin-right: 5px;
}

.offcanvas-cart-box article p strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.offcanvas-cart-box article > strong {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.offcanvas-cart-box article > span {
    display: block;
    position: absolute;
    bottom: 11px;
    right: 0;
    font-size: 12px;
    line-height: 24px;
    font-family: "Corporate S W01 Regular", sans-serif;
    color: #808080;
    cursor: pointer;
}

.offcanvas-cart-box .offcanvas-cart-box-wrapper {
    width: 100%;
    overflow: hidden;
    max-height: calc(100vh - 450px);
}

.offcanvas-cart-box .offcanvas-cart-box-wrapper-inner {
    width: calc(100% + 15px);
    overflow-y: scroll;
    max-height: inherit;
}

.offcanvas-cart-box .offcanvas-cart-box-wrapper-inner article {
    width: calc(100% - 15px);
}

.offcanvas-cart-box .offcanvas-cart-box-price {
    display: block;
    width: 100%;
    margin: -14px 0 0;
    background: white;
}

.offcanvas-cart-box .offcanvas-cart-box-price li {
    display: block;
    position: relative;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #CCC;
    background: white;
}

.offcanvas-cart-box .offcanvas-cart-box-price li span,
.offcanvas-cart-box .offcanvas-cart-box-price li strong {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    margin: 7px 0;
}

.offcanvas-cart-box .offcanvas-cart-box-price li span:last-child,
.offcanvas-cart-box .offcanvas-cart-box-price li strong:last-child {
    text-align: right;
}

.offcanvas-cart-box .offcanvas-cart-box-price li strong {
    font-family: "Corporate S W01 Bold", sans-serif;
    font-size: 18px;
    margin: 13px 0;
}

.offcanvas-cart-box .offcanvas-cart-box-price li:first-child {
    border-top: 1px solid #CCC;
}

.offcanvas-cart-box .offcanvas-cart-box-price li:last-child:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
    content: attr(data-startext);
    font-family: "Corporate A W01 Regular", serif;
    font-size: 12px;
    color: #adadad;
}

.offcanvas-cart-box .offcanvas-cart-box-actions {
    font-size: 0;
    margin-top: 40px;
}

.offcanvas-cart-box .offcanvas-cart-box-actions a {
    display: inline-block;
    font-size: 16px;
    color: white;
    line-height: 24px;
    width: 100%;
    background: #adadad;
    padding: 18px 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.offcanvas-cart-box .offcanvas-cart-box-actions a:hover {
    text-decoration: none;
}

.offcanvas-cart-box .offcanvas-cart-box-actions a:last-child {
    background: #B31B1B;
}

.offcanvas-cart-box > p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Corporate S W01 Regular", sans-serif;
    color: #808080;
}

.offcanvas-cart-box .offcanvas-cart-box-error {
    background: darkred;
    color: white;
    padding: 7px 15px;
}

.offcanvas-cart.open {
    background: rgba(0, 0, 0, 0.5);
}

.offcanvas-cart.open .offcanvas-cart-box {
    transform: translate(0, 0);
}

@media only screen and (min-width: 640px) {
    .offcanvas-cart-box {
        padding: 100px 50px 50px;
    }

    .offcanvas-cart-box .offcanvas-cart-box-close {
        right: 50px;
        top: 47px;
    }

    .offcanvas-cart-box article p {
        padding-right: 100px;
    }

    .offcanvas-cart-box .offcanvas-cart-box-actions {
        margin-top: 76px;
    }

    .offcanvas-cart-box .offcanvas-cart-box-actions a {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 0;
    }

    .offcanvas-cart-box .offcanvas-cart-box-actions a:last-child {
        margin-right: 0;
    }
}

.teaser {
    margin-bottom: 1em;
}

.teaser > a {
    float: none;
    width: 100%;
    margin-right: 0%;
}

.teaser > div {
    margin-left: 0%;
}

.teaser .downloads {
    margin: 0 0 1.875em 0;
    background: #F8F8F0;
}

.filelink {
    width: 100%;
}

.filelink a strong {
    white-space: nowrap;
}

.filelink a span {
    display: inline-block;
}

.filelink a span:before {
    color: #808080;
    font-size: 1.3em;
}

.filelink + .filelink {
    padding: 0 1.25em 1.25em;
}

.scroll-to-anchor {
    font-size: 0.7em;
    padding: 1em;
    font-family: "Corporate S W01 Bold", sans-serif;
    background: #0568A8;
    color: #FFF;
    margin-top: 1em;
    text-align: center;
    border-radius: 7px;
}

.scroll-to-anchor:before {
    font-size: 18px;
    vertical-align: middle;
}

.scroll-to-anchor:visited {
    color: #FFF;
}

.scroll-to-anchor:hover {
    text-decoration: none;
    color: #FFF;
    background: #044976;
}

.scroll-to-anchor + p,
.scroll-to-anchor + h2 {
    margin-top: 1.5em;
}

.scroll-to-anchor.icon-more:before {
    content: "...";
    font-weight: bold;
    line-height: 6px;
    font-size: 30px;
    vertical-align: top;
}

.scroll-to-anchor.grey {
    background: #999;
    color: #FFF;
}

.scroll-to-anchor.grey:hover {
    background: #676767;
    color: #FFF;
}

.scroll-to-anchor.blue {
    background: #0568A8;
}

.scroll-to-anchor.blue:hover {
    background: #044976;
}

.scroll-to-anchor.blueDarker {
    background: #042295;
}

.scroll-to-anchor.blueDarker:hover {
    background: #031763;
}

.scroll-to-anchor.red {
    background: #F73D29;
}

.scroll-to-anchor.red:hover {
    background: #e41e09;
}

.scroll-to-anchor.green {
    background: #387628;
}

.scroll-to-anchor.green:hover {
    background: #26501b;
}

.scroll-to-anchor.greenDark {
    background: #696324;
}

.scroll-to-anchor.greenDark:hover {
    background: #433f17;
}

.scroll-to-anchor.pink {
    background: #A00E53;
}

.scroll-to-anchor.pink:hover {
    background: #710a3b;
}

.scroll-to-anchor.orange {
    background: #EF7401;
}

.scroll-to-anchor.orange:hover {
    background: #bc5b01;
}

.scroll-to-anchor.orangeLight {
    background: #F5B837;
}

.scroll-to-anchor.orangeLight:hover {
    background: #eda50c;
}

.scroll-to-anchor.yellow {
    background: #D6C325;
}

.scroll-to-anchor.yellow:hover {
    background: #ab9b1d;
}

.scroll-to-anchor.purple {
    background: #6B4686;
}

.scroll-to-anchor.purple:hover {
    background: #503565;
}

.scroll-to-anchor.turquoise {
    background: #2C8694;
}

.scroll-to-anchor.turquoise:hover {
    background: #20626d;
}

.scroll-to-anchor.brown {
    background: #9f5513;
}

.scroll-to-anchor.brown:hover {
    background: #713d0e;
}

.preview {
    margin-bottom: 1em;
}

.preview .font2 {
    display: block;
    margin-bottom: .2em;
}

.preview .font2 strong {
    display: block;
}

.preview a {
    display: block;
}

.preview a span {
    margin-top: 1em;
    display: inline-block;
}

.preview a span:before {
    color: #808080;
    font-size: 1.3em;
}

.preview > a {
    width: 31.5%;
    margin-right: 3.2%;
}

.contact {
    margin-bottom: 1.5em;
}

.contact p span {
    display: block;
}

.contact p span.font2 {
    margin-bottom: .4em;
}

.contact p span.smaller {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: .875em;
    line-height: 1.3em;
}

.contact p span.space {
    margin: 0.4em 0;
}

.contact + h3 {
    margin-top: -1.5em;
}

.for-overlay {
    display: none;
}

.newsletter {
    margin-right: 1.962%;
}

.mailaddress h3 {
    margin-bottom: .5em;
}

.bulletlist ul li {
    font-size: 0.8em;
}

.searchappointments {
    background: #F8F8F0;
    margin: 0 4.6% 1em 0;
    padding: .7em 0 0 0;
}

.searchappointments fieldset > div {
    margin-bottom: .5em;
}

.searchappointments label {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 1em;
    margin: 0 0.35714286em 0 0;
    display: inline-block;
    text-align: left;
    width: 45%;
    padding: 0 0 0 1em;
    overflow: hidden;
    vertical-align: baseline;
    position: relative;
    top: 2px;
    text-overflow: ellipsis;
}

.searchappointments input {
    margin: 0;
    padding: 0.35714286em;
    border: 0;
    font-size: 1em;
    line-height: 1.42857143em;
    height: 2.14285714em;
    width: 40%;
    background: #FFF;
    text-align: left;
    border: #CCC 1px solid;
    color: #808080;
    font-size: 0.7em;
    display: inline-block;
}

.searchappointments select {
    width: 40%;
}

.searchappointments .spaced {
    margin-left: 48%;
    clear: both;
}

.searchappointments .spaced button {
    margin: .25em 0 1em 0;
}

.shopfinder {
    background: #F8F8F0;
    margin: 0 4.6% 0 0;
    padding: 1em;
    position: relative;
}

.shopfinder label {
    font-size: 0.7em;
    font-family: "Corporate S W01 Bold", sans-serif;
    line-height: 3.28571429em;
    margin: 0 0.35714286em 0 0;
    display: inline-block;
    text-align: left;
    width: 45%;
    padding: 0 0 0 1em;
}

.shopfinder input {
    margin: 0;
    padding: 0.35714286em;
    border: 0;
    font-size: 1em;
    line-height: 1.42857143em;
    height: 2.42857143em;
    width: 96%;
    background: #FFF;
    text-align: left;
    border: #CCC 1px solid;
    color: #808080;
    font-size: 0.7em;
    display: inline-block;
}

.shopfinder .btn {
    margin: 0;
    position: absolute;
    top: 2em;
    right: 2em;
}

.template {
    display: none;
}

.info-window {
    position: relative;
    width: 300px;
    height: 210px;
    margin: -20px 0 0 -130px;
    font-size: 20px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 75%, #ffffff 75%, #f0f0f0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 75%, #ffffff 75%, #f0f0f0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 75%, #ffffff 75%, #f0f0f0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 75%, #ffffff 75%, #f0f0f0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 75%, #ffffff 75%, #f0f0f0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
    border: 0;
    border-bottom: #787878 1px solid;
    /*opacity: 0;
	.transition(all 750ms ease);
	.transform(translateY(10px));*/
}

.info-window:after,
.info-window:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    margin: 0 0 0 -20px;
    width: 0;
    height: 0;
    border-right: transparent 20px solid;
    border-top: #787878 20px solid;
    border-left: transparent 20px solid;
    content: "";
}

.info-window:after {
    bottom: -19px;
    border-top: #F0F0F0 20px solid;
}

.info-window.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.info-window > div {
    margin: 1em;
    max-width: 260px;
}

.info-window h5 {
    font-size: 0.8em;
    line-height: 1.25em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

.info-window p {
    margin: 0.71428571em 0 0 0;
    font-size: 0.7em;
    line-height: 1.28571429em;
    font-family: "Corporate A W01 Regular", serif;
}

#buchhandelsfinder {
    position: relative;
    width: 98%;
    height: 0;
    padding: 50% 0 0 0;
    margin: 1em 0 0 0;
}

#buchhandelsfinder #map_canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bookseller {
    list-style: none;
    margin: 0 0 0 -5px;
    padding: 0 0 0 5px;
}

#bookseller .box {
    margin-left: -5px !important;
}

.shopaddress {
    margin-top: 1em;
}

.appointment h5 a,
.appointment h5 span {
    font-family: "Corporate S W01 Regular", sans-serif;
}

.appointment a {
    text-decoration: none;
}

.appointment a:hover time {
    color: #B31B1B;
}

.appointment a:hover time div {
    border-color: #B31B1B;
}

.listappointment .left {
    width: 31.5%;
    margin-right: 3.2%;
}

.listappointment .left img {
    width: 100%;
}

.listappointment h2 {
    margin-bottom: 0;
}

.listappointment ul {
    margin-top: 1em;
    list-style: none;
    margin-left: 34.7%;
}

.listappointment ul li {
    display: table;
    width: 100%;
}

.listappointment ul li p {
    display: block;
    margin-bottom: 1em;
}

.listappointment ul li p.label {
    font-family: "Corporate S W01 Bold", sans-serif !important;
    margin-bottom: .2em;
}

@media only screen and (min-width: 480px) {
    .printrights {
        width: 99%;
    }

    .scroll-to-anchor {
        text-align: center;
    }

    .box.contact > a {
        width: 50%;
    }

    .box.contact > a img {
        width: 50%;
    }

    .box.contact > img {
        width: 50%;
    }

    .searchappointments label {
        width: 28%;
    }

    .searchappointments input,
    .searchappointments select {
        width: 66%;
    }

    .searchappointments .spaced {
        margin-left: 30%;
    }
}

@media only screen and (min-width: 640px) {
    .preview > a {
        width: 50%;
        margin-right: 3.2%;
    }

    .searchappointments .spaced {
        margin-left: 29.2%;
    }

    .searchappointments .spaced button {
        margin-bottom: 2.5em;
    }

    .listappointment .left {
        width: 11%;
        margin-right: 1.962%;
    }

    .listappointment ul {
        clear: none;
        margin-left: 13%;
    }

    .listappointment ul li {
        width: 100%;
    }

    .listappointment ul li p {
        display: table-cell;
        width: auto;
    }

    .listappointment ul li p.label {
        width: 16%;
    }

    .listappointment ul li p.label.bold strong {
        font-family: "Corporate A W01 Bold", serif;
    }

    .listappointment ul li p.label strong {
        font-family: "Corporate A W01 Regular", serif;
    }
}

@media only screen and (min-width: 920px) {
    .searchappointments fieldset {
        clear: both;
    }

    .searchappointments fieldset > div {
        width: 50%;
        float: left;
    }

    .searchappointments label {
        width: 28%;
    }

    .searchappointments input,
    .searchappointments select {
        width: 60%;
    }

    .searchappointments .spaced {
        margin-left: 15.25%;
    }

    .searchappointments .spaced button {
        margin-bottom: 2.5em;
    }

    .contact {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1100px) {
    .download .file img {
        width: 44.5%;
        max-width: 107px;
    }

    .download .file a {
        display: inline-block;
        margin-top: 1em;
    }

    .download .file.half {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .download .file.half + .file {
        margin-right: 0;
    }
}

#overlay-shadow {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1500;
}

.ie8 #overlay-shadow {
    background: url(../images/rgba25.png);
}

#lightbox-close {
    display: none;
    border: 0;
    padding: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    background: transparent;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 2500;
}

#lightbox-close:hover {
    color: #333;
}

#lightbox-close-ghost {
    position: fixed;
    z-index: 3000;
    cursor: pointer;
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    z-index: 1750;
    text-align: center;
}

#lightbox.withTitle > div {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    background: #FFF;
}

#lightbox.withTitle > div img {
    box-shadow: none;
    max-height: 70vh;
}

#lightbox > div {
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

#lightbox > div > img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
}

#lightbox h4 {
    margin-top: .5em;
    font-family: "Corporate S W01 Bold", sans-serif;
}

#lightbox-left,
#lightbox-right {
    background: transparent;
    border: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    bottom: 0;
    padding: 0;
    margin: 0;
    color: #FFF;
    z-index: 2000;
    display: block;
    cursor: pointer;
}

#lightbox-left:before,
#lightbox-right:before {
    width: 25%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    margin: -1.5em 0 0 0;
    padding: 0 0 0 .1em;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 3em;
}

#lightbox-left:hover:before,
#lightbox-right:hover:before {
    color: #B31B1B;
}

#lightbox-right {
    left: auto;
    right: 0;
}

#lightbox-right:before {
    padding: 0 .1em 0 0;
    right: 0;
}

.ie8 #lightbox > div {
    max-width: 40%;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 96%;
    height: 96%;
    max-width: 850px;
    max-height: 570px;
    background: #FFF;
    z-index: 2000000;
    border-top: #B31B1B 7px solid;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
    -webkit-transition: border-color 400ms ease;
    -moz-transition: border-color 400ms ease;
    transition: border-color 400ms ease;
    overflow: auto;
}

#overlay.articleOverlay {
    height: auto;
    bottom: auto;
    top: 50%;
    max-height: 100%;
    overflow: scroll;
    margin-top: -225px;
}

#overlay.articleOverlay .h1.for-tabs {
    white-space: normal;
    text-overflow: clip;
    line-height: 1.2em;
    padding-top: 5px;
}

#overlay .flexform,
#overlay > article {
    margin: 1em 2em;
    overflow: auto;
    max-height: 100%;
}

#overlay .close {
    border: 0;
    padding: 0;
    width: 1em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    position: absolute;
    top: 1em;
    right: 4.705%;
    color: #808080;
    background: transparent;
    cursor: pointer;
}

#overlay .close:hover {
    color: #333;
}

#overlay .ecard {
    background: #F8F8F0;
    padding: 0 0 1.5em 0;
    margin-bottom: .75em;
}

#overlay .ecard .h1 {
    margin-top: 0;
    padding-top: .9em;
}

#overlay .ecard img {
    margin: 1em auto;
}

#overlay > h2 {
    margin: 1.25em 0 0 4.705%;
    color: #808080;
}

#overlay p {
    margin: 1.375em 4.705% 0 4.705%;
}

#overlay p.formtext,
#overlay p.formtextarea,
#overlay p.formsubmit {
    margin: 0 4.705%;
}

#overlay p.radio {
    padding-bottom: 1em;
    clear: both;
}

#overlay p.radio.invisible label {
    margin-left: 0;
    padding-left: 0;
}

#overlay p.radio input[type=radio] {
    width: 2em;
    float: left;
    position: absolute;
}

#overlay p.radio label {
    position: relative;
    top: 0px;
    width: auto;
    font-size: 1em;
    margin: 0 1em 0 2em;
    padding-bottom: .75em;
}

#overlay ul.form_warning {
    margin: 1em 0 0 31.75%;
}

#overlay h1,
#overlay .h1 {
    margin: .9em 0 .9em 4.705%;
    font-size: 1.2em;
    line-height: 1.54166667em;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 42px;
    text-overflow: ellipsis;
}

#overlay .flexform h1,
#overlay .flexform .h1 {
    margin-left: 0;
}

#overlay .formlabel-ansprechpartner {
    margin-top: .375em;
}

#overlay nav {
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    margin: 0 4.705%;
}

#overlay nav ul {
    list-style: none;
    margin: 0;
}

#overlay nav ul li {
    float: left;
    font-family: "Corporate S W01 Bold", sans-serif;
    white-space: nowrap;
}

#overlay nav ul li a {
    color: #808080;
    font-size: 0.7em;
    line-height: 1.57142857em;
    border: 0;
}

#overlay nav ul li a:hover {
    text-decoration: none;
    color: #B31B1B;
}

#overlay nav ul li a:before {
    background: #FFF;
    margin: 0.71428571em 0.35714286em 0.71428571em 0;
    color: #FFF;
    font-size: 1em;
    line-height: 1.85714286em;
    width: 26px;
    background: #808080;
    border-radius: 50%;
    padding: 0;
}

#overlay nav ul li a.active {
    color: #333;
}

#overlay nav ul li a.active:before {
    background: #0568A8;
    color: #FFF;
}

#overlay nav ul li a span {
    display: none;
}

#overlay nav ul li a.yellow {
    border-color: #D6C325;
}

#overlay nav ul li a.yellow.active:before {
    background: #D6C325;
}

#overlay nav ul li a.orangeLight {
    border-color: #F5B837;
}

#overlay nav ul li a.orangeLight.active:before {
    background: #F5B837;
}

#overlay nav ul li a.orange {
    border-color: #EF7401;
}

#overlay nav ul li a.orange.active:before {
    background: #EF7401;
}

#overlay nav ul li a.redLight {
    border-color: #F73D29;
}

#overlay nav ul li a.redLight.active:before {
    background: #F73D29;
}

#overlay nav ul li a.dark-purple {
    border-color: #A46F9F;
}

#overlay nav ul li a.dark-purple.active:before {
    background: #A46F9F;
}

#overlay nav ul li a.pink {
    border-color: #A00E53;
}

#overlay nav ul li a.pink.active:before {
    background: #A00E53;
}

#overlay nav ul li a.purple {
    border-color: #6B4686;
}

#overlay nav ul li a.purple.active:before {
    background: #6B4686;
}

#overlay nav ul li a.blue {
    border-color: #0568A8;
}

#overlay nav ul li a.blue.active:before {
    background: #0568A8;
}

#overlay nav ul li a.blueDarker {
    border-color: #042295;
}

#overlay nav ul li a.blueDarker.active:before {
    background: #042295;
}

#overlay nav ul li a.green {
    border-color: #387628;
}

#overlay nav ul li a.green.active:before {
    background: #387628;
}

#overlay nav ul li a.greenDark {
    border-color: #696324;
}

#overlay nav ul li a.greenDark.active:before {
    background: #696324;
}

#overlay nav ul li a.brown {
    border-color: #9f5513;
}

#overlay nav ul li a.brown.active:before {
    background: #9f5513;
}

#overlay > div {
    position: absolute;
    top: 6.4em;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#overlay > div h2 {
    margin: 0 0 1em 0;
}

#overlay > div .video {
    margin: 1em 0 0 4.705%;
}

#overlay > div .video iframe {
    width: 95.3%;
}

#overlay > div .video article {
    float: left;
    width: 95.3%;
    margin: 0 2% 1em 0;
}

#overlay > div .video article > div {
    width: 100%;
    position: relative;
    height: 0;
    padding: 55% 0 0 0;
    margin: 0 0 1em 0;
}

#overlay > div .video article > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#overlay > div .video article p {
    font-family: "Corporate S W01 Regular", sans-serif;
}

#overlay > div .video article p strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

#overlay > div .quotes {
    margin: 1em 4.705% 0 4.705%;
}

#overlay > div .quotes blockquote {
    margin-top: 1em;
}

#overlay > div .fivequestions {
    padding: 1em 0 0 0;
}

#overlay > div .fivequestions p,
#overlay > div .fivequestions h2,
#overlay > div .fivequestions h5 {
    margin-left: 4.705%;
    margin-right: 4.705%;
}

#overlay > div .fivequestions h5 {
    margin-bottom: 0;
}

#overlay > div .fivequestions p {
    margin-top: 0;
    margin-bottom: 1em;
}

#overlay > div .audio,
#overlay > div .music {
    margin: 1em 0 0 4.705%;
}

#overlay > div .audio article,
#overlay > div .music article {
    float: left;
    width: 95.3%;
    margin: 0 2% 1em 0;
}

#overlay > div .audio article audio,
#overlay > div .music article audio {
    width: 100%;
    margin-bottom: .25em;
}

#overlay > div .audio article p,
#overlay > div .music article p {
    font-family: "Corporate S W01 Regular", sans-serif;
    margin: 0 0 1em 0;
}

#overlay > div .audio article p strong,
#overlay > div .music article p strong {
    font-family: "Corporate S W01 Bold", sans-serif;
}

#overlay > div .audio article .mejs-container,
#overlay > div .music article .mejs-container {
    margin-bottom: .25em;
}

#overlay > div .audio > p,
#overlay > div .music > p {
    clear: both;
    border-top: #CCC 1px solid;
    padding: 1em 0 2em 0;
    margin: 0 4.705% 0 0;
}

#overlay > div .gallery {
    margin: 1em 0 0 4.705%;
}

#overlay > div .gallery figure {
    display: inline-block;
    vertical-align: top;
    width: 95.3%;
    margin: 0 2% 1em 0;
}

#overlay > div .gallery figure img {
    width: 100%;
}

#overlay > div .gallery figure figcaption {
    font-style: normal;
    margin: .25em 0 1em 0;
}

#overlay > div .appointments {
    margin: 1em 0 0 4.705%;
}

#overlay > div .appointments article {
    float: left;
    width: 95.3%;
    margin: 0 2% 1em 0;
}

#overlay > div .appointments article:nth-child(3n-1) {
    clear: both;
}

#overlay > div .appointments article time div {
    margin-bottom: .5em;
}

#overlay > div .appointments article > p {
    margin: 0.9375em 0 0 0;
}

#overlay > div .appointments > p {
    clear: both;
    border-top: #CCC 1px solid;
    margin-left: 0;
    padding: 1em 0;
}

#overlay > div .links {
    margin: 1em 0 0 4.705%;
}

#overlay > div .links p {
    margin-left: 0;
}

#overlay > div .links a {
    color: #808080;
}

#overlay > div .links a:hover {
    text-decoration: none;
}

#overlay > div .links a:hover span {
    text-decoration: underline;
}

#overlay > div .links a.icon-link:before {
    color: #B31B1B;
}

#overlay > div .links a.icon-facebook:before {
    color: #3C599B;
}

#overlay > div .links a.icon-twitter:before {
    color: #00ABF0;
}

#overlay > div .links a.icon-hanser-hey:before {
    color: #ff5000;
}

#overlay > div .awards {
    padding: 1em 0 0 0;
}

#overlay > div .awards p,
#overlay > div .awards h2,
#overlay > div .awards > div {
    margin-left: 4.705%;
    margin-right: 4.705%;
}

#overlay > div .bibliography {
    padding: 1em 0 0 0;
}

#overlay > div .bibliography h2,
#overlay > div .bibliography > div {
    margin-left: 4.705%;
    margin-right: 4.705%;
}

#overlay > div .bibliography p {
    margin-left: 0;
}

#overlay > div .comments {
    margin: 1em 0 0 4.705%;
}

#overlay > div .comments article {
    float: left;
    width: 95.3%;
    margin: 0 2% 1em 0;
}

#overlay > div .comments article h5 {
    margin: 0;
}

#overlay > div .comments article small {
    display: block;
    margin: 0 0 1em 0;
}

#overlay > div .comments article p {
    margin: 0 0 1.5em;
}

#overlay > div .genric {
    padding: 1em 0 0 4.705%;
    width: 95.3%;
}

#overlay > div .genric td {
    border-bottom: 1px solid #CCC;
    font-size: 16px;
}

#overlay > div .genric .rex-xform {
    font-size: 22px;
}

#overlay > div .genric .rex-xform .forminfo,
#overlay > div .genric .rex-xform .forminfo2 {
    display: block;
    font-size: 0.8em;
}

#overlay > div .genric .rex-xform .forminfo2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#overlay > div .genric .rex-xform .formcheckbox input {
    float: right;
    width: auto;
    margin-top: 13px;
}

#overlay > div .genric .rex-xform > p {
    display: block;
    height: auto;
    width: 100%;
    margin: 15px 0;
}

#overlay > div .genric .rex-xform input {
    width: auto;
    margin: 0;
}

#overlay > div .genric .rex-xform label {
    width: 70%;
    margin: 0;
    padding: 0;
}

#overlay > div .genric .rex-xform .formtext label {
    width: 20%;
}

#overlay > div .genric .rex-xform .formtext input {
    width: 64%;
}

#overlay > div .genric .rex-xform #xform-formular-name {
    margin-top: 35px;
}

#overlay > div .genric .rex-xform #xform-formular-email {
    margin-bottom: 35px;
}

#overlay > div .genric .rex-xform .formsubmit input {
    margin: 15px 0;
    font-size: 10px;
}

#overlay > div .booksellervotes {
    padding: 1em 0 0 4.705%;
}

#overlay > div .extract {
    padding: 1em 0 0 4.705%;
}

#overlay > div .extract p {
    margin: 0 4.705% 1em 0;
    padding: 0;
}

#overlay > div + .flexform {
    display: none;
    margin-top: 0;
}

#overlay > .article-view {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 4.705%;
    padding: 25px 0;
    font-size: 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

#overlay > .article-view > * {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

#overlay > .article-view figure {
    width: 30%;
    margin-bottom: 0;
    padding-top: 5px;
}

#overlay > .article-view figure img {
    width: 100%;
    margin-bottom: 0;
}

#overlay > .article-view .data {
    width: 70%;
    padding-left: 12px;
}

#overlay > .article-view .data span {
    color: #808080;
    font-size: 15px;
    font-family: "Corporate S W01 Bold", sans-serif;
}

#overlay > .article-view .data small {
    text-transform: none;
}

#overlay > .article-view .data h2 {
    margin-top: 9px;
    margin-bottom: 5px;
    font-size: 19px;
}

#overlay > .article-view .data h3 {
    color: #808080;
    background: transparent;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Corporate A W01 Bold", serif;
    text-transform: none;
}

#overlay > .article-view .data strong {
    font-size: 15px;
}

#overlay > .article-view .data strong.green span {
    color: #387628;
}

#overlay > .article-view .data strong.orange span {
    color: #EF7401;
}

#overlay > .article-view .data strong.red span {
    color: #B31B1B;
}

#overlay > .article-view .price {
    position: absolute;
    display: block;
    right: 0;
    top: 25px;
    width: auto;
    text-align: right;
    font-size: 18px;
}

#overlay > .article-view .price span {
    font-family: "Corporate S W01 Bold", sans-serif;
}

#overlay > .article-actions {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 4.705%;
    padding: 25px 0;
    text-align: right;
}

#overlay > .article-actions button,
#overlay > .article-actions a {
    display: inline-block;
    text-align: center;
    border: none;
    background: #808080;
    color: #FFF;
    font-size: 16px;
    font-family: "Corporate S W01 Bold", sans-serif;
    padding: 22px 0;
    width: 48%;
    cursor: pointer;
    float: left;
}

#overlay > .article-actions button:hover,
#overlay > .article-actions a:hover {
    text-decoration: none;
    background: #737373;
}

#overlay > .article-actions a {
    background: #B31B1B;
    float: none;
    text-align: center;
}

#overlay > .article-actions a:hover {
    background: #650d21;
}

#mobile-search {
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 100000;
    display: none;
}

#mobile-search header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 5px 0 rgba(0, 0, 0, 0.05);
}

#mobile-search header h2 {
    float: left;
    line-height: 2.66666667em;
    margin: .25em 0 0 4.6%;
}

#mobile-search header .close {
    border: 0;
    padding: 0;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    margin: .9em 1em 0 0;
    float: right;
    color: #808080;
    background: transparent;
    cursor: pointer;
}

#mobile-search header .close:hover {
    color: #333;
}

#mobile-search .search {
    display: block;
    width: 100%;
    padding: 1em 4.6%;
    position: relative;
}

#mobile-search .search:before {
    position: absolute;
    top: 1.55em;
    left: 5.6%;
    font-size: .875em;
    color: #808080;
}

#mobile-search .search input[type=text] {
    width: 100% !important;
    /* TODO: Über JS regeln */
    display: block;
    padding: 0 0.71428571em 0 2.14285714em;
    height: 2.14285714em;
    border: #cdcdcd 2px solid;
    border-radius: 15px;
    font-size: 0.7em;
    box-shadow: none;
    -webkit-appearance: none;
}

#mobile-search > section {
    margin: 0 4.6%;
}

#mobile-search > section p > span {
    display: block;
    padding: .25em 4.6% .25em 4.6%;
}

#mobile-search > section p > span strong {
    background-color: #F8F59C;
    padding: 3px 0;
}

@media only screen and (min-width: 480px) {
    #overlay > div .video article {
        width: 46.5%;
        margin: 0 2% 1em 0;
    }

    #overlay > div .audio article,
    #overlay > div .music article {
        width: 46.5%;
        margin: 0 2% 1em 0;
    }

    #overlay > div .gallery figure {
        width: 46.5%;
        margin: 0 2% 1em 0;
    }

    #overlay > div .appointments article {
        width: 30.2%;
        margin: 0 2% 1em 0;
    }

    #lightbox-close {
        right: -1.5em;
    }
}

@media only screen and (min-width: 640px) {
    #overlay p.radio {
        margin-right: 0;
    }

    #overlay p.radio.invisible label {
        margin-left: 28%;
        padding-left: 0;
    }

    #overlay p.radio input[type=radio] {
        margin-left: 28%;
        position: static;
    }

    #overlay p.radio label {
        top: -7px;
        font-size: .875em;
        margin: 0 -1em 0 0;
        padding-right: 0;
    }

    #overlay .formcaptcha {
        margin-top: -0.5em;
    }

    #overlay .formcaptcha .as-label {
        width: auto;
    }

    #overlay .formcaptcha .as-label img {
        margin: 0 0 -13px 0;
    }

    #overlay .formcaptcha input {
        width: 30%;
        display: inline-block;
    }

    #overlay > div {
        top: 6.4em;
    }

    #overlay > div .genric .rex-xform .formcheckbox input {
        float: none;
        margin-top: 0;
    }

    #overlay > .article-view {
        margin: 0 42px 0 4.705%;
        padding: 25px 0;
    }

    #overlay > .article-view figure {
        width: 16%;
    }

    #overlay > .article-view .data {
        width: 50%;
        padding-left: 17px;
    }

    #overlay > .article-view .data h2 {
        margin-top: 12px;
        font-size: 24px;
    }

    #overlay > .article-view .data h3 {
        margin-bottom: 15px;
    }

    #overlay > .article-view .price {
        position: relative;
        display: inline-block;
        top: auto;
        right: auto;
        width: 34%;
        font-size: 20px;
    }

    #overlay > .article-actions {
        margin: 0 42px 0 4.705%;
    }

    #overlay > .article-actions button,
    #overlay > .article-actions a {
        text-align: left;
        width: 36%;
        padding: 22px 20px;
    }

    #overlay > .article-actions a {
        text-align: left;
    }

    #overlay .formsubmit input[type=submit] {
        margin: 0 0 2em 29.75%;
    }
}

/* TODO: SPECIAL MEDIAQUERY FOR JUST ONE ELEMENT >_< */
@media only screen and (min-width: 770px) {
    #overlay nav ul li a {
        margin-right: .75em;
    }

    #overlay nav ul li a:before {
        margin-right: 0;
    }

    #overlay nav ul li a span {
        display: inline;
    }
}

.internLink {
    font-size: 0.7em;
    padding: 1em;
    font-family: "Corporate S W01 Bold", sans-serif;
    background: #0568A8;
    color: #FFF !important;
    margin-top: 1em;
    text-align: left;
    border-radius: 7px;
}

.internLink:visited,
.internLink:active {
    color: #FFF;
}

.internLink:hover {
    text-decoration: none;
    color: #FFF;
    background: #044976;
}

.internLink + p,
.internLink + h2 {
    margin-top: 1.5em;
}

.internLink.grey {
    background: #999;
    color: #FFF;
}

.internLink.grey:hover {
    background: #676767;
    color: #FFF;
}

.internLink.blue {
    background: #0568A8;
}

.internLink.blue:hover {
    background: #044976;
}

.internLink.blueDarker {
    background: #042295;
}

.internLink.blueDarker:hover {
    background: #031763;
}

.internLink.red {
    background: #F73D29;
}

.internLink.red:hover {
    background: #e41e09;
}

.internLink.green {
    background: #387628;
}

.internLink.green:hover {
    background: #26501b;
}

.internLink.greenDark {
    background: #696324;
}

.internLink.greenDark:hover {
    background: #433f17;
}

.internLink.pink {
    background: #A00E53;
}

.internLink.pink:hover {
    background: #710a3b;
}

.internLink.orange {
    background: #EF7401;
}

.internLink.orange:hover {
    background: #bc5b01;
}

.internLink.orangeLight {
    background: #F5B837;
}

.internLink.orangeLight:hover {
    background: #eda50c;
}

.internLink.yellow {
    background: #D6C325;
}

.internLink.yellow:hover {
    background: #ab9b1d;
}

.internLink.purple {
    background: #6B4686;
}

.internLink.purple:hover {
    background: #503565;
}

.internLink.turquoise {
    background: #2C8694;
}

.internLink.turquoise:hover {
    background: #20626d;
}

.internLink.brown {
    background: #9f5513;
}

.internLink.brown:hover {
    background: #713d0e;
}

@media only screen and (min-width: 480px) {
    .internLink {
        text-align: center;
    }
}

.form-newsletter-opt-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.form-newsletter-opt-wrapper img {
    height: 52px;
    width: 52px;
    margin-left: 5px;
}


@media only screen and (min-width: 600px) {
    .form-newsletter-opt-wrapper {
        display: flex;
        flex-direction: row;
    }

    .form-newsletter-opt-wrapper img p {
        align-self: flex-end;
        padding-bottom: 2px;
    }

    .form-newsletter-opt-wrapper img {
        height: 22px;
        width: 22px;
        margin-right: 10px;
    }
}

.newsletter-wrapper{
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 19px;

    margin-top: 10px;
    flex-direction: column;
}

.newsletter-wrapper img{
    height: 73px;
    margin-right: 24px;
    margin-bottom: 17px;
}

.newsletter-wrapper .newsletter-info-wrapper{
    display: flex;
    flex-direction: column;
}

.newsletter-wrapper .newsletter-info-wrapper p{
    margin: 0;
}


.newsletter-wrapper .newsletter-info-wrapper .newsletter-input{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.newsletter-wrapper .newsletter-info-wrapper .newsletter-input label{
    margin-right: 10px;
}

.newsletter-wrapper .newsletter-info-wrapper .newsletter-input label input{
    margin-left: 0;
}

@media only screen and (min-width: 1200px) {
    .newsletter-wrapper {
        flex-direction: row;
        padding: 10px 30px;
    }

    .newsletter-wrapper img {
        height: 100px;
        margin-bottom: 0;
    }
}


#ui-datepicker-div {
  border-top: 1px solid #B31B1B !important;
}
.date-wrapper {
  position: relative;
}
.hasDatepicker {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  width: 18px !important;
  right: 5px;
  top: 33px;
}
.ui-datepicker {
  margin-top: 5px;
  width: 250px !important;
  font-size: 16px !important;
}
.ui-datepicker:hover {
  cursor: pointer !important;
}
.ui-datepicker:before, .ui-datepicker:after {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  width: 0;
  height: 0;
  border-style: solid;
}
.ui-datepicker:before {
  top: -10px;
  border-color: transparent transparent #B31B1B;
  border-width: 5px;
  left: 16px;
}
.ui-datepicker:after {
  top: -6px;
  border-color: transparent transparent #fff;
  border-width: 3px;
}
.ui-datepicker .ui-datepicker-header {
  background: #fff;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: none !important;
  text-align: center !important;
  background: #fff;
}
.ui-datepicker .ui-widget-content .ui-state-default:hover {
  border: 0;
  text-align: center;
  background: #000;
  color: #fff;
}
.ui-datepicker .ui-state-highlight {
  background: rgba(179,27,27,0.1) !important;
  color: #000 !important;
}
.ui-datepicker .ui-widget-content {
  border: 0;
  background: #B31B1B;
  color: #fff;
}
.ui-datepicker .ui-state-active {
  background: rgba(179,27,27,0.2) !important;
  color: #B31B1B !important;
}
@media only screen and (min-width: 640px) {
  .ui-datepicker-trigger {
    top: 6px;
  }
}


.form-newsletter-opt-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.form-newsletter-opt-wrapper img {
  height: 22px;
  width: 22px;
}


@media only screen and (min-width: 1200px) {
  .form-newsletter-opt-wrapper {
    display: flex;
    flex-direction: row;
  }

  .form-newsletter-opt-wrapper img p {
    align-self: flex-end;
    padding-bottom: 2px;
  }

  .form-newsletter-opt-wrapper img {
    margin-right: 10px;
  }
}

.newsletter-wrapper{
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 19px;

  margin-top: 10px;
  flex-direction: column;
}

.newsletter-wrapper img{
  height: 73px;
  margin-right: 24px;
  margin-bottom: 17px;
}

.newsletter-wrapper .newsletter-info-wrapper{
  display: flex;
  flex-direction: column;
}

.newsletter-wrapper .newsletter-info-wrapper p{
  margin: 0;
}


.newsletter-wrapper .newsletter-info-wrapper .newsletter-input{
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.newsletter-wrapper .newsletter-info-wrapper .newsletter-input label{
  margin-right: 10px;
}

.newsletter-wrapper .newsletter-info-wrapper .newsletter-input label input{
  margin-left: 0;
}


@media only screen and (min-width: 1200px) {
  .newsletter-wrapper{
    flex-direction: row;
    padding: 10px 30px;
  }

  .newsletter-wrapper img{
    height: 100px;
    margin-bottom: 0;
  }
}

#ui-datepicker-div {
    border-top: 1px solid #B31B1B !important;
}
.date-wrapper {
    position: relative;
}
.hasDatepicker {
    position: relative;
}
.ui-datepicker-trigger {
    position: absolute;
    width: 18px !important;
    right: 5px;
    top: 33px;
}
.ui-datepicker {
    margin-top: 5px;
    width: 250px !important;
    font-size: 16px !important;
}
.ui-datepicker:hover {
    cursor: pointer !important;
}
.ui-datepicker:before, .ui-datepicker:after {
    content: '';
    display: block;
    position: absolute;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
}
.ui-datepicker:before {
    top: -10px;
    border-color: transparent transparent #B31B1B;
    border-width: 5px;
    left: 16px;
}
.ui-datepicker:after {
    top: -6px;
    border-color: transparent transparent #fff;
    border-width: 3px;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    border: none !important;
    text-align: center !important;
    background: #fff;
}
.ui-datepicker .ui-widget-content .ui-state-default:hover {
    border: 0;
    text-align: center;
    background: #000;
    color: #fff;
}
.ui-datepicker .ui-state-highlight {
    background: rgba(179,27,27,0.1) !important;
    color: #000 !important;
}
.ui-datepicker .ui-widget-content {
    border: 0;
    background: #B31B1B;
    color: #fff;
}
.ui-datepicker .ui-state-active {
    background: rgba(179,27,27,0.2) !important;
    color: #B31B1B !important;
}
.date-infotext {
    width: 100%;
    margin-top: -35px;
    font-family: "Corporate S W01 Regular", sans-serif;
}

@media only screen and (min-width: 640px) {
    .ui-datepicker-trigger {
        top: 6px;
    }

    .date-infotext {
        display: inline-block;
        width: 70%;
        margin-top: -5px;
        font-size: 14px;
        line-height: 22px;
    }

}

.newsletter-teaser {

}

.newsletter-teaser img {
    float: left;
    width: 66px;
}

.newsletter-teaser > div{
    float: left;
    width: calc(100% - 66px);
    padding-left: 20px;
}

.newsletter-teaser > div h2{
    font-family: "Corporate A W01 Bold", serif;
}

@media only screen and (min-width: 640px) {
    .newsletter-teaser {

    }

    .newsletter-teaser img {
        float: left;
        width: 128px;
    }

    .newsletter-teaser > div{
        float: left;
        width: calc(100% - 128px);
        padding-left: 40px;
    }

    .newsletter-teaser > div h2{
        font-family: "Corporate A W01 Bold", serif;
    }
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a svg {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a:hover svg path {
    fill: #B31B1B;
}

@media only screen and (min-width: 920px) {
    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location a svg {
        margin-right: 16px;
    }
}
.icon-speech-bubble::before,
#overlay .icon-speech-bubble::before{
    width: 40px;
    height: 40px;
    background-image: url(/images/speech-bubble-white.svg);
    background-color: #A46F9F;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center 13px;
    content: "";
}
.icon-speech-bubble small {
    color: #A46F9F;
}
#overlay .icon-speech-bubble::before {
    width: 26px;
    height: 26px;
}

#overlay .icon-speech-bubble::before {
    display: inline-block;
    vertical-align: middle;
    background-color: #808080;
    background-size: 14px auto;
    line-height: 1.85714286em;
}
#overlay .icon-speech-bubble::before {
    background-image: url(/images/speech-bubble-white.svg)!important;
    background-size: 14px auto!important;
    background-color: #808080;
    background-repeat: no-repeat!important;
    background-position: center 8px!important;
}
#overlay .icon-speech-bubble.active::before {
    background-color: #B31B1B;
}
#overlay .icon-speech-bubble span {
    line-height: 46px;
}

@media only screen and (max-width: 767px) {
    html,
    .bookdetails .bookdetails-text p,
    .bookdetails .bookdetails-intro .bookdetails-intro-translator,
    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location,
    .book-stage .book-stage-text p,
    .category-stage .category-stage-text p,
    .qoute p,
    .content-teaser .content-teaser-text p,
    .intagramm-quickview p {
        font-size: 18px;
    }
    html p {
        font-size: 18px;
    }
    .mainnav > div > ul.top > li > a {
        font-size: 18px;
    }
    .mod.more-books h3,
    .headline.detail span{
        font-size: 23px;
    }
    .book-recommendation .box {
        margin-right: 0;
    }
    .mainnav > div > ul.top > li > a {
        font-size: 19px;
    }
    .mainnav > div > ul.second > li > a,
    .mainnav > div > p {
        font-size: 17px;
    }

    .mainnav > div > ul.benefits > li,
    .mainnav > div > ul.bottom > li > a {
        font-size: 16px;
    }
    .author-nav-li .icon-users {
        font-size: 19px;
    }
    .book-carousel .box figure img, .book-charts .box figure img, .book-recommendation .box figure img {
        object-fit: cover;
    }
    .headline.small, .headline.detail {
        height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .bookdetails .bookdetails-intro .bookdetails-intro-action .bookdetails-intro-action-location {
        font-size: 16px;
    }
}
