.bootstrap-select > .btn.dropdown-toggle {
  border-radius: 2rem;
}
.bootstrap-select .bs-searchbox input {
  border-radius: 0;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.nachbauten_list_wrapper, .my-nachbauten-item {
  cursor: pointer;
}

#nachbauten #content-wrapper {
  max-width: 1000px;
  padding: 0;
}

.nachbauten_list_row {
  margin: -0.15rem;
}

.nachbauten_list_wrapper {
  padding: 0.15rem;
}
.nachbauten_list_wrapper .list_view {
  -webkit-filter: brightness(100%);
}
.nachbauten_list_wrapper .list_view .embed-responsive {
  border: 1px solid #eee;
  border-radius: 0;
}
.nachbauten_list_wrapper .list_view:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nachbauten_list_wrapper .list_view:hover:before {
  display: inline-block;
}
.nachbauten_list_wrapper .list_view:before {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 2rem;
  text-shadow: 2px 2px 10px #000000;
  color: #fff;
}
.nachbauten_list_wrapper .list_view .more-images {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 2rem;
  text-shadow: 2px 2px 10px #000000;
  color: #fff;
}

#nachbauten_detail .splide img,
#nachbauten_detail_modal .splide img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
#nachbauten_detail .modal-content,
#nachbauten_detail_modal .modal-content {
  border-radius: 0;
  max-width: 80rem;
}
#nachbauten_detail .detail_body,
#nachbauten_detail .modal-body,
#nachbauten_detail_modal .detail_body,
#nachbauten_detail_modal .modal-body {
  position: relative;
  padding: 0;
}
@media (min-width: 767.98px) {
  #nachbauten_detail .detail_body,
  #nachbauten_detail .modal-body,
  #nachbauten_detail_modal .detail_body,
  #nachbauten_detail_modal .modal-body {
    min-height: 75vh;
    max-height: 80vh;
  }
}
#nachbauten_detail .detail_body .fa-times,
#nachbauten_detail .modal-body .fa-times,
#nachbauten_detail_modal .detail_body .fa-times,
#nachbauten_detail_modal .modal-body .fa-times {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5em;
  z-index: 1;
}
#nachbauten_detail .detail_body .title,
#nachbauten_detail .modal-body .title,
#nachbauten_detail_modal .detail_body .title,
#nachbauten_detail_modal .modal-body .title {
  font-size: 2rem;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  #nachbauten_detail .detail_body .title,
  #nachbauten_detail .modal-body .title,
  #nachbauten_detail_modal .detail_body .title,
  #nachbauten_detail_modal .modal-body .title {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #nachbauten_detail .detail_body .action-wrapper,
  #nachbauten_detail .modal-body .action-wrapper,
  #nachbauten_detail_modal .detail_body .action-wrapper,
  #nachbauten_detail_modal .modal-body .action-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
  #nachbauten_detail .detail_body .action-wrapper button,
  #nachbauten_detail .modal-body .action-wrapper button,
  #nachbauten_detail_modal .detail_body .action-wrapper button,
  #nachbauten_detail_modal .modal-body .action-wrapper button {
    padding: 0.5rem 0.6rem;
  }
}
@media (min-width: 767.98px) {
  #nachbauten_detail .detail_body .costs,
  #nachbauten_detail .detail_body .duration,
  #nachbauten_detail .modal-body .costs,
  #nachbauten_detail .modal-body .duration,
  #nachbauten_detail_modal .detail_body .costs,
  #nachbauten_detail_modal .detail_body .duration,
  #nachbauten_detail_modal .modal-body .costs,
  #nachbauten_detail_modal .modal-body .duration {
    font-weight: 550;
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #333;
    font-size: 1.25rem;
  }
}
#nachbauten_detail .detail_body .tags,
#nachbauten_detail .modal-body .tags,
#nachbauten_detail_modal .detail_body .tags,
#nachbauten_detail_modal .modal-body .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media (max-width: 767.98px) {
  #nachbauten_detail .detail_body .tags .btn,
  #nachbauten_detail .modal-body .tags .btn,
  #nachbauten_detail_modal .detail_body .tags .btn,
  #nachbauten_detail_modal .modal-body .tags .btn {
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  #nachbauten_detail .detail_body .social-media-list,
  #nachbauten_detail .modal-body .social-media-list,
  #nachbauten_detail_modal .detail_body .social-media-list,
  #nachbauten_detail_modal .modal-body .social-media-list {
    flex-direction: row;
    gap: 0.4rem;
    margin: 1rem 0;
  }
}
#nachbauten_detail .detail_body .social-media-list .list-group-item,
#nachbauten_detail .modal-body .social-media-list .list-group-item,
#nachbauten_detail_modal .detail_body .social-media-list .list-group-item,
#nachbauten_detail_modal .modal-body .social-media-list .list-group-item {
  border-width: 0;
  padding: 0.2rem 0;
}
#nachbauten_detail .detail_body .social-media-list .list-group-item .circle-icon,
#nachbauten_detail .modal-body .social-media-list .list-group-item .circle-icon,
#nachbauten_detail_modal .detail_body .social-media-list .list-group-item .circle-icon,
#nachbauten_detail_modal .modal-body .social-media-list .list-group-item .circle-icon {
  background: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
