.product-table-content > div > .row {
    width: 100%;
}
.product-addition-container {
    position: relative;
}
.p-addition-item {
    border-bottom: 1px solid #eee;
    padding: 30px;
    background-color: #f0f0f0;
    margin-top: 30px;
}
.p-addition-item-controller {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.p-addition-sub-item {
    position: relative;
    padding-right: 70px;
}
.btn-pasi-remove {
    position: absolute;
    right: 0;
    top: 0;
}
.product-form-star {
    color: #d4af37;
}
.btn-pasi-formular-remove {
}
.gallery.galerie .gradient-overlay:after,.gallery.galerie  .gradient-overlay-hover:hover:after,.gallery.galerie  .gradient-slider .slotholder:after{
        box-shadow: none ;
    background: none !important;
}
.formulate-input-element--checkbox {
    display: inline-block;
}
.v-application .fc-event {
    background-color: #d4af37;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 2px 5px;
    margin-bottom: 5px;
    border-color: #d4af37;
}
.v-application .fc-more {
    color: #333;
    text-decoration: underline !important;
}

.login-video-modal .modal-content {
    background-color: transparent;
    border-width: 0;
}
.login-video-modal .modal-content .close {
    position: absolute;
    right: -32px;
    top: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.7;
}
.video-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
}
.video-instruction {
    margin-bottom: 375px;
    color: #fff;
        font-size: 37px;
    background: rgb(212 175 55 / 89%);
    padding: 10px 33px;
}
.login-play-btn {
    border-radius: 50%;
    transition: .2s;
    background-color: #d4af37;
    font-size: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.login-play-btn:before {
    content: "";
    width: 232px;
    height: 232px;
    position: absolute;
    bottom: calc(50% - 10px);
    right: -48px;
    background: url('./../images/play-btn-pointer.svg') 50% no-repeat;
    background-size: contain;
    background-color: transparent;
}
.login-play-btn img {
    width: 18px;
    height: 25px;
    margin-left: 4px;
}
.call-btn-bar {
    margin-bottom: 30px;
}
.video-play-bar {
    display: none;
}
.modal-dialog.modal-lg {
       height: 93vh;
    display: flex;
    align-items: center;
}
.login-play-btn {
    animation: pulse-login 2s infinite !important;
    border-radius: 50%;
}
.login-video-btn{

  animation: pulse-login-mobile 2s infinite !important;
    border-radius: 50%;
        background: #d4af37;
}
@keyframes pulse-login {
   0% {
    -moz-box-shadow: 0 0 0 0 rgb(204 169 44);
    box-shadow: 0 0 0 0 rgb(204 169 44);
            transform: scale(1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 18px rgba(204,169,44, 0);
/*          transform: scale(1.05); */
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        transform: scale(1);
  }
}
@keyframes  pulse-login-mobile  {
   0% {
    -moz-box-shadow: 0 0 0 0 rgb(212 175 55 / 67%);
    box-shadow: 0 0 0 0 rgb(212 175 55 / 67%);
            transform: scale(1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 18px rgba(204,169,44, 0);
/*          transform: scale(1.05); */
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        transform: scale(1);
  }
}
button.close {
    background: #d4af37 !important;
    border-radius: 50% !important;
    color: #fff;
}
.modal-dialog.modal-lg {
    max-width: 989px;
}
section.login-block .row {
    background: #f2f0ed;
}
.login-container input, .login-container input#password{
        height: 3.3rem !important;
}
span.password-hider-icon {
    display: flex;
    align-items: center;
}
.login-block .call-icon a{
box-shadow: 0px 0px 0px 8px rgb(147 120 43 / 15%) !important;
}
.login-block .txt-center.container{
    margin-bottom: 0 !important;
}
.login-container span.v-btn__content {
    color: #000000 !important;
}
a.anchor-link {
    color: #000;
    text-decoration: underline !important;
    cursor: pointer;
}
.login-block .txt-center.container{
    background: rgb(212 175 55 / 89%) !important;
}
@media (max-width:1441px){
.login-play-btn{
    height: 62px;
    width: 71px;
}
}
@media (max-width:1025px){
.login-video-modal .modal-content .close{
        right: 0px;
    top: -37px;
}
}
@media (max-width:767px){
.video-play-bar {
    display: block;
}
.video-controller {
    display: none;
}
.video-play-bar .login-video-btn {
      padding: 21px 21px 21px 25px !important;
}

.callback__icon-bottom-left{
       top: 40px;
           bottom: inherit;
}
.video-play-bar {
    margin-top: 53px !important;
}
}

.login-block .bkg-img {
    background: linear-gradient(rgb(0 0 0 / 37%),rgb(0 0 0 / 37%)),url(https://buch-kunstregister.de/images/Mobile-applications.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media (max-width:600px){
.login-block .bkg-img {
    background: linear-gradient(rgb(0 0 0 / 37%),rgb(0 0 0 / 37%)),url(https://buch-kunstregister.de/images/responsive-mobile-app.jpg) !important;
     background-size: cover !important;
    background-repeat: no-repeat !important;
}
}
.pdf-link {
    font-size: 20px !important;
}
.pack-sorting-table  tr > th {
    border-top-width: 0;
}
.pack-sorting-table  tr > th, .pack-sorting-table  tr > td {
    padding: 10px 15px;
}
.pack-sorting-table  tr > td {
    background-color: #eee;
}

