/* cookie */
.swag-cookie-permission {

  }
  
  .cookie-bar {
    position: fixed;
    padding:60px;
    top:40%;
    border:0px;
    background:#e73d3a!important;
  }

  .cookie-bar .bar--paragraph {
    font-size:18px;
    color:#fff;
    font-weight: normal;
  }

  .cookie-bar .cp-btn {
    height: 48px;
    font-size:14px;
    line-height: 48px;
    padding:0 15px;
    margin:30px 15px 10px 15px;
    display: block;
    margin-left:auto;
    margin-right:auto;
    width:150px;
    border-radius: 0px;
  }

  .cookie-bar .cp-btn + .cp-btn {
    margin-top:10px;
  }

  .cp-icon {
    top:50%;
    margin-top:-0.53125rem;
  }

/* special notice for upgrades */

.upgrade-notice {

  position: fixed;
  z-index: 10005;
  left:0;
  top:0;
  bottom:0;
  right:0;

}

.upgrade-notice:before {
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,0,0,0.5);
  content:"";
}

.upgrade-notice .wrapper {
  width:100%;
  max-width:480px;
  margin:auto;
  height: 480px;
  position: relative;
  top:50%;
  margin-top:-240px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.upgrade-notice .wrapper .header {
  background:#e73c39;
}

.upgrade-notice .wrapper .header h6 {
  height: 48px;
  line-height: 48px;
  color:#fff;
  padding:0 20px;
  font-weight: bold;
  font-size:22px;
}

.upgrade-notice .wrapper .content {
  background: #fff;
  padding:20px;
}

.upgrade-notice .wrapper .content p {
  font-size:16px;
  line-height: 150%;
  padding:0 0 20px 0;
  color:#000;
}

.upgrade-notice span.upgradeButton {
  display: inline-block;
  margin:15px 0 0 0;
  padding: .125rem .75rem .125rem .75rem;
    padding-right: 0.75rem;
line-height: 34px;
cursor: pointer;
line-height: 2.125rem;
background-color: #f26e6c;
background-image: linear-gradient(to bottom, #f26e6c 0%, #e73c39 100%);
border: 0 none;
color: #fff;
}

.buybox--button.double {
  display: none;
}

.buybox--button.dismissButton {
  display: block;
}

.newDownload {
  width:50%;
  display: inline-block;
  padding:15px 15px 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin:0 -4px 30px 0;
  border:1px solid #ebebeb;
}

.newDownload a {
  display: inline-block;
  width: auto;
}

.newDownload h5 {
  padding:0;
  margin:0 0 20px 0;
  font-size:22px;
}

@media screen and (max-width:767px) {
  .newDownload {
    width:100%;
    margin-right:0;
  }
}

.feature--user-comment.block,
.feature--group.block {
  display: inline-block;
  float:none;
  margin:0!important;
  width:100%!important;
  padding:0;
}

.feature--user-comment.block label {
  display:inline-block;
  margin-bottom:10px;
  font-weight: bold;
}

.feature--user-comment.block label span {
  font-weight: normal;
  font-size:12px;
  display: inline-block;
  width:100%;
}

.aiCoupon{background:#e73c39; color:#fff; width:100%; padding:0; box-sizing:border-box;}
.aiCoupon .inner {text-align:center; margin:auto; max-width:1024px; font-size:14px; line-height:14px; padding:15px; position: relative; z-index:2; background:#e73c39;}
.aiCoupon .inner span.hilite {background:#fff; display:inline-block; padding:0 5px; color: #e73c39;}
.aiCoupon .inner a {background-color: #fff; padding:10px; margin-top:10px; position: relative; bottom:-10px;}
.aiCoupon .inner a:hover {background-color: #000; color:#e73c39;}


.aiCoupon.birthday{
  position: relative;
}
.aiCoupon.birthday:after {
  position: absolute;
  left:0;
  right:0;
  bottom:-88px;
  margin:auto;
  max-width:666px;
  height:180px;
  width:auto;
  content:"";
  background: url("../frontend/_public/src/img/happy20_banner_20jahre_vcds.png") top center no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transition: all 444ms ease-in-out;
-moz-transition: all 444ms ease-in-out;
-ms-transition: all 444ms ease-in-out;
-o-transition: all 444ms ease-in-out;
transition: all 444ms ease-in-out;
}

.birthday.show:after {
  bottom:-177px;
}

#canvas {
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  pointer-events: none;
  z-index: 21337;
}

