/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Webfonts
# Normalize
# Variables
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
#Clearings
#Mobile Customs
#Tablet Customs
#Desktop Customs

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: 700;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body {
  font-family: 'Source Sans Pro', Verdana, Geneva, Tahoma, sans-serif;
  font-size: 22px;
  line-height: 31px;
  color: #1A1919;
  font-weight: 400;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  padding-top: 128px;
  height: 100%;
}
main {
  margin-bottom: 505px;
}
p {
  margin: 0 0 29px 0;
}
.alignleft {
  float: left;
  display: block;
}
.alignright {
  float: right;
  display: block;
}
h1,
h2,
h3 {
  margin: 0 0 50px 0;
}
hr {
  margin: 30px 0;
}
h1 {
  font-weight: 300;
  font-size: 94px;
  line-height: 0.957;
  color: #FFF;
  text-transform: uppercase;
}
.home h1,
.motive h1,
.bestellung h1,
.bestellung_step2 h1 {
  color: #1A1919;
}
.header h1 {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
h3 {
  font-size: 27px;
  line-height: 42px;
  font-weight: 400;
}
h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  margin: 75px 0 30px;
}
.lightbox-text h2,
.motive .lightbox-text h2 {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 25px;
}
.lightbox-text h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  font-weight: 700;
  color: #e3000b;
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #1A1919;
}
a.button,
button,
.button {
  display: inline-block;
  clear: both;
  line-height: 45px;
  padding: 1px 20px 1px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background: transparent;
  position: relative;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  width: 295px;
  text-align: center;
  max-width: 100%;
}
a.button:before,
button:before,
.button:before {
  background-image: url(/assets/img/polygon-bg/button-bg.svg);
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
}
.button_small {
  width: 225px;
}
a.button.wide,
button.wide {
  width: 400px;
}
button {
  margin-top: 3px;
}
a.button.grey,
button:disabled,
button:hover:disabled {
  background-color: #5D6568;
  border-color: #5D6568;
}
a.button:hover,
a.button:active,
button:hover,
button:active,
.button:hover,
.button:active {
  background: #e3000b;
}
a.button i {
  /*position: absolute;
    left: 35px;
    top: 10px;*/
  font-size: 24px;
  display: inline-block;
  margin-right: 15px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
#masthead ul:after,
.wrapper:after,
.around:after,
.countdown:after,
span.product_line:after,
span.product_line .input.doubleinput:after,
.inputaround:after,
.half_width:after {
  display: table;
  content: "";
  clear: both;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background: #FFF;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  /*min-width: 1380px;*/
}
/*#content,
#footer {
    min-width: 1380px;
}*/
/*.home #content {
    overflow: hidden;
}*/
.logo {
  float: left;
  max-width: calc(100% - 60px);
  width: 292px;
  height: auto;
  display: block;
  margin-top: -2px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
#masthead ul,
#masthead ul li {
  list-style: none;
  list-style-type: none;
  display: block;
  padding: 0;
}
#masthead .menu {
  float: right;
  margin: 49px 0 0 0;
}
#masthead .menu .submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  width: auto;
  background: #FFF;
  padding-bottom: 30px;
  padding-top: 50px;
  display: none;
  min-width: 250px;
}
#masthead .menu .submenu li {
  float: none;
  margin: 0;
}
#masthead ul li {
  float: left;
  margin-left: 60px;
  position: relative;
}
#masthead ul li a {
  display: block;
  line-height: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #1A1919;
}
#masthead ul li.light a {
  font-weight: 400;
}
#masthead ul ul li a {
  padding: 0 30px;
  font-weight: 400;
}
#masthead ul li.active > a,
#masthead ul li:hover > a {
  color: #e3000b;
}
#masthead ul li:hover > ul.submenu {
  display: block;
}
/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  min-height: calc(100% - 505px);
}
.home #content {
  padding-bottom: 30px;
}
.wrapper {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1540px) {
  .farout-right {
    position: relative;
    margin-right: -170px;
    right: auto;
  }
}
#welcome {
  padding-top: 130px;
}
#welcome .button {
  margin-top: 50px;
}
#welcome h3 {
  margin-top: 19px;
  margin-right: 25px;
  font-family: inherit;
}
.wrapper > div {
  float: left;
  position: relative;
}
.wrapper > div:nth-child(2n+1) {
  margin-right: 80px;
}
#bestellung_absenden > div {
  margin-right: 0;
  float: none;
}
.wrapper > div:only-child {
  margin-right: 0;
  float: none;
}
.bestellung_step2 .wraplegend .wide {
  width: calc((100% - 60px) / 4 * 3 + 60px);
  padding-top: 0;
  margin-left: 180px;
}
.wide {
  width: 630px;
}
.small {
  width: 490px;
}
#welcome + .small {
  padding-left: 105px;
}
.smallslick {
  width: 85px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.smallslick .slick-arrow {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 30px;
}
.smallslick .slick-arrow.prev {
  top: -30px;
}
.smallslick .slick-arrow.next {
  bottom: -30px;
}
.smallslick.slick-vertical .slick-slide {
  border: none;
  margin: 10px 0;
}
.bigslick {
  /*width:calc(100% + (50vw - 620px) - 45px);*/
  /*width:calc(100% + (50vw - 585px));
    margin-right: calc((50vw - 560px) * -1);*/
  /*width:calc(100% + (50vw - 610px))*/
  /*float: left;*/
  width: calc(100% + (50vw - 580px));
  height: calc(100vh - 120px);
}
a.imglink {
  color: inherit;
  display: block;
}
a.imglink:hover {
  color: #e3000b;
}
.slideme {
  width: 100%;
  height: calc(100vh - 120px);
  background-size: cover;
  background-position: center;
  position: relative;
}
.slideme a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer {
  background-image: url(/assets/img/polygon-bg/footer.svg);
  background-position: center top 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  font-size: 20px;
  margin-top: -505px;
}
#footer a {
  font-weight: inherit;
  color: inherit;
}
#footer a:hover,
#footer a:active {
  color: #e3000b;
}
.col-4 {
  width: calc((100% - 40px)/3);
  margin-left: 20px;
  margin-bottom: 20px;
}
#footer .col-4 {
  margin-bottom: 0;
}
#footer p:last-child {
  margin-bottom: 0;
}
.wrapper > div.col-4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
.wrapper > div.col-4:nth-child(2n+1) {
  margin-right: 0;
}
.huishu-imp {
  margin-top: 23px;
}
.huishu-imp img,
.bdvi-imp img {
  margin-bottom: 15px;
}
.bdvi-imp img {
  width: 104px;
}
.menu-imp {
  margin-top: 75px;
}
.menu-imp a i {
  float: left;
  display: block;
  margin-right: 15px;
  font-size: 26px;
  margin-top: 7px;
}
.halfmenu,
.fullmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullmenu {
  display: none;
}
.halfmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc((100% - 20px)/2);
  margin-left: 20px;
  float: left;
}
.fullmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.halfmenu li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.forcount {
  margin-left: 30px;
  float: left;
}
#daysD,
#hoursD,
#minutesD {
  display: block;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 0;
  text-align: right;
}
.legend {
  font-size: 15px;
  line-height: 1.3;
}
.forcount span.legend {
  display: block;
  text-align: right;
  font-weight: 700;
}
p.legend {
  display: block;
  opacity: 0.5;
  z-index: 10;
}
.produkt p.legend {
  margin: 50px 0;
}
#wk-legend {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#mk-legend {
  position: absolute;
  top: 78px;
  right: 97px;
}
#tk-legend {
  position: absolute;
  left: 280px;
  bottom: -120px;
}
#wp-legend {
  position: absolute;
  top: 105px;
  right: calc((100vw - 1160px)/-2 + 620px);
  width: 120px;
}
#kalenderdescription {
  padding-top: 115px;
  float: right;
}
#produktewelcome {
  margin-top: -180px;
  clear: both;
  margin-top: 140px;
  margin-bottom: 160px;
}
#produktewelcome .small {
  padding-top: 130px;
}
#produktewelcome .small .button,
#wallpaperwelcome .button {
  margin-top: 50px;
  margin-bottom: 50px;
}
img#wandkalender {
  position: relative;
  display: block;
  width: calc(100% + 70px);
  margin-left: -150px;
  margin-right: -163px;
  margin-bottom: 0;
  margin-top: 25px;
  height: auto;
  max-width: none;
}
#index-product-imgs {
  position: relative;
}
img#regal-img {
  width: 1053px;
  max-width: none;
  position: absolute;
  top: -152px;
  left: -43px;
}
img#threemonth-img {
  position: relative;
  width: 240px;
  left: 130px;
  top: -10px;
}
img#produkt-grusskarten-img {
  max-width: none;
  width: 870px;
  margin: 70px 0 -20px 0px;
}
img#produkte-schreibunterlag-img {
  margin: -80px 0 0 -130px;
  max-width: none;
  width: 1250px;
}
img#produkte-kunstdrucke-img {
  max-width: none;
  width: calc(100% + 26px);
  margin: 100px 0 0 25px;
}
img#produkte-schreibunterlage-img {
  max-width: none;
  width: calc(100% + 68px);
  margin: 200px 0 0 35px;
}
img#produkte-wandkalender-img {
  max-width: none;
  width: calc(100% + 68px);
  margin: 70px 0 0 35px;
}
img#produkte-tischkalender-img {
  max-width: none;
  width: calc(150% + 68px);
  margin: 200px 0 0 0;
}
img#produkt-threemonth-img {
  max-width: none;
  width: calc(100% + 5px);
  margin: 70px 0 0 82px;
}
img#tischkalender-img {
  max-width: none;
  width: calc(100% + 68px);
  margin: 200px 0 0 35px;
}
.home img#tischkalender-img {
  position: absolute;
  width: 520px;
  bottom: -190px;
  left: 305px;
}
#wallpaper-img {
  position: absolute;
  width: 840px;
  max-width: none;
  margin-bottom: 0;
  margin-top: -34px;
  right: calc((100vw - 1160px)/-2);
}
.header {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
}
.header .wrapper {
  height: 100%;
}
.header h1 {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-bottom: 0;
  transform: translateY(-50%);
}
.home .header {
  margin-bottom: 30px;
}
#product_introduction,
#imprint_introduction,
#motive_introduction {
  margin-bottom: 70px;
  padding-top: 129px;
}
.home #product_introduction {
  margin-bottom: 0;
}
#product_introduction h1,
#imprint_introduction h1,
#motive_introduction h1 {
  margin-bottom: 85px;
  color: #1A1919;
}
#imprint_introduction h1 {
  line-height: 120px;
  margin-bottom: 0;
}
.kunstdrucke #product_introduction,
.tischkalender #product_introduction {
  margin-bottom: 85px;
}
#product_auflistung {
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
#product_auflistung img.product_regal {
  position: absolute;
  top: 0;
  left: -38px;
  width: 1638px;
  max-width: none;
}
#product_auflistung .col-4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  width: auto;
}
#product_auflistung .wrapper > div.col-4:nth-child(3n+1) {
  float: left;
  clear: none;
  margin-left: 20px;
}
#product_auflistung .p-wk {
  margin-top: 121px;
  margin-left: 117px;
}
#product_auflistung .p-wk img {
  width: 284px;
}
#product_auflistung .p-wk .imgheadln {
  top: -88px;
  left: -13px;
}
#product_auflistung .p-3mk {
  margin-top: 97px;
  margin-left: 171px;
}
#product_auflistung .p-3mk img {
  width: 178px;
}
#product_auflistung .p-3mk .imgheadln {
  top: -118px;
  left: -100px;
}
#product_auflistung .p-ku,
#product_auflistung .wrapper > div.p-ku.col-4 {
  margin-top: 35px;
  margin-left: 170px;
}
#product_auflistung .p-ku img {
  width: 234px;
}
#product_auflistung .p-ku .imgheadln {
  top: -89px;
  left: 1px;
}
#product_auflistung .p-tk {
  margin-top: -20px;
  margin-left: 175px;
}
#product_auflistung .p-tk img {
  width: 316px;
}
#product_auflistung .p-tk .imgheadln {
  bottom: -90px;
  left: 187px;
}
#product_auflistung .p-su {
  margin-top: 32px;
  margin-left: 45px;
}
#product_auflistung .p-su img {
  width: 430px;
}
#product_auflistung .p-su .imgheadln {
  bottom: -105px;
  left: 135px;
}
#product_auflistung .p-gk {
  position: absolute;
  bottom: 182px;
  left: 910px;
}
#product_auflistung .p-gk img {
  width: 225px;
}
#product_auflistung .p-gk .imgheadln {
  bottom: -210px;
  left: 135px;
}
.imgheadln {
  position: absolute;
  margin: 0 auto;
  color: #1A1919;
  font-size: 28px;
}
.imgheadln.headlnbot {
  top: auto;
  bottom: 0;
}
#motive_slick {
  float: none;
}
#motive_slick .slick-arrow,
.slick-lightbox-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
}
.slick-lightbox-inner .slick-arrow,
.slick-lightbox-inner .slick-arrow:active {
  color: #FFF;
}
.slick-lightbox-inner .slick-arrow {
  font-size: 50px;
  z-index: 1000;
}
#motive_slick .slick-arrow.prev {
  left: -50px;
}
#motive_slick .slick-arrow.next {
  right: -50px;
}
.slick-lightbox-inner .slick-arrow.next {
  right: 20px;
}
.slick-lightbox-inner .slick-arrow.prev {
  left: 20px;
}
.slick-lightbox-inner .closeme {
  color: #FFF;
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  font-size: 25px;
  cursor: pointer;
}
#motive_slick .slick-slide {
  margin-right: 20px;
  position: relative;
}
#motive_slick .slick-slide:after,
#motive_gallery .item a:not(.button):after,
#wallpaper_gallery .item .item a:not(.button):after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/assets/img/polygon-bg/button-bg.svg);
  background-size: auto 101%;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.2s ease-in-out;
}
#motive_slick .slick-slide:before,
#motive_gallery .item a:not(.button):before,
#wallpaper_gallery .item a:not(.button):before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  z-index: 10;
  content: "\e905";
  font-family: "icomoon";
  font-size: 80px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#motive_gallery .item a:not(.button):before,