#nachbauten_detail .detail_body .social-media-list .list-group-item.youtube .circle-icon,
#nachbauten_detail .modal-body .social-media-list .list-group-item.youtube .circle-icon,
#nachbauten_detail_modal .detail_body .social-media-list .list-group-item.youtube .circle-icon,
#nachbauten_detail_modal .modal-body .social-media-list .list-group-item.youtube .circle-icon {
  background-color: #FF0000;
}
#nachbauten_detail .bauanleitung,
#nachbauten_detail_modal .bauanleitung {
  background-color: #5dab1a;
}
#nachbauten_detail .bauanleitung .build-now-btn,
#nachbauten_detail_modal .bauanleitung .build-now-btn {
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  #nachbauten_detail .bauanleitung .build-now-btn,
  #nachbauten_detail_modal .bauanleitung .build-now-btn {
    font-size: 0.75rem;
  }
}
#nachbauten_detail .bauanleitung img.product-image,
#nachbauten_detail_modal .bauanleitung img.product-image {
  height: 100% !important;
}

#nachbauten_form h1 {
  font-weight: 400;
  text-align: left;
  text-transform: inherit;
  font-size: 3rem;
  padding-bottom: 1.5rem;
}
#nachbauten_form h1 strong {
  font-weight: 900;
  color: #5dab1a;
}
#nachbauten_form #form-slidr {
  z-index: 1000;
}
#nachbauten_form .title {
  color: #5dab1a;
  font-size: 1.4rem;
}
#nachbauten_form .title strong {
  color: #5dab1a;
  font-weight: 900;
}
#nachbauten_form label.input {
  font-size: 1.4rem;
}
#nachbauten_form label.input strong {
  color: #5dab1a;
  font-weight: 900;
}
#nachbauten_form ::-webkit-input-placeholder {
  color: #5dab1a;
}
#nachbauten_form ::-moz-placeholder {
  color: #5dab1a;
}
#nachbauten_form ::-ms-placeholder {
  color: #5dab1a;
}
#nachbauten_form ::placeholder {
  color: #5dab1a;
}
#nachbauten_form label {
  font-weight: 400;
}
#nachbauten_form label.col-form-label {
  font-style: italic;
}
#nachbauten_form .thanks h1 {
  color: #5dab1a;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
}
#nachbauten_form .thanks h3 {
  color: #5dab1a;
  text-transform: initial;
  font-size: 2.5rem;
}
#nachbauten_form .thanks .btn-lg {
  font-size: 1.75em;
  font-weight: 300;
  border-radius: 0;
}
@media (min-width: 30em) {
  #nachbauten_form .filepond--item {
    width: calc(25% - 0.5em);
  }
}
@media (min-width: 50em) {
  #nachbauten_form .filepond--item {
    width: calc(20% - 0.5em);
  }
}

.filepond--list .filepond--item.first .filepond--file .filepond--image-preview-wrapper {
  border: 3px solid #5dab1a;
}
.filepond--list .filepond--item.first .filepond--file .filepond--image-preview-wrapper:after {
  content: "Vorschaubild";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #5dab1a;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.filepond--list .filepond--item .utilities {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  cursor: pointer;
}
.filepond--list .filepond--item .utilities .utilBtn {
  border-radius: 50%;
  background-color: #5dab1a;
  padding: 4px 8px;
  display: inline-block;
  margin: 0 2px;
}
.filepond--list .filepond--item .filepond--file-info {
  display: none;
}

