/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: #ebebeb;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #ccc;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #003b75;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 24px;
  height: 46px;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: -23px;
}

.flickity-prev-next-button.next {
  right: -23px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 70%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.no-padding {
  padding-left: 2px;
  padding-right: 2px;
}

#konfigurator2018 .btn-default {
  color: #003b75;
  font-weight: 700;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

#konfigurator2018 .btn-default:hover {
  color: white;
  background-color: #003b75;
}

#stage {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 650px) {
  #stage {
    padding-bottom: 50px;
  }
}

#konfigurator2018 .actions {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#stage .render.aussen {
  padding: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 360px;
}

#stage .render.aussen .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}

#stage .render.aussen .wrapper.format-default {
  padding-top: 133.33333%;
}

#stage .render.aussen .wrapper.format-a4 {
  padding-top: 141.42857%;
}

#stage .render.aussen .wrapper.format-a4-quer {
  padding-top: 70.70707%;
}

#stage .render.aussen .wrapper.format-a4-schmal {
  padding-top: 185.625%;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}

#stage .render.aussen .wrapper.format-a5 {
  padding-top: 141.89189%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

#stage .render.aussen .wrapper.format-a5-quer {
  padding-top: 70.47619%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

#stage .render.aussen .render-material {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stage .render.aussen .render-material,
#stage .render.aussen .render-ecken,
#stage .render.aussen .render-praegung {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#stage .render.aussen .render-ecken {
  height: auto;
  left: auto;
  width: 8%;
}

#stage .render.aussen .render-ecken.hardcover {
  width: 11.5%;
  right: -1px;
  bottom: -1px;
  top: -1px;
}

#stage .render.aussen .render-ecken.ecke-bottom-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: auto;
}

#stage .render.innen {
  padding: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 720px;
}

#stage .render.innen .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}

#stage .render.innen .wrapper.format-default {
  padding-top: 133.33333%;
}

#stage .render.innen .wrapper.format-a4 {
  padding-top: 70.70707%;
}

#stage .render.innen .wrapper.format-a4::after {
  background: url("../placeholder/band/a4.png") no-repeat center;
}

#stage .render.innen .wrapper.format-a4-quer {
  padding-top: 35.35354%;
}

#stage .render.innen .wrapper.format-a4-quer::after {
  background: url("../placeholder/band/a4-quer.png") no-repeat center;
}

#stage .render.innen .wrapper.format-a4-schmal {
  padding-top: 90.57239%;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}

#stage .render.innen .wrapper.format-a4-schmal::after {
  background: url("../placeholder/band/a4.png") no-repeat center;
}

#stage .render.innen .wrapper.format-a5 {
  padding-top: 70.47619%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

#stage .render.innen .wrapper.format-a5::after {
  background: url("../placeholder/band/a5.png") no-repeat center;
}

#stage .render.innen .wrapper.format-a5-quer {
  padding-top: 35.2381%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

#stage .render.innen .wrapper.format-a5-quer::after {
  background: url("../placeholder/band/a5-quer.png") no-repeat center;
}

#stage .render.innen .wrapper.format-default::after, #stage .render.innen .wrapper.format-a4::after, #stage .render.innen .wrapper.format-a4-quer::after, #stage .render.innen .wrapper.format-a4-schmal::after, #stage .render.innen .wrapper.format-a5::after, #stage .render.innen .wrapper.format-a5-quer::after {
  position: absolute;
  top: 1.2%;
  bottom: -1.1%;
  content: '';
  width: 98.3%;
  background-size: contain;
}

#stage .render.innen .wrapper .render-material-innen {
  width: 100%;
  height: 100%;
}

#stage .render.innen .wrapper .render-material-innen,
#stage .render.innen .wrapper .render-passepartout,
#stage .render.innen .wrapper .render-inhaltspapier {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#stage .render.innen .wrapper .render-passepartout {
  top: -1.1%;
  left: 45.8%;
  width: 54.6%;
  max-width: none;
  height: 102.7%;
}

#stage .render.innen .wrapper .render-passepartout.papier {
  height: 98.4%;
  left: 46.6%;
  width: 52.2%;
  top: 1.3%;
}

#stage .render.innen .wrapper .render-passepartout.prospekt {
  height: 101.3%;
  left: 46.6%;
  width: 57%;
  top: -0.6%;
}

#stage .render.innen .wrapper .render-inhaltspapier {
  top: 5%;
  left: 54%;
  width: 40%;
  height: 88%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stage .render.innen .wrapper .render-inhaltspapier.papier {
  top: 2%;
  left: 51.3%;
  width: 45.9%;
  height: 96.6%;
}

#stage .render.innen .wrapper .render-inhaltspapier.prospekt {
  top: 2.6%;
  left: 52.1%;
  width: 45.5%;
  height: 94.5%;
}

