/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v48-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v48-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v48-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v48-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v30-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-condensed-v30-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-condensed-v30-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root{
    scroll-behavior: smooth;
}
* {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html {
    font-size:62.5%;
}
body {
    min-height:100vh;
    background-color:#fff;
    border-top:13rem solid #fff;
    font:1em/1 'Roboto Condensed',sans-serif;
    color:#000;
    letter-spacing:.1em;
    font-weight: 400;
}
strong{
	font-weight: bold;
}
*:focus-visible{
  outline: 2px solid #333592;
}
.invisible:focus-visible{
    clip: unset;    
}
#sticky {
    width:100%;
    height:13rem;
    min-width: 125rem;
    left:0;
    top:0;
    position:fixed;
    padding:1rem 8rem 1.5rem;
    background-color:#e30613;
    z-index: 9999;
}
@media(max-width: 1200px) {
    #sticky{
     padding-right: 2rem;
     padding-left: 2rem;
    }
}
#sticky,
.scroll #sticky,
#sticky *,
#sticky a:hover,
#wrapper,
.scroll #wrapper {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.scroll #sticky {
    height:7rem;
    padding-top:.75rem;
    padding-bottom:.75rem;
}
#sticky .inside {
    height:100%;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
#sticky .nav-main,
#sticky .mod_changelanguage,
#sticky .mod_search {
    padding-bottom:1rem;
    align-self: flex-end;
}
#header iframe {
    bottom:0;
    left:0;
    right:0;
    top:-55px;
    position:absolute;
    width: 100% !important;
    height: calc(100% + 55px) !important;
}
.scroll #sticky .nav-main,
.scroll #sticky .mod_changelanguage,
.scroll #sticky .mod_search {
    padding-bottom:0;
    align-self: center;
}
iframe {
    border: none;
}
.ce_text {
    position:relative;
}
.ce_text a {
    text-decoration:none;
    color:#e30613;
}
.ce_text a:hover {
    text-decoration:none;
    color:#ff888d;
}
.weiss {
    color:#fff;
}
#wrapper {
    min-width:125rem;
    overflow:hidden;
}
#header {
    position:relative;
    z-index: 1111;
}
#header iframe.play {
    z-index: 25;
}
#header .ce_youtube {
    width:100%;
    height:0;
    margin-bottom:0;
    padding-bottom:52%;
}
img {
    height:auto;
    max-width:100%;
    display:block;
}
#header img,
.slick-list img {
    width:100%;
    max-width:none;
}
.puzzlebox .slick-list img, .produkte .slick-slide img {
    width:auto;
    max-width:100%;
}
#container {
    padding-top:13rem;
}
#header + #container {
    padding-top:0;
}
p,
.ce_text li,
label {
    margin-bottom:1.1em;
    font:1.32rem/1.69 Roboto;
    letter-spacing:.06em;
    font-weight: 300;
}
.ce_productdetails p,
.ce_productdetails li {
    margin-bottom:1.1em;
    font:1.6rem/1.69 Roboto;
    letter-spacing:.06em;
    font-weight: 300;
}
.ce_text li {
    margin-bottom:.5em;
    margin-left:1.4em;
}
.ce_text li:last-child {
    margin-bottom:1.1em;
}
h2 {
    margin-bottom:.5em;
    font-size:3.3rem;
    line-height:1.1;
    font-weight: 500;
}
p:last-child {
    margin-bottom:0;
}
h1 {
    margin-bottom:.5em;
    font-size:3.7rem;
    line-height:1.4;
    font-weight: 500;
}
h1 + h3 {
    top:-1em;
    position:relative;
}
h3 {
    margin-bottom:.5em;
    font-size:1.9rem;
    line-height:1.2;
}
h4 {
    margin-bottom:.5em;
    font-size:1.6rem;
    line-height:1.2;
}
h3 + h2 {
    font-size:2.9rem;
    line-height:1.2;
}
h5 {
    margin-bottom:.5em;
    font-size:1.8rem;
    line-height:1.2;
    font-weight: 500;
}
h6 {
    margin-bottom:.5em;
    font-size:1.8rem;
    line-height:1.2;
    font-weight: 400;
}
input.text,
input.captcha,
select,
textarea {
    width:100%;
    height:5.1rem;
    margin-bottom:1.5rem;
    padding:1.25rem 2.5rem;
    border:2px solid #a1a1a1;
    font:1.8rem/1 Roboto;
    color:#000;
    letter-spacing:.06em;
    outline: none!important;
}
input.captcha{
	width: 50%;
}
.captcha_text{
	font-size: 1.6em;
	margin-left: 1em;
}
.widget {
    width:100%;
    position:relative;
    float:left;
}
.clr{
	clear: both;
}
.w50.widget,
.w50.widget + .w50.widget + .w50.widget,
.w50.widget + .w50.widget + .w50.widget + .w50.widget + .w50.widget{
    width:50%;
    padding-right:.75rem;
    padding-left:0;
}
.w50.widget + .w50.widget,
.w50.widget + .w50.widget + .w50.widget + .w50.widget,
.w50.widget + .w50.widget + .w50.widget + .w50.widget + .w50.widget + .w50.widget{
    width:50%;
    padding-right:0;
    padding-left:.75rem;
}
.w30.widget {
    padding-right:.75rem;
    padding-left:0;
    width: calc(100% / 3);
}
.w60.widget {
    margin-left:0;
    padding-right:.75rem;
    padding-left:0;
    width: calc(100% / 3 * 2);
}
.w30.widget  + .w60.widget {
    padding-right:0;
    padding-left:.75rem;
}
.w60.widget  + .w30.widget {
    padding-right:0;
    padding-left:.75rem;
}
textarea {
    height:12rem;
}
input.checkbox {
    width:1.8rem;
    height:1.8rem;
    margin-right:.5rem;
    vertical-align:middle;
    background-color:#fff;
    border:2px solid #a7a7a7;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #333592;
}
fieldset {
    border: none;
}
.button p:last-child a,
a.button,
div.toggler,
button.submit {
    display:inline-block;
    margin-top:1.5em;
    padding-right:3em;
    padding-left:3em;
    text-align:center;
    border:2px solid #000;
    border-radius:6px;
    font:1.8rem/2.5 itc-officina-sans-pro,sans-serif;
    text-decoration:none;
    color:#333592;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
form a.button {
    margin-bottom:.5em;
}
.-large-col-4-1 .button p:last-child a,
.-large-col-4-1 a.button,
.-large-col-4-1 button.submit {
    width:100%;
    padding-right:1rem;
    padding-left:1rem;
}
.button .accordion p:last-child a, .ks .-large-col-4-1 .button p:last-child a{
	margin: 0 0 2rem 0;
}
button.submit {
    margin-bottom:1rem;
    background-color:#fff;
    cursor: pointer;
}
.formbody > p.error{
	display: none;
}
.dz-message-body label, .dropzone .dz-preview a{
	color: #e30613;
}
div.toggler {
    display:block;
    margin-top:2rem;
    margin-bottom:1rem;
    padding-right:2rem;
    padding-left:2rem;
    cursor: pointer;
}
.button p:last-child a:hover,
a.button:hover,
div.toggler.active,
button.submit:hover {
    background-color:#e30613;
    border:2px solid #e30613;
    border-radius:6px;
    font-size:1.8rem;
    line-height:2.5;
    text-decoration:none;
    color:#fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ce_productdetails a.button {
    width:87%;
    margin-top:0;
}
.button.weiss:not(.klein) p:last-child a {
    border:2px solid #fff;
    border-radius:6px;
    font-size:1.8rem;
    line-height:2.5;
    text-decoration:none;
    color:#fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
div.toggler.active {
    display:block;
}
.button.weiss:not(.klein) p:last-child a:hover {
    background-color:#fff;
    text-decoration:none;
    color:#333592;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.button.weiss.klein p:last-child a {
    background-color:#fff;
}
.button.weiss.klein p:last-child a:hover {
    background-color:#e30613;
}
.mod_article .inside,
footer > .inside,
.produkte-filter > .inside,
.produkte-liste > .inside {
    width:120rem;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}
.mod_article,
.slick {
    overflow:visible;
}
.mod_article.w100 > .inside {
    width:100%;
    position:relative;
    margin-right:auto;
    margin-left:auto;
}
.mod_article.bg,
.produkte-filter {
    padding-bottom:4rem;
    background-color:#e30613;
}
.produkte-filter .parallax-container {
    opacity: 0.25;
}
#filter {
    top:-6.8rem;
    position:absolute;
}
.ap {
    padding-top:13rem;
    padding-bottom:13.2rem;
}
.apt {
    padding-top:13rem;
}
.apb {
    padding-bottom:13.2rem;
}
.para.ap {
    padding-top:0;
    padding-bottom:0;
}
.para.ap .inside {
    padding-top:13rem;
    padding-bottom:13.2rem;
}
.w100 {
    width:100%;
}
.w50c {
    width:100%;
    padding: 0 calc(23.5% + 2rem);
}
.overlay {
    position:relative;
}
.overlay h4 strong,
.overlay iframe + figcaption {
    font-size:4.5rem;
    line-height:1.2;
}
.overlay figure + h4 {
    width:120rem;
    bottom:3em;
    position:absolute;
    margin-left:-60rem;
    font-size:2.6rem;
    line-height:1.6;
    color:#fff;
    font-weight: 500;
    left: 50%;
    z-index: 9;
    text-shadow: 0 0 40px rgba(0,0,0,0.9);
}
.overlay iframe + figcaption {
    width:120rem;
    bottom:1.5em;
    position:absolute;
    margin-left:-60rem;
    font-size:4.5rem;
    line-height:1.2;
    color:#fff;
    font-weight: 500;
    left: 50%;
    z-index: 9;
}
.overlay iframe + figcaption:first-line {
    font-size:2.6rem;
    line-height:1.6;
}
.mod_article.overlap {
    position:relative;
    z-index: 9;
}
.mod_article.overlap + div {
    position:relative;
    margin-top:-12.5rem;
    z-index: 5;
}
.mod_article.para {
    position:relative;
    padding-top:0;
    padding-bottom:0;
}
.mod_article.para:before {
    width:100%;
    height:22rem;
    left:0;
    top:0;
    position:absolute;
    display:block;
    background:-moz-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-webkit-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-o-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-ms-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:linear-gradient(180deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    -pie-background:linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background: -moz-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -webkit-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -o-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -ms-linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        background: linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        -pie-background: linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,1));
        content: '';
        z-index: 44;
}
.mod_article.para:after {
    width:100%;
    height:22rem;
    bottom:0;
    left:0;
    position:absolute;
    display:block;
    background:-moz-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-webkit-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-o-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:-ms-linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background:linear-gradient(180deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    -pie-background:linear-gradient(270deg,#rgba(255,255,255,0),#rgba(255,255,255,1));
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -o-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        background: -ms-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        -pie-background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
        content: '';
        z-index: 44;
}
.mod_article.bg-grey {
    background:-moz-linear-gradient(bottom,#f1f1f1,#fff);
    background:-webkit-linear-gradient(bottom,#f1f1f1,#fff);
    background:-o-linear-gradient(bottom,#f1f1f1,#fff);
    background:-ms-linear-gradient(bottom,#f1f1f1,#fff);
    background:linear-gradient(to top,#f1f1f1,#fff);
    -pie-background:linear-gradient(bottom,#f1f1f1,#fff);
}
#sticky a {
    text-decoration:none;
    color:#fff;
}
#sticky nav:not(.logo) .active > strong,
#sticky .trail > a,
#sticky nav:not(.logo) a:hover,
#sticky nav:not(.logo) strong {
    text-decoration:none;
    opacity: 0.6;
}
#sticky nav:not(.logo) .level_1 > li > strong {
    color:#fff;
}
.overlay > div {
    width:41rem;
    top:9rem;
    position:absolute;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
}
.rs-column .overlay > div {
    left:38%;
}
.overlay.w50 > div {
    width:57.5rem;
}
.overlay.left > div {
    -webkit-transform: translate(-60rem,0);
    -ms-transform: translate(-60rem,0);
    -moz-transform: translate(-60rem,0);
    -o-transform: translate(-60rem,0);
    transform: translate(-60rem,0);
}
.overlay.right > div {
    left:auto;
    right:50%;
    -webkit-transform: translate(60rem,0);
    -ms-transform: translate(60rem,0);
    -moz-transform: translate(60rem,0);
    -o-transform: translate(60rem,0);
    transform: translate(60rem,0);
}
.overlay.bottom > div {
    bottom:9rem;
    top:auto;
}
#sticky nav li a,
#sticky nav li strong {
    width:100%;
    display:inline-block;
    margin-right:1rem;
    margin-left:1rem;
    font-size:2.1rem;
    font-weight: 400;
    line-height: 1.5;
}
#sticky nav li ul a,
#sticky nav li ul strong {
    color:#333592;
}
#sticky nav.mod_changelanguage li a,
#sticky nav.mod_changelanguage li strong {
    margin-right:.5rem;
    margin-left:.5rem;
}
#sticky .mod_changelanguage strong {
    color:#fff;
}
#sticky nav li {
    position:relative;
    display:inline-block;
}
#sticky nav ul li ul li {
    display:block;
}
#sticky .mod_customnav li:last-child a,
#sticky .mod_customnav li:last-child strong {
    margin-right:0;
    padding-right:0;
    border: none;
}
#sticky .mod_search {
    width:17rem;
}
#sticky .mod_search .widget-submit {
    display:none;
}
#sticky .mod_search input.text {
    margin:0;
    padding:0 1.5rem 0 4rem;
    background-image:url("/files/layout/icons/icon-lupe.png");
    background-repeat:no-repeat;
    border:1px solid #000;
    border-radius:6px;
    font-size:1.8rem;
    line-height:2.5;
    background-position: 1rem center;
    background-size: 2rem auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#sticky .mod_search .widget-text {
    width:100%;
}
.overlay.klein > div {
    width:100%;
    left:50%;
    top:0;
    padding-top:3rem;
    padding-right:7rem;
    padding-left:3.5rem;
}
.overlay.klein > div h2 {
    font-size:2.9rem;
    line-height:1.2;
}
.overlay.klein > div a {
    margin-top:0;
}
.overlay.klein > div p {
    margin-bottom:1em;
}
.mod_newslist figure {
    width:27rem;
    display:block;
    margin-right:2rem;
    text-align:center;
}
.mod_newslist.klein figure {
    width:7rem;
    display:block;
    margin-right:1rem;
    text-align:center;
}
.mod_newslist figure img {
    display:inline-block;
}
.mod_newslist {
    padding-right:5.2rem;
}
.mod_newslist.autoren {
    padding-right:0;
}
.mod_newslist p.info {
    margin-bottom:1em;
}
.mod_newslist .layout_latest {
    margin-bottom:8rem;
    display: flex;
}
.mod_newslist.klein .layout_latest {
    margin-bottom:4rem;
    display: flex;
}
.mod_newslist .layout_latest > div {
    width: calc(100% - 29rem);
}
.mod_newslist.klein .layout_latest > div {
    width: calc(100% - 8rem);
}
.mod_newslist.klein {
    padding-right:0;
}
.autoren {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.autoren .layout_autor {
    width:27rem;
    position:relative;
    margin-bottom:8rem;
    padding-bottom:8rem;
}
.autoren .layout_autor figure {
    height:36.4rem;
    position:relative;
    margin-bottom:1.5rem;
    background-color:#eee;
}
.autoren .layout_autor figure img {
    top:50%;
    position:relative;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.banner .dots {
    width:100%;
    height:3.7rem;
    position:relative;
    padding-top:1.2rem;
    text-align:center;
}
.banner .dots li {
    display:inline-block;
    margin-right:.5rem;
    margin-left:.5rem;
}
.banner .dots li button {
    width:1.2rem;
    height:1.2rem;
    display:block;
    background-color:#b5b5b5;
    border-radius:50%;
    text-indent:-1000em;
    border: none;
    outline: none;
    cursor: pointer;
}
.banner .dots li.slick-active button {
    background-color:#e30613;
}
.header-slide .dots{
	padding: 0;
	position: absolute;
	bottom: 0;
}
.produkt .slick .dots {
    position:relative;
    margin-top:4rem;
    z-index: 66;
}
.logo {
    height:100%;
    position:relative;
    display:block;
    overflow: visible;
}
.logo ul,
.logo li {
    height:100%;
}
#sticky .logo a,
#sticky .logo strong {
    width:9rem;
    height:100%;
    display:block;
    margin-left:0;
    background-image:url("/files/layout/logo.png");
    background-position:left center;
    background-repeat:no-repeat;
    text-indent:-1000em;
    background-size: contain;
}
.slick-list {
    width: calc(100% + 4rem);
}
.puzzlebox .slick-list {
    width:100%;
}
.slick-arrow {
    width:5.5rem;
    height:100%;
    left:-12rem;
    top:0;
    position:absolute;
    display:block;
    background-image:url("/files/layout/arrow.png");
    background-position:left center;
    background-repeat:no-repeat;
    text-indent:-1000em;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-size: 50% auto;
    z-index: 55;
}
.puzzlebox .slick-arrow {
    left:1.5rem;
    background-image:url("/files/layout/arrow-w.png");
}
.ce_productdetails .slick-arrow {
    left:1.5rem;
    height: calc(100% - 156px);
}
.slick-arrow.slick-next {
    left:auto;
    right:-12rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ce_productdetails .slick-arrow.slick-next {
    left:auto;
    right:-2.5rem;
}
.puzzlebox .slick-arrow.slick-next {
    right:1.5rem;
}
.produkte .produkt {
    height:auto;
    position:relative;
    margin-top:1em;
    padding-bottom:7rem;
}
.slick.produkte .produkt {
    padding-right:4rem;
}
.produkt.hideteaser > a + p + h3 + p {
    display:none;
}
.produkte li.produkt {
    height: auto !important;
}
.produkte li.produkt.hide {
    display:none;
}
.produkte .produkt figure {
    width:100%;
    height:20rem;
    display:block;
    margin-bottom:2rem;
    text-align:center;
}
.produkte .produkt a img {
    width:auto;
    display:inline-block;
    text-decoration:none;
    border: none;
}
.produkte .produkt > a + p,
.ce_youtube + .produkt p:first-child,
.ce_productdetails .-large-col-4-1 > p:first-child {
    margin-bottom:1em;
    padding-left:2.5rem;
    background-image:url("/files/layout/icons/icons.png");
    background-position:left top;
    background-repeat:no-repeat;
    font-size:1.6rem;
    line-height:1;
    background-size: 1.5em auto;
}
.cat6e08526aa6ecbf9ea2f22fc965fcb77d {
    background-position: 0 -1.5em !important;
}
.cat1db066ecfcbe78b74881a29b62bf3561 {
    background-position: 0 -4.3em !important;
}
.cat6739329b5ecad6942d21cc82ddb43e59 {
    background-position: 0 -3em !important;
}
.cat39e9db1e6ecbc7610efb3ee3e61b9d1a{
    background-position:left bottom!important;	
}
.ce_productdetails .info span {
    display:block;
    margin-top:.2em;
    margin-bottom:.2em;
    padding-left:4rem;
    background-position:left center;
    background-repeat:no-repeat;
    background-size: auto 75%;
}
.ce_productdetails .info span.ga {
    background-image:url("/files/layout/okt2019/icon_alter.png");
}
.ce_productdetails .info span.gp {
    background-image:url("/files/layout/okt2019/icon_spieler.png");
}
.ce_productdetails .info span.gt {
    background-image:url("/files/layout/okt2019/icon_zeit.png");
}
.ce_productdetails .info span.vm {
    background-image:url("/files/layout/okt2019/icon_verpackung.png");
}
.ce_productdetails .info span.ps {
    background-image:url("/files/layout/icons/icon-size.png");
}
.ce_productdetails .info span.pa {
    background-image:url("/files/layout/icons/icon-amount.png");
}
.ce_productdetails .content {
    height:auto;
    max-height:7em;
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ce_productdetails .content + p a {
    right:0;
    position:relative;
    display:block;
    margin-top:-1em;
}
.ce_productdetails .content + p {
    text-align:right;
}
.ce_productdetails .content + p a:after {
    content: 'mehr';
}
html[lang="en"] .ce_productdetails .content + p a:after {
    content: 'more';
}
html[lang="fr"] .ce_productdetails .content + p a:after {
    content: 'Lire la suite';
}
.ce_productdetails .content.open {
    height:auto;
    max-height:70em;
    overflow:hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ce_productdetails .content.open + p a:after {
    content: 'weniger';
}
html[lang="en"] .ce_productdetails .content.open + p a:after {
    content: 'less';
}
html[lang="fr"] .ce_productdetails .content.open + p a:after {
    content: 'moins';
}
.ce_youtube {
    margin-bottom:2rem;
}
.ce_youtube.slide-video {
    height:27.7vw;
    margin-bottom:0;
    padding-bottom:0;
}
.produkte .produkt > a + p + h3 {
    margin-bottom:.9em;
    font-size:1.9rem;
    line-height:1.2;
}
.produkte .produkt > a + p + h3 + p {
    font-size:1.32rem;
    line-height:1.69;
}
.produkte .produkt > a + p + h3 + p a {
    text-decoration:none;
    color:#e30613;
    word-break: break-all;
}
.produkte .produkt > a + p + h3 + p a:hover {
    color:#333592;
}
.produkte .produkt a.button,
.button.same p:last-child a,
.layout_autor p.more a {
    bottom:0;
    position:absolute;
    text-align:center;
    width: calc(100% - 5.2rem);
}
.layout_autor p.more a {
    width:100%;
}
.layout_autor p.more {
    width:100%;
}
.button.same p:last-child a {
    width:auto;
}
.button.same {
    height:100%;
    margin-bottom:7rem;
}
.produkte li.produkt a.button {
    width:100%;
}
a.button.disabled,
a.button.disabled:hover {
    background-color:#fff;
    border-color:#bababa;
    color:#bababa;
    cursor: default;
}
.produkte-filter {
    position:relative;
    margin-top:0;
    margin-bottom:9rem;
    padding-top:0;
    padding-bottom:0;
    z-index: 5;
}
.produkte-filter div.para4 {
    padding-top:7rem;
    padding-bottom:6rem;
}
.produkte-filter form {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.produkte-filter select {
    width:26.5rem;
    padding:0 1em;
    background-color:#fff;
    background-image:url("/files/layout/select-blue.png");
    background-repeat:no-repeat;
    border:1px solid #000;
    border-radius:6px;
    font:1.8rem/2.5 itc-officina-sans-pro,sans-serif;
    color:#333592;
    background-position: 22rem center;
    background-size: auto 1.1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.produkte-filter select option {
    color:#000;
}
ul.produkte {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.produkte li {
    width:27rem;
    position:relative;
    margin-right:4rem;
    margin-bottom:8rem;
    list-style-type:none;
}
.produkte li:nth-child(4n) {
    margin-right:0;
}
.produkte li.award:after,
.produkte .produkt.award:after {
    width:5rem;
    height:5rem;
    left:-5px;
    top:-5px;
    position:absolute;
    background:#fff url("/files/layout/award.png") center center no-repeat;
    border:1px solid #e30613;
    border-radius:50%;
    content:'';
    z-index: 2;
    background-size: 2.5rem auto;
    box-shadow: 0 0 6px -1px #000;
}
.newgameplay .produkte li {
    margin-bottom:6.2rem;
}
.newgameplay .produkte .produkt,
.newtrailer  .produkte .produkt {
    padding-right:0;
}
.newgameplay .produkte .produkt > a + p + h3 + p,
.newtrailer  .produkte .produkt > a + p + h3 + p {
    top:.75rem;
    position:relative;
    margin-bottom:0;
    font-size:0;
}
.newgameplay .produkte .produkt > a + p + h3 + p:after {
    font-size:1.6rem;
    line-height:1.6;
    content: 'Gameplay Video';
}
html[lang="en"] .newgameplay .produkte .produkt > a + p + h3 + p:after {
    font-size:1.6rem;
    line-height:1.6;
    content: 'Gameplay video';
}
html[lang="fr"] .newgameplay .produkte .produkt > a + p + h3 + p:after {
    font-size:1.6rem;
    line-height:1.6;
    content: 'Vidéo de gameplay';
}
.newtrailer .produkte .produkt > a + p + h3 + p:after {
    font-size:1.6rem;
    line-height:1.6;
    content: 'Trailer';
}
html[lang="fr"] .newtrailer .produkte .produkt > a + p + h3 + p:after {
    font-size:1.6rem;
    line-height:1.6;
    content: 'Bandes-annonces';
}
.newgameplay .produkte .produkt > a + p + h3,
.newtrailer  .produkte .produkt > a + p + h3 {
    margin-bottom:0;
    font-size:1.6rem;
}
.produkt .slick figure {
    width:100%;
}
.produkt .slick div.video figure {
    display:none;
}
.produkt .slick div.video {
    position:relative;
    text-align:center;
}
.produkt .slick div.video iframe {
    display:inline-block;
}
.produkt .slick figure img {
    width:auto;
    max-width:100%;
    max-height:550px;
    left:50%;
    top:50%;
    position:relative;
    display:inline-block;
    -webkit-transform: translate(-50%,-50%));
    -ms-transform: translate(-50%,-50%));
    -moz-transform: translate(-50%,-50%));
    -o-transform: translate(-50%,-50%));
    transform: translate(-50%,-50%);
}
.produkt .slick .dots li {
    display:inline-block;
    margin-right:2rem;
}
.produkt .slick .dots button {
    border: none;
    background: none;
    cursor: pointer;
}
.produkt .slick .dots button img {
    width:auto;
    height:9rem;
    display:block;
}
.newsteaser {
    margin-top:4rem;
}
.newsteaser p {
    margin-bottom:0;
}
.pagination > p {
    display:none;
}
.pagination ul {
    width:100%;
    text-align:center;
}
.pagination ul li {
    display:inline-block;
}
.pagination ul li:first-child,
.pagination ul li:last-child {
    display:none;
}
.pagination ul li a,
.pagination ul li strong {
    margin-right:.1em;
    margin-left:.1em;
    font-size:1.6em;
    line-height:1;
    text-decoration:none;
    color:#e30613;
}
.pagination ul li strong {
    font-weight:normal;
    color:#000;
}
.pagination ul li a.previous,
.pagination ul li a.next {
    width:1.6rem;
    height:1.6rem;
    display:block;
    background-image:url("/files/layout/arrow.png");
    background-position:center center;
    background-repeat:no-repeat;
    text-indent:-1000em;
    background-size: contain;
}
.pagination ul li a.next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
}
.pagination ul li a:hover {
    color:#ff888d;
}
iframe.facebook {
    margin-top:5rem;
}
iframe.facebook:first-child {
    margin-top:0;
    margin-bottom:5rem;
}
iframe.facebookshare {
    left:34rem;
    top:-3.5rem;
    position:relative;
}
.slick-list .layout_latest {
    height:auto;
    position:relative;
    padding-right:4rem;
    padding-bottom:5rem;
}
.slick-list .layout_latest p {
    margin-top:1em;
}
.slick-list .layout_latest a {
    text-decoration:none;
    color:#e30613;
}
.slick-list .layout_latest a:hover {
    color:#ff888d;
}
.slick-list .layout_latest h3 {
    margin-top:1em;
}
.slick-track {
    min-width:100%;
}
footer {
    position:relative;
    margin-top:10rem;
    padding-top:5rem;
    padding-bottom:5rem;
    background-image:url("/files/layout/footer-hg_small.jpg");
    background-position:center center;
    background-repeat:repeat;
    background-size: auto 222px;
}
footer .copy {
    padding-top:4rem;
}
footer .copy p {
    font-size:1.3rem;
    color:rgba(255,255,255,.5);
    letter-spacing:.04em;
}
footer .copy p br {
    display:none;
}
footer .copy p a {
    text-decoration:none;
    color:rgba(255,255,255,.5);
}
footer .copy p a:hover {
    text-decoration:none;
    color:#fff;
}
.desktop footer .copy p a:first-of-type:before {
    content: '· ';
}
footer li:first-child a,
footer li:first-child strong {
    font-size:1.6rem;
    line-height:1.6;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
    letter-spacing:.05em;
}
footer ul.level_1 > li:first-child ~ li > a,
footer ul.level_1 > li:first-child ~ li > strong {
    font-size:1.6rem;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
}
footer ul.level_1 > li:first-child ~ li > a:hover,
footer ul.level_1 > li:first-child ~ li > strong,
footer li:first-child a:hover,
footer li:first-child strong {
    color:#fcc6c8;
}
footer a:hover {
    text-decoration:underline;
}
footer h4 {
    font-size:3.6rem;
    line-height:1.2;
}
footer .overlay > div {
    width:100%;
    top:0;
}
footer .overlay figure {
    width:94%;
    float:right;
}
footer .level_1 > li:first-child {
    margin-bottom:1rem;
}
footer .level_1 > li:first-child ~ li {
    margin-bottom:1rem;
}
footer .social ul {
    text-align:center;
}
footer .social li {
    margin-top:4rem;
}
footer .social .level_1 > li {
    display:inline-block;
    margin-right:.75rem;
    margin-left:.75rem;
}
footer .social .level_1 > li a {
    width:4rem;
    height:4rem;
    display:block;
    background-image:url("/files/layout/icons/icon-fb.png");
    background-position:left center;
    background-repeat:no-repeat;
    border-radius:6px;
    line-height:1;
    text-indent:-1000em;
    background-size: auto 100%;
}
footer .social .level_1 > li a.yt {
    background-image:url("/files/layout/icons/icon-yt.png");
}
footer .social .level_1 > li a.ig {
    background-image:url("/files/layout/icons/icon-ig.png");
}
footer .social .level_1 > li a.pt {
    background-image:url("/files/layout/icons/icon-pt.png");
}
div.parallax-group {
    width:100%;
    position:relative;
    overflow:hidden;
}
div.para1,
div.para2,
div.para3 {
    width:100%;
    height:300vh;
    position:absolute;
    display:table;
    background-image:url("/files/layout/schmidt_spiele_parallax_gr_small.png");
    background-position:center center;
    background-repeat:repeat;
    background-size: 100% auto;
    z-index: 10;
}
div.para2 {
    background-image:url("/files/layout/schmidt_spiele_parallax_gr_mid.png");
    z-index: 15;
}
div.para3 {
    background-image:url("/files/layout/schmidt_spiele_parallax_gr_large.png");
    z-index: 20;
}
div.para4 {
    position:relative;
    padding-top:5rem;
    padding-bottom:12rem;
    z-index: 66;
}
.spiele div.para3,
.karten div.para3,
.puzzle div.para3,
.toy div.para3,
.papeterie div.para3,
.holz div.para3 {
    background: none;
}
.spiele div.para1 {
    background-image:url("/files/layout/okt2019/schmidt_spiele_produkt_spiele_large_2.png");
    opacity: 1;
}
.spiele div.para2 {
    background-image:url("/files/layout/okt2019/schmidt_spiele_produkt_spiele_small_2.png");
    opacity: 1;
}
.karten div.para1 {
    background-image:url("/files/layout/schmidt_spiele_produkt_karten_small.png");
    opacity: 1;
}
.karten div.para2 {
    background-image:url("/files/layout/schmidt_spiele_produkt_karten_large.png");
    opacity: 1;
}
.puzzle div.para1 {
    background-image:url("/files/layout/schmidt_spiele_produkt_puzzle_small.png");
    opacity: 1;
}
.puzzle div.para2 {
    background-image:url("/files/layout/schmidt_spiele_produkt_puzzle_large.png");
    opacity: 1;
}
.toy div.para1 {
    background-image:url("/files/layout/schmidt_spiele_produkt_pluesch_small.png");
    opacity: 1;
}
.toy div.para2 {
    background-image:url("/files/layout/schmidt_spiele_produkt_pluesch_large.png");
    opacity: 1;
}
.papeterie div.para1 {
    background-image:url("/files/layout/schmidt_spiele_produkt_online_small.png");
    opacity: 1;
}
.papeterie div.para2 {
    background-image:url("/files/layout/schmidt_spiele_produkt_online_large.png");
    opacity: 1;
}
.holz div.para1 {
    background-image:url("/files/layout/schmidt_spiele_produkt_holz_small.png");
    opacity: 1;
}
.holz div.para2 {
    background-image:url("/files/layout/schmidt_spiele_produkt_holz_large.png");
    opacity: 1;
}
#kooperationspartner .rs-columns > div {
    padding:2.5rem;
}
.ce_accordionSingle.hide {
    display:none;
}
.mod_search .widget-text {
    width:75%;
}
.mod_search .widget-submit {
    width:25%;
    padding-left:5rem;
}
.mod_search .widget-submit button {
    margin-top:0;
    margin-bottom:2rem;
}
.mod_search {
    width:100%;
}
form.mod_search {
    padding-bottom:5rem;
}
form.mod_search:after {
    position:relative;
    clear:both;
    display:block;
    content: '';
}
.mod_search + div {
    position:relative;
    clear:both;
}
.mod_search > div {
    padding-top:5rem;
}
.mod_search h3 {
    position:relative;
    clear:both;
}
.mod_search > div h3 a {
    text-decoration:none;
    color:#000;
}
.mod_search > div h3 a:hover {
    color:#e30613;
}
.mod_search > div h3 span {
    font-size:.7em;
    font-weight:normal;
    color:#333;
}
#about img {
    width:40rem;
    height:auto;
    display:inline-block;
}
#about figure {
    text-align:center;
}
.toggle-it p em {
    display:none;
    font-style: normal;
}
.mod_registration .fields > .widget-password + div {
    display:none;
}
#floating-panel {
    margin-top:5rem;
    margin-bottom:1rem;
}
#floating-panel input.text {
    width:33%;
    display:inline-block;
    margin:1rem 1rem 1rem 0;
    vertical-align:middle;
}
#floating-panel label {
    display:inline-block;
    margin:1rem 2rem 1rem 0;
    vertical-align:middle;
    font-size:1.6rem;
}
#floating-panel button {
    margin:1rem 5rem 1rem 0;
    vertical-align:middle;
}
.layout_full .ce_slick-slider {
    margin-top:5rem;
    margin-bottom:5rem;
}
.layout_full .ce_slick-slider img {
    width:auto;
    max-height:300px;
}
.layout_full .ce_download {
    margin-bottom:5rem;
}
.layout_full .ce_download a:before {
    content: '> ';
}
.layout_full .slick-slide {
    margin-right:2rem;
    width: auto!important;
}
.layout_full .ce_download a {
    font-weight:bold;
    text-decoration:none;
    color:#333592;
}
.layout_full .ce_download a:hover {
    color:#e30613;
}
.mod_registration .fields > div:first-child legend {
    display:none;
}
.top-btn {
    width:5rem;
    height:5rem;
    bottom:33rem;
    right:0;
    position:fixed;
    display:none;
    background:#fff url("/files/layout/arrow.png") center center no-repeat;
    -webkit-box-shadow:3px 0 5px -4px #000;
    box-shadow:3px 0 5px -4px #000;
    background-size: 2rem auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    z-index: 88;
}
.slick .layout_latest figure {
    height:20rem;
    text-align:center;
}
.slick .layout_latest figure img {
    width:auto;
    max-height:100%;
    display:inline-block;
}
.cookiebar {
    z-index: 1150;
}
#b2k {
    margin-top: 2rem;
    text-align: center;
}
#b2k p,
#b2k a {
    font-size:1.1rem;
    font-weight:normal;
    text-decoration:none;
    color:rgba(255,255,255,0.5);
}
.cookiebar__message {
    margin-right:.2em;
}
#retail {
    margin-top:-13rem;
    background-image:url("/files/Header/bg-retail.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}
#retail .-large-col-4-1 {
    width:27rem;
}
#retail .-large-col-4-1 figure {
    text-align:center;
}
#retail .-large-col-4-1 figure a {
    display:inline-block;
}
#retail .-large-col-4-1 p a {
    background-color:#fff;
}
#retail .-large-col-4-1 p a:hover {
    color:#000;
}
p.error {
    color:#e30613;
}
.rs-column:nth-child(4) .button.auswahl ul,
.rs-column:nth-child(3) .button.auswahl ul {
    width:100%;
    left:0;
    top:0;
    position:absolute;
    padding-top:3.5rem;
    background-color:#e30613;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    list-style-type:none;
    height: calc(100% - 1rem);
    z-index: 10;
}
.button.auswahl ul {
    display:none;
}
.button.auswahl:hover ul {
    display:block;
}
.button.auswahl ul li {
    margin-bottom:1.5em;
}
.button.auswahl ul a {
    text-decoration:none;
    color:#fff;
}
.button.auswahl p a {
    position:relative;
    z-index: 15;
    pointer-events: none;
}
#wrapper .button.auswahl:hover p a,
#wrapper .button.auswahl p a:hover,
#retail .-large-col-4-1 p a:hover {
    background-color:#e30613;
    border-color:#e30613;
    color:#fff;
}
.fliphtml p, .fliphtml h3 {
    color:#e30613;
    cursor: pointer;
}
.fliphtml p:hover, .fliphtml h3:hover {
    color:#333592;
}
.mod_search .info p {
    margin-bottom:.5em;
    font-family:itc-officina-sans-pro,sans-serif;
    font-weight:bold;
    font-size: 1.9rem!important;
}
.mod_search .info a {
    font-size:2rem;
    text-decoration:none;
    color:#e30613;
}
.mod_search .info a:hover {
    text-decoration:underline;
}
#retail + div .ce_products {
    overflow:visible;
}
.nocookie .ce_productdetails div.video figure {
    display:block;
    opacity: 0;
}
.nocookie .ce_productdetails .video .cookie {
    left:0;
    top:0;
}

