/* -------------------------------------------------- Colors */
/* -------------------------------------------------- Intranet */
/* -------------------------------------------------- Fonts */
/* -------------------------------------------------- Miscellaneous */
@font-face {
  font-family: "easyCMS";
  src: url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.eot?lhzi2k");
  src: url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.eot?lhzi2k#iefix") format("embedded-opentype"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.woff2?lhzi2k") format("woff2"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.ttf?lhzi2k") format("truetype"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.woff?lhzi2k") format("woff"), url("/kernel/globalMisc/fonts/easyCMS/fonts/easyCMS.svg?lhzi2k#easyCMS") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ecms {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "easyCMS" !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  /* Better Font Rendering =========== */
  speak: never;
  text-transform: none;
}

.ecms-arrow-down:before {
  content: "\e905";
}

.ecms-arrow-left:before {
  content: "\e901";
}

.ecms-arrow-right:before {
  content: "\e902";
}

.ecms-arrow-up:before {
  content: "\e906";
}

.ecms-chatgpt:before {
  content: "\e90c";
}

.ecms-check:before {
  content: "\e903";
}

.ecms-cross-full:before {
  content: "\e904";
}

.ecms-done:before {
  content: "\e907";
}

.ecms-expired:before {
  content: "\e908";
}

.ecms-failed:before {
  content: "\e909";
}

.ecms-glitter:before {
  content: "\e912";
}

.ecms-instagram:before {
  content: "\e90f";
}

.ecms-logo-TF:before {
  content: "\e900";
}

.ecms-open:before {
  content: "\e90a";
}

.ecms-pending:before {
  content: "\e90b";
}

.ecms-publish:before {
  content: "\e911";
}

.ecms-refund:before {
  content: "\e915";
}

.ecms-schauinsland:before {
  content: "\e910";
}

.ecms-star:before {
  content: "\e90d";
}

.ecms-tui:before {
  content: "\e90e";
}

/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- General Styles */
.selectListBox .ibox-tools {
  color: #1ab394;
  font-size: 16px;
  margin: -0.3rem 0 0 0;
  padding: 0;
}
.selectListBox .ibox-tools i {
  cursor: pointer;
}

.col-sm-9 > div.input-group {
  width: 100%;
}

.ms-parent .ms-choice {
  line-height: 2rem;
}
.ms-parent.form-control.col-sm-3 {
  z-index: inherit;
}

html .modal {
  overflow-y: auto;
  z-index: 920050 !important;
}
html .modal-header {
  justify-content: space-between !important;
}
html .modal-header button {
  order: 2;
}
html .modal-title {
  order: 1;
}
html .modal-backdrop {
  z-index: 920040 !important;
}
html .modal-dialog.custom {
  border-radius: 7px;
  overflow: hidden;
}
html .modal-dialog.custom iframe {
  border: none;
}

p.infotext {
  margin: 0;
  padding: 0;
}

.alert.alert-light {
  margin-bottom: 10px;
}

.imageBox img.img-thumbnail {
  margin-bottom: 10px;
}
.imageBox img.img-thumbnail .hide {
  margin: 0px;
}

p.imageSizeInfo {
  margin: 8px 0 10px 0px;
}
p.imageSizeInfo .label {
  margin-right: 10px;
}

.has-error .error-border {
  border: 1px solid #ed5565 !important;
}

.editImage {
  margin-bottom: 10px;
}

.has-error .form-control:focus,
.has-error .single-line:focus {
  border-color: #ed5565 !important;
}

input[data-name=chooseImage] {
  margin: 0 10px 5px 0;
}

.formTopBottom button, .formTopBottom input {
  margin-left: 10px;
}

