@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Italic.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro/SourceSansPro-BoldItalic.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.editorContainer {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.__EditorWindowDraggableButton {
  top: 0;
  right: auto;
  width: 67px;
  height: 63px;
  background-color: #efebeb;
  background-image: url(../images/icon_move_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  border-left: 1px solid #d0d0d0;
  cursor: move;
  position: relative;
  z-index: 99;
  left: 0;
}

#default-color {
  background-color: #306a97;
  display: none;
}

#editor {
  /*    display: none;*/
  color: #505050;
  font-family: "Source Sans Pro", sans-serif;
}
#editor .content-closed {
  color: #ac8603;
}
#editor a {
  color: #ac8603;
}
#editor a:hover, #editor a:active, #editor a:focus {
  color: #cc3a3e;
}
#editor #editor-toggle-button svg path {
  fill: #ac8603;
}
#editor .editor-open-tab h3 {
  color: #ac8603;
}
#editor .editor-open-tab .accordion-item button.accordion-button span.accordion-button-text {
  color: #505050;
}
#editor .editor-open-tab .bootstrap-switch.bootstrap-switch-on {
  background-color: #ac8603 !important;
}

body.show-editor.editor-open .btn_onepager_visible {
  display: block;
}
body.show-editor button.header__nav-icon,
body.show-editor #fp-nav,
body.show-editor .fp-slidesNav {
  right: 1.6rem;
  transition: right 0.3s ease-in-out;
}
body.show-editor .offcanvas-end {
  right: 0rem;
  padding-right: 1.6rem;
  transition: right 0.3s ease-in-out;
}
body.show-editor.video-playing div#editor {
  display: none !important;
}
body.show-editor div#editor {
  text-align: left;
  padding: 24px 0 0 0 !important;
  font-size: 16px;
  opacity: 1;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  transition: width 0.3s ease-in-out;
}
body.show-editor div#editor .editor-inner {
  /*            position: relative;*/
  height: calc(100% - 50px);
  overflow-y: auto;
}
body.show-editor div#editor button {
  border: 0;
  background: transparent;
}
body.show-editor div#editor #editor-toggle-button {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
  background: transparent;
  border: 0;
  transition: transform 0.2s ease-out;
  transform: rotate(180deg);
}
body.show-editor div#editor #editor-toggle-button svg {
  height: 20px;
  width: 20px;
  margin: 4px 0;
  /*            path{ fill: #000; }*/
}
body.show-editor div#editor #accordionEditorVita ul:not(.sortable) li .cb-flex-shift-button,
body.show-editor div#editor #accordionEditorVita ul:not(.sortable) li .editor-delete-slide-article {
  display: none;
}
body.show-editor div#editor .btn_onepager_visible {
  background-color: #952b27;
  transition: all 0.4s ease;
  padding: 8px 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper {
  text-align: center;
}
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .icon_status {
  display: inline-block;
}
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .icon_status svg {
  width: 22px;
  height: auto;
}
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .buttontext_onepager_inactive,
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .icon_onepager_active,
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .description_onepager_active,
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .description_staus {
  color: white;
  margin-left: 5px;
  display: inline-block;
}
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .icon_onepager_active,
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .description_onepager_active,
body.show-editor div#editor .btn_onepager_visible .btn_onepager_visible_wrapper .description_staus {
  display: none;
}
body.show-editor div#editor .btn_onepager_visible:hover {
  background-color: #346813;
}
body.show-editor div#editor .btn_onepager_visible:hover .buttontext_onepager_inactive {
  display: none;
}
body.show-editor div#editor .btn_onepager_visible:hover .description_onepager_inactive {
  display: inline-block;
}
body.show-editor div#editor .btn_onepager_visible.is-visible {
  background-color: #55A91F;
}
body.show-editor div#editor .btn_onepager_visible.is-visible .icon_onepager_active {
  display: inline-block;
}
body.show-editor div#editor .btn_onepager_visible.is-visible .icon_onepager_inactive,
body.show-editor div#editor .btn_onepager_visible.is-visible .description_onepager_inactive,
body.show-editor div#editor .btn_onepager_visible.is-visible .buttontext_onepager_inactive {
  display: none;
}
body.show-editor div#editor .btn_onepager_visible.is-visible:hover {
  background-color: #346813;
}
body.show-editor div#editor .btn_onepager_visible.is-visible:hover .description_onepager_active {
  display: inline-block;
}
body.show-editor div#editor .content-closed {
  top: calc(50vh - 49px) !important;
  width: 150px !important;
  height: 28px !important;
  padding-left: 10px;
  text-transform: uppercase;
  transform: rotate(270deg) !important;
  right: -61px !important;
  background: #cecece;
  cursor: pointer;
}
body.show-editor div#editor .content-open {
  margin-top: 4px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab {
  display: none;
  text-align: left;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab.active {
  display: block;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab p.editor-tab-text {
  padding-left: 24px;
  padding-right: 14px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-block-end: 40px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab h3 {
  padding-left: 24px;
  letter-spacing: 0.02em;
  font-size: 0.97rem !important;
  font-weight: 600;
  text-transform: uppercase;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab h3.editor-tab-headline {
  margin-bottom: 0.25rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item-wrapper:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-block-header:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 10px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-block-header h3 {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.95rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item-wrapper.open {
  -webkit-box-shadow: inset 0 16px 16px -16px rgba(0, 0, 0, 0.2), inset 0 -16px 16px -16px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 16px 16px -16px rgba(0, 0, 0, 0.2), inset 0 -16px 16px -16px rgba(0, 0, 0, 0.2);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 14px 0 14px 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /*                        max-height: calc(100vh - 224px);*/
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 {
  display: flex;
  align-items: center;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 input.editor-toggle {
  float: left;
  height: 20px;
  width: 50px;
  cursor: pointer;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button {
  width: 86%;
  padding: 0 10px;
  font-size: 0.94rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button span.accordion-button-text {
  font-size: 15px;
  letter-spacing: 0.5px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button span.accordion-button-text.accordion-button-text-on {
  display: block;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button span.accordion-button-text.accordion-button-text-off {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button:after {
  background-image: url(../images/icon_plus-grey.svg) !important;
  background-size: auto;
  background-position: center;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2 button.accordion-button:not(.collapsed):after {
  background-image: url(../images/icon_minus-grey.svg) !important;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2.inner_switch {
  margin: 20px 0 0px 0;
  idth: 100%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2.inner_switch button.accordion-button:after, body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item h2.inner_switch button.accordion-button:not(.collapsed):after {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body {
  /*                        .selectbox button{
                              position: relative;
                              width: 97%; 
                              border: 1px solid #ccc;
                              height: 35px;
                              margin-bottom: 5px;
                              border-radius: 5px;
                              line-height: 32px;

                              display: block;
                              margin-left: 0;

                              &>.dropdown-toggle{
                                  cursor: pointer;
                                  width: 100%;
                                  height: 100%;
                                  padding-right: 25px;
                                  z-index: 1;

                                  color: inherit;
                                  cursor: default;
                                  display: inline-block;
                                  vertical-align: top;
                                  text-align: center;
                                  text-decoration: none;
                                  -webkit-user-select: none;

                                  -webkit-box-sizing: border-box;
                                  -moz-box-sizing: border-box;
                                  box-sizing: border-box;
                                  border: none;
                                  background-image: none;
                                  background-color: transparent;
                                  -webkit-box-shadow: none;
                                  -moz-box-shadow: none;
                                  box-shadow: none;
                                  color: inherit;
                                  font: inherit;
                                  line-height: normal;
                                  overflow: visible;
                                  padding: 0;

                                  .selectbox__selected {
                                      font-family: 'Source Sans Pro',sans-serif;
                                      font-style: normal;
                                      line-height: 32px;
                                      font-size: 14px;
                                      letter-spacing: -0.1px;
                                      font-weight: 400;
                                      width: 100%;                                    
                                      display: inline-block;
                                      overflow: hidden;
                                      width: 100%;
                                      text-align: left;
                                      padding-left: 11px;
                                      padding-right: 11px;                                    
                                  }                                


                              }

                          }*/
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body p {
  margin-top: 14px;
  padding-right: 20px;
  margin-bottom: 16px;
  font-size: 0.75rem;
  line-height: 1rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .hide {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body select,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body input[type=date],
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 7px 12px;
  border-radius: 0;
  color: #505050;
  font-size: 0.9rem;
  background-image: url(../images/icon_triangle_dark.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 12px;
  width: 305px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body input[type=date] {
  background-image: none;
  width: 130px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body input[type=text] {
  background-image: none;
  width: 100%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-image-thumbnail-container {
  background: url(../images/no-image-icon1.jpg);
  background-size: 100%;
  -webkit-box-shadow: 0 3px 15px 3px rgba(53, 37, 0, 0.18);
  box-shadow: 0 3px 15px 3px rgba(53, 37, 0, 0.18);
  width: 120px;
  height: 70px;
  margin-top: 18px;
  cursor: pointer;
  position: relative;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .videoloop_thumbnail {
  width: 100%;
  padding-right: 20px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .videoloop_thumbnail li {
  list-style-type: none;
  margin: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container {
  position: relative;
  margin: 10px 20px 10px 0;
  background-color: rgb(32, 50, 86);
  align-items: flex-start;
  width: 100%;
  display: flex;
  cursor: pointer;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container .img-wrapper {
  display: inline-block;
  position: relative;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container .img-wrapper .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(37, 61, 107, 0), rgba(56, 61, 107, 0) 20%, rgb(32, 50, 86));
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container .description-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-align: right;
  font-size: 0.9rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container .description-container h4 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container .description-container h4 span {
  font-weight: 500;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container button.editor-delete-slide-2-offer,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .background-video-loop-thumbnail-container button.editor-delete-slide-2-picture {
  cursor: pointer;
  background-image: url(../images/icon_delete-black.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  position: absolute;
  right: 0px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .show_video_loop {
  width: 100%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body img.background-image-thumbail-edit-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.5;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul {
  max-height: calc(100vh - 521px);
  width: 100%;
  overflow: auto;
  flex-wrap: wrap;
  overflow: auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  height: fit-content;
  margin-top: 24px;
  padding-right: 16px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls.align-left {
  justify-content: flex-start;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls.align-left .button-text {
  padding: 0 10px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .editor-icon-label {
  visibility: hidden;
  display: none;
  font-size: 16px;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 10px;
  color: rgb(170, 170, 170);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-save,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-edit,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-add,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-delete {
  margin-left: 6px;
  float: right;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  border: 0;
  background-color: transparent;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-save:hover .editor-icon-label,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-edit:hover .editor-icon-label,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-add:hover .editor-icon-label,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-delete:hover .editor-icon-label {
  visibility: visible;
  display: block;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-save {
  background-image: url(../images/icon_save.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-save:hover {
  background-image: url(../images/icon_save_hover.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-edit {
  background-image: url(../images/icon_edit.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-edit:hover {
  background-image: url(../images/icon_edit_hover-blue.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-delete {
  background-image: url(../images/icon_delete.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-delete:hover {
  background-image: url(../images/icon_delete_hover.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-add {
  background-image: url(../images/icon_add.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .button-add:hover {
  background-image: url(../images/icon_add_hover-green.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .toolbar-edit-icon-upload-background-image {
  background-image: url(../images/icon_edit_images.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-controls .toolbar-edit-icon-upload-background-image:hover {
  background-image: url(../images/icon_edit_images_hover-blue.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .calender_filter_type_detail {
  margin: 8px 20px 0 0;
  width: 100%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .event_time_limit {
  margin: 15px 0 10px 0;
  width: 100%;
  padding-right: 20px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .event_time_limit .date_picker {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item.disabled h2 button.accordion-button span.accordion-button-text {
  color: #c4c4c4;
  cursor: default;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item.disabled h2 button.accordion-button span.accordion-button-text.accordion-button-text-on {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item.disabled h2 button.accordion-button span.accordion-button-text.accordion-button-text-off {
  display: block;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item.disabled h2 button.accordion-button:after {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item.disabled:hover .bootstrap-switch.bootstrap-switch-off {
  background: #cecccc;
  border: 1px solid #949191;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body {
  color: #505050;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*                        button.editor-delete-slide-article{
                              background-image: url(../images/icon_delete-grey.svg);
                              background-repeat: no-repeat;
                              background-size: contain;
                              background-position: center;
                              height: 48px;            
                              width: 48px;
                              cursor: pointer;
                              border: 0;
                              flex-basis: 44px;
                              flex-grow: 0;
                          }*/
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul {
  list-style: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul:not(.sortable-slide-2-picture) {
  padding-right: 20px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  /*                                    cursor: url(../images/move_updown.png) 15 15,auto;*/
  /*                                    border-bottom: 1px #ddd solid;*/
  margin-bottom: 6px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li:last-child {
  border-bottom: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li:hover .button-title.cb-flex-editor-button,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li:hover button.editor-delete-slide-article,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li:hover button.editor-delete-slide-sub-article,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body ul li:hover .cb-flex-shift-button {
  background-color: rgba(32, 50, 86, 0.1);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body span.ui-icon {
  position: absolute;
  top: 0;
  left: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body span.button-title {
  flex-grow: 4;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-article-item,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-vita-item {
  /*                                padding: 6px 0px 6px 6px;
                                  left: -9px;
  */
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-article-item .button-title.cb-flex-editor-button,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-vita-item .button-title.cb-flex-editor-button {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
  background-color: white;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 6px 0 10px;
  text-align: left;
  flex: 1;
  color: #505050;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-article-item .button-title.cb-flex-editor-button:hover,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-vita-item .button-title.cb-flex-editor-button:hover {
  background-color: rgba(32, 50, 86, 0.1);
  color: #2f74a9;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-article-item .thumbnail,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-vita-item .thumbnail {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icon_article_editor_no_image.svg);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .sortable-slide-sub-article .editor-article-item .button-title {
  max-width: 80%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item {
  height: 127px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item {
  height: fit-content;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item {
  position: relative;
  margin: 10px 0;
  background-color: rgb(32, 50, 86);
  align-items: flex-start;
  cursor: url(../images/move_updown.png) 15 15, auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item .img-wrapper,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .img-wrapper {
  display: inline-block;
  position: relative;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item .img-wrapper .gradient,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .img-wrapper .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(37, 61, 107, 0), rgba(56, 61, 107, 0) 20%, rgb(32, 50, 86));
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item .description-container,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .description-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-align: right;
  font-size: 0.9rem;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item .description-container h4,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .description-container h4 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item .description-container h4 span,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .description-container h4 span {
  font-weight: 500;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item button.editor-delete-slide-2-offer,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-film-list-item button.editor-delete-slide-2-picture,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.editor-delete-slide-2-offer,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.editor-delete-slide-2-picture {
  cursor: pointer;
  background-image: url(../images/icon_delete-black.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  position: absolute;
  right: 0px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item {
  width: fit-content;
  background-color: #fff;
  vertical-align: top;
  margin-right: 8px;
  cursor: url(../images/move.png) 15 15, auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.editor-delete-slide-2-picture {
  background-image: url(../images/icon_delete-black.svg);
  background-size: 10px;
  background-position: center;
  position: absolute;
  right: 0px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.editor-edit-slide-2-picture {
  background-image: url(../images/icon_edit_item.svg);
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  margin: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item .img-wrapper {
  width: 128px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.cb-flex-editor-button.pix-editor-button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .editor-picture-list-item button.cb-flex-editor-button.pix-editor-button svg {
  vertical-align: initial;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-article,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-sub-article {
  border: 0;
  line-height: 10px;
  background: transparent;
  background-color: white;
  height: 40px;
  display: flex;
  align-items: center;
  width: 36px;
  justify-content: center;
  padding: 0;
  margin-left: 4px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-article svg,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-sub-article svg {
  width: 16px;
  height: auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-article:hover,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-sub-article:hover {
  background-color: rgba(32, 50, 86, 0.1);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-article:hover svg path,
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body button.editor-delete-slide-sub-article:hover svg path {
  fill: #DC1B23;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .cb-flex-shift-button {
  border: 0;
  line-height: 10px;
  background: transparent;
  background-color: white;
  height: 40px;
  display: flex;
  align-items: center;
  width: 36px;
  justify-content: center;
  padding: 0;
  margin-left: 4px;
  cursor: url(../images/move_updown.png) 15 15, auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .cb-flex-shift-button:hover {
  background-color: rgba(32, 50, 86, 0.1);
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .cb-flex-shift-button:hover svg g {
  fill: #2f74a9;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .cb-flex-shift-button svg {
  width: 16px;
  height: auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter-event-cluster-item {
  margin-bottom: 5px;
  border: 1px solid #ccc;
  background-color: white;
  padding: 7px 12px;
  border-radius: 0;
  color: #505050;
  font-size: 0.9rem;
  position: relative;
  font-size: 12px;
  width: 305px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter-event-cluster-item .filter-event-cluster-item-delete-button {
  background-image: url(../images/icon_delete-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  padding: 0;
  background-size: 11px;
  font-size: 0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .select-filter-event-cluster {
  border: 1px solid #ccc;
  background-color: white;
  padding: 7px 12px;
  border-radius: 0;
  color: #505050;
  cursor: pointer;
  font-style: italic;
  font-size: 11px;
  width: 305px;
  text-align: left;
  background-image: url(../images/icon_plus-grey.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  height: 34px;
  margin-bottom: 5px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled {
  padding-right: 16px;
  width: 100%;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .editor-controls {
  margin-top: 20px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .button-text .hide {
  display: none;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .button-text.filter_date_disabled {
  opacity: 0.5;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker.hide_opacity {
  opacity: 0.5;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker.hide_opacity input {
  cursor: auto;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker.hide_opacity input.error_input {
  border-color: #ccc;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker input {
  width: 136px;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .accordion-item .accordion-body .filter_date_enabled .date_picker input.error_input {
  border-color: red;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch {
  overflow: visible;
  height: 18px;
  width: 40px !important;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch.bootstrap-switch-on {
  /*                        background-color: #666666 !important;*/
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch.bootstrap-switch-off {
  background: #e0e0e0;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch .bootstrap-switch-container {
  background-color: transparent;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch .bootstrap-switch-label {
  top: -3px !important;
  width: 22px !important;
}
body.show-editor div#editor .content-open .editor-open-tabs .editor-open-tab .bootstrap-switch .flip-switch-handle {
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
}
@media screen and (min-width: 568px) {
  body.show-editor button.header__nav-icon,
  body.show-editor #fp-nav,
  body.show-editor .fp-slidesNav {
    right: 4.1rem;
  }
  body.show-editor .offcanvas-end {
    right: 39px;
  }
  body.show-editor div#editor {
    background: #cecece;
    box-shadow: 0 0 15px rgba(103, 75, 46, 0.75);
  }
  body.show-editor div#editor #editor-toggle-button {
    display: block;
  }
  body.show-editor div#editor .content-closed {
    top: calc(50vh - 51px) !important;
    right: -57px !important;
  }
}
body.show-editor .fp-controlArrow.fp-next {
  right: 63px;
  transition: right 0.3s ease-in-out;
}
body.show-editor .fp-scroller {
  width: calc(100% - 23px);
  transition: width 0.3s ease-in-out;
}

body.show-editor.editor-open button.header__nav-icon,
body.show-editor.editor-open #fp-nav,
body.show-editor.editor-open .fp-slidesNav {
  right: 23rem;
}
body.show-editor.editor-open div#editor {
  width: 100%;
  background: #f0f0f0;
  transition: width 0.3s ease-in-out;
}
body.show-editor.editor-open div#editor #editor-toggle-button {
  transform: rotate(0deg);
  display: block;
}
body.show-editor.editor-open .fp-controlArrow.fp-next {
  right: 358px;
}
@media screen and (min-width: 568px) {
  body.show-editor.editor-open div#editor {
    width: 348px;
  }
  body.show-editor.editor-open .offcanvas-end {
    right: 348px;
  }
  body.show-editor.editor-open .fp-controlArrow.fp-next {
    right: 367px;
  }
}

body.show-editor:not(.editor-open) div#editor .btn_onepager_visible {
  display: none;
}

.container-inactive-layer {
  display: none;
}
.container-inactive-layer.show {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 0.85;
  display: flex;
}
.container-inactive-layer.show .container-inactive-layer-text {
  width: 40%;
  text-align: left;
  margin-top: 260px;
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 7%;
}
.container-inactive-layer.show .container-inactive-layer-text a {
  text-decoration: underline;
}
.container-inactive-layer.show .container-inactive-layer-text b {
  font-weight: bold;
}

.default-bg {
  background-color: #c80505;
}
.default-bg:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.offer-player-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer-player-container .video-js {
  width: 100%;
  height: 100%;
}
.offer-player-container .vjs-control-bar {
  z-index: 15;
}
@media screen and (min-width: 1024px) {
  .offer-player-container .video-js .vjs-tech {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 3;
    object-fit: contain;
  }
  .offer-player-container .vjs-text-track-display {
    z-index: 4;
  }
}

body.hide_logo .header__logo {
  opacity: 0;
  visibility: hidden;
}

.header__logo {
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s all;
}
.header__logo svg {
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .header__logo svg {
    max-width: 180px;
  }
}
.header__logo svg g,
.header__logo svg path {
  transition: 1s all;
}

.header hr.half-hr {
  margin-left: 0%;
  background: #999999;
}
.header p.navigation-text {
  text-align: right;
  font-size: 1.6rem;
}
.header p.navigation-text a {
  text-decoration: none;
  color: #999;
}
.header .logout-container {
  left: 16px;
  top: 16px;
  display: inline-flex;
  color: #999999;
  font-size: 1.6rem;
  cursor: pointer;
}
.header .logout-container div.user-initials {
  border: solid 1px #999999;
  border-radius: 42px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header .logout-container:hover div.user-initials {
  background-color: #999999;
  color: #fff;
}
.header .logout-container span.user-logout {
  cursor: pointer;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 20px;
}

button.btn-login {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
}
button.btn-login svg path {
  fill: #999999;
}
button.btn-login:hover svg path {
  fill: #505050;
}

.video-section .video__modal-button__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .video-section .video__modal-button__title {
    font-size: 38px;
  }
}
.video-section h4.toptitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .video-section h4.toptitle {
    font-size: 18px;
  }
}
.video-section .video__modal-button__subtitle {
  font-size: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .video-section .video__modal-button__subtitle {
    font-size: 25px;
  }
}
.video-section .button-container {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  flex-direction: column;
}
@media screen and (min-width: 568px) {
  .video-section .button-container {
    flex-direction: row;
  }
}
.video-section .button-container .info_button {
  border: 0;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 568px) {
  .video-section .button-container .info_button {
    margin-left: 20px;
    font-size: 18px;
  }
}
.video-section .button-container .info_button .video-info__button {
  transition: all 0.5s ease;
  padding: 10px 20px;
}
.video-section .button-container .info_button .video-info__button:hover {
  background: #000000;
  color: white;
}
.video-section .button-container .info_button .video-info__button:hover svg path {
  fill: #ffffff;
}
.video-section .button-container .info_button span.info_button-title {
  display: flex;
  align-items: center;
}
.video-section .button-container .info_button svg {
  margin-left: 10px;
}
.video-section .button-container .info_button svg path {
  fill: #000000;
  transition: all 0.5s ease;
}
.video-section .button-container .order-option-item {
  padding: 10px 20px;
  border: 0;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 568px) {
  .video-section .button-container .order-option-item {
    font-size: 18px;
  }
}
.video-section .button-container .order-option-item .offer-button-txt {
  display: flex;
  align-items: center;
}
.video-section .button-container .order-option-item .offer-button-txt svg {
  margin-right: 10px;
}
.video-section .button-container .order-option-item .offer-button-txt svg path {
  fill: black;
  transition: all 0.5s ease;
}
.video-section .button-container .order-option-item:hover {
  background: #000000;
  color: white;
}
.video-section .button-container .order-option-item:hover svg path {
  fill: white;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas {
  overflow: scroll;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas button.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas button.btn-close:focus-visible {
  outline: none;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header h5 {
  font-weight: 600;
  margin-top: 40px;
  font-size: 20px;
}
@media screen and (min-width: 568px) {
  .video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header h5 {
    font-size: 30px;
  }
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body {
  flex-grow: 1;
  padding: 30px;
  overflow-y: unset;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content_seperator {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info div {
  display: inline-block;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info ul .key {
  font-weight: 700;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-link a {
  color: #000;
  text-decoration: none;
}
.video-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-format a {
  color: black;
}
.video-section .section__inner.hide .info_button {
  background: transparent;
}
.video-section .section__inner.hide .video-info__button,
.video-section .section__inner.hide .offer-button,
.video-section .section__inner.hide .toptitle,
.video-section .section__inner.hide .video__modal-button__title {
  display: none;
}
.video-section .video-js .vjs-control-bar {
  color: #fff;
  border-radius: 10px;
  background-color: rgba(35, 34, 34, 0.85);
  font-size: 1.5em;
  width: 95%;
  margin: 0 auto;
  bottom: 50px;
}
.video-section .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal {
  top: 0;
}

.modal-active .video-section .button-container .info_button:hover {
  background: transparent !important;
}
.modal-active .section__inner .info_button {
  background: transparent !important;
}
.modal-active .section__inner .video-info__button,
.modal-active .section__inner .offer-button,
.modal-active .section__inner .toptitle,
.modal-active .section__inner .video__modal-button__title,
.modal-active .section__inner .video__modal-button__subtitle {
  display: none;
}

.picure-section a.image_external_link {
  color: white;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.picure-section .picture__modal-button__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .picure-section .picture__modal-button__title {
    font-size: 38px;
  }
}
.picure-section h4.toptitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .picure-section h4.toptitle {
    font-size: 18px;
  }
}
.picure-section .picture__modal-button__subtitle {
  font-size: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .picure-section .picture__modal-button__subtitle {
    font-size: 25px;
  }
}
.picure-section .picture__modal-button__alternative {
  display: none;
}
.picure-section .button-container {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  flex-direction: column;
}
@media screen and (min-width: 568px) {
  .picure-section .button-container {
    flex-direction: row;
  }
}
.picure-section .button-container .info_button {
  border: 0;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 568px) {
  .picure-section .button-container .info_button {
    margin-left: 20px;
    font-size: 18px;
  }
}
.picure-section .button-container .info_button .video-info__button {
  transition: all 0.5s ease;
  padding: 10px 20px;
}
.picure-section .button-container .info_button .video-info__button:hover {
  background: #000000;
  color: white;
}
.picure-section .button-container .info_button .video-info__button:hover svg path {
  fill: #ffffff;
}
.picure-section .button-container .info_button span.info_button-title {
  display: flex;
  align-items: center;
}
.picure-section .button-container .info_button svg {
  margin-left: 10px;
}
.picure-section .button-container .info_button svg path {
  fill: #000000;
  transition: all 0.5s ease;
}
.picure-section .button-container .order-option-item {
  padding: 10px 20px;
  border: 0;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 568px) {
  .picure-section .button-container .order-option-item {
    font-size: 18px;
  }
}
.picure-section .button-container .order-option-item .offer-button-txt {
  display: flex;
  align-items: center;
}
.picure-section .button-container .order-option-item .offer-button-txt svg {
  margin-right: 10px;
}
.picure-section .button-container .order-option-item .offer-button-txt svg path {
  fill: black;
  transition: all 0.5s ease;
}
.picure-section .button-container .order-option-item:hover {
  background: #000000;
  color: white;
}
.picure-section .button-container .order-option-item:hover svg path {
  fill: white;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas {
  overflow: scroll;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas button.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas button.btn-close:focus-visible {
  outline: none;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header h5 {
  font-weight: 600;
  margin-top: 40px;
  font-size: 20px;
}
@media screen and (min-width: 568px) {
  .picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-header h5 {
    font-size: 30px;
  }
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body {
  flex-grow: 1;
  padding: 30px;
  overflow-y: unset;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content_seperator {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info div {
  display: inline-block;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-info ul .key {
  font-weight: 700;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-link a {
  color: #000;
  text-decoration: none;
}
.picure-section .section__inner #offcanvas-body-wrapper .offcanvas .offcanvas-body .content-format a {
  color: black;
}
.picure-section .section__inner.hide .info_button {
  background: transparent;
}
.picure-section .section__inner.hide .video-info__button,
.picure-section .section__inner.hide .offer-button,
.picure-section .section__inner.hide .toptitle,
.picure-section .section__inner.hide .picture__modal-button__title {
  display: none;
}
.picure-section .video-js .vjs-control-bar {
  color: #fff;
  border-radius: 10px;
  background-color: rgba(35, 34, 34, 0.85);
  font-size: 1.5em;
  width: 95%;
  margin: 0 auto;
  bottom: 50px;
}
.picure-section .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal {
  top: 0;
}

.modal-active .video-section .button-container .info_button:hover {
  background: transparent !important;
}
.modal-active .section__inner .info_button {
  background: transparent !important;
}
.modal-active .section__inner .video-info__button,
.modal-active .section__inner .offer-button,
.modal-active .section__inner .toptitle,
.modal-active .section__inner .picture__modal-button__title,
.modal-active .section__inner .picture__modal-button__subtitle {
  display: none;
}

section.section_hero.section__videoloop .fp-scroller {
  height: 100%;
}
section.section_hero .hero {
  text-align: left;
  position: relative;
  color: #fff;
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  section.section_hero .hero {
    font-size: 50px;
  }
}
@media screen and (min-width: 568px) {
  section.section_hero .hero .hero__text {
    padding-left: 20px;
  }
}
section.section_hero .hero .hero__text p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  section.section_hero .hero .hero__text p {
    font-size: 20px;
  }
}
section.section_hero .hero__title {
  margin: 1rem 0 0.5rem;
  text-align: left;
  font-weight: 600;
}
section.section_hero .hero__subtitle {
  margin: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  section.section_hero .hero__subtitle {
    font-size: 30px;
  }
}
section.section_hero #hero-video-loop {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  /*aspect-ratio: 16 / 9;*/
}
section.section_hero #hero-video-loop.show {
  visibility: visible;
}
section.section_hero #hero-video-loop.video-js {
  /*            position: absolute;
              width: 100%;*/
}
section.section_hero #hero-video-loop.video-js .vjs-tech {
  width: auto;
  min-width: 100%;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

section.accordion-section .accordion {
  margin-top: 30px;
}
section.accordion-section .accordion .accordion-item {
  margin-top: 10px;
}
section.accordion-section .accordion .accordion-item .content-format {
  font-size: 16px;
}
section.accordion-section .accordion .accordion-item .content-format.dash-bottom {
  font-size: 20px !important;
}
section.accordion-section .accordion .accordion-item .content-format.dash-bottom::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.accordion-section .accordion .accordion-item span.content-teaser {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.accordion-section .accordion .accordion-item .accordion-header {
  margin-bottom: 0px;
}
section.accordion-section .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 0 1.25rem 0;
}
section.accordion-section .accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  right: 40px;
  top: 0;
}
@media screen and (min-width: 850px) {
  section.accordion-section .accordion .accordion-item .accordion-header .accordion-button:after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  section.accordion-section .accordion .accordion-item .accordion-header .accordion-button h3.accordion__title {
    font-size: 20px !important;
  }
}
section.accordion-section .accordion .accordion-item .accordion-header .accordion-button span {
  display: none;
  /*              position: absolute;
                left: 0;
                top: 51px;*/
  width: 80%;
  font-size: 16px;
  line-height: 24px;
}
section.accordion-section .accordion .accordion-item .accordion-header .accordion-button.collapsed span {
  display: block;
}
section.accordion-section .content-format {
  font-size: 16px;
}
section.accordion-section .content-format.dash-bottom {
  font-size: 20px !important;
}
section.accordion-section .content-format.dash-bottom::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 40px;
}

section.section_films .filmographie-item {
  line-height: 1em;
}
section.section_films .filmographie-item .title-wrapper {
  width: 100%;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}
section.section_films .filmographie-item .title-wrapper .filmographie-item__year:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
section.section_films .filmographie-item .title-wrapper .filmographie-item__duration {
  font-style: italic;
  font-weight: 500;
}
section.section_films .filmographie-item .title-wrapper .filmographie-item__duration:before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
section.section_films .filmographie-item .filmographie-item__director {
  font-size: 0.9em;
}
section.section_films .filmographie-item .filmographie-item__director span {
  font-style: italic;
  color: #b2b2b2;
}
section.section_films .filmographie-item .filmographie-item__meta {
  font-size: 0.9em;
  line-height: 1.1em;
}
section.section_films .filmographie-item .filmographie-item__meta span:not(.filmographie-item__director) {
  padding: 0 10px;
}
section.section_films .filmographie-item .filmographie-item__meta:before {
  content: "//";
  display: inline-block;
  padding: 0 10px;
}
section.section_films .filmographie-item > span:nth-of-type(2).filmographie-item__meta:before {
  content: none;
}

/*.month-list {
    .month-list-item {
        display: none;

        &.active {
            display: block;
        }
    }

    button.month-list-item-next,
    button.month-list-item-prev {
        visibility: hidden;
    }
}*/
.event {
  display: none;
}
.event.active, .event.calendar-mode-1 {
  display: block;
}

.section_events.default-bg {
  background: white;
}
.section_events.default-bg:before {
  display: none;
}
.section_events.default-bg .section__inner {
  padding-top: 130px;
}
@media screen and (min-width: 568px) {
  .section_events.default-bg .section__inner {
    padding-top: 170px;
    padding-bottom: 10rem;
  }
}

.calendar a {
  color: #679cc7;
}
.calendar .calendar__title {
  color: #4d5d6b;
  hyphens: auto;
}
.calendar .month-list {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
  /*        button.month-list-item-next,
          button.month-list-item-prev {
              visibility: hidden;
          }*/
}
.calendar .month-list .month-list-item {
  display: none;
}
.calendar .month-list .month-list-item.active {
  display: block;
}
.calendar .month-list button {
  visibility: visible;
  background-color: transparent;
  border: none;
  color: #4d5d6b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.calendar .month-list button.month-list-item {
  width: 150px;
}
.calendar .month-list button.month-list-item-prev {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .calendar .month-list button.month-list-item-prev {
    margin-right: 110px;
  }
}
.calendar .month-list button.month-list-item-next {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .calendar .month-list button.month-list-item-next {
    margin-left: 110px;
  }
}
.calendar .month-list button[style="visibility:hidden;"] {
  visibility: visible;
  opacity: 0.3;
}
.calendar .event {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
  height: 240px;
  cursor: pointer;
  margin: 0;
  margin-bottom: 7px;
}
.calendar .event.collapsed {
  height: 585px;
}
.calendar .event.no_events_note {
  color: #4d5d6b;
  height: inherit;
}
.calendar .event .event-col {
  height: 100%;
  min-height: 240px;
  position: relative;
  flex-direction: row;
  --bs-gutter-x: 0;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col {
    padding: 21px 30px;
    display: flex;
    background-size: inherit;
  }
}
.calendar .event .event-col .ticket-link {
  z-index: 100;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #679cc7;
  border: none;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.calendar .event .event-col .ticket-link svg {
  width: 24px;
  height: auto;
}
.calendar .event .event-col .ticket-link svg path {
  fill: white;
  transition: all 0.4s ease-in-out;
}
.calendar .event .event-col .ticket-link:hover {
  background-color: #fff;
}
.calendar .event .event-col .ticket-link:hover svg path {
  fill: #4d5d6b;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .ticket-link {
    right: 25px;
    width: 40px;
    display: flex;
  }
}
.calendar .event .event-col .critique-link {
  opacity: 0;
  visibility: hidden;
  padding: 9px 5px 9px 15px;
  z-index: 100;
  cursor: pointer;
  width: auto;
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #679cc7;
  border: none;
  min-width: 250px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-decoration: none;
}
.calendar .event .event-col .critique-link svg {
  width: 13px;
  height: auto;
  margin-left: 10px;
}
.calendar .event .event-col .critique-link svg path {
  transition: all 0.4s ease-in-out;
}
.calendar .event .event-col .critique-link:hover {
  background-color: #fff;
  color: #000;
}
.calendar .event .event-col .critique-link:hover svg path {
  fill: #000;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .critique-link {
    position: absolute;
    bottom: 23px;
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container {
    width: 230px;
    margin-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .calendar .event .event-col .picture-container {
    margin-right: 140px;
  }
}
.calendar .event .event-col .picture-container .event-date {
  display: flex;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-date {
    margin-bottom: 6px;
  }
}
.calendar .event .event-col .picture-container .event-date .date-day {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .calendar .event .event-col .picture-container .event-date .date-day {
    font-size: 69px;
  }
}
.calendar .event .event-col .picture-container .event-date .date-month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-left: 6px;
  z-index: 99;
}
.calendar .event .event-col .picture-container .event-date .date-month span.day-name {
  font-weight: 400;
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
}
.calendar .event .event-col .picture-container .event-date .date-month span.day-name:after {
  content: "";
  width: 1px;
  height: 14px;
  display: block;
  position: absolute;
  background-color: white;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 1200px) {
  .calendar .event .event-col .picture-container .event-date .date-month {
    margin-top: -4px;
  }
}
.calendar .event .event-col .picture-container .event-info-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details {
    display: block;
  }
}
.calendar .event .event-col .picture-container .event-info-details .event-location {
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  z-index: 99;
  position: relative;
  display: flex;
}
.calendar .event .event-col .picture-container .event-info-details .event-location a {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details .event-location a {
    color: #679cc7;
  }
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details .event-location {
    color: #679cc7;
  }
}
.calendar .event .event-col .picture-container .event-info-details .event-location svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.calendar .event .event-col .picture-container .event-info-details .event-location svg path {
  fill: white;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details .event-location svg path {
    fill: #679cc7;
  }
}
.calendar .event .event-col .picture-container .event-info-details .event-location a {
  flex: 1;
}
.calendar .event .event-col .picture-container .event-info-details .event-location a .event-location_inner {
  line-height: 19px;
}
.calendar .event .event-col .picture-container .event-info-details .date-info {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: white;
  z-index: 99;
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details .date-info {
    color: #679cc7;
  }
}
.calendar .event .event-col .picture-container .event-info-details .date-info svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.calendar .event .event-col .picture-container .event-info-details .date-info svg path {
  fill: white;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .picture-container .event-info-details .date-info svg path {
    fill: #679cc7;
  }
}
.calendar .event .event-col .picture-container .event-info-details .date-info .date-info_inner {
  flex: 1;
}
.calendar .event .event-col .picture-container .gradient-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
  background-image: radial-gradient(rgba(215, 215, 215, 0), #000);
  opacity: 0.15;
}
.calendar .event .event-col .picture-container .hover-gradient-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: #000;
  transition: all 0.4s;
}
.calendar .event .event-col .event-info-container {
  flex: 1;
  padding-right: 30px;
  align-items: center;
  display: block;
  z-index: 99;
  position: relative;
  max-width: inherit;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container {
    max-width: 750px;
    padding-top: 20px;
    display: flex;
  }
}
.calendar .event .event-col .event-info-container .event-info {
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container .event-info {
    padding-top: 20px;
  }
}
.calendar .event .event-col .event-info-container .category-label {
  font-size: 16px !important;
  letter-spacing: 2px;
  z-index: 99;
  margin-bottom: 8px;
  color: white;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .calendar .event .event-col .event-info-container .category-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container .category-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container .category-label {
    color: #679cc7;
  }
}
.calendar .event .event-col .event-info-container h2.event-title {
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 8px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .calendar .event .event-col .event-info-container h2.event-title {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 39px;
    padding-top: 0;
  }
}
.calendar .event .event-col .event-info-container .event_date {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.calendar .event .event-col .event-info-container .event_date a {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container .event_date {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: flex;
  }
}
.calendar .event .event-col .event-info-container h4 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
}
.calendar .event .event-col .event-info-container h5.event-description {
  /*                    font-size: 15px;*/
  font-weight: 400;
  /*                    line-height: 18px;*/
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .calendar .event .event-col .event-info-container h5.event-description {
    height: 1.25em;
  }
}
.calendar .event .event-col:not(.no_bg_image):hover .hover-gradient-layer {
  opacity: 0.55;
}
.calendar .event .event-col:not(.no_bg_image):hover .picture-container .event-info-details .event-location svg path {
  fill: white;
}
.calendar .event .event-col:not(.no_bg_image):hover .picture-container .event-info-details .event-location a {
  color: white;
  text-decoration: underline;
}
.calendar .event .event-col.no_bg_image {
  position: relative;
}
.calendar .event .event-col.no_bg_image:before {
  content: "";
  width: 2px;
  background-color: #4d5d6b;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.calendar .event .event-col.no_bg_image:hover .picture-container .event-info-details .event-location svg path {
  fill: #4d5d6b;
}
.calendar .event .event-col.no_bg_image:hover .picture-container .event-info-details .event-location a {
  color: #4d5d6b;
  text-decoration: underline;
}
.calendar .event .event-col.no_bg_image .picture-container .gradient-layer,
.calendar .event .event-col.no_bg_image .picture-container .hover-gradient-layer {
  display: none;
}
.calendar .event .event-col.no_bg_image .picture-container .date-day,
.calendar .event .event-col.no_bg_image .picture-container .date-month {
  color: #4d5d6b;
}
.calendar .event .event-col.no_bg_image .event-info-container .category-label,
.calendar .event .event-col.no_bg_image .event-info-container h2.event-title,
.calendar .event .event-col.no_bg_image .event-info-container h5.event-description,
.calendar .event .event-col.no_bg_image .event-info-container .event_date,
.calendar .event .event-col.no_bg_image .event-info-container h4 {
  color: #4d5d6b;
}
.calendar .event .event-col.no_bg_image .ticket-link:hover {
  background-color: #4d5d6b;
}
.calendar .event .event-col.no_bg_image .ticket-link:hover svg path {
  fill: white;
}
.calendar .event .event-col.no_bg_image .critique-link:hover {
  background-color: #4d5d6b;
  color: white;
}
.calendar .event .event-col.no_bg_image .critique-link:hover svg path {
  fill: white;
}
.calendar .event .event-col .event-background-image {
  transform: scale(1.5);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
  filter: blur(20px);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
}
.calendar .event .event-col.hide_event_background {
  background-image: none !important;
  color: #4d5d6b;
}
.calendar .event .event-col.hide_event_background .gradient-layer,
.calendar .event .event-col.hide_event_background .hover-gradient-layer {
  display: none;
}
.calendar .event .event-col.hide_event_background .event-info-container .category-label {
  color: #4d5d6b;
}
.calendar .event .event-col.hide_event_background .event-background-image {
  display: none !important;
}
.calendar .event .event-col.hide_event_background a.critique-link:hover {
  background-color: #4d5d6b;
  color: white;
}
.calendar .event .event-col.hide_event_background a.critique-link:hover svg path {
  fill: white;
}
.calendar .event .event-col.hide_event_background:hover {
  color: #4d5d6b !important;
}
.calendar .event .event-col.hide_event_background:hover .picture-container .event-info-details .event-location a {
  color: #4d5d6b;
}
.calendar .event .event-col.hide_event_background:hover .event-location svg path {
  fill: #4d5d6b !important;
}
.calendar .event .event-col.hide_event_background:before {
  content: "";
  width: 2px;
  background-color: #4d5d6b;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.calendar .event.collapsed {
  height: auto;
}
@media screen and (min-width: 768px) {
  .calendar .event.collapsed {
    height: 585px;
  }
}
.calendar .event.collapsed .event-col {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .calendar .event.collapsed .event-col {
    padding-bottom: 15px;
  }
}
.calendar .event.collapsed .event-col .ticket-link {
  display: flex;
}
.calendar .event.collapsed .event-col .event-info-container {
  padding-top: 0;
}
.calendar .event.collapsed .event-col .event-info {
  padding-top: 0;
}
.calendar .event.collapsed .event-col .event-info h2.event-title {
  font-size: 32px;
  line-height: 32px;
}
.calendar .event.collapsed .event-col .event-info .event_date {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-bottom: 8px;
}
.calendar .event.collapsed .event-col .event-info h4 {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-bottom: 10px;
}
.calendar .event.collapsed .event-col .event-info h5.event-description {
  height: initial;
}
.calendar .event.collapsed .detail-link {
  visibility: visible;
  opacity: 1;
}
.calendar .event.collapsed .critique-link {
  opacity: 1;
  visibility: visible;
}

.contact__box .contact__box__list {
  margin-top: 2rem;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .contact__box .contact__box__list {
    margin-top: 0;
    margin-left: 50px;
  }
}
.contact__box .contact__box__list .row .p-0 {
  width: 20px;
}
.contact__box .contact__box__list .row .col-xs {
  flex: 1;
}

.content2-section {
  /*  Zufällige Kopie von "contact" - Bedeutung unklar - WKN   
  */
}
.content2-section .contact__box__list {
  margin-top: 2rem;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .content2-section .contact__box__list {
    margin-top: 0;
    margin-left: 50px;
  }
}
.content2-section .contact__box__list .row .p-0 {
  width: 20px;
}
.content2-section .contact__box__list .row .col-xs {
  flex: 1;
}

.content3-section .contact__box__list {
  margin-top: 2rem;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .content3-section .contact__box__list {
    margin-top: 0;
    margin-left: 50px;
  }
}
.content3-section .contact__box__list .row .p-0 {
  width: 20px;
}
.content3-section .contact__box__list .row .col-xs {
  flex: 1;
}

.form-section #fp-nav ul li a span:after {
  border-color: #000;
}
.form-section .container-lg {
  max-width: 600px;
}
.form-section .form-embed-object {
  height: calc(100vh - 160px);
  width: 100%;
  margin: 0 auto;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .form-section .form-embed-object h1 {
    color: red;
  }
}

section.section_not_visible .not_visible__title {
  color: red;
}
section.section_not_visible .align-items-center {
  align-items: center !important;
}
section.section_not_visible .row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding-bottom: 30px;
}
section.section_not_visible .text-block {
  margin-bottom: 30px;
}
section.section_not_visible button {
  border-radius: 0;
  min-width: 300px;
  border: none;
}

.__CbUiFrame.__PixWindow.__CbUiLayerFrame {
  color: #000000;
}

.__CbUiFrame.__CbUiDialogWindow.__CbUiLayerFrame {
  border-radius: 0px;
  border: none;
}
.__CbUiFrame.__CbUiDialogWindow.__CbUiLayerFrame .message-dialog-window {
  border-radius: 0px;
  border: none;
  padding-bottom: 100px;
}
.__CbUiFrame.__CbUiDialogWindow.__CbUiLayerFrame .message-dialog-window .message-dialog-heading {
  border: none;
}
.__CbUiFrame.__CbUiDialogWindow.__CbUiLayerFrame .message-dialog-window .message-dialog-content .__CbUiTextButton {
  border: 1px solid #404040;
  background: #404040;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 10px 60px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.__CbUiFrame.__CbUiDialogWindow.__CbUiLayerFrame .message-dialog-window .message-dialog-content .__CbUiTextButton:hover {
  background: #848282;
  color: white;
}

.payment-backgroundlayer {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .payment-backgroundlayer {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    opacity: 0.25;
  }
}

.payment-layer {
  background-color: white;
  z-index: 11;
  display: flex;
  position: absolute;
  display: none;
  margin: auto;
  width: 90%;
  height: auto;
  top: 0;
  left: 5%;
  padding: 0%;
  right: 0;
  margin: 0 auto;
  color: black;
}
@media screen and (min-width: 768px) {
  .payment-layer {
    display: none;
    margin: 0 auto;
    padding: 0;
    width: 930px;
    min-height: 350px;
    background-color: #fff;
    border-radius: 0;
    left: 0;
    top: 100px;
    opacity: 1;
    overflow: visible !important;
    position: absolute;
    right: 0;
  }
}
.payment-layer .payment-layer-content {
  color: black;
}
.payment-layer .payment-info-container .payment-img {
  width: 60% !important;
  height: auto !important;
  margin-right: 0px !important;
  background: #fff !important;
  margin: 10px auto !important;
}
.payment-layer .payment-info-container {
  width: 100%;
  display: inline-flex;
  margin-bottom: 30px;
  flex-direction: column;
}
.payment-layer .payment-title-container {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  text-align: center !important;
}
.payment-layer .braintree-heading, .payment-layer .braintree-placeholder {
  color: #233253;
  font-size: 12px !important;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
  font-weight: 500 !important;
}

body, html {
  font-family: "Source Sans Pro", sans-serif !important;
}
body.fp-viewing-calendar-anchor .header__logo svg g, html.fp-viewing-calendar-anchor .header__logo svg g {
  fill: #4d5d6b;
}

#fullpage p {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

.section__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 568px) {
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section__inner ul {
  padding: 20px;
}
.section__inner ol, .section__inner ul {
  margin-left: 50px;
}

main .section__inner {
  padding-top: 20vh;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  main .section__inner {
    padding-top: 10rem;
    /*        padding-bottom: 6rem;*/
    padding-bottom: 150px;
  }
}

.section_arrow {
  position: relative;
}
.section_arrow .nav_arrow {
  right: 50% !important;
  transform: translate(0, 0) !important;
  bottom: 50px !important;
  position: absolute !important;
}
.section_arrow .nav_arrow ul li {
  display: none !important;
}
.section_arrow .nav_arrow ul li a span {
  background-color: transparent !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
  position: relative !important;
  display: block !important;
  left: inherit !important;
  top: inherit !important;
}
.section_arrow .nav_arrow ul li a span:after {
  position: absolute;
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
  top: 0px;
  left: 10px;
}
.section_arrow .nav_arrow ul li:hover a span {
  margin: -2px 0 0 -2px !important;
}
.section_arrow .nav_arrow ul li.active + li {
  display: block !important;
}
.section_arrow.section_events .nav_arrow ul li a span::after {
  border-bottom: 2px solid #4d5d6b;
  border-right: 2px solid #4d5d6b;
}

.fp-controlArrow,
.section_arrow #fp-nav.nav_arrow,
.fp-nav,
.fp-slidesNav.bottom {
  opacity: 1;
  transition: 0.3s all;
}

.arrow_opacity_full {
  opacity: 0.2 !important;
}

.next_section {
  position: absolute;
  transform: rotate(180deg);
  left: 50%;
  bottom: 80px;
}

.default-bg {
  background-color: #414489;
}
.default-bg:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fp-controlArrow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fp-controlArrow {
    display: flex;
  }
}
.fp-controlArrow.fp-prev::before, .fp-controlArrow.fp-next::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent;
  margin-left: -20px;
  margin-top: -20px;
}
.fp-controlArrow.fp-next::before {
  margin-left: -40px;
  margin-top: -40px;
}

.fp-slides .fp-slidesContainer {
  background: #232323;
}
.fp-slides .fp-table {
  background-position: center;
}
.fp-slides .slide--background-image.image-handling-original {
  background-size: contain;
}
.fp-slides .slide--background-image.image-handling-original.image-min-lenght-not-pass {
  background-size: initial;
}
.fp-slides .slide--background-image.image-handling-standard.image-ar-ratio-portrait {
  background-size: auto 100%;
}
.fp-slides .slide--background-image.image-handling-standard.image-ar-ratio-landscape {
  background-size: cover;
}
.fp-slides .slide--background-image.image-hide-image-gradient:before {
  background: none;
}
.fp-slides .slide-no-background {
  position: relative;
}
.fp-slides .slide-no-background:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fp-controlArrow.fp-prev {
  box-shadow: -1px -1px 0 0 #808080;
  left: 46px;
}

.fp-controlArrow.fp-next {
  right: 46px;
}

#fp-nav.right:not(.nav_arrow) {
  bottom: 100px;
  top: inherit;
  transform: none;
  right: 60px;
}
@media screen and (max-width: 768px) {
  #fp-nav.right:not(.nav_arrow) {
    right: 30px !important;
  }
}
#fp-nav.right:not(.nav_arrow) ul li {
  display: block;
  height: 24px;
  width: 14px;
  position: relative;
  margin: 8px 0 0 0;
}
#fp-nav.right:not(.nav_arrow) ul li a span {
  background-color: transparent;
  border: 1px solid #9c9c9c;
  height: 24px;
  width: 12px;
  border-radius: 1px;
  margin: 0;
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  transition: 0.3s all;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3) !important;
}
#fp-nav.right:not(.nav_arrow) ul li.active a span {
  background-color: white;
  opacity: 0.5;
}
#fp-nav.right:not(.nav_arrow) ul li:hover a span {
  background-color: white;
}

.fp-slidesNav.bottom {
  bottom: 38px;
  text-align: right;
  left: inherit !important;
}
.fp-slidesNav.bottom ul {
  margin-right: 34px;
}
.fp-slidesNav.bottom ul li {
  height: 7px;
  width: 20px;
  position: relative;
  margin: 0 0 0 8px;
}
.fp-slidesNav.bottom ul li a span {
  background-color: transparent;
  border: 1px solid #9c9c9c;
  height: 5px;
  width: 20px;
  border-radius: 0px;
  margin: 0;
  display: block;
  left: inherit;
  top: inherit;
  position: relative;
  transition: 0.3s all;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 0;
}
.fp-slidesNav.bottom ul li a.active span {
  background-color: white;
  opacity: 0.5;
}
.fp-slidesNav.bottom ul li:hover a.active span {
  height: 5px;
  width: 20px;
  margin: 0;
  border-radius: inherit;
}
.fp-slidesNav.bottom ul li:hover a span {
  background-color: white;
}

.fp-slidesNav.bottom.active_pagination {
  display: flex;
  margin-right: 34px !important;
}
.fp-slidesNav.bottom.active_pagination ul {
  margin: 0;
}
.fp-slidesNav.bottom.active_pagination ul li {
  height: inherit;
  width: inherit;
  margin: 0;
}
.fp-slidesNav.bottom.active_pagination ul li a {
  display: none;
  margin-right: 7px;
}
.fp-slidesNav.bottom.active_pagination ul li a:hover {
  transform: none;
}
.fp-slidesNav.bottom.active_pagination ul li a span {
  border: none;
  background-color: transparent !important;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  /*                        height: inherit;
                          width: inherit;*/
  opacity: inherit;
  font-size: inherit;
}
.fp-slidesNav.bottom.active_pagination ul li a.active {
  display: block;
}
.fp-slidesNav.bottom.active_pagination .count_max_item {
  color: rgba(255, 255, 255, 0.5);
}

.dox_section {
  background-color: rgba(50, 50, 50, 0.3);
  padding: 50px 25px;
  text-align: center;
  margin: 25px 0;
  border-radius: 2px;
}
.dox_section .dox_wrapper {
  margin-bottom: 50px;
}
.dox_section .dox_wrapper:last-child {
  margin-bottom: 0;
}
.dox_section .dox_wrapper .dox_title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 22px;
}
.dox_section .dox_wrapper .dox_file_subtitle {
  margin-bottom: 6px;
}
.dox_section .dox_wrapper a.dox-download-link {
  text-decoration: none;
  padding: 10px 20px;
  border: 0;
  background: #fff;
  color: #000;
  border-radius: 2px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
  border-radius: 2px;
}
.dox_section .dox_wrapper a.dox-download-link:hover {
  background-color: black;
  color: white;
}

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