/*Intern V2*/
#intern{
    padding-left: 1rem;
}
#intern .fliphtml{
    padding: 6rem 0 0 0;
}
#intern .fliphtml p, #intern .fliphtml h3{
    display: inline-block;
    border-right: 1px solid;
    padding: 0 0.4rem;
}
#intern .fliphtml p:last-child{
    padding-right: 0;
    border: none;
}
#intern .inside{
    width: 100%;
    max-width: 125rem;
}
#intern .ce_products form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
#intern .ce_products form > div{
    width: calc(60% - 8rem);    
}
#intern .ce_products form > div + div{
    width: 40%;    
}
#intern .produkte-filter{
    background: none;
    clear: both;
    margin-bottom: 2rem;
}
#intern .produkte-filter select{
    width: 100%;
}
#intern .ce_products form > input:first-child + div select{
    background-position: 63rem center;
}
#intern .ce_products form > input:first-child + div #pub,
#intern .ce_products form > input:first-child + div #pub + select,
#intern .ce_products form > input:first-child + div #pdf,
#intern .ce_products form > input:first-child + div .staff #kat,
#intern #pdf + select{
    background-position: 29.5rem center;	
}
#intern form.mod_search{
    width: 100%;
    padding-bottom: 1rem;
    margin-top: 0;
}
#intern #listen button{
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    height: 5.1rem;
}
#intern #listen button.w80{
    width: 80%;
    padding: 0 1em;
}
#intern #listen button.w50{
    width: 48%;
    margin-left: calc(2% - 4px);
    padding: 0 1em;
}
#intern #listen button.w30{
    width: 28%;
    margin-left: calc(2% - 4px);
    padding: 0 1em;
}
#intern #listen button.w20{
    width: 18%;
    margin-left: calc(2% - 4px);
    padding: 0 1em;
}
#intern #listen .widget-text, #intern #listen select{
    width: 50%;
    display: inline-block
}
#intern #listen #us{
    display: none;
}
#intern .mod_search .widget-submit{
    padding-left: 2rem;
}
#intern .mod_search .widget-submit + p{
    clear: both;
}
#intern .mod_search .widget-submit button{
    width: 100%;
}
#intern #cl{
    margin-bottom: 1.5rem;
    height: 24.5rem;
    overflow: auto;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 1em;
}
#intern #cl + button{
    width: 50%;
}
#intern #cl p{
    font-size: 1.2rem;
    position: relative;
    padding-right: 2em;
    margin: 0;
}
#intern #cl p:hover{
    background: #f1f1f1;
}
#intern #cl p span{
    position: absolute;
    right: 0.5em;
    top: 0;
    cursor: pointer;
}
#intern #cl p span:hover{
    color: #e30613;
}
#intern .produkte{
    padding-left: 3rem;
}
#intern .produkt input{
    display: none;
}
#intern .produkt label{
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: -2rem;
    left: -2rem;
    z-index: 20;
    cursor: pointer;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    text-indent: -1000em;
    background-size: contain;
    background-image: url("/files/layout/icons/circle.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
#intern .produkt input:checked + label{
    background-image: url("/files/layout/icons/check-circle.svg");
}
#intern .produkt.award:after{
    display: none;
}
#intern #sap{
    width: 23rem;
}
#intern form{
    position: relative;
}
#intern .loading{
    position: absolute;
    top: 0;
    left: -1rem;
    width: calc(100% + 1rem)!important;
    height: 98%;
    padding-top: 20%;
    background: rgba(0,0,0,0.9);
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 1.8;
    z-index: 9;
    display: none;
}
#intern .loading span{
	font-size: 1.8rem;
	cursor: pointer;
	display: none;
}
#intern .loading span:hover{
	text-decoration: underline;
}
#intern #pub, #intern #pub + select, #intern .staff #kat, #intern #pdf,
#intern #pdf + select, #intern #pdf{
	width: calc(50% - 2px);
}
#intern .down{
    overflow: visible;
}
#intern .down a{
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-10rem) rotate(-90deg);
    z-index: 20;
    cursor: pointer;
    text-indent: -1000em;
    background-size: contain;
    background-image: url("/files/layout/arrow.png");
    background-position: 1rem center;
    background-repeat: no-repeat;  
    transition: all 0.5s;
}
#intern .down a:hover{
    background-position: 0.5rem center;    
}