form .panel,
.formContainer .panel {
  border: 0;
  border-radius: 0.1rem;
  max-width: 102.4rem;
  padding: 0;
  position: relative;
}
form .panel .panel-heading,
.formContainer .panel .panel-heading {
  align-items: center;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 1.5rem;
}
form .panel .panel-heading .panel-title,
.formContainer .panel .panel-heading .panel-title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
form .panel .panel-heading .panel-title h3,
.formContainer .panel .panel-heading .panel-title h3 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin: 0 1rem 0 0;
}
form .panel .panel-heading .fieldContainer,
.formContainer .panel .panel-heading .fieldContainer {
  float: right;
}
form .panel .panel-heading .buttons,
.formContainer .panel .panel-heading .buttons {
  float: right;
  text-align: right;
}
form .panel .panel-heading .buttons button,
.formContainer .panel .panel-heading .buttons button {
  margin-left: 1.5rem;
  width: 3.8rem;
}
form .panel .panel-heading .buttons button .fa-reply,
.formContainer .panel .panel-heading .buttons button .fa-reply {
  margin-left: -1px;
}
form .panel .panel-heading .statusRow,
.formContainer .panel .panel-heading .statusRow {
  display: flex;
  margin-top: 0.3rem;
}
form .panel .panel-heading .statusRow .status,
.formContainer .panel .panel-heading .statusRow .status {
  background: #7979ff;
  color: white;
  display: none;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  padding: 0.2rem 0.5rem;
}
form .panel .panel-heading .statusRow button,
.formContainer .panel .panel-heading .statusRow button {
  background: none;
  border: 0;
  display: none;
  font-size: 1.3rem;
  margin-right: 1.5rem;
  padding: 0;
}
form .panel .panel-heading .statusRow button:hover,
.formContainer .panel .panel-heading .statusRow button:hover {
  color: gray;
}
form .panel .panel-heading select,
.formContainer .panel .panel-heading select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  form .panel .panel-heading select,
  .formContainer .panel .panel-heading select {
    padding-right: 25px;
    width: 25rem;
  }
}
form .panel .nav.nav-pills a,
.formContainer .panel .nav.nav-pills a {
  border: 2px solid #fff;
}
form .panel .nav.nav-pills li.active,
.formContainer .panel .nav.nav-pills li.active {
  background: white;
  border: none;
}
form .panel .nav.nav-pills li.active a,
.formContainer .panel .nav.nav-pills li.active a {
  background: white;
  border-color: #ee901a;
  color: orange;
}
form .panel .panel-body > p.infotext,
.formContainer .panel .panel-body > p.infotext {
  padding: 1.5rem;
}

[data-page-name=newslettereditor] form .panel .panel-footer,
[data-page-name=newslettereditor] .formContainer .panel .panel-footer {
  max-width: 760px;
}

.form-group .optionRadiobox label {
  cursor: pointer;
}

html .hr-line-dashed {
  background: none;
  margin-bottom: 15px; /* bei Smartphone noch auf 5px reduzieren */
}

.form-control,
.single-line {
  outline: 0;
}
.form-control:focus,
.single-line:focus {
  border-color: #5892B7 !important;
  outline: 0;
}

textarea:focus {
  border: 0.1rem solid #5892B7;
  outline-color: #5892B7;
}

select.form-control {
  left: 0;
  margin: 0;
  padding-left: 1rem;
}

.input-group {
  position: relative;
  width: 100%;
}

.contentSelection {
  max-width: 300px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 0;
}
.form-horizontal .form-group .control-label {
  margin-bottom: 0;
  padding-left: 0;
}

.hr-line-dashed.tabSectionHeader {
  border-bottom: 1px dashed #e7eaec;
  border-color: #ADADAD !important;
  border-top: none;
  clear: both;
  color: #ee901a;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px 0 0 0;
  padding-right: 100px;
}

.hr-line-dashed.tabSectionHeader.noLabel {
  height: 0;
  margin-bottom: 15px;
  margin-top: 0px;
}

.tabContainer > :first-child {
  /* margin-top: 25px; */
}

.sectionHeadline .toggleSection {
  position: absolute;
  right: 2rem;
}
.sectionHeadline .toggleSection.fa-chevron-up {
  transform: rotate(90deg);
}