#gallery_gallery .item a:not(.button):before {
  content: "\e90c";
}
.slick-slide {
  outline: none;
}
#motive_slick {
  margin-right: -20px;
  width: calc(100% + 20px);
}
#motive_slick .slick-slide:hover:before,
#motive_gallery .item a:hover:before,
#wallpaper_gallery .item a:hover:before {
  opacity: 1;
}
#motive_slick .slick-slide:hover:after,
#motive_gallery .item a:hover:after,
#wallpaper_gallery .item a:hover:after {
  opacity: 0.65;
}
#motive_slick .slick-slide img,
#motive_gallery .item a img,
#wallpaper_gallery .item a img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 1;
}
#motive_gallery .item a.comingsoon:after,
#wallpaper_gallery .item a.comingsoon:after {
  background: #000;
  opacity: 0.8;
  display: none;
}
#motive_gallery .item a.comingsoon:before,
#wallpaper_gallery .item a.comingsoon:before {
  opacity: 1;
  content: "Coming Soon";
  font-size: inherit;
  font-family: inherit;
  width: 90%;
  text-align: center;
  display: none;
}
#motive_gallery .item,
#wallpaper_gallery .item {
  width: calc((100% - 60px)/4);
  margin: 0 0 30px 20px;
  float: left;
  font-size: 22px;
}
#motive_gallery .item:nth-child(4n+1),
#wallpaper_gallery .item:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
#motive_gallery .item strong,
#wallpaper_gallery .item strong {
  font-size: 29px;
}
#motive_gallery,
#wallpaper_gallery {
  margin-right: 0;
  float: none;
}
#motive_gallery .item a,
#wallpaper_gallery .item a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  position: relative;
}
.products_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 20px;
  width: 2185px;
  width: 176.21%;
  position: relative;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 30px;
}
.warning {
  display: none;
  margin: 15px auto;
  color: #e3000b;
  font-size: 15px;
  line-height: 21px;
}
#products_multistep {
  overflow: hidden;
  position: relative;
}
#bestellung .legend .wide {
  width: 76%;
}
#bestellung.step1 a.next {
  display: block;
}
#bestellung.step2 a.prev {
  display: block;
}
#bestellung a.next,
#bestellung a.prev {
  position: absolute;
  top: calc(50% + 150px);
  transform: translateY(-50%);
  text-align: center;
  width: 30px;
  display: none;
  font-size: 40px;
}
#bestellung a.next {
  right: -30px;
}
#bestellung a.prev {
  left: -30px;
}
#bestellung button {
  float: right;
  border: none;
  position: relative;
  z-index: 1;
}
.step1 #products_multistep .products_container {
  transform: translateX(0);
}
.step2 #products_multistep .products_container {
  /*transform: translateX(-945px);*/
  transform: translateX(-43.3%);
}
.products_container .product {
  /*width: calc((100% - 60px)/4);
    float: left;*/
  margin: 200px 0 0;
  background: #5D6568;
  font-size: 15px;
  padding: 12px;
  line-height: 21px;
  color: #fff;
}
#bestellung_nix_da {
  display: none;
  padding-top: 70px;
}
.products_container .product.toohigh {
  border-color: #e3000b;
}
.products_container .product:last-child {
  margin-right: 0;
}
.product h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.product img {
  margin-top: -120px;
}
.product.produkt-wk img {
  width: 150px;
  margin: -130px 0 0 60px;
}
.product.produkt-su img {
  width: 230px;
  margin: -90px 0 25px 20px;
}
.product.produkt-3mk img {
  width: 100px;
  margin: -180px 0 0 80px;
}
.product.produkt-tk img {
  margin: -95px 0 -25px;
  height: 185px;
  width: auto;
  max-width: none;
}
.product.produkt-gk-1 img {
  width: 130px;
  margin: -100px 0 7px 70px;
}
.product.produkt-gk-2 img {
  width: 130px;
  margin: -100px 0 7px 70px;
}
.product.produkt-kd img {
  width: 150px;
  margin: -150px 0 0 60px;
}
.product p {
  margin-bottom: 0;
}
.bottomstick {
  position: sticky;
  bottom: 0;
  background: #283236;
  color: #FFF;
  padding: 20px;
}
.bottomstick h3,
.bottomstick p {
  margin-bottom: 0;
  line-height: 29px;
}
.wrapper.legend {
  margin-bottom: 30px;
}
#bestellung > div {
  float: none;
}
#bestellung .bottomstick .wide,
#bestellung .bottomstick .small {
  float: left;
}
.bottomstick .wide {
  width: 800px;
}
.bottomstick .small {
  width: calc(100% - 800px);
}
#bestellung .wrapper > div {
  float: none;
  margin-right: 0;
}
span.product_line {
  display: block;
  padding: 20px 0;
  border-bottom: 3px solid #FFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
span.product_line:last-child {
  border-bottom: none;
}
span.product_line .label {
  display: block;
  float: left;
  width: calc(58% - 10px);
  margin-right: 10px;
}
span.product_line .input {
  display: block;
  float: left;
  width: 42%;
}
span.product_line .input.doubleinput {
  border-radius: 5px;
  background: #FFF;
  padding: 7px 0;
}
span.product_line .input.doubleinput input {
  width: 45%;
  padding: 3px 10px;
  border-radius: 0;
  float: left;
}
span.product_line .input.doubleinput input:nth-child(1) {
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  width: 55%;
}
span.around {
  display: block;
}
span.star {
  display: block;
  width: 13px;
  text-align: right;
  margin-right: 3px;
  float: left;
}
span.startext {
  display: block;
  width: calc(100% - 16px);
  float: left;
}
#bestellung .pager {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  column-gap: 20px;
  border-bottom: 3px solid #D8D8D8;
}
.miniproduct {
  position: relative;
}
.gotostep1,
.gotostep2 {
  cursor: pointer;
}
.miniproduct img {
  display: block;
  width: 100%;
  height: auto;
}
.miniproduct-wk img {
  width: 89px;
  margin: -10px 0 30px 30px;
}
.miniproduct-su img {
  margin: 0 0 43px;
  height: 92px;
}
.miniproduct-3mk img {
  width: 47px;
  margin: 0 0 20px 50px;
}
.miniproduct-tk img {
  margin: 0 0 26px 10px;
  height: 110px;
}
.miniproduct-gk-1 img {
  width: 80px;
  margin: 0 0 40px 45px;
}
.miniproduct-gk-2 img {
  width: 80px;
  margin: 0 0 40px 45px;
}
.miniproduct-kd img {
  width: 80px;
  margin: 0 0 20px 30px;
}
span.pageline {
  width: 50%;
  height: 3px;
  background: #e3000b;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  margin-top: -3px;
  display: block;
}
span.minititle {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 21px;
}
.step2 span.pageline {
  transform: translateX(100%);
}
.miniproduct span.mininumber {
  width: 48px;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  border-radius: 0px;
  background: #e3000b;
  display: block;
  position: absolute;
  top: 100px;
  right: 30px;
}
/*--------------------------------------------------------------
# Form Elements
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #1A1919;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  background: #FFF;
  padding: 10px;
  width: 100%;
  display: block;
}
input.error,
span.checkboxwrap.error {
  border: 3px solid #e3000b;
}
span.checkboxwrap.error {
  padding-left: 10px;
  margin-top: 20px;
  margin-left: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  text-align: right;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
}
/*.orderproduct:after {
    display: table;
    content:"";
    clear:both;
}*/
.orderproduct,
.orderproduct_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orderproduct {
  padding: 19px 0;
  border-bottom: 3px solid #EAE9E5;
}
p.warnhinweis {
  border: 3px solid #e3000b;
  padding: 20px;
  display: none;
}
.orderproduct.error {
  border: 3px solid #e3000b;
}
#bestellung_pruefen input {
  background: #EAE9E5;
  padding: 10px 20px;
  font-size: inherit;
}
#bestellung_pruefen .orderproduct input {
  text-align: center;
}
.orderprod_thumb img {
  display: block;
  max-width: 150px;
  height: 100px;
  margin: 0 auto;
}
.orderprod_thumb {
  /*flex: 0 0 130px;
    margin-right: 50px;
    */
  flex: 1 1 auto;
  min-width: 80px;
  max-width: 130px;
}
.orderprod_titlespace {
  /*flex: 0 0 400px;
    margin-right: 20px;*/
  flex: 1 1 auto;
  min-width: 400px;
  max-width: 400px;
  margin-left: 20px;
}
.orderprod_price {
  /*flex:0 0 85px;
    margin-right: 125px;*/
  text-align: center;
  flex: 1 1 auto;
  min-width: 85px;
  max-width: 85px;
  margin-left: 20px;
}
.orderprod_count {
  /*flex:0 0 85px;
    text-align: center;
    margin-right: 20px;*/
  text-align: center;
  flex: 1 1 auto;
  min-width: 50px;
  max-width: 85px;
  margin-left: 20px;
}
.orderprod_sum {
  /*flex:0 0 190px;
    margin-right: 90px;*/
  text-align: right;
  flex: 1 1 auto;
  min-width: 120px;
  margin-left: 20px;
  max-width: 190px;
}
.delete_prod {
  flex: 0 0 15px;
  text-align: center;
  margin-left: 20px;
}
.delete_prod i {
  cursor: pointer;
  font-size: 18px;
}
.smalltext {
  font-size: 15px;
  line-height: 21px;
  display: block;
}
.sum_container {
  display: block;
  padding-left: 0;
  padding-top: 25px;
}
.sum_container h3 {
  font-weight: 700;
  margin: 20px 0 25px;
}
.sum_container .around {
  display: flex;
  justify-content: center;
}
.sum_container .sum_label {
  max-width: 765px;
  min-width: 200px;
  /*width: calc(100% - 345px);
    float: left;
    clear: both;*/
  flex: 1 0 auto;
  margin-left: 20px;
}
.sum_container .sum_value {
  /*width: 210px;
    float: left;
    text-align: right;*/
  flex: 1 1 auto;
  max-width: 200px;
  min-width: 200px;
  text-align: right;
}
#bestellung_pruefen .wrapper.legend .wide {
  padding-left: 160px;
}
#bestellung_absenden {
  padding-top: 130px;
  padding-bottom: 150px;
}
.half_width {
  width: calc((100% - 20px) / 2);
  display: block;
  float: left;
  margin-left: 20px;
}
.half_width:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
#scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  -webkit-animation: bounce 5s 0s infinite ease-in-out;
  animation: bounce 5s 0s infinite ease-in-out;
}
@keyframes bounce {
  0%,
  8%,
  13%,
  20%,
  25%,
  30%,
  60%,
  100% {
    bottom: -120px;
    opacity: 1;
  }
  5% {
    bottom: -80px;
    opacity: 1;
  }
  10% {
    bottom: -90px;
    opacity: 1;
  }
}
.one_third_width {
  width: calc((100% - 20px) / 3);
  display: block;
  float: left;
}
.two_third_width {
  width: calc((100% - 20px) / 3 * 2);
  display: block;
  float: left;
  margin-left: 20px;
}
.inputwrap {
  display: block;
  /*padding-top: 25px;*/
  position: relative;
  /*padding-bottom: 20px;*/
}
.inputwrap label,
fieldset.switchradios legend {
  display: block;
  position: absolute;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  top: -25px;
  left: 20px;
}
fieldset.switchradios legend {
  top: 0;
}
fieldset.switchradios:after {
  display: table;
  content: "";
  clear: both;
}
fieldset.switchradios {
  display: block;
  border: none;
  padding: 25px 0 0;
  position: relative;
}
fieldset.switchradios input[type=radio] + label {
  display: block;
  float: left;
  padding: 3px 25px;
  background: #EAE9E5;
  border-right: 3px solid #FFF;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  font-weight: 400;
  position: relative;
  line-height: 45px;
  cursor: pointer;
  width: 150px;
  text-align: center;
}
span.hinweis {
  display: none;
  font-size: 15px;
  color: #e3000b;
  margin: 5px 0;
}
span.hinweis.show {
  display: block;
}
fieldset.switchradios input[type=radio] {
  opacity: 0;
  position: absolute;
}
fieldset.switchradios input[type=radio]:checked + label {
  background: #e3000b;
  color: #FFF;
  font-weight: 700;
}
#bestellung_pruefen input[type=checkbox] + label {
  position: relative;
  padding-left: 45px;
  left: auto;
  top: auto;
  font-size: inherit;
  line-height: 30px;
  font-weight: 400;
}
#bestellung_pruefen input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #283236;
  color: #283236;
  content: "";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#bestellung_pruefen input[type=checkbox]#datenschutz + label:before {
  border-color: #e3000b;
  color: #e3000b;
}
#bestellung_pruefen input[type=checkbox]:checked + label:before {
  font-family: "icomoon";
  content: "\e903";
}
#bestellung_pruefen input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 30px;
  width: 30px;
  height: 30px;
}
.inputaround,
.checkboxwrap {
  padding: 25px 0 20px;
}
.checkboxwrap {
  padding: 0;
  margin: 50px 0;
}
.inputaround:last-child {
  padding-bottom: 0;
}
#abweichende_lieferanschrift {
  display: none;
}
.bottomstick.absenden .small {
  width: 330px;
}
.bottomstick.absenden .small:nth-child(3) {
  margin-left: 80px;
  margin-right: 0;
}
.bottomstick.absenden .wide {
  width: calc(100% - 820px);
}
.bottomstick.absenden button {
  float: right;
}
.bottomstick.absenden a.button,
.bottomstick.absenden button {
  width: 320px;
  /*padding: 1px 33px;
    text-align: center;*/
  border: none;
}
.cc-animate.cc-revoke.cc-bottom {
  padding-top: 20px;
}
.pic_for_tablet {
  display: none;
}
.show_on_tablet {
  display: none;
}
.mobile_dropdown {
  display: none;
}
.mobile_dropdown .dropdown_trigger {
  display: block;
  width: 30px;
  height: 23px;
  background: linear-gradient(to bottom, #1A1919, #1A1919 5%, transparent 5%, transparent 47.5%, #1A1919 47.5%, #1A1919 52.5%, transparent 52.5%, transparent 95%, #1A1919 95%, #1A1919 100%);
}
.mobile_dropdown .dropdown_container {
  display: none;
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 20px;
}
.mobile_dropdown .dropdown_menu {
  display: block;
  list-style: none;
  height: auto;
  width: auto;
  max-width: calc(100% - 40px);
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  position: absolute;
  margin: 0;
  width: 260px;
}
#masthead .mobile_dropdown .dropdown_menu li {
  display: block;
  margin: 0 auto;
  float: none;
}
#widthwarn {
  display: none;
  margin: 30px 20px;
  border: 3px solid #e3000b;
  padding: 10px;
}
.dropdown_container .closeme {
  display: block;
  cursor: pointer;
  right: 20px;
  top: 20px;
  position: absolute;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}