#stage .render.innen .wrapper.format-a5 .render-passepartout {
  top: -1.4%;
  left: 43.8%;
  width: 58.3%;
  max-width: none;
  height: 104.9%;
}

#stage .render.innen .wrapper.format-a5 .render-passepartout.prospekt {
  height: 102.4%;
  left: 45.7%;
  width: 54.3%;
  top: -0.6%;
}

#stage .render.innen .wrapper.format-a5 .render-passepartout.papier {
  height: 98.4%;
  left: 46.6%;
  width: 51.8%;
  top: 1.3%;
}

#stage .render.innen .wrapper.format-a5 .render-inhaltspapier.prospekt {
  top: 3.3%;
  left: 52.1%;
  width: 45.1%;
  height: 93.6%;
}

#stage .render.innen .wrapper.format-a5 .render-inhaltspapier.papier {
  top: 2.4%;
  left: 51.3%;
  width: 44.5%;
  height: 96.6%;
}

#stage .render.innen .wrapper.format-a4-schmal .render-passepartout.papier {
  height: 97.6%;
  left: 46.6%;
  width: 51.8%;
  top: 1.4%;
}

#stage .render.innen .wrapper.format-a4-schmal .render-inhaltspapier.papier {
  top: 2.2%;
  left: 50.3%;
  width: 45.5%;
  height: 96.1%;
}

#stage .render.innen .wrapper.tasche .render-passepartout.links {
  left: -1.1%;
}

#stage .render.innen .wrapper.tasche .render-inhaltspapier.links {
  left: 5%;
}

#stage .render.innen .wrapper.tasche.format-a5 .render-passepartout.links {
  left: -1.8%;
  height: 103.3%;
}

#stage .render.innen .wrapper.tasche.format-a4-schmal .render-passepartout.links {
  left: -1.4%;
}

#stage .render.innen .wrapper.zweiseiter .render-passepartout {
  top: -3%;
  left: 48.1%;
  width: 54.2%;
  max-width: none;
  height: 106%;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 0 100%);
}

#stage .render.innen .wrapper.zweiseiter .render-passepartout.links {
  left: -2%;
  -webkit-clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
          clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}

#stage .render.innen .wrapper.zweiseiter .render-inhaltspapier {
  left: 56%;
}

#stage .render.innen .wrapper.zweiseiter .render-inhaltspapier.links {
  left: 5%;
}

#stage .render.innen .wrapper.zweiseiter.format-a5 .render-passepartout {
  top: -3.7%;
  left: 47.1%;
  width: 55.6%;
  height: 107.4%;
  -webkit-clip-path: polygon(0 0, 79% 0, 100% 17%, 100% 80%, 84% 100%, 0 100%);
          clip-path: polygon(0 0, 79% 0, 100% 17%, 100% 80%, 84% 100%, 0 100%);
}

#stage .render.innen .wrapper.zweiseiter.format-a5 .render-passepartout.links {
  left: -2.9%;
  -webkit-clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
          clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
}

#stage .render.innen .wrapper.zweiseiter.format-a4-schmal .render-passepartout {
  top: -3.7%;
  left: 47.1%;
  width: 55.6%;
  max-width: none;
  height: 107.4%;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 75%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 75% 0, 100% 15%, 100% 75%, 85% 100%, 0 100%);
}

#stage .render.innen .wrapper.zweiseiter.format-a4-schmal .render-passepartout.links {
  left: -2.6%;
  -webkit-clip-path: polygon(0 15%, 25% 0, 100% 0, 100% 100%, 15% 100%, 0 75%);
          clip-path: polygon(0 15%, 25% 0, 100% 0, 100% 100%, 15% 100%, 0 75%);
}

.render.anzahl {
  /*position: absolute;
  top:0px;
  left:0px;
  right:0px;*/
  opacity: 1;
  padding: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%;
  background: rgba(89, 89, 91, 0.96);
  z-index: 99;
  color: white;
}

.render.anzahl input.form-control {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.render.anzahl .calculator .row {
  padding: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.render.anzahl .calculator .row:first-child {
  border-top: none;
}

.render.anzahl .calculator .row.result {
  border-top: 4px double rgba(255, 255, 255, 0.5);
}

.render.anzahl .calculator .row.next-step {
  text-align: right;
  border: none;
}

.render.anzahl .calculator .row > div[class*="col-sm-"] {
  text-align: right;
}

.render.anzahl .calculator .row .head {
  font-weight: bold;
  text-align: right;
}

.render.anzahl .wrapper {
  width: 100%;
}

#konfigurator2018 .price .btn-default {
  padding: 0;
}

#konfigurator2018 .price .blue {
  background-color: #003b75;
  color: #fff;
  padding: 7px 12px;
}