.tabContainer > .tabSectionHeader:first-child {
  margin-top: 20px;
}

.back-to-top {
  background: white;
  border: 2px solid gray;
  border-radius: 32px;
  color: #293846;
  font-size: 28px;
  font-weight: normal;
  height: 52px;
  padding: 2px 11px;
  position: fixed;
  right: 20px;
  top: 60px;
  width: 52px;
  z-index: 9999;
}

.panel-body-headline {
  align-items: center;
  border-bottom: 0.1rem solid #ddd;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}
.panel-body-headline h2 {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.hr-line-solid {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  clear: both;
}

.panel-body-section div:nth-last-child(2) .hr-line-solid {
  display: none;
}

.mr15 {
  padding-right: 15px;
  position: relative;
}

.formCollection .actions span, .formCollection .actions a {
  color: #676a6c;
  margin-right: 15px;
}
.formCollection .actions span i, .formCollection .actions a i {
  cursor: pointer;
}

.animated.fadeOutRight {
  animation-duration: 700ms;
}

.col-md-10 .alert-light {
  margin: 0;
  padding: 6px 0 0 0;
}

form.formContainer .panel .panel-body {
  padding: 1.5rem;
}
form.formContainer .panel .panel-body .form-group {
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.activatableTextarea .control-label {
  padding-top: 3px;
}

#mapSearch {
  margin-top: 15px;
}

.help-block {
  margin-bottom: 0px;
}

#formTabs {
  box-shadow: 0 0.5rem 1rem 0 #f1f1f1;
  display: flex;
  overflow-x: auto;
  padding: 1rem 1.5rem;
  z-index: 9999;
}
#formTabs .errorCounter {
  margin-left: 10px;
  padding: 3px 5px;
}
#formTabs .tab {
  margin-right: 1rem;
}
#formTabs .tab div {
  border: 0.1rem solid #fff;
  padding: 0.5rem 1.5rem;
}
#formTabs .tab div a {
  color: #a7b1c2;
  display: flex;
  font-weight: 400;
  white-space: nowrap;
}
#formTabs .tab div:hover {
  background-color: #eee;
}
#formTabs .tab.active div {
  border-color: #ee901a;
}
#formTabs .tab.active div:hover {
  background: none;
}
#formTabs .tab.active a {
  color: orange;
}

.btn-group.lightShadow {
  border-radius: 3px;
  overflow: hidden;
}

.lightShadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

html .toggleContentSize {
  outline: 0px auto rgba(255, 255, 255, 0) !important;
}

html .toggleContentSize.focus:not(:hover), html .toggleContentSize:focus:not(:hover) {
  background-color: inherit;
  border-color: #c2c2c2;
  color: inherit;
}

html .toggleContentSize.active.focus, html .toggleContentSize.active:focus {
  background-color: #bababa;
  border-color: #bababa;
  color: white;
}

.input-group-addon:hover {
  border: 1px solid #C5C5C5;
  cursor: pointer;
}