#autor-bg{
	background-image: url("/files/layout/autoren/schmidt_spiele_parallax_large.png");
	background-color: #f3f4f4;
}

#presse .mod_search{
	margin-bottom: 5rem;
	padding-left: 4rem;
	clear: both;
}
#presse .mod_search .widget-submit{
	padding-left: 2rem;
}
#presse .mod_search .widget-text{
	width: 69%;
}
#ergebnis-presse .mod_search form + h3, #ergebnis-presse .mod_search > .ce_products{
	display: none;
}
#ergebnis-presse .mod_search > h3{
	margin-top: 4em;
}
#spielanleitungen .produkt p a{
	word-break: break-all;
}

.image_container.float_left{
    margin: 0 2rem 2rem 0;
}

/* von Fabian
------------------------------------------------------- */
.autoren .layout_autor {
	margin-bottom: 7rem;
	height: 495px !important;
}

.autoren .layout_autor h3 {
	margin-bottom: 0.2em;
}

.slick-track .slide-video {
	background-color: #efefef;
}

#hv .overlay > div{
	top: auto;
    bottom: 5em;
    position: absolute;
    width: 120rem;
    transform: translate(-50%,0);
    z-index: 50;
}
#hv .overlay h4{
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 40px rgba(0,0,0,0.9);	
    margin-bottom: 0.1em;
}
#hv .overlay p{
	font-size: 1.6rem;
	line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 40px rgba(0,0,0,0.9);		
}
#hvi .ce_youtube{
	padding-bottom: 61.2%;
}
#hvi .ce_youtube .caption{
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.fajax > div:nth-child(4) ~ div{
	display: none;
}