#konfigurator2018 .price .blue span {
  font-size: 17px;
}

#konfigurator2018 .price .edit {
  padding: 2px 12px;
}

#konfigurator-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#konfigurator-nav a {
  padding: 3px 10px;
  font-weight: 700;
  color: #59595b;
  font-size: 15px;
}

#konfigurator-nav a.active {
  color: white;
  background-color: #003b75;
}

#konfigurator-nav a.active:hover {
  color: white;
}

#konfigurator-nav a:hover, #konfigurator-nav a:active {
  text-decoration: none;
  color: #003b75;
}

#konfigurator-selection {
  display: none;
}

.ready #konfigurator-selection {
  display: block;
}

#konfigurator-selection .select-box {
  background: #fff;
  border: 1px solid #cacaca;
  margin-bottom: 25px;
  position: relative;
}

#konfigurator-selection .select-box .title {
  background: #e0e0e0;
  cursor: pointer;
}

#konfigurator-selection .select-box .title::after {
  position: absolute;
  color: #003b75;
  right: 5px;
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
}

#konfigurator-selection .select-box .title h2 {
  color: #003b75;
  background: white;
  display: inline-block;
  margin: 0;
  padding: 12px 18px;
  text-transform: uppercase;
}

#konfigurator-selection .content {
  padding: 15px 20px;
}

#konfigurator-selection .content .carousel {
  margin-left: 5px;
  margin-right: 5px;
}

#konfigurator-selection .content .item,
#konfigurator-selection .content .direkt-item {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 7px;
  cursor: pointer;
}

#konfigurator-selection .content .item.selected .item-descr,
#konfigurator-selection .content .direkt-item.selected .item-descr {
  font-weight: 700;
  background: #003b75;
  color: white;
}

#konfigurator-selection .content .item.selected .check,
#konfigurator-selection .content .direkt-item.selected .check {
  background-color: #003b75;
  border-color: #003b75;
  color: white;
}

#konfigurator-selection .content .item.selected .check i,
#konfigurator-selection .content .direkt-item.selected .check i {
  display: inline-block;
}

#konfigurator-selection .content .item[data-eigenschaft="ecken"] img,
#konfigurator-selection .content .direkt-item[data-eigenschaft="ecken"] img {
  -o-object-fit: none;
     object-fit: none;
}

#konfigurator-selection .content .item .item-img,
#konfigurator-selection .content .direkt-item .item-img {
  background-color: #f5f5f5;
}

#konfigurator-selection .content .item .item-img.farbe,
#konfigurator-selection .content .direkt-item .item-img.farbe {
  height: 0;
  padding-bottom: 100%;
  background-size: 400px auto;
}

#konfigurator-selection .content .item .item-img img,
#konfigurator-selection .content .direkt-item .item-img img {
  margin: 0 auto;
  width: 100%;
}

#konfigurator-selection .content .item .item-descr,
#konfigurator-selection .content .direkt-item .item-descr {
  padding: 2px 8px;
  overflow: hidden;
  font-size: 11px;
}

@media (min-width: 650px) {
  #konfigurator-selection .content .item .item-descr,
  #konfigurator-selection .content .direkt-item .item-descr {
    font-size: 14px;
  }
}

#konfigurator-selection .content .item .check,
#konfigurator-selection .content .direkt-item .check {
  border: 2px solid #ddd;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  text-align: center;
}

#konfigurator-selection .content .item .check i,
#konfigurator-selection .content .direkt-item .check i {
  display: none;
  font-size: 11px;
  vertical-align: top;
}

@media (min-width: 940px) {
  #konfigurator-selection .content .item .check,
  #konfigurator-selection .content .direkt-item .check {
    width: 25px;
    height: 25px;
  }
  #konfigurator-selection .content .item .check i,
  #konfigurator-selection .content .direkt-item .check i {
    vertical-align: text-top;
    font-size: 14px;
  }
}

#konfigurator-selection .content .show-all-items {
  display: block;
  margin: 10px auto;
}

#konfigurator-selection .item-filter {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#konfigurator-selection .item-filter button {
  margin: 4px;
}

#konfigurator-selection .item-filter button.active {
  background-color: #003b75;
  color: white;
}

#konfigurator-selection #passepartout-box.select-box .item-img {
  padding: 10px;
  background-color: #ddd;
}

.slide-item {
  display: block;
  width: 33%;
}

@media (max-width: 769px) {
  .slide-item {
    width: 33% !important;
  }
}

@media (min-width: 650px) {
  .slide-item {
    width: 20%;
  }
}

.side-carousel .slide-item {
  width: 50%;
}

@media (min-width: 650px) {
  .side-carousel .slide-item {
    width: 25%;
  }
}