.input-clear {
  background-color: white;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.input-clear:hover {
  border: 1px solid #C5C5C5;
  cursor: pointer;
}

.wrapper-content:after {
  clear: both;
  content: " ";
  display: table;
}

form .offerCollection .panel-body, form .tableCollection .panel-body {
  background: white;
  padding: 15px 0px;
}
form .offerCollection .panel-body .table tr > th:first-child, form .offerCollection .panel-body .table tr > td:first-child, form .tableCollection .panel-body .table tr > th:first-child, form .tableCollection .panel-body .table tr > td:first-child {
  padding-left: 45px;
}
form .offerCollection .panel-body i.fa, form .tableCollection .panel-body i.fa {
  cursor: pointer;
}

form .tableCollection .panel-body-headline .smallText {
  margin-top: 5px;
}
form .tableCollection .panel-body-headline .actions {
  margin-top: 1px;
}

@media (max-width: 767px) {
  form .offerCollection .panel-body .table tr > th:first-child, form .offerCollection .panel-body .table tr > td:first-child, form .tableCollection .panel-body .table tr > th:first-child, form .tableCollection .panel-body .table tr > td:first-child {
    padding-left: 15px;
  }
}
iframe {
  border: none;
  transition: height 0.5s;
}

.actions.input-group-btn .btn-default {
  border-color: #ddd;
}

.wrapper-content {
  padding: 0px;
}

#sidebar-left {
  background: #f7f7f7;
  border-right: 1px solid #ddd;
  height: 100%;
  margin: 0px;
  overflow-x: scroll;
  padding-bottom: 20px;
  position: absolute;
  width: 300px;
  z-index: 9;
}
#sidebar-left ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#sidebar-left li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 15px 15px;
  position: relative;
  width: 100%;
}
#sidebar-left li.selectHistory {
  cursor: pointer;
  min-height: 70px;
}
#sidebar-left li.search i.fa {
  background: rgba(255, 255, 255, 0);
  content: "\f00d";
  cursor: pointer;
  display: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  position: absolute;
  right: 1.7rem;
  top: 2.5rem;
}
#sidebar-left li.search .inputWrapper.active i.fa {
  display: block;
}
#sidebar-left li.selected {
  border-left: 6px solid #9a9a9a;
  padding-left: 10px;
}
#sidebar-left li.disabled {
  cursor: not-allowed;
}
#sidebar-left li.noEntries {
  text-align: center;
}
#sidebar-left li .subsection:before, #sidebar-left li .subsection:after {
  content: " ";
  display: block;
}
#sidebar-left ul:nth-child(even) {
  background: white;
}
#sidebar-left li:nth-child(even) {
  background: white;
}
#sidebar-left li:nth-child(even) .historyNr {
  color: #D5D5D5;
}
#sidebar-left .space-left {
  background-color: springgreen;
  border-radius: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#sidebar-left .space-left.draft {
  background-color: #ef8a28;
}
#sidebar-left .details-left {
  float: left;
  font-size: 12px;
  margin-left: 35px;
  width: 188px;
}
#sidebar-left .details-right {
  bottom: 15px;
  font-size: 12px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 30px;
}
#sidebar-left .date {
  float: left;
  font-size: 11px;
  font-style: italic;
}
#sidebar-left .time {
  float: right;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  width: 100%;
}
#sidebar-left .historyAction {
  clear: both;
  color: #676a6c;
  font-style: italic;
  padding-top: 3px;
}
#sidebar-left .historyNr {
  color: #bcbcbc;
  font-size: 20px;
  height: 100%;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 100%;
}
#sidebar-left .user {
  clear: both;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  text-transform: uppercase;
}
#sidebar-left .fa {
  margin: 0px 10px;
}
#sidebar-left .changes {
  font-size: 11px;
}
#sidebar-left .changes .subsectiontitle {
  font-weight: bold;
}
#sidebar-left .changes .new {
  color: forestgreen;
}
#sidebar-left .changes .removed {
  color: darkred;
  text-decoration: line-through;
}

.checkboxesCollection .checkbox label {
  padding: 0 30px 0 10px;
  position: relative;
}
.checkboxesCollection .icheckbox_square-orange {
  float: left;
}
.checkboxesCollection .fieldContainer {
  padding: 0px;
}

.selectWrapper,
.customselectWrapper {
  min-width: 10rem;
  padding: 0 !important;
  position: relative;
}
.selectWrapper:after,
.customselectWrapper:after {
  background: rgba(255, 255, 255, 0);
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
}
.selectWrapper select,
.customselectWrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.selectWrapper select::-ms-expand,
.customselectWrapper select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .select2 {
    width: 100% !important;
  }
}
.select2 .select2-selection {
  height: 3.4rem;
  outline: 0;
}
.select2 .select2-selection .select2-selection__rendered {
  line-height: 3.4rem;
}
.select2 .select2-selection .select2-selection__arrow {
  display: none;
}

.emptyFormInfoText {
  margin-bottom: 60px;
  margin-top: 15px;
}