.lightbox.active {
  display: block;
}
.lightbox .lightbox-inner {
  width: 800px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0;
  max-width: calc(100% - 160px);
  overflow-y: auto;
}
.lightbox-flex {
  display: flex;
  flex-grow: 0;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #1A1919;
  cursor: pointer;
  font-size: 16px;
}
.lightbox .lightbox-img {
  /*max-width: 480px;
    width: 60%;
    float: left;
    position: absolute;
    height: 100%;*/
  flex-basis: 60%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lightbox-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
}
.lightbox-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
}
.lightbox .lightbox-img img {
  display: block;
  width: 100%;
  height: auto;
}
.lightbox .lightbox-text {
  /*width: 40%;*/
  padding: 60px 40px 0;
  /*float: right;*/
  flex-basis: 40%;
  font-size: 15px;
  line-height: 1.5;
}
.lightbox .lightbox-text .p:last-child {
  margin-bottom: 0;
}
.forlightbox {
  display: none;
}
.download_links:after {
  display: block;
  content: "";
  clear: both;
}
#motive_gallery .item .download_links .button,
#wallpaper_gallery .item .download_links .button {
  float: left;
  width: calc(50% - 5px);
  font-size: 14px;
  padding: 8px 5px;
  clear: none;
  line-height: normal;
  margin-bottom: 20px;
}
#wallpaper_gallery .item .download_links .button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#motive_gallery .item .download_links .button:last-child,
#wallpaper_gallery .item .download_links .button:last-child {
  float: right;
}
#motive_gallery .item .download_links .button.disabled,
#wallpaper_gallery .item .download_links .button.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#motive_gallery .item .download_links .button.disabled:hover,
#wallpaper_gallery .item .download_links .button.disabled:hover {
  color: #fff;
  background: #e3000b;
}
h1,
h2 {
  font-family: 'LEMON MILK LIGHT';
}
.home h2,
.home h3 {
  font-family: 'LEMON MILK';
}
.produkt h2,
.motive h2,
.bestellung h2,
.bestellung_step2 h2 {
  font-size: 50px;
}
.polygon_wrapper {
  position: absolute;
  width: 1920px;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, 0px);
}
.polygon_bg,
.wrapper > div.polygon_bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}
.polygon_start_1,
.polygon_start_2 {
  background-image: url(/assets/img/polygon-bg/start-1.svg);
  width: 827px;
  height: 895px;
  top: 0;
  left: -390px;
}
.polygon_start_2 {
  background-image: url(/assets/img/polygon-bg/start-2.svg);
  top: 793px;
  right: -500px;
  left: auto;
}
.polygon_start_3 {
  background-image: url(/assets/img/polygon-bg/start-3.svg);
  width: 430px;
  height: 700px;
  bottom: -10px;
  left: -220px;
}
.polygon_produkte_1 {
  background-image: url(/assets/img/polygon-bg/produkte-1.svg);
  width: 665px;
  height: 895px;
  top: 0;
  left: -260px;
}
.polygon_produkte_2 {
  background-image: url(/assets/img/polygon-bg/produkte-2.svg);
  width: 295px;
  height: 587px;
  bottom: 0;
  right: -95px;
}
.polygon_produkte_wk_1 {
  background-image: url(/assets/img/polygon-bg/wk-1.svg);
  width: 672px;
  height: 745px;
  top: 0;
  right: -380px;
  left: auto;
}
.polygon_produkte_wk_2 {
  background-image: url(/assets/img/polygon-bg/wk-2.svg);
  width: 430px;
  height: 705px;
  bottom: -10px;
  left: -220px;
}
.polygon_produkte_su_1 {
  background-image: url(/assets/img/polygon-bg/su-1.svg);
  width: 782px;
  height: 855px;
  top: 0;
  right: -470px;
  left: auto;
}
.polygon_produkte_3mk_1 {
  background-image: url(/assets/img/polygon-bg/3mk-1.svg);
  width: 665px;
  height: 895px;
  top: 0;
  left: -295px;
}
.polygon_produkte_tk_1 {
  background-image: url(/assets/img/polygon-bg/tk-1.svg);
  width: 780px;
  height: 895px;
  top: 0;
  left: -348px;
}
.polygon_produkte_gk_1 {
  background-image: url(/assets/img/polygon-bg/gk-1.svg);
  width: 782px;
  height: 855px;
  top: 0;
  right: -470px;
  left: auto;
}
.polygon_produkte_kd_1 {
  background-image: url(/assets/img/polygon-bg/kd-1.svg);
  width: 780px;
  height: 895px;
  top: 0;
  left: -348px;
}
.polygon_produkte_download_1 {
  background-image: url(/assets/img/polygon-bg/download-1.svg);
  width: 782px;
  height: 855px;
  top: 0;
  right: -470px;
  left: auto;
}
.polygon_produkte_download_2 {
  background-image: url(/assets/img/polygon-bg/download-2.svg);
  width: 255px;
  height: 500px;
  bottom: 0;
  left: -90px;
}
.polygon_bestellanfrage_1 {
  background-image: url(/assets/img/polygon-bg/bestellanfrage-1.svg);
  width: 665px;
  height: 895px;
  top: 0;
  left: -260px;
}
.polygon_bestellanfrage_2 {
  background-image: url(/assets/img/polygon-bg/bestellanfrage-2.svg);
  width: 432px;
  height: 695px;
  bottom: 200px;
  right: -250px;
  left: auto;
}
.flex-container {
  display: flex;
  margin: 0 79px 0 0px;
  padding: 0 20px 0 0;
  width: 100%;
}
.fixedimagesize {
  width: 500px;
}
#interntext {
  margin: 0 0 0 80px;
  width: calc(100% - 581px);
}
.download_links {
  display: flex;
  margin: 0 0 10px 0;
}
.download_links a.button {
  padding: 1px 20px 1px 20px;
}
.button-right {
  margin: 0 0 0 5%;
}
.download_links::after {
  display: block;
  content: "";
  clear: both;
}
.bestellung #product_introduction .small {
  margin-top: 40px;
}
#motive_introduction .wide {
  width: 100%;
}
#bestellung_abgesendet {
  padding-top: 70px;
}
#product_auflistung .imgheadln small {
  font-weight: 300;
  font-size: 50%;
  margin-top: 2px;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 18px;
}
p.produktinfo {
  display: block;
  height: 65px;
}
.nobreak {
  white-space: nowrap;
}
/* Breakpoints */
@media screen and (max-width: 1380px) {
  .polygon_bg {
    display: none;
  }
  .wrapper {
    max-width: calc(100% - 60px);
  }
  .wide {
    width: calc((630/1200) * 100%);
  }
  .small {
    width: calc((490/1200) * 100%);
  }
  .wrapper > div:nth-child(2n+1) {
    margin-right: calc((80/1240)*100%);
  }
  .bigslick {
    width: calc(100% + 50px);
    margin-right: -50px;
  }
  #motive_slick .slick-arrow.next {
    right: -10px;
  }
  #motive_slick .slick-arrow.prev {
    left: -10px;
  }
  img#produkte-tischkalender-img,
  img#produkte-schreibunterlage-img,
  img#produkt-grusskarten-img,
  img#produkte-kunstdrucke-img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /*.orderprod_titlespace,
    .orderprod_price,
    .orderprod_count  {
        flex-grow: 1;
        flex-shrink:1;
    }*/
  #bestellung_pruefen input {
    padding: 10px 10px;
  }
  .sum_container .orderprod_thumb,
  .sum_container .delete_prod {
    display: none;
  }
  .sum_container .sum_value {
    width: 18%;
    min-width: 0;
    max-width: none;
  }
  .sum_container .sum_label {
    width: 82%;
    min-width: 0;
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .bottomstick.absenden .small {
    width: 30%;
  }
  .bottomstick.absenden .wrapper > div:nth-child(2n+1) {
    margin-right: 0;
    padding-right: 30px;
  }
  .bottomstick.absenden .small:nth-child(3) {
    margin-left: 0;
    padding-left: 30px;
  }
  .bottomstick.absenden a.button,
  .bottomstick.absenden button {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottomstick.absenden .wide {
    width: 40%;
  }
  .home h1 {
    font-size: 75px;
  }
  #product_auflistung .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #product_auflistung img.product_regal {
    display: none;
  }
  #product_auflistung .col-4,
  #product_auflistung .p-ku,
  #product_auflistung .wrapper > div.p-ku.col-4 {
    margin-left: 0;
    width: 50%;
    float: left;
    margin-top: 0;
  }
  #product_auflistung .col-4 .imgheadln {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
  #product_auflistung .col-4.p-su {
    margin-top: 80px;
  }
  #product_auflistung .col-4.p-gk {
    position: relative;
    bottom: auto;
    left: auto;
  }
  #product_auflistung .p-gk img {
    width: 100%;
  }
  #product_auflistung .wrapper > div.col-4:nth-child(3n+1) {
    margin-left: 0;
  }
  #index-product-imgs img#regal-img {
    left: -100px;
  }
  #index-product-imgs img#threemonth-img {
    left: 0;
  }
  #index-product-imgs img#tischkalender-img {
    left: 115px;
    width: 420px;
    bottom: -150px;
  }
  #index-product-imgs #tk-legend {
    left: 340px;
    bottom: 130px;
  }
  #wallpaperwelcome #wallpaper-img {
    width: 540px;
    right: -55px;
    top: 80px;
  }
  #wallpaperwelcome #wp-legend {
    right: 360px;
    top: 60px;
    padding: 0;
  }
  #product_auflistung {
    padding-top: 0;
    padding-bottom: 0;
  }
  #product_auflistung .imgheadln small {
    text-align: center;
  }
  #product_auflistung .col-4 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding-bottom: 80px;
  }
  #product_auflistung .col-4 > a {
    width: 100%;
  }
  #product_auflistung .col-4 .imgheadln {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    height: 70px;
  }
  #product_auflistung .p-gk img {
    width: 50%;
  }
  img#produkte-wandkalender-img,
  img#produkt-threemonth-img {
    width: 100%;
    margin: 70px 0 0 0px;
  }
  img#produkte-tischkalender-img {
    width: 140%;
    margin-left: -50px;
  }
  img#produkte-schreibunterlag-img {
    width: 980px;
    margin-left: -80px;
  }
  img#produkt-grusskarten-img {
    width: 200%;
    margin-left: -55px;
  }
}
@media screen and (max-width: 1180px) {
  #bestellung .pager {
    display: none;
  }
  span.pageline {
    display: none;
  }
  .products_container {
    width: 100%;
    transform: none;
  }
  .step1 #products_multistep .products_container,
  .step2 #products_multistep .products_container {
    transform: none;
  }
  #bestellung .legend .wide {
    width: 100%;
  }
  #bestellung.step2 a.prev,
  #bestellung.step1 a.next {
    display: none;
  }
  #bestellung .bottomstick .wide {
    float: left;
    width: 75%;
  }
  #bestellung .bottomstick .small {
    width: 25%;
    float: right;
  }
  .bottomstick h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1150px) {
  h1 {
    font-size: 75px;
  }
  h2,
  .produkt h2,
  .motive h2,
  .bestellung h2,
  .bestellung_step2 h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 35px;
  }
  #masthead ul li {
    margin-left: 40px;
  }
  #masthead ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .wrapper > div:nth-child(2n+1),
  .wrapper > div {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  #footer .col-4.bdvi-imp,
  #footer .col-4.huishu-imp,
  #product_auflistung .col-4 {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 50px;
  }
  #product_auflistung .col-4:nth-child(3n+1) {
    clear: none;
    margin-left: 20px;
  }
  #product_auflistung .col-4:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  #scrolldown {
    display: none;
  }
  #footer .col-4.menu-imp {
    clear: both;
    margin-left: 0;
    margin-top: 0;
  }
  #footer {
    padding: 30px 0;
  }
  .home p.legend {
    padding: 0;
    background: none;
    margin-top: 20px;
  }
  .pic_for_tablet {
    width: 30%;
    display: block;
  }
  .show_on_tablet {
    display: block;
  }
  .right_on_tablet {
    float: right;
    margin-left: 40px;
  }
  .left_on_tablet {
    float: left;
  }
  .pic_for_tablet img {
    display: block;
    width: 100%;
  }
  .wrap_for_tablet {
    width: calc(70% - 40px);
  }
  .show_on_desktop {
    display: none !important;
  }
  .produkt p.legend {
    margin: 20px 0;
  }
  .smallslick {
    display: none;
  }
  .bigslick {
    float: none;
    width: 100%;
    margin: 0;
    height: 300px;
    margin-bottom: 30px;
  }
  .slideme {
    height: 300px;
  }
  #welcome {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  #kalenderdescription {
    padding-top: 0;
  }
  #welcome + .small {
    padding-left: 0;
  }
  .wrapper {
    max-width: 100%;
  }
  .header {
    height: 200px;
  }
  #masthead .mobile_dropdown {
    display: block;
    float: right;
    margin-top: 45px;
    width: auto;
  }
  #masthead ul.menu {
    display: none;
  }
  #masthead .mobile_dropdown ul.dropdown_menu li a {
    font-size: 30px;
    line-height: 40px;
  }
  .one_third_width,
  .two_third_width {
    width: calc((100% - 20px)/2);
  }
  .bottomstick.absenden .small:first-child {
    width: 100%;
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bottomstick.absenden .small,
  .bottomstick.absenden .wide {
    float: left;
  }
  .bottomstick.absenden .small {
    width: 40%;
  }
  .bottomstick.absenden .wide {
    width: 60%;
  }
  .home #produktewelcome {
    margin-top: -180px;
  }
  .home #wallpaperwelcome img {
    position: relative;
    right: -20px;
  }
  #product_introduction,
  #imprint_introduction,
  #motive_introduction {
    padding-top: 30px;
  }
  #product_introduction h1 {
    margin-bottom: 70px;
  }
  .slick-lightbox-slick-img {
    max-width: calc(100% - 130px);
  }
  #imprint_introduction {
    margin-bottom: 0;
  }
  #imprint_introduction h1,
  #motive_introduction h1 {
    margin-bottom: 70px;
    line-height: normal;
  }
  #imprint_introduction .small {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .lightbox .lightbox-img img {
    display: none;
  }
  #bestellung .bottomstick .wide,
  #bestellung .bottomstick .small {
    width: 100%;
    float: none;
  }
  #bestellung .bottomstick .small {
    text-align: right;
  }
  #bestellung button {
    float: none;
  }
}
@media screen and (max-width: 900px) {
  .orderprod_titlespace {
    min-width: 200px;
    max-width: 200px;
  }
  .flex-container {
    display: block;
    padding: 0;
  }
  .fixedimagesize {
    width: 100%;
  }
  #interntext {
    width: 100%;
    margin-left: 0;
  }
  .download_links a.button {
    line-height: 29px;
    font-size: 14px;
    width: 160px;
  }
}
@media screen and (max-width: 830px) {
  #motive_gallery .item,
  #wallpaper_gallery .item {
    width: calc((100% - 20px) / 2);
  }
  #motive_gallery .item:nth-child(2n+1),
  #wallpaper_gallery .item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .one_third_width {
    width: calc((100% - 20px)/3);
    padding: 25px 0 20px;
  }
  .two_third_width {
    width: calc((100% - 20px)/3*2);
    padding: 25px 0 20px;
  }
  .half_width {
    width: 100%;
    float: none;
    padding: 25px 0 20px;
    margin-left: 0;
  }
  .inputaround {
    padding: 0;
  }
  .inputwrap label {
    top: 0;
    left: 10px;
  }
  .bottomstick {
    position: relative;
  }
  .logo {
    width: 210px;
  }
  #masthead .mobile_dropdown {
    margin-top: 30px;
  }
}
@media screen and (min-width: 750px) {
  #motivslide_1 {
    background-image: url(/assets/img/motive/januar.jpg);
  }
  #motivslide_2 {
    background-image: url(/assets/img/motive/februar.jpg);
  }
  #motivslide_3 {
    background-image: url(/assets/img/motive/maerz.jpg);
  }
  #motivslide_4 {
    background-image: url(/assets/img/motive/april.jpg);
  }
  #motivslide_5 {
    background-image: url(/assets/img/motive/mai.jpg);
  }
  #motivslide_6 {
    background-image: url(/assets/img/motive/juni.jpg);
  }
  #motivslide_7 {
    background-image: url(/assets/img/motive/juli.jpg);
  }
  #motivslide_8 {
    background-image: url(/assets/img/motive/august.jpg);
  }
  #motivslide_9 {
    background-image: url(/assets/img/motive/september.jpg);
  }
  #motivslide_10 {
    background-image: url(/assets/img/motive/oktober.jpg);
  }
  #motivslide_11 {
    background-image: url(/assets/img/motive/november.jpg);
  }
  #motivslide_12 {
    background-image: url(/assets/img/motive/dezember.jpg);
  }
}
@media screen and (max-width: 750px) {
  .right_on_tablet,
  .left_on_tablet {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .sum_container .sum_value {
    width: calc(40% - 10px);
  }
  .sum_container .sum_label {
    width: calc(40% - 10px);
  }
  #bestellung_legend .sum_label {
    width: 100%;
  }
  #bestellung_legend .sum_value {
    display: none;
  }
  .header {
    height: auto;
  }
  .header .wrapper {
    height: auto;
    padding: 20px;
  }
  .header h1 {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .bigslick {
    display: none;
  }
  #produktewelcome,
  #kalenderdescription,
  #wallpaperwelcome {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px solid #EAE9E5;
  }
  #produktewelcome .small {
    padding-top: 0;
  }
  .wrap_for_tablet,
  .pic_for_tablet {
    width: 100%;
  }
  #produktewelcome .small .button,
  #wallpaperwelcome .button {
    margin-bottom: 0;
  }
  .header {
    margin-bottom: 30px;
  }
  #gesamtnetto,
  #gesamtbrutto {
    display: block;
    float: right;
  }
  .bottomstick h3:after,
  .bottomstick p:after {
    display: table;
    content: "";
    clear: both;
  }
  .bottomstick h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
  }
  #bestellung .bottomstick .small {
    text-align: center;
    margin-top: 20px;
  }
  .orderprod_thumb {
    display: none;
  }
  .orderprod_titlespace {
    margin-left: 0;
    min-width: 200px;
    max-width: 200px;
  }
  .sum_container h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  fieldset.switchradios input[type=radio] + label {
    width: 25%;
    font-size: 16px;
  }
  .bottomstick.absenden .small:first-child {
    width: 100%;
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #masthead .mobile_dropdown ul.dropdown_menu li a {
    font-size: 26px;
    line-height: 36px;
  }
  .bottomstick.absenden .small,
  .bottomstick.absenden .wide,
  .bottomstick.absenden .wrapper > div:nth-child(2n+1) {
    float: none;
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bottomstick.absenden .small {
    width: 100%;
  }
  .bottomstick.absenden .wide {
    width: 100%;
  }
  .bottomstick.absenden a.button,
  .bottomstick.absenden button {
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media screen and (max-width: 650px) {
  #footer .col-4.bdvi-imp,
  #footer .col-4.huishu-imp {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }
  #footer .col-4.menu-imp .halfmenu {
    display: none;
  }
  #footer .col-4.menu-imp .fullmenu {
    display: block;
  }
  #product_auflistung .p-gk img {
    width: 100%;
  }
  #wallpaper_gallery .item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  .orderprod_titlespace {
    min-width: 165px;
    max-width: 165px;
  }
  .orderprod_price {
    min-width: 60px;
  }
  .orderproduct {
    font-size: 16px;
    line-height: 1.4;
  }
  .smalltext {
    font-size: 13px;
    line-height: 1.4;
  }
  .orderprod_sum {
    min-width: 85px;
  }
  .orderprod_count {
    min-width: 40px;
  }
  #product_auflistung {
    margin-top: -80px;
  }
}
@media screen and (max-width: 570px) {
  .lightbox-img {
    display: none;
  }
  .lightbox .lightbox-inner {
    max-width: calc(100% - 40px);
  }
  .lightbox .lightbox-text {
    flex-basis: 100%;
    padding: 20px;
  }
  .lightbox-next,
  .lightbox-prev {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .forcount {
    margin-left: 10px;
  }
  #motive_slick .slick-slide {
    margin-right: 0;
  }
  #motive_slick {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #motive_slick .slick-arrow.next {
    right: -35px;
  }
  #motive_slick .slick-arrow.prev {
    left: -35px;
  }
  #motive_gallery .item,
  #wallpaper_gallery .item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .one_third_width,
  .two_third_width {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  h1,
  .home h1 {
    font-size: 43px;
  }
  h2,
  .produkt h2,
  .motive h2,
  .bestellung h2,
  .bestellung_step2 h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 30px;
  }
  #footer {
    padding-bottom: 50px;
  }
  body .cc-revoke.cc-bottom {
    font-size: 13px;
    display: none;
  }
  body.datenschutzerklaerung .cc-revoke.cc-bottom {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  #product_auflistung .col-4:nth-child(3n+1),
  #product_auflistung .col-4:nth-child(2n+1),
  #product_auflistung .col-4,
  #product_auflistung .p-ku,
  #product_auflistung .wrapper > div.p-ku.col-4 {
    width: 100%;
    margin: 0 0 60px;
    float: none;
  }
  #widthwarn {
    display: block;
  }
  #bestellung_absenden,
  .bottomstick.absenden {
    display: none;
  }
  #product_auflistung .col-4.p-su {
    margin-top: 0;
  }
}
