/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-thin";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
#event-cluster-window .header {
  /*        width: calc(100% - 40px);
          margin: 20px;
          heigth: 60px;*/
  background-color: #f6f2f2;
  border-bottom: 1px solid #cccccc;
  height: 64px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#event-cluster-window .header .tab-wrapper {
  margin-left: 7.3%;
  display: inline-flex;
}
#event-cluster-window .header .titel {
  font-size: 14px;
  position: relative;
  background: #ffffff;
  height: 63px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  top: 0px;
  padding: 20px 15px;
  width: auto;
  display: inline-block;
}
#event-cluster-window .header .titel.active {
  color: #202020;
  border-bottom: 0;
  height: 64px;
}
#event-cluster-window .header .titel:last-of-type {
  border-right: 1px solid #cccccc;
}
#event-cluster-window .header .close-button {
  position: absolute;
  cursor: pointer;
  width: 63px;
  height: 63px;
  right: 0px;
  top: 0px;
  background: url(/event/media/images/img_close-black.png) no-repeat scroll center center #efebeb;
  background-size: 16px auto;
  border: none;
  border-left: 1px solid #cccccc;
  border-bottom: 0px solid #ccc;
  background-color: #E8E4E4;
}
#event-cluster-window .header .__EditorWindowCloseButton {
  width: 67px;
  background-color: #efebeb;
}

#event-cluster-window {
  font-family: Helvetica, Arial, sans-serif;
}
#event-cluster-window .content {
  width: calc(100% - 80px);
  margin: 60px auto 20px;
  height: 400px;
  display: none;
  border-left: 0px;
  border-right: 0px;
}
#event-cluster-window .content.active {
  display: block;
}
#event-cluster-window .content .description {
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
#event-cluster-window .content .form {
  margin: 20px 0;
}
#event-cluster-window .content .form input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f5f3f7;
  background-image: url(../media/images/search_1.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
}
#event-cluster-window .content .event-cluster-data-editor {
  margin-top: 25px;
  display: flex;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields {
  width: 45%;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container {
  position: relative;
  width: 200px;
  height: 200px;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container .blog-item-thumbail,
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container img.blog-item-thumbail-layer {
  position: absolute;
  z-index: 1;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container img.blog-item-thumbnail {
  width: 100%;
  height: 100%;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container .icon-delete-image,
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container .icon-add-image {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 4px;
  background-color: #942b27;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 4;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container .icon-delete-image {
  background-image: url(../media/images/icon_x-sm_white.svg);
  right: 0px;
  top: 0px;
}
#event-cluster-window .content .event-cluster-data-editor .text-picture-fields .blog-item-thumbnail-container .icon-add-image {
  background-image: url(../media/images/icon_upload_white.svg);
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
#event-cluster-window .content .event-cluster-data-editor .blog-item-fields {
  width: 100%;
}
#event-cluster-window .content .event-cluster-data-editor .blog-item-fields input {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal !important;
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 11px 20px;
  height: 44px;
  margin-bottom: 9px;
  background-color: #ffffff;
}
#event-cluster-window .content .event-cluster-data-editor .blog-item-fields input::placeholder {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}
#event-cluster-window .content .event-cluster-data-editor .blog-item-thumbail-layer {
  width: 100%;
  max-width: 199px;
  background: #f6f2f1;
  padding: 60px 50px 40px;
  padding-top: 60px;
  cursor: pointer;
}
#event-cluster-window .content .event-clusters-list {
  overflow-y: auto;
  height: 306px;
  color: black;
}
#event-cluster-window .content .event-clusters-list .event-cluster-item {
  display: inline-flex;
  width: 100%;
  /*                padding: 5px 10px;*/
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
#event-cluster-window .content .event-clusters-list .event-cluster-item:hover {
  background: #f8f8f8;
}
#event-cluster-window .content .event-clusters-list .event-cluster-item .image-container {
  width: auto;
  min-height: 92px;
  position: relative;
  margin-right: 25px;
  min-width: 140px;
  cursor: pointer;
  text-align: center;
  background: #eee;
}
#event-cluster-window .content .event-clusters-list .event-cluster-item span.film6-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-image: url(../media/images/icon_pencil_image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: red;
  cursor: pointer;
}
#event-cluster-window .content .event-clusters-list .desc-container {
  width: 65%;
  cursor: pointer;
}
#event-cluster-window .content .event-clusters-list .desc-container h3.title {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: normal;
}
#event-cluster-window .content .event-clusters-list .desc-container p {
  font-size: 14px;
  color: #868181;
}
#event-cluster-window .content .event-clusters-list button.event-cluster-add-button {
  cursor: pointer;
  width: 11%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(/profile/media/images/icon_arrow.svg);
  transform: rotate(90deg);
  opacity: 0.5;
  background-position: center;
  border: none;
}
#event-cluster-window .content img.blog-item-thumbail-layer {
  width: 200px;
}
#event-cluster-window button.film6-button {
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 30px;
  color: #fff;
  background: #333;
  padding: 10px 95px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}
#event-cluster-window .no-event_clusters-found {
  display: none;
  font-size: 14px;
  color: black;
}
#event-cluster-window .buttons-bottom-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  position: absolute;
  bottom: 38px;
  width: calc(100% - 150px);
}
#event-cluster-window .btn-black {
  font-weight: 500;
  background: #404040;
  border: 1px solid #404040;
  color: #fff;
  display: inline-block;
  padding: 10px 60px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
}
#event-cluster-window .__EditorWindowDraggableButton {
  width: 70px;
}

div#event-cluster-window {
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  height: 100%;
  padding: 30px;
}

div#event-cluster-window-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.75;
}

@media (min-width: 768px) {
  div#event-cluster-window {
    /*        max-width: 800px;
            height: 600px;
            margin-left: calc((100% - 768px) / 2);
            margin-top: 100px;*/
    /*        margin-left: calc((100% - 930px) / 2);
            margin-top: 169px;
            height: auto;
            min-height: 600px;
            width: 930px;
            max-width: 930px;*/
    max-width: 930px;
    height: 600px;
    margin-left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*        margin-top: 100px;*/
    position: absolute;
  }
}

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