.onClickShowDraftData {
  width: auto;
}

#sidebar-left {
  display: none;
}

#sidebar-left {
  animation-duration: 0.5s;
  animation-name: width0;
  display: none;
}

#inner-page-wrapper {
  animation-duration: 0.5s;
  animation-name: marginleft0;
  margin-left: 0;
}

#page-wrapper.showSidebar #sidebar-left {
  animation-duration: 0.5s;
  animation-name: width300;
  display: block;
  width: 300px;
}
#page-wrapper.showSidebar #inner-page-wrapper {
  animation-duration: 0.5s;
  animation-name: marginleft300;
  margin-left: 300px;
}

.onClickToggleHistoryList {
  float: left;
  height: 34px;
  margin-left: 15px;
  width: 38px;
}
.onClickToggleHistoryList .onoffswitch-label {
  border: 1px solid #c2c2c2 !important;
  color: #676a6c;
  height: 100%;
}
.onClickToggleHistoryList .onoffswitch-switch {
  border: 1px solid #c2c2c2 !important;
  border-width: 0px !important;
  left: 0px;
  right: unset;
  width: 0px;
}
.onClickToggleHistoryList .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  border-width: 1px !important;
  width: 10px;
}
.onClickToggleHistoryList .onoffswitch-inner:before {
  background-color: white;
  color: #ffffff;
  color: #EE901A !important;
  color: #676a6c;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900 !important;
  font-weight: normal;
  height: 100%;
  padding: 8px;
  padding-left: 15px;
}
.onClickToggleHistoryList .onoffswitch-inner:after {
  background-color: white;
  color: #919191;
  color: #676a6c;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900 !important;
  font-weight: normal;
  height: 100%;
  padding: 8px;
  padding-right: 13px;
  text-align: right;
}

.disableCopy .btn.copy {
  display: none;
}

#facebookButton {
  background: #4267b2;
  border: none;
  height: 34px;
  position: relative;
}
#facebookButton i {
  font-size: 2rem;
  left: 0.9rem;
  position: absolute;
  top: 0.8rem;
}

#fbLogout {
  background-color: transparent;
  border: none !important;
  padding: 0;
}

.fbPage a {
  font-weight: bold;
}

.dotsContainer {
  align-items: center;
  background: rgba(224, 224, 224, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.dots {
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  line-height: 10px;
  position: relative;
  text-align: center;
}
.dots > span {
  animation: blink 1.4s infinite both;
}
.dots > span:nth-child(2) {
  animation-delay: 0.2s;
}
.dots > span:nth-child(3) {
  animation-delay: 0.4s;
}

.fstToggleBtn {
  padding: 0;
}
.fstToggleBtn:after {
  display: none;
}

.fstQueryInput {
  border: 0 !important;
}

.panel-footer {
  background: #fff;
  border-top: 0;
  bottom: 0;
  box-shadow: 0 -0.3rem 0.5rem 0 #f1f1f1;
  max-width: 102.4rem;
  padding: 1.5rem;
  position: fixed;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.panel-footer.sticky {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  max-height: 10rem;
  z-index: 2;
}
.panel-footer input, .panel-footer > button, .panel-footer .btn-group {
  box-shadow: none;
  margin-left: 1rem;
  outline: 0;
}
.panel-footer i {
  font-size: 22px;
  margin: 6px 0 0 -57px;
  position: absolute;
}

.expiCardModal .modal-header {
  align-items: center;
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
.expiCardModal .modal-header .close {
  margin: 0;
}

@keyframes width300 {
  0% {
    width: 0px;
  }
  100% {
    width: 0px;
  }
}
@keyframes marginleft300 {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 300px;
  }
}
@keyframes width0 {
  0% {
    width: 300px;
  }
  100% {
    width: 0px;
  }
}
@keyframes marginleft0 {
  0% {
    margin-left: 300px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(0);
  }
}
/*# sourceMappingURL=custom.css.map */