.cropper-point,
.cropper-line {
  background-color: #5dab1a;
}

.cropper-view-box {
  outline-color: #5dab1a;
}

body.modal-open #nachbauten_form #form-slidr {
  z-index: 1;
}

.photo-crop-container {
  position: relative;
}

.photo-crop-container:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 0px;
  width: 100%;
  z-index: 9;
  background-color: #f5f5f5;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  top: 80px;
  -webkit-transition: all linear 0.3s 0.1s;
  -o-transition: all linear 0.3s 0.1s;
  transition: all linear 0.3s 0.1s;
}

.photo-crop-container.show-loader:before {
  content: "Cropping...";
  opacity: 1;
  height: calc(100% - 80px);
}

.photo-crop-container {
  position: relative;
  overflow: hidden;
}

.photo-crop-container img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.photo-crop-container .crop-preview-cont {
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  height: 100%;
  display: none;
}

.photo-crop-container .crop-preview-cont #crop_img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  text-decoration: underline;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3019607843);
  padding: 2px 10px;
}

.photo-crop-container.show-result .crop-preview-cont .img_container {
  max-width: 400px;
}

.photo-crop-container.show-result .crop-preview-cont {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  height: 0;
}

.photo-crop-container #user_cropped_img {
  -webkit-transition: all linear 0.2s 2s;
  -o-transition: all linear 0.2s 2s;
  transition: all linear 0.2s 2s;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  position: absolute;
}

.photo-crop-container.show-result #user_cropped_img {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  position: relative;
}

.photo-crop-container #user_cropped_img img {
  max-width: 300px;
}

.photo-crop-container #user_cropped_img img {
  -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s 2.3s;
  -o-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s 2.3s;
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s 2.3s;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  scroll-behavior: smooth;
}

.photo-crop-container.show-result #user_cropped_img img {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .photo-crop-container #user_cropped_img img {
    max-width: 100%;
  }
}
#step-progress {
  display: flex;
  padding-bottom: 3rem;
  align-items: center;
}
#step-progress .baricon {
  display: inline-block;
  border-radius: 100%;
  padding: 12px 20px;
  background-color: #efefef;
  color: #555;
}
#step-progress .baricon.active, #step-progress .baricon.ready {
  background-color: #5dab1a;
  color: white;
}
#step-progress .progress_bar {
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background-color: #D8D8D8;
  display: inline-block;
  margin: 10px;
}

.page {
  position: relative;
}

.btn.btn-green {
  background-color: #5dab1a;
  color: #fff;
}

.alert-secondary {
  background-color: #5dab1a;
  color: #fff;
}
.alert-secondary strong {
  color: #fff;
}

.back_to_list, .nachbauten_list_wrapper .detail_view {
  display: none;
}

#nachbauten_container.open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  overflow: auto;
  overscroll-behavior: contain;
}
#nachbauten_container.open .back_to_list {
  display: block;
  position: fixed;
  z-index: 1000000;
  background-color: #5dab1a;
  width: 100%;
  padding: 0.6rem;
  color: #fff;
  bottom: 0;
}
#nachbauten_container.open .nachbauten_list_wrapper {
  width: 100%;
}
#nachbauten_container.open .nachbauten_list_wrapper .list_view {
  display: none;
}
#nachbauten_container.open .nachbauten_list_wrapper .detail_view {
  display: block;
}

@media (max-width: 767.98px) {
  #nachbauten #content h1 {
    font-size: 1rem;
    text-align: left;
    padding: 0 0.6rem;
  }
  .create-btn img {
    border-radius: 1rem;
  }
  .nachbauten_list_wrapper {
    padding: 0.05rem;
    padding: 0.05rem;
  }
  .nachbauten_list_wrapper .more-images {
    display: none;
  }
  /*  .nachbauten_wrapper {
      padding: 0 1rem;
    }*/
  #nachbauten_form h1 {
    padding: 0 !important;
  }
  #nachbauten_form label, #nachbauten_form .title {
    font-size: 1rem !important;
  }
  .thanks h1 {
    font-size: 2.8rem !important;
    text-align: center !important;
  }
  .thanks h3 {
    font-size: 1rem !important;
    text-align: right !important;
  }
}

/*# sourceMappingURL=frontend.css.map */
