.light-modal-heading + .light-modal-close-icon {
    text-decoration: none;
}

.formError {
    color: #E37575;
    font-weight: 300;
    font-size: 13px;
}

.uk-checkbox, .uk-radio, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {

    background-color: #ffffffd1;

    border: 1px solid #aab3b0;
        border-top-color: rgb(170, 179, 176);
        border-right-color: rgb(170, 179, 176);
        border-bottom-color: rgb(170, 179, 176);
        border-left-color: rgb(170, 179, 176);
}

.light-modal-content.scarlet .light-modal-close-icon, .light-modal-content.scarlet .light-modal-close-btn {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.overlay-linkthrough {
		pointer-events: none;
	}

.z-info {
    position: absolute;
    z-index: 5500;
    top: 110px;
    left: 30px;
}

.jmg-copyright {
    display: none !important;
}

.adventdoor
{
margin-top: -20px;
}

.adventdoor div.uk-panel div.uk-inline-clip.uk-transition-toggle div.uk-overlay.uk-overlay-primary.uk-position-cover {
    background: rgba(0, 0, 0, 0.5) !important;
}


@media (max-width: 960px) {
.uk-button-grey {

}
	.formContainer > .uk-grid > .uk-width-6-12 {
    width: 30%;
}
}

.uk-button-grey  {
padding: 0 12px;
		    background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	    margin-left: 70px;

}

.uk-button-gold  {
padding: 0 12px;
}

.light-modal-header {
	z-index: 8000;
    padding: 10px 14px 10px 14px;
    background: rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {

.light-modal-header {
    padding: 30px 40px 30px 40px;
    background: rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	margin: 14px 14px 0px 14px;
}
  .z-info {
    position: absolute;
    z-index: 5500;
    top: 135px;
    left: 30px;
}
}

.uk-button-gold {
    background-color: #D4B042;
    color: #fff;
    border: .5px solid transparent;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.09);
}

.light-modal-footer {

    display: none;

}

.uk-overlay-black {
    background: rgba(0,0,0,.6) !important;
	padding: 14px 14px 2px 20px;
}

.adventdoor.uk-grid.uk-grid-stack div.uk-first-column div.uk-panel div.uk-inline-clip.uk-transition-toggle div.uk-overlay.uk-overlay-primary.uk-position-bottom.uk-transition-slide-bottom {
    background: rgba(0,0,0,.6) !important;
}

html.uk-lightbox-page body div.uk-scope.uk-gallery-container div.uk-lightbox.uk-overflow-hidden.uk-lightbox-panel.uk-open {
    z-index: 10000 !important;
}



.rsform-block-email label {
    color: white !important;
}

.rsform-block-datenschutz label {
    color: white !important;
}

.light-modal-body {
	font-size: 14px;
    padding: 14px;
    overflow: auto;
    min-height: 100px;
  margin-top: -20px;
}

div.rsform-block-datenschutz:nth-child(2) > div:nth-child(2) > div:nth-child(1) > label:nth-child(1) {
    font-size: 13px;
    font-weight: normal;
    color: #b1bfbf !important;
}



.light-modal-content {
    background: #845ec2;
    width: 40vw;
    border-radius: .2em;
    position: relative;
    max-height: calc(100vh - 20px);
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

}



@media (max-width: 767px) {
    .light-modal {
      font-size: 14px;
     }

    .light-modal:target .light-modal-content {
      width: 100vw;
    min-height: 100vh;    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .light-modal:target .light-modal-content {
      width: 55vw;
      max-height: calc(100vh - 20px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .light-modal:target .light-modal-content {
      width: 50vw;
      max-height: calc(100vh - 20px);
    }
}
@media (min-width: 1200px) {



}