#verantwortung h2 {
	margin-bottom: .25em;
	font-size: 3.86rem;
}

#verantwortung h3 {
    font-size: 2.7rem;
}

#verantwortung h4 {
    font-size: 2rem;
    margin-top: 1em;
}

#verantwortung.grau {
	background-color: #f1f1f1;
}

.schmalertext {
	margin: 0px auto;
	width: 70%;
}

.mod_sitemap ul.level_1{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    column-gap: 6rem;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
}
        
.mod_sitemap ul{
    padding: 0 0 2rem 0;
    
}
.mod_sitemap ul li{
    list-style: none;
}
.mod_sitemap ul a{
    color: #333592;
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: none;
    opacity: 1;
    transition: all 0.4s;
}
.mod_sitemap ul a:hover{
    opacity: 0.8;
}

.slick-playpause-wrapper{
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 9;
}
.slick-playpause-wrapper button{
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.6rem;
    cursor: pointer;
    transition: all 0.4s;
}

div.award{
    display: flex;
    flex-wrap: wrap;
}
div.award figure{
    width: 46%;
    margin: 0 4% 4% 0;
}

#gewinnspiel{
    max-width: 87rem;
    width: 100%;
    position: relative;
    margin: auto;
}
.radio_container > span{
    display: block;
    margin-bottom: 0.5em;
}
.radio_container > span label{
    font-size: 1.6rem;    
}
.radio_container > span input{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5em;
    position: relative;
    top: 0.2em;
}

#main p a{
    color: #e30613;
    text-decoration: none;
}
#main p a:hover{
    color: #333592;
}

.ce_slick-content-start{
    position: relative;
}
#article-5 .slick-playpause-wrapper button{
    display: none;
}