* {
  margin: 0;
  outline-style: none;
}
.nowrap {
  white-space: nowrap;
}
.breakwords {
  word-break: break-word;
}
.content {
  padding-bottom: 50px;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
@font-face {
  font-family: LobenVariable;
  src: url('/assets/fonts/LobenVariableVF.ttf');
}
.font_s {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_s {
    font-size: 9px;
    line-height: 12px;
  }
}
.font_s_bold {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .font_s_bold {
    font-size: 9px;
    line-height: 12px;
  }
}
.font_m {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_m {
    font-size: 10px;
    line-height: 14px;
  }
}
.font_m_bold {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .font_m_bold {
    font-size: 10px;
    line-height: 14px;
  }
}
.font_m2 {
  font-size: 16px;
  line-height: 22px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_m2 {
    font-size: 12px;
    line-height: 16.5px;
  }
}
.font_m2_bold {
  font-size: 16px;
  line-height: 22px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .font_m2_bold {
    font-size: 12px;
    line-height: 16.5px;
  }
}
.font_l {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_l {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.font_l_bold {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .font_l_bold {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.font_xl {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_xl {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.font_xl2 {
  font-size: 44px;
  line-height: 80px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .font_xl2 {
    font-size: 33px;
    line-height: 60px;
  }
}
.font_xxl {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .font_xxl {
    font-size: 36px;
    line-height: 39px;
  }
}
b,
strong {
  font-variation-settings: 'wght' 700;
}
.ikonButton {
  display: inline-block;
  border-radius: 29px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  padding: 6px 15px 4px 15px;
}
@media (max-width: 768px) {
  .ikonButton {
    font-size: 9px;
    line-height: 12px;
  }
}
.ikonButton.small {
  padding: 2px 10px;
}
.ikonButton.medium {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .ikonButton.medium {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.ikonButton.large {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  padding: 6px 15px 4px 15px;
}
@media (max-width: 768px) {
  .ikonButton.large {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .ikonButton.large {
    padding: 5px 8px 2px 8px;
  }
}
.ikonButton.numberButton {
  height: 39px;
  min-width: 39px;
  padding: 3px 5px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (max-width: 768px) {
  .ikonButton.numberButton {
    padding: 5px 5px 0 5px;
  }
}
.ikonButton.numberButton.extraTop10 {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ikonButton.numberButton.extraTop10 {
    margin-top: 0;
  }
}
.ikonButton.infoButton {
  width: 21px;
  height: 21px;
  padding: 3px 0 0 0;
  margin-top: 0px;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 768px) {
  .ikonButton.infoButton {
    padding: 4px 0 0 0;
  }
}
.upDownArrow {
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 14px;
  margin-left: 5px;
}
body {
  font-family: LobenVariable;
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  padding-top: 45px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  body {
    font-size: 10px;
    line-height: 14px;
  }
}
body a {
  text-decoration: none;
}
body hr.hr1 {
  opacity: 0.6;
}
body.darkmode {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
body.darkmode .content {
  background-color: #0d0d0d;
}
body.darkmode a,
body.darkmode a:hover,
body.darkmode a:active,
body.darkmode a:visited {
  color: #f3f3f3;
}
body.darkmode a.ikonYellow,
body.darkmode a:hover.ikonYellow,
body.darkmode a:active.ikonYellow,
body.darkmode a:visited.ikonYellow {
  color: #1f1f1f;
}
body.darkmode hr.hr1 {
  border-top: 1px solid #f3f3f3;
}
body.darkmode hr.hr2 {
  border-top: 1px solid #f3f3f3;
}
body.darkmode .ikonButton {
  background-color: #2c2c2c;
  color: #f3f3f3;
}
body.darkmode .ikonButton:hover {
  background-color: #4b4b4b;
}
body.darkmode .ikonButton.ikonYellow {
  background-color: #f0532a;
}
body.darkmode .ikonButton.ikonYellow:hover {
  background-color: #f8704c;
}
body.darkmode .ikonButton.blank {
  background-color: transparent;
  border: 2px solid #f3f3f3;
}
body.darkmode .ikonButton.blank:not(.numberButton):not(.infoButton):hover {
  color: #1f1f1f;
  background-color: #ffffff;
}
body.darkmode .rightarrow {
  background: url("/assets/images/icons/rightarrow1.svg") no-repeat;
  border: none;
}
body.darkmode .leftarrow {
  background: url("/assets/images/icons/leftarrow1.svg") no-repeat;
}
body.darkmode .upDownArrow {
  background: url("/assets/images/icons/updownarrow1.png") no-repeat;
}
body.darkmode .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #2c2c2c;
}
body.lightmode {
  background-color: #ebebeb;
  color: #1f1f1f;
}
body.lightmode .content {
  background-color: #ebebeb;
}
body.lightmode a,
body.lightmode a:hover,
body.lightmode a:active,
body.lightmode a:visited {
  color: #1f1f1f;
}
body.lightmode hr.hr1 {
  border-top: 1px solid #1f1f1f;
}
body.lightmode hr.hr2 {
  border-top: 1px solid #1f1f1f;
}
body.lightmode .ikonButton {
  background-color: #d3d3d3;
  color: #1f1f1f;
}
body.lightmode .ikonButton:hover {
  background-color: #b9b9b9;
}
body.lightmode .ikonButton.ikonYellow {
  background-color: #f0532a;
  color: #ebebeb;
}
body.lightmode .ikonButton.ikonYellow:hover {
  background-color: #f8704c;
}
body.lightmode .ikonButton.blank {
  background-color: transparent;
  border: 2px solid #1f1f1f;
}
body.lightmode .ikonButton.blank:not(.numberButton):not(.infoButton):hover {
  color: #fefefe;
  background-color: #1f1f1f;
}
body.lightmode .rightarrow {
  background: url("/assets/images/icons/rightarrow2.svg") no-repeat;
}
body.lightmode .leftarrow {
  background: url("/assets/images/icons/leftarrow2.svg") no-repeat;
}
body.lightmode .upDownArrow {
  background: url("/assets/images/icons/updownarrow2.png") no-repeat;
}
body.lightmode .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #d3d3d3;
}
body .rightarrow,
body .leftarrow {
  display: inline-block;
  width: 32px;
  height: 32px;
}
body .videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
body .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .help-block {
  color: #f0532a;
  display: block;
}
body .link {
  cursor: pointer;
}
body input[type="checkbox"].ikonCheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body input[type="checkbox"].ikonCheckbox + i.bi-square {
  margin-right: 5px;
  display: inline-block;
}
body input[type="checkbox"].ikonCheckbox + i.bi-square + i.bi-check-square {
  margin-right: 5px;
  display: none;
}
body input[type="checkbox"].ikonCheckbox:checked + i.bi-square {
  display: none;
}
body input[type="checkbox"].ikonCheckbox:checked + i.bi-square + i.bi-check-square {
  display: inline-block;
}
#page-transition {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  z-index: 9999;
  transition: height 0.35s ease-in-out;
}
.darkmode #page-transition {
  background: #0d0d0d;
}
.lightmode #page-transition {
  background: #ebebeb;
}
ol li[data-list='bullet']:not(.ql-editor ol li[data-list='bullet']) {
  list-style-type: disc;
}
.ql-size-large {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .ql-size-large {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.ql-indent-1 {
  margin-left: 25px;
}
.errors .m1 {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .errors .m1 {
    font-size: 36px;
    line-height: 39px;
  }
}
.errors .m2 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .errors .m2 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.errors .m3,
.errors .m4 {
  margin-top: 30px;
}
.errors .m5 {
  padding-top: 30px;
}
.errors .m5 .leftarrow {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.errors .m5 .back {
  display: inline-block;
  margin-left: 5px;
}
.errors #canvas3d {
  width: 100% !important;
  max-width: 600px !important;
}
.vAlignCenterFlex {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .loginform .ikonForm {
    width: 100%;
  }
}
i.bi.bi-asterisk.required {
  font-size: 12px;
  color: #f0532a;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.darkmode .header {
  background-color: #0d0d0d;
}
.darkmode .header .ikonLogo {
  background: url("/assets/images/logos/ikon1.svg") no-repeat center;
}
.darkmode .header .darkLightModeLogo {
  background: url("/assets/images/icons/darkLightMode1b.svg") no-repeat center;
}
.darkmode .header .darkLightModeLogo:hover {
  filter: brightness(1.6);
}
.darkmode .header .search {
  background: url("/assets/images/icons/search1.svg") no-repeat center;
}
.darkmode .header .hamburger {
  background: url("/assets/images/icons/hamburger1.svg") no-repeat center;
}
.lightmode .header {
  background-color: #ebebeb;
}
.lightmode .header .ikonLogo {
  background: url("/assets/images/logos/ikon2.svg") no-repeat center;
}
.lightmode .header .darkLightModeLogo {
  background: url("/assets/images/icons/darkLightMode2b.svg") no-repeat center;
}
.lightmode .header .darkLightModeLogo:hover {
  filter: brightness(0.9);
}
.lightmode .header .search {
  background: url("/assets/images/icons/search2.svg") no-repeat center;
}
.lightmode .header .hamburger {
  background: url("/assets/images/icons/hamburger2.svg") no-repeat center;
}
.header {
  top: 0;
  width: 100%;
  height: 45px;
  padding-top: 8px;
  z-index: 15;
}
.header .middleblock {
  padding-top: 2px;
}
.header .hDiv {
  display: inline-block;
  height: 29px;
}
.header .artRoll,
.header .artAkkord,
.header .newsletterLink {
  margin-right: 5px;
  vertical-align: top;
}
.header .ikonLogo {
  width: 73px;
  height: 27px;
}
.header #darkLightMode {
  margin-right: 5px;
  vertical-align: top;
}
.header .darkLightModeLogo {
  width: 26px;
  height: 26px;
}
@media (max-width: 768px) {
  .header .darkLightModeLogo {
    width: 22px;
    height: 22px;
  }
}
.header .search {
  width: 23px;
  height: 29px;
  margin-right: 5px;
  cursor: pointer;
}
.header .hamburger {
  width: 26px;
  height: 29px;
}
.header #darkLightMode {
  cursor: pointer;
}
.header .hamburger-dropdown {
  top: 45px !important;
  border: none;
  border-radius: 0 !important;
}
#hamburgerContent {
  padding-left: 12px;
  padding-right: 20px;
  padding-bottom: 25px;
}
#hamburgerContent a {
  display: block;
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
  padding-left: 5px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  #hamburgerContent a {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
#hamburgerContent a:not(.ikonButton):hover {
  padding-left: 20px;
  font-variation-settings: 'wght' 700;
}
#hamburgerContent .ikonButton {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-bottom: 15px;
  padding-left: inherit;
  transition: none;
}
@media (max-width: 768px) {
  #hamburgerContent .ikonButton {
    font-size: 15px;
    line-height: 19.5px;
  }
}
#hamburgerContent .darkLightModeLink {
  vertical-align: middle;
  cursor: pointer;
}
#hamburgerContent .darkLightModeLink .darkLightModeLogo {
  width: 29px;
  height: 29px;
}
#searchContent,
#portfolioSearchForm,
#archivumSearchForm,
.ikonForm {
  padding-top: 25px;
}
#searchContent #searchIcon1,
#portfolioSearchForm #searchIcon1,
#archivumSearchForm #searchIcon1,
.ikonForm #searchIcon1 {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: sub;
}
#searchContent input[type="text"],
#portfolioSearchForm input[type="text"],
#archivumSearchForm input[type="text"],
.ikonForm input[type="text"],
#searchContent input[type="password"],
#portfolioSearchForm input[type="password"],
#archivumSearchForm input[type="password"],
.ikonForm input[type="password"] {
  width: 80%;
  border: none;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  #searchContent input[type="text"],
  #portfolioSearchForm input[type="text"],
  #archivumSearchForm input[type="text"],
  .ikonForm input[type="text"],
  #searchContent input[type="password"],
  #portfolioSearchForm input[type="password"],
  #archivumSearchForm input[type="password"],
  .ikonForm input[type="password"] {
    font-size: 15px;
    line-height: 19.5px;
  }
}
#searchContent .scopeButton,
#portfolioSearchForm .scopeButton,
#archivumSearchForm .scopeButton,
.ikonForm .scopeButton {
  vertical-align: super;
  cursor: pointer;
}
#searchContent .submitButton,
#portfolioSearchForm .submitButton,
#archivumSearchForm .submitButton,
.ikonForm .submitButton {
  vertical-align: baseline;
}
.ikonForm .label {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .ikonForm .label {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.ikonForm .label.labelWithButton {
  margin-top: 45px;
  margin-bottom: 5px;
}
.ikonForm .searchBox {
  /*padding: 5px 10px;*/
  /*border-radius: 10px;*/
  margin-top: 10px;
  padding: 10px 10px;
  border-radius: 10px;
}
.ikonForm .searchBox input[type="text"],
.ikonForm .searchBox input[type="password"],
.ikonForm .searchBox select {
  width: 100%;
  border: none;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .ikonForm .searchBox input[type="text"],
  .ikonForm .searchBox input[type="password"],
  .ikonForm .searchBox select {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.ikonForm .checkboxBox {
  margin-top: 10px;
  padding: 5px 0;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .ikonForm .checkboxBox {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.ikonForm .checkboxBox label {
  cursor: pointer;
}
#searchContent {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
#searchContent .submitButton {
  vertical-align: bottom;
}
.darkmode #searchContent #searchIcon1,
.darkmode #portfolioSearchForm #searchIcon1,
.darkmode #archivumSearchForm #searchIcon1,
.darkmode .ikonForm #searchIcon1 {
  background: url("/assets/images/icons/search1.svg") no-repeat center;
}
.darkmode #searchContent input[type="text"],
.darkmode #portfolioSearchForm input[type="text"],
.darkmode #archivumSearchForm input[type="text"],
.darkmode .ikonForm input[type="text"],
.darkmode #searchContent input[type="password"],
.darkmode #portfolioSearchForm input[type="password"],
.darkmode #archivumSearchForm input[type="password"],
.darkmode .ikonForm input[type="password"],
.darkmode #searchContent select,
.darkmode #portfolioSearchForm select,
.darkmode #archivumSearchForm select,
.darkmode .ikonForm select {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
.darkmode #searchContent input[type="text"]::placeholder,
.darkmode #portfolioSearchForm input[type="text"]::placeholder,
.darkmode #archivumSearchForm input[type="text"]::placeholder,
.darkmode .ikonForm input[type="text"]::placeholder,
.darkmode #searchContent input[type="password"]::placeholder,
.darkmode #portfolioSearchForm input[type="password"]::placeholder,
.darkmode #archivumSearchForm input[type="password"]::placeholder,
.darkmode .ikonForm input[type="password"]::placeholder,
.darkmode #searchContent select::placeholder,
.darkmode #portfolioSearchForm select::placeholder,
.darkmode #archivumSearchForm select::placeholder,
.darkmode .ikonForm select::placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}
.darkmode #searchContent input[type="text"]:-webkit-autofill,
.darkmode #portfolioSearchForm input[type="text"]:-webkit-autofill,
.darkmode #archivumSearchForm input[type="text"]:-webkit-autofill,
.darkmode .ikonForm input[type="text"]:-webkit-autofill,
.darkmode #searchContent input[type="password"]:-webkit-autofill,
.darkmode #portfolioSearchForm input[type="password"]:-webkit-autofill,
.darkmode #archivumSearchForm input[type="password"]:-webkit-autofill,
.darkmode .ikonForm input[type="password"]:-webkit-autofill,
.darkmode #searchContent select:-webkit-autofill,
.darkmode #portfolioSearchForm select:-webkit-autofill,
.darkmode #archivumSearchForm select:-webkit-autofill,
.darkmode .ikonForm select:-webkit-autofill,
.darkmode #searchContent input[type="text"]:-webkit-autofill:focus,
.darkmode #portfolioSearchForm input[type="text"]:-webkit-autofill:focus,
.darkmode #archivumSearchForm input[type="text"]:-webkit-autofill:focus,
.darkmode .ikonForm input[type="text"]:-webkit-autofill:focus,
.darkmode #searchContent input[type="password"]:-webkit-autofill:focus,
.darkmode #portfolioSearchForm input[type="password"]:-webkit-autofill:focus,
.darkmode #archivumSearchForm input[type="password"]:-webkit-autofill:focus,
.darkmode .ikonForm input[type="password"]:-webkit-autofill:focus,
.darkmode #searchContent select:-webkit-autofill:focus,
.darkmode #portfolioSearchForm select:-webkit-autofill:focus,
.darkmode #archivumSearchForm select:-webkit-autofill:focus,
.darkmode .ikonForm select:-webkit-autofill:focus,
.darkmode #searchContent input[type="text"]:-webkit-autofill:active,
.darkmode #portfolioSearchForm input[type="text"]:-webkit-autofill:active,
.darkmode #archivumSearchForm input[type="text"]:-webkit-autofill:active,
.darkmode .ikonForm input[type="text"]:-webkit-autofill:active,
.darkmode #searchContent input[type="password"]:-webkit-autofill:active,
.darkmode #portfolioSearchForm input[type="password"]:-webkit-autofill:active,
.darkmode #archivumSearchForm input[type="password"]:-webkit-autofill:active,
.darkmode .ikonForm input[type="password"]:-webkit-autofill:active,
.darkmode #searchContent select:-webkit-autofill:active,
.darkmode #portfolioSearchForm select:-webkit-autofill:active,
.darkmode #archivumSearchForm select:-webkit-autofill:active,
.darkmode .ikonForm select:-webkit-autofill:active,
.darkmode #searchContent input[type="text"]:-webkit-autofill:hover,
.darkmode #portfolioSearchForm input[type="text"]:-webkit-autofill:hover,
.darkmode #archivumSearchForm input[type="text"]:-webkit-autofill:hover,
.darkmode .ikonForm input[type="text"]:-webkit-autofill:hover,
.darkmode #searchContent input[type="password"]:-webkit-autofill:hover,
.darkmode #portfolioSearchForm input[type="password"]:-webkit-autofill:hover,
.darkmode #archivumSearchForm input[type="password"]:-webkit-autofill:hover,
.darkmode .ikonForm input[type="password"]:-webkit-autofill:hover,
.darkmode #searchContent select:-webkit-autofill:hover,
.darkmode #portfolioSearchForm select:-webkit-autofill:hover,
.darkmode #archivumSearchForm select:-webkit-autofill:hover,
.darkmode .ikonForm select:-webkit-autofill:hover {
  background-color: #0d0d0d !important;
  -webkit-text-fill-color: #f3f3f3 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.darkmode #searchContent .scopeButton,
.darkmode #portfolioSearchForm .scopeButton,
.darkmode #archivumSearchForm .scopeButton,
.darkmode .ikonForm .scopeButton,
.darkmode #searchContent .submitButton,
.darkmode #portfolioSearchForm .submitButton,
.darkmode #archivumSearchForm .submitButton,
.darkmode .ikonForm .submitButton {
  color: #f3f3f3;
}
.darkmode #searchContent .scopeButton.selected,
.darkmode #portfolioSearchForm .scopeButton.selected,
.darkmode #archivumSearchForm .scopeButton.selected,
.darkmode .ikonForm .scopeButton.selected {
  background-color: #f3f3f3;
  color: #1f1f1f;
}
.darkmode .ikonForm .searchBox {
  border: 0.5px solid #f3f3f380;
}
.darkmode .ikonForm .ikonFileUpload {
  color: #0d0d0d;
}
.darkmode .hamburger-dropdown {
  background-color: #0d0d0d;
}
.lightmode #searchContent #searchIcon1,
.lightmode #portfolioSearchForm #searchIcon1,
.lightmode #archivumSearchForm #searchIcon1,
.lightmode .ikonForm #searchIcon1 {
  background: url("/assets/images/icons/search2.svg") no-repeat center;
}
.lightmode #searchContent input[type="text"],
.lightmode #portfolioSearchForm input[type="text"],
.lightmode #archivumSearchForm input[type="text"],
.lightmode .ikonForm input[type="text"],
.lightmode #searchContent input[type="password"],
.lightmode #portfolioSearchForm input[type="password"],
.lightmode #archivumSearchForm input[type="password"],
.lightmode .ikonForm input[type="password"],
.lightmode #searchContent select,
.lightmode #portfolioSearchForm select,
.lightmode #archivumSearchForm select,
.lightmode .ikonForm select {
  background-color: #ebebeb;
  color: #1f1f1f;
}
.lightmode #searchContent input[type="text"]:-webkit-autofill,
.lightmode #portfolioSearchForm input[type="text"]:-webkit-autofill,
.lightmode #archivumSearchForm input[type="text"]:-webkit-autofill,
.lightmode .ikonForm input[type="text"]:-webkit-autofill,
.lightmode #searchContent input[type="password"]:-webkit-autofill,
.lightmode #portfolioSearchForm input[type="password"]:-webkit-autofill,
.lightmode #archivumSearchForm input[type="password"]:-webkit-autofill,
.lightmode .ikonForm input[type="password"]:-webkit-autofill,
.lightmode #searchContent select:-webkit-autofill,
.lightmode #portfolioSearchForm select:-webkit-autofill,
.lightmode #archivumSearchForm select:-webkit-autofill,
.lightmode .ikonForm select:-webkit-autofill,
.lightmode #searchContent input[type="text"]:-webkit-autofill:focus,
.lightmode #portfolioSearchForm input[type="text"]:-webkit-autofill:focus,
.lightmode #archivumSearchForm input[type="text"]:-webkit-autofill:focus,
.lightmode .ikonForm input[type="text"]:-webkit-autofill:focus,
.lightmode #searchContent input[type="password"]:-webkit-autofill:focus,
.lightmode #portfolioSearchForm input[type="password"]:-webkit-autofill:focus,
.lightmode #archivumSearchForm input[type="password"]:-webkit-autofill:focus,
.lightmode .ikonForm input[type="password"]:-webkit-autofill:focus,
.lightmode #searchContent select:-webkit-autofill:focus,
.lightmode #portfolioSearchForm select:-webkit-autofill:focus,
.lightmode #archivumSearchForm select:-webkit-autofill:focus,
.lightmode .ikonForm select:-webkit-autofill:focus,
.lightmode #searchContent input[type="text"]:-webkit-autofill:active,
.lightmode #portfolioSearchForm input[type="text"]:-webkit-autofill:active,
.lightmode #archivumSearchForm input[type="text"]:-webkit-autofill:active,
.lightmode .ikonForm input[type="text"]:-webkit-autofill:active,
.lightmode #searchContent input[type="password"]:-webkit-autofill:active,
.lightmode #portfolioSearchForm input[type="password"]:-webkit-autofill:active,
.lightmode #archivumSearchForm input[type="password"]:-webkit-autofill:active,
.lightmode .ikonForm input[type="password"]:-webkit-autofill:active,
.lightmode #searchContent select:-webkit-autofill:active,
.lightmode #portfolioSearchForm select:-webkit-autofill:active,
.lightmode #archivumSearchForm select:-webkit-autofill:active,
.lightmode .ikonForm select:-webkit-autofill:active,
.lightmode #searchContent input[type="text"]:-webkit-autofill:hover,
.lightmode #portfolioSearchForm input[type="text"]:-webkit-autofill:hover,
.lightmode #archivumSearchForm input[type="text"]:-webkit-autofill:hover,
.lightmode .ikonForm input[type="text"]:-webkit-autofill:hover,
.lightmode #searchContent input[type="password"]:-webkit-autofill:hover,
.lightmode #portfolioSearchForm input[type="password"]:-webkit-autofill:hover,
.lightmode #archivumSearchForm input[type="password"]:-webkit-autofill:hover,
.lightmode .ikonForm input[type="password"]:-webkit-autofill:hover,
.lightmode #searchContent select:-webkit-autofill:hover,
.lightmode #portfolioSearchForm select:-webkit-autofill:hover,
.lightmode #archivumSearchForm select:-webkit-autofill:hover,
.lightmode .ikonForm select:-webkit-autofill:hover {
  background-color: #ebebeb !important;
  -webkit-text-fill-color: #1f1f1f !important;
  transition: background-color 5000s ease-in-out 0s;
}
.lightmode #searchContent::placeholder,
.lightmode #portfolioSearchForm::placeholder,
.lightmode #archivumSearchForm::placeholder,
.lightmode .ikonForm::placeholder {
  color: #1f1f1f;
  opacity: 0.5;
}
.lightmode #searchContent .scopeButton,
.lightmode #portfolioSearchForm .scopeButton,
.lightmode #archivumSearchForm .scopeButton,
.lightmode .ikonForm .scopeButton,
.lightmode #searchContent .submitButton,
.lightmode #portfolioSearchForm .submitButton,
.lightmode #archivumSearchForm .submitButton,
.lightmode .ikonForm .submitButton {
  color: #1f1f1f;
}
.lightmode #searchContent .scopeButton,
.lightmode #portfolioSearchForm .scopeButton,
.lightmode #archivumSearchForm .scopeButton,
.lightmode .ikonForm .scopeButton {
  background-color: #d3d3d3;
}
.lightmode #searchContent .scopeButton.selected,
.lightmode #portfolioSearchForm .scopeButton.selected,
.lightmode #archivumSearchForm .scopeButton.selected,
.lightmode .ikonForm .scopeButton.selected {
  background-color: #1f1f1f;
  color: #f3f3f3;
}
.lightmode .ikonForm .searchBox {
  border: 0.5px solid #1f1f1f80;
}
.lightmode .ikonForm .ikonFileUpload {
  color: #ebebeb;
}
.lightmode .hamburger-dropdown {
  background-color: #ebebeb;
}
#newsletter1,
#newsletter2 {
  padding-bottom: 15px;
}
#newsletter1 .row1,
#newsletter2 .row1 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  #newsletter1 .row1,
  #newsletter2 .row1 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
#newsletter1 .row2 .error,
#newsletter2 .row2 .error {
  color: #f0532a;
}
#newsletter1 .row3,
#newsletter2 .row3 {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  padding-top: 8px;
}
@media (max-width: 768px) {
  #newsletter1 .row3,
  #newsletter2 .row3 {
    font-size: 10px;
    line-height: 14px;
  }
}
#newsletter1 .row3 .rightarrow,
#newsletter2 .row3 .rightarrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
}
#newsletter1 .row3 .infocell,
#newsletter2 .row3 .infocell {
  padding-left: 45px;
}
#newsletter1 .row3 .infocell .infoButton,
#newsletter2 .row3 .infocell .infoButton {
  margin-left: -32px;
  margin-top: 2px;
}
#newsletter1 .row3 .infocell .infoText,
#newsletter2 .row3 .infocell .infoText {
  line-height: 18px;
  display: inline-block;
}
#newsletter2 .row2 .error.with-margin {
  display: inline-block;
  padding-top: 5px;
}
#newsletter2 .row3 .rightarrow {
  width: 32px;
  height: 32px;
  margin-top: -40px;
}
#newsletter2 .row3 .infocell .infoButton {
  padding-left: initial;
  padding-top: 1px;
}
#newslettererror1,
#newslettererror2 {
  display: none;
  background-color: #f0532a;
  color: white;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 10px;
}
.darkmode #newsletter1 .row1,
.darkmode #newsletter2 .row1,
.darkmode #newsletter1 .row3,
.darkmode #newsletter2 .row3 {
  color: #f3f3f3;
}
.lightmode #newsletter1 .row1,
.lightmode #newsletter2 .row1,
.lightmode #newsletter1 .row3,
.lightmode #newsletter2 .row3 {
  color: #1f1f1f;
}
#notificationModal .modal-body {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  #notificationModal .modal-body {
    font-size: 15px;
    line-height: 19.5px;
  }
}
#notificationModal .modal-footer {
  border-top: none;
}
.darkmode #notificationModal .modal-content {
  background-color: #ebebeb;
}
.darkmode #notificationModal .modal-content .modal-body {
  color: #1f1f1f;
}
.lightmode #notificationModal .modal-content {
  background-color: #0d0d0d;
}
.lightmode #notificationModal .modal-content .modal-body {
  color: #f3f3f3;
}
.darkmode .footer {
  background: url("/assets/images/logos/footer_bg1.svg") no-repeat;
  background-color: #161616;
}
.lightmode .footer {
  background: url("/assets/images/logos/footer_bg2.svg") no-repeat;
  background-color: #c9c9c9;
}
.footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
  background-size: 82% !important;
  background-position-x: center !important;
  background-position-y: bottom !important;
  /*margin-top: 50px;*/
  /*padding-top: 50px;*/
  /*padding-bottom: 25px;*/
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: 450px;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .nav1 a {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .footer .nav1 a {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .footer .nav1 a {
    display: block;
    font-size: 34px;
    line-height: 46px;
    font-variation-settings: 'wght' 500;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .footer .nav1 a {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.footer .infoRow {
  margin-top: 100px;
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .footer .infoRow {
    font-size: 9px;
    line-height: 12px;
  }
}
.artRoll .topRow {
  display: flex;
}
.artRoll .topRow .noOfResults {
  float: left;
  min-width: 60px;
  margin-right: 5px;
}
.artRoll .topRow .noOfResults .numberButton {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  line-height: 19px;
}
@media (max-width: 768px) {
  .artRoll .topRow .noOfResults .numberButton {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRoll .topRow .noOfResults,
.artRoll .topRow .title1,
.artRoll .topRow .calendarLink {
  line-height: 75.4px;
}
@media (max-width: 768px) {
  .artRoll .topRow .noOfResults,
  .artRoll .topRow .title1,
  .artRoll .topRow .calendarLink {
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .artRoll .topRow .calendarLink {
    line-height: unset;
    padding-left: 75px;
  }
}
.artRoll .topRow .title1 {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .artRoll .topRow .title1 {
    font-size: 36px;
    line-height: 39px;
  }
}
.artRoll .subtitleCell .subtitle {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRoll .subtitleCell .subtitle {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRoll .secondRow {
  display: flex;
}
.artRoll .secondRow .firstcell {
  padding-left: 75px;
}
.artRoll .secondRow .firstcell .subtitle {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRoll .secondRow .firstcell .subtitle {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .artRoll .secondRow {
    margin-top: 15px;
  }
}
.artRoll .nav1 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .artRoll .nav1 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 1024px) {
  .artRoll .nav1 {
    margin-bottom: 10px;
  }
}
.artRoll .nav1 a {
  opacity: 0.25;
  margin-right: 30px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .artRoll .nav1 a {
    margin-right: 5px;
  }
}
.artRoll .nav1 a:hover {
  opacity: 0.8;
}
.artRoll .nav1 a.active {
  font-variation-settings: 'wght' 700;
  opacity: 1;
}
.artRoll #orderingLinkContainer.orderingAsc a.desc {
  display: inline;
}
.artRoll #orderingLinkContainer.orderingAsc a.asc {
  display: none;
}
.artRoll #orderingLinkContainer.orderingDesc a.desc {
  display: none;
}
.artRoll #orderingLinkContainer.orderingDesc a.asc {
  display: inline;
}
.artRoll #orderingLinkContainer .upDownArrow {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .artRoll #orderingLinkContainer .ikonButton {
    font-size: 20px;
    line-height: 26px;
    font-variation-settings: 'wght' 500;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .artRoll #orderingLinkContainer .ikonButton {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRoll .exhibition {
  padding-top: 4px;
}
.artRoll .exhibition .title,
.artRoll .exhibition .artists,
.artRoll .exhibition .venue {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRoll .exhibition .title,
  .artRoll .exhibition .artists,
  .artRoll .exhibition .venue {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRoll .exhibition .details .title {
  margin-bottom: 5px;
}
.artRoll .exhibition .details .artists {
  margin-bottom: 4px;
}
.artRoll .exhibition .firstcell {
  display: flex;
  transition: 0.25s all ease;
}
.artRoll .exhibition .firstcell .opening,
.artRoll .exhibition .firstcell .closing,
.artRoll .exhibition .firstcell .details {
  float: left;
}
.artRoll .exhibition .firstcell .opening,
.artRoll .exhibition .firstcell .closing {
  min-width: 38px;
  min-height: 40px;
  margin-right: 15px;
}
.artRoll .exhibition .firstcell .year,
.artRoll .exhibition .firstcell .minute {
  color: #6e6e6e;
}
.artRoll .exhibition .firstcell .artists {
  color: #f0532a;
}
.artRoll .exhibition:hover .firstcell {
  padding-left: 20px;
  padding-right: 4px;
}
.artRoll .exhibition:hover hr {
  opacity: 0.6;
}
.artRoll .exhibition .year,
.artRoll .exhibition .day,
.artRoll .exhibition .minute {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .artRoll .exhibition .year,
  .artRoll .exhibition .day,
  .artRoll .exhibition .minute {
    font-size: 9px;
    line-height: 12px;
  }
}
.artRoll .exhibition .lastcell {
  display: flex;
}
.artRoll .exhibition .lastcell .venue {
  flex: 4;
}
.artRoll .exhibition .lastcell .rightarrow {
  flex: 1;
  margin-top: -2px;
  width: 50px;
  background-position: right;
}
.artRoll .exhibition .arrowcell {
  padding-top: 0px;
}
.artRoll .swiper-container.artRollSwiper {
  perspective: 1800px;
  width: calc(100vw - 9px);
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.artRoll .swiper-container.artRollSwiper .swiper-slide {
  margin-right: 40px;
  margin-left: 40px;
  width: 550px;
  height: 350px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  .artRoll .swiper-container.artRollSwiper .swiper-slide {
    width: 90vw;
    height: 250px;
  }
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle {
  color: #f3f3f3;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
  display: flex;
  height: 80%;
  max-width: 550px;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .date {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
  opacity: 0.8;
  line-height: 30px;
}
@media (max-width: 768px) {
  .artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .date {
    font-size: 9px;
    line-height: 12px;
  }
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .date .time {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .date .time {
    font-size: 9px;
    line-height: 12px;
  }
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .title {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
  max-width: 360px;
  overflow: hidden;
  line-height: 20px;
}
@media (max-width: 768px) {
  .artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .title {
    font-size: 10px;
    line-height: 14px;
  }
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .venue {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
  color: #f0532a;
}
@media (max-width: 768px) {
  .artRoll .swiper-container.artRollSwiper .swiper-slide .subtitle .venue {
    font-size: 9px;
    line-height: 12px;
  }
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .imgBlock {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.artRoll .swiper-container.artRollSwiper .swiper-slide .imgBlock img {
  cursor: grab;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}
.content.imgbg {
  background-repeat: no-repeat;
  background-size: 100vw;
}
#imageModal {
  margin-top: 35px;
}
.artRollShowEvent {
  padding-top: 445px;
}
.artRollShowEvent .spacer {
  height: 50px;
}
.artRollShowEvent .artist,
.artRollShowEvent .opener,
.artRollShowEvent .other,
.artRollShowEvent .curator {
  cursor: pointer;
}
.artRollShowEvent .row1 {
  margin-top: 30px;
}
.artRollShowEvent .row1 .firstcell {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .artRollShowEvent .row1 .firstcell {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row1 .lastcell {
    padding-top: 10px;
  }
}
.artRollShowEvent .row1.row5 .firstcell {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .artRollShowEvent .row1.row5 .firstcell {
    padding-top: 5px;
  }
}
.artRollShowEvent .row2 {
  margin-top: 30px;
}
.artRollShowEvent .row2 .title {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .title {
    font-size: 36px;
    line-height: 39px;
  }
}
.artRollShowEvent .row2 .dates {
  padding-top: 10px;
}
.artRollShowEvent .row2 .dates .date {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .dates .date {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRollShowEvent .row2 .dates .date .time {
  font-variation-settings: 'wght' 100;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .artists {
    padding-top: 20px;
  }
}
.artRollShowEvent .row2 .artists .artist {
  display: inline;
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  color: #f0532a;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .artists .artist {
    font-size: 10px;
    line-height: 14px;
  }
}
.artRollShowEvent .row2 .artists .artist.count1,
.artRollShowEvent .row2 .artists .artist.count2,
.artRollShowEvent .row2 .artists .artist.count3 {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .artists .artist.count1,
  .artRollShowEvent .row2 .artists .artist.count2,
  .artRollShowEvent .row2 .artists .artist.count3 {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.artRollShowEvent .row2 .artists .artist.count4,
.artRollShowEvent .row2 .artists .artist.count5,
.artRollShowEvent .row2 .artists .artist.count6,
.artRollShowEvent .row2 .artists .artist.count7,
.artRollShowEvent .row2 .artists .artist.count8,
.artRollShowEvent .row2 .artists .artist.count9,
.artRollShowEvent .row2 .artists .artist.count10,
.artRollShowEvent .row2 .artists .artist.count11,
.artRollShowEvent .row2 .artists .artist.count12,
.artRollShowEvent .row2 .artists .artist.count13 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .artists .artist.count4,
  .artRollShowEvent .row2 .artists .artist.count5,
  .artRollShowEvent .row2 .artists .artist.count6,
  .artRollShowEvent .row2 .artists .artist.count7,
  .artRollShowEvent .row2 .artists .artist.count8,
  .artRollShowEvent .row2 .artists .artist.count9,
  .artRollShowEvent .row2 .artists .artist.count10,
  .artRollShowEvent .row2 .artists .artist.count11,
  .artRollShowEvent .row2 .artists .artist.count12,
  .artRollShowEvent .row2 .artists .artist.count13 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row2 .artists .artist {
    font-size: 16px;
    line-height: 25px;
  }
}
.artRollShowEvent .row3 {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 {
    margin-top: 0;
  }
}
.artRollShowEvent .row3 .firstcell,
.artRollShowEvent .row3 .lastcell {
  top: 60px;
  height: fit-content;
}
@media (min-width: 769px) {
  .artRollShowEvent .row3 .firstcell,
  .artRollShowEvent .row3 .lastcell {
    position: sticky;
  }
}
.artRollShowEvent .row3 .firstcell {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell {
    padding-bottom: 50px;
    margin-top: 25px;
  }
}
.artRollShowEvent .row3 .firstcell.twocol {
  columns: 2;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell.twocol {
    columns: 1;
  }
}
.artRollShowEvent .row3 .firstcell.twocol .termdef {
  display: inline-block;
  width: 100%;
}
.artRollShowEvent .row3 .firstcell.twocol .termdef .eventterm {
  margin-top: 0;
}
.artRollShowEvent .row3 .firstcell.twocol .termdef .eventdefinition {
  margin-bottom: 30px;
}
.artRollShowEvent .row3 .firstcell.twocol .termdef .eventdefinition .phoneNumber {
  display: block;
}
.artRollShowEvent .row3 .firstcell .title {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .title {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .title {
    font-size: 24px;
  }
}
.artRollShowEvent .row3 .firstcell .eventterm {
  margin-top: 30px;
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
  color: #f0532a;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .eventterm {
    font-size: 9px;
    line-height: 12px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .eventterm {
    font-size: 16px;
    line-height: 25px;
  }
}
.artRollShowEvent .row3 .firstcell .eventdefinition {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .eventdefinition {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .firstcell .eventdefinition {
    font-size: 16px;
    line-height: 25px;
  }
}
.artRollShowEvent .row3 .lastcell {
  padding-top: 10px;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .lastcell {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artRollShowEvent .row3 .arrows {
  line-height: 75.6px;
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .arrows {
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .artRollShowEvent .row3 .arrows .leftarrow,
  .artRollShowEvent .row3 .arrows .rightarrow {
    width: 25px;
    height: 25px;
  }
}
.artRollShowEvent .row3 #eventDescription a,
.artRollShowEvent .row3 #eventDescription a:visited,
.artRollShowEvent .row3 #eventDescription a:hover,
.artRollShowEvent .row3 #eventDescription a:active {
  color: #f0532a;
}
.artRollShowEvent .row4 .videowrapper {
  padding-top: 0;
  margin-top: 0;
}
.artRollShowEvent #mapContainer {
  margin-top: 30px;
}
.artRollShowEvent #mapContainer #map {
  width: 100%;
  max-height: 900px;
  min-height: 500px;
}
.artRollShowEvent .backToArtRollCell {
  padding-top: 10px;
}
.artRollShowEvent .backToArtRollCell div {
  float: right;
  display: inline;
}
.artRollShowEvent .backToArtRollCell div.leftarrow {
  margin-right: 5px;
  width: 39px;
  height: 39px;
}
@media (max-width: 768px) {
  .artRollShowEvent .backToArtRollCell div.leftarrow {
    width: 33px;
    height: 33px;
  }
}
.eventGallerySwiper {
  overflow: hidden;
}
.eventGallerySwiper .swiper-wrapper .swiper-slide {
  max-width: 400px;
}
.artRollShowVenue {
  padding-top: 0px;
}
.horizont .leftarrow {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: sub;
}
.horizont .back {
  display: inline-block;
  margin-left: 5px;
}
.horizont .title1 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .horizont .title1 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.horizont .venue .venueName {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .horizont .venue .venueName {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.horizont .venue .firstcell {
  padding-left: 10px;
  margin-bottom: 20px;
  display: flex;
}
.horizont .venue .firstcell .opening,
.horizont .venue .firstcell .closing,
.horizont .venue .firstcell .details {
  float: left;
}
.horizont .venue .firstcell .details {
  flex: 1;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .horizont .venue .firstcell .details {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.horizont .venue .firstcell .opening,
.horizont .venue .firstcell .closing {
  min-width: 38px;
  min-height: 40px;
  margin-right: 15px;
  line-height: 16px;
  padding-top: 4px;
}
.horizont .venue .firstcell .year,
.horizont .venue .firstcell .minute {
  color: #6e6e6e;
}
.horizont .venue .firstcell .artists {
  color: #f0532a;
}
.horizont .venue .firstcell .rightarrow {
  flex: 1;
  margin-top: -2px;
  width: 50px;
  background-position: right;
}
@media (min-width: 768px) {
  .mapContainer {
    position: sticky;
    top: 45px;
    height: calc(100vh - 90px);
    /* 45px top + 45px bottom gap */
  }
}
@media (max-width: 767px) {
  .mapContainer {
    padding-bottom: 15px;
  }
}
.mapContainer #horizontmap {
  max-height: 900px;
  min-height: 500px;
  height: 100%;
}
.mapContainer #horizontmap .horizontInfoWindow {
  color: #1f1f1f;
  cursor: pointer;
}
.mapContainer #horizontmap .horizontInfoWindow a {
  color: #1f1f1f;
}
.mapContainer #horizontmap .horizontInfoWindow .venue {
  margin-bottom: 8px;
}
.mapContainer #horizontmap .horizontInfoWindow .venue .venueName {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .mapContainer #horizontmap .horizontInfoWindow .venue .venueName {
    font-size: 9px;
    line-height: 12px;
  }
}
.mapContainer #horizontmap .horizontInfoWindow .event {
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mapContainer #horizontmap .horizontInfoWindow .event .persons {
  color: #f0532a;
}
.portfolio {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .portfolio {
    margin-top: 25px;
  }
}
.portfolio .subtitleCell {
  padding-left: 40px;
}
.portfolio .subtitleCell .infoButton {
  width: 21px;
  height: 21px;
  margin-left: -30px;
}
.portfolio .subtitleCell .subtitle0 {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  display: inline-block;
  width: 70%;
}
@media (max-width: 768px) {
  .portfolio .subtitleCell .subtitle0 {
    font-size: 9px;
    line-height: 12px;
  }
}
.portfolio .subtitleCell.subtitleCell1 {
  padding-left: 15px;
}
.portfolio #portfolioSearchForm {
  width: 100%;
}
.portfolio #portfolioSearchBox {
  padding: 10px 10px 5px 10px;
  border-radius: 10px;
}
.portfolio #portfolioSearchBox .select2-container {
  width: 100% !important;
}
.portfolio #portfolioSearchBox .select2-container .select2-selection {
  padding-top: 1px;
}
.portfolio #portfolioSearchBox .select2-container .select2-selection__rendered {
  font-size: 14px !important;
  line-height: 25px !important;
  font-variation-settings: 'wght' 500 !important;
}
@media (max-width: 768px) {
  .portfolio #portfolioSearchBox .select2-container .select2-selection__rendered {
    font-size: 10px;
    line-height: 14px;
  }
}
.portfolio #portfolioSearchButtonCell {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-dropdown {
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  outline: 0;
}
body.darkmode .portfolio {
  /*.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder*/
}
body.darkmode .portfolio #portfolioSearchBox {
  border: 0.5px solid #f3f3f380;
}
body.darkmode .portfolio .select2-container--bootstrap .select2-selection,
body.darkmode .portfolio .select2-container--bootstrap .select2-selection__placeholder {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
body.darkmode .select2-dropdown,
body.darkmode .select2-dropdown input {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
body.darkmode .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
body.darkmode .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #f3f3f3;
}
body.lightmode .portfolio #portfolioSearchBox {
  border: 0.5px solid #1f1f1f80;
}
body.lightmode .portfolio .select2-container--bootstrap .select2-selection,
body.lightmode .portfolio .select2-container--bootstrap .select2-selection__placeholder,
body.lightmode .portfolio .select2-container--bootstrap .select2-dropdown {
  background-color: #ebebeb;
  color: #1f1f1f;
}
body.lightmode .portfolio .select2-dropdown,
body.lightmode .portfolio .select2-dropdown input {
  background-color: #ebebeb;
  color: #1f1f1f;
}
body.lightmode .portfolio .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #ebebeb;
  color: #1f1f1f;
}
body.lightmode .portfolio .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1f1f1f;
}
.archivum {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .archivum {
    margin-top: 25px;
  }
}
.archivum .subtitleCell {
  padding-left: 40px;
  margin-bottom: 30px;
}
.archivum .subtitleCell .infoButton {
  width: 21px;
  height: 21px;
  margin-left: -30px;
}
.archivum .subtitleCell .subtitle0 {
  font-size: 12px;
  line-height: 15.6px;
  font-variation-settings: 'wght' 500;
  display: inline-block;
  width: 70%;
}
@media (max-width: 768px) {
  .archivum .subtitleCell .subtitle0 {
    font-size: 9px;
    line-height: 12px;
  }
}
.archivum .subtitleCell.subtitleCell1 {
  padding-left: 15px;
  margin-bottom: 15px;
}
.archivum #archivumSearchForm {
  padding-top: 0;
  margin-bottom: 30px;
}
.archivum #archivumSearchForm .searchBox {
  margin-bottom: 15px;
}
.archivum #archivumSearchForm .searchBox input[type="text"] {
  width: 100%;
}
.archivum #archivumSearchForm #archivumSearchButtonCell {
  width: 100%;
}
.archivum #archivumSearchForm #archivumSearchButtonCell .resetButton {
  float: right;
}
.tempus-dominus-widget .day.active,
.tempus-dominus-widget .month.active,
.tempus-dominus-widget .year.active,
.tempus-dominus-widget .day.active:hover,
.tempus-dominus-widget .month.active:hover,
.tempus-dominus-widget .year.active:hover,
.tempus-dominus-widget .day.active:focus,
.tempus-dominus-widget .month.active:focus,
.tempus-dominus-widget .year.active:focus,
.tempus-dominus-widget .day:hover,
.tempus-dominus-widget .month:hover,
.tempus-dominus-widget .year:hover,
.tempus-dominus-widget .day:focus,
.tempus-dominus-widget .month:focus,
.tempus-dominus-widget .year:focus {
  border-radius: 5px !important;
}
body.darkmode .archivum .searchBox {
  border: 0.5px solid #f3f3f380;
}
body.darkmode .tempus-dominus-widget {
  background-color: #161616 !important;
  color: #f3f3f3 !important;
}
body.darkmode .tempus-dominus-widget .day.new,
body.darkmode .tempus-dominus-widget .day.old,
body.darkmode .tempus-dominus-widget .dow {
  color: #f3f3f380 !important;
}
body.darkmode .tempus-dominus-widget .day.new.active,
body.darkmode .tempus-dominus-widget .day.old.active,
body.darkmode .tempus-dominus-widget .dow.active {
  border-radius: 5px;
}
body.lightmode .archivum .searchBox {
  border: 0.5px solid #1f1f1f80;
}
body.lightmode .tempus-dominus-widget {
  background-color: #ebebeb !important;
  color: #1f1f1f !important;
}
body.lightmode .tempus-dominus-widget .day.new,
body.lightmode .tempus-dominus-widget .day.old,
body.lightmode .tempus-dominus-widget .dow {
  color: #1f1f1f80 !important;
}
.admin .topRow {
  display: flex;
}
.admin .topRow .title1 {
  font-size: 44px;
  line-height: 80px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .admin .topRow .title1 {
    font-size: 33px;
    line-height: 60px;
  }
}
.admin .topRow .ikonButton {
  margin-left: 10px;
}
.admin .tableHeader {
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .admin .tableHeader {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.admin .hr1 {
  margin-top: 10px;
  margin-bottom: 0;
}
.admin.venues {
  font-size: 16px;
  line-height: 22px;
  font-variation-settings: 'wght' 500;
}
.admin.venues .rightarrow {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .admin.venues {
    font-size: 12px;
    line-height: 16.5px;
  }
}
.admin.venues .venue {
  padding-top: 8px;
}
.admin.venues .venue div {
  cursor: pointer;
}
.admin.venues .hr2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.admin.editVenue .phoneNumberRow {
  margin-top: 5px;
}
.admin.editVenue .phoneNumberRow .ikonButton.numberButton {
  display: inline-block;
  margin-top: 3px;
  margin-left: 5px;
  padding: 3px 4px 2px 5px;
  text-align: center;
  height: 25px;
  width: 25px;
  min-width: 25px;
}
.admin.login .ikonForm {
  padding-bottom: 25px;
}
.admin.login input {
  box-shadow: none;
}
.admin.login input:focus,
.admin.login input:active,
.admin.login input:hover,
.admin.login input:visited {
  box-shadow: none;
}
.admin.login .searchBox {
  max-width: 450px;
}
.admin.login .passwordRow {
  margin-top: 15px;
}
.admin.login .submitRow {
  margin-top: 15px;
}
.admin.login #canvas3d {
  width: 100% !important;
  max-width: 600px !important;
}
.admin.staticPages .cmsTextBlock .row1 {
  margin-top: 30px;
}
.admin.staticPages .cmsTextBlock .dt {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .admin.staticPages .cmsTextBlock .dt {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.admin.staticPages #editor-container {
  height: 475px;
}
.admin.staticPages .custom-quill-editor.ql-container {
  height: 475px;
}
.admin.staticPages input[type="text"]:focus {
  box-shadow: none;
}
.admin.staticPages .savecancel div {
  cursor: pointer;
  vertical-align: text-top;
}
.darkmode .admin.staticPages .modal-content {
  background-color: #c9c9c9;
  color: #1f1f1f;
}
.darkmode .admin.staticPages input[type="text"] {
  background-color: #c9c9c9;
  color: #1f1f1f;
}
.lightmode .admin.staticPages .modal-content {
  background-color: #c9c9c9;
}
.artAkkord .row.vspace {
  margin-top: 15px;
}
.artAkkord .topRow0 a {
  margin-left: 4px;
}
.artAkkord .topRow {
  margin-top: 30px;
}
.artAkkord .topRow .firstcell .title0 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord .topRow .firstcell .title0 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artAkkord .topRow .firstcell .title2 {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord .topRow .firstcell .title2 {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.artAkkord .linkRow {
  margin-top: 30px;
}
.artAkkord .linkRow .linkCell {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord .linkRow .linkCell {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.artAkkord.editEvent .topRow .firstcell .title2,
.artAkkord.editEvent .topRow .firstcell .calendar {
  display: inline-block;
}
.artAkkord.editEvent .topRow .firstcell .calendar {
  margin-left: 10px;
}
.artAkkord.editEvent .topRow .arrows {
  padding-top: 8px;
}
.artAkkord.editEvent .topRow .arrows .leftarrow,
.artAkkord.editEvent .topRow .arrows .rightarrow,
.artAkkord.editEvent .topRow .arrows .tabstep {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.artAkkord.editEvent .topRow .arrows .leftarrow.disabled,
.artAkkord.editEvent .topRow .arrows .rightarrow.disabled,
.artAkkord.editEvent .topRow .arrows .tabstep.disabled {
  opacity: 0.25;
  cursor: default;
}
.artAkkord.editEvent .topRow .arrows .leftarrow,
.artAkkord.editEvent .topRow .arrows .rightarrow {
  width: 40px;
  height: 40px;
}
.artAkkord.editEvent .nav {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  border-bottom: none;
}
.artAkkord.editEvent .nav .nav-item {
  opacity: 0.25;
  flex: 1;
  text-align: center;
}
.artAkkord.editEvent .nav .nav-item .nlink {
  cursor: default;
}
.artAkkord.editEvent .nav .nav-item .nlink.enabled {
  cursor: pointer;
}
.artAkkord.editEvent .nav-item:has(.nlink.enabled) {
  opacity: 0.65;
}
.artAkkord.editEvent .nav-item:has(.nlink.active) {
  opacity: 1;
}
.artAkkord.editEvent #tab1 {
  margin-top: 50px;
}
.artAkkord.editEvent #tab1 .eventTypeDescription {
  display: none;
}
.artAkkord.editEvent #tab1 .eventTypeDescription.active {
  display: block;
}
.artAkkord.editEvent #tab1 .eventTypeDescription .eventterm {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord.editEvent #tab1 .eventTypeDescription .eventterm {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.artAkkord.editEvent #tab1 .eventTypeDescription .eventdefinition {
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord.editEvent #tab1 .eventTypeDescription .eventdefinition {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artAkkord.editEvent #tab1 .rightcol .eventType {
  opacity: 0.25;
  cursor: pointer;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .artAkkord.editEvent #tab1 .rightcol .eventType {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.artAkkord.editEvent #tab1 .rightcol .eventType.active {
  opacity: 1;
}
.artAkkord.editEvent #tab2 .contributorRow {
  margin-top: 5px;
}
.artAkkord.editEvent #tab2 .contributorRow .numberColumn {
  padding-right: 0;
}
.artAkkord.editEvent #tab2 .contributorRow .ikonButton.numberButton {
  /*margin-top: 6px;*/
  /*padding: 3px 4px 2px 5px;*/
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-top: 20px;
  text-align: center;
  height: 30px;
  width: 30px;
  min-width: 25px;
}
@media (max-width: 768px) {
  .artAkkord.editEvent #tab2 .contributorRow .ikonButton.numberButton {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.artAkkord.editEvent #tab2 .contributorRow .otherPerson {
  display: flex;
  gap: 10px;
}
.artAkkord.editEvent #tab2 .contributorRow .otherPerson .searchBox {
  flex: 1;
}
.artAkkord.editEvent #tab2 .contributorRow .searchBox .select2-container--bootstrap .select2-selection--single {
  height: 28px;
  padding-top: 3px;
}
.artAkkord.editEvent #tab3 .datePickerBox {
  padding-top: 10px;
}
.artAkkord.editEvent #tab3 .datePickerBox .dp__input {
  border-radius: 10px;
}
.artAkkord.editEvent #tab4 .ql-toolbar.ql-snow {
  /* border: 1px solid #d1d5db; */
  margin-top: 20px;
  border-radius: 10px 10px 0px 0px;
  border: 0.5px solid #d1d5db;
}
.artAkkord.editEvent #tab4 .ql-container.ql-snow {
  /* border: 1px solid #d1d5db */
  border-radius: 0px 0px 10px 10px;
  border: 0.5px solid #d1d5db;
}
.artAkkord.editEvent #tab5 .fileUploadBox {
  padding-top: 15px;
  padding-bottom: 10px;
}
.artAkkord.editEvent #tab5 .fileUploadBox .custom-file-upload-desc,
.artAkkord.editEvent #tab5 .fileUploadBox .custom-file-upload {
  width: 100%;
  text-align: center;
}
.artAkkord.editEvent #tab5 .fileUploadBox .custom-file-upload-desc {
  margin-bottom: 20px;
}
.artAkkord.editEvent #tab5 .fileUploadBox .ikonFileUpload {
  display: none;
}
.artAkkord.editEvent #tab5 .fileUploadBox .custom-file-upload {
  cursor: pointer;
}
.artAkkord.editEvent #tab5 .fileUploadBox .upload-icon {
  width: 50px;
  /* Adjust size as needed */
  height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.artAkkord.editEvent #tab5 .galleryContainer .galleryImage {
  display: inline-block;
}
.artAkkord.editEvent #tab5 .galleryContainer .galleryImage img {
  z-index: 1;
  max-width: 400px;
}
.artAkkord.editEvent #tab5 .galleryContainer .galleryImage img.markedAsDeleted {
  opacity: 0.5;
}
.artAkkord.editEvent #tab5 .galleryContainer .galleryImage .closeButton {
  z-index: 2;
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 50%;
  line-height: 15px;
  padding-top: 2px;
  border: 1px solid #d3d3d3;
}
.artAkkord #eventListContainer {
  margin-top: 30px;
}
.custom-quill-editor.ql-container {
  min-height: 400px;
}
.custom-quill-editor.ql-container .ql-editor {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .custom-quill-editor.ql-container .ql-editor {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.custom-quill-editor.ql-container .ql-editor p {
  margin-bottom: 1rem;
}
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-dropdown {
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
  outline: 0;
}
.select2-container .select2-selection__rendered {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    font-size: 10px;
    line-height: 14px;
  }
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .select2-dropdown .select2-results__option {
    font-size: 10px;
    line-height: 14px;
  }
}
#preview {
  width: calc(100vw - 9px);
  margin-left: calc(-50vw + 50%);
}
.darkmode .nav .nav-item {
  border-bottom: 1px solid #f3f3f3;
}
.darkmode #tab1 .eventType {
  border-bottom: 1px solid #f3f3f3;
}
.darkmode #tab1 .eventType.active {
  border-bottom: 1px solid #f0532a;
}
.darkmode .select2-container--bootstrap .select2-selection,
.darkmode .select2-container--bootstrap .select2-selection__placeholder {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
.darkmode .select2-dropdown,
.darkmode .select2-dropdown input {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
.darkmode .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #0d0d0d;
  color: #f3f3f3;
}
.darkmode .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #f3f3f3;
}
.darkmode .ql-snow .ql-tooltip {
  background-color: #2c2c2c;
  color: #f3f3f3;
}
.lightmode .nav .nav-item {
  border-bottom: 1px solid #1f1f1f;
}
.lightmode #tab1 .eventType {
  border-bottom: 1px solid #1f1f1f;
}
.lightmode #tab1 .eventType.active {
  border-bottom: 1px solid #f0532a;
}
.lightmode .select2-container--bootstrap .select2-selection,
.lightmode .select2-container--bootstrap .select2-selection__placeholder,
.lightmode .select2-container--bootstrap .select2-dropdown {
  background-color: #ebebeb;
  color: #1f1f1f;
}
.lightmode .select2-dropdown,
.lightmode .select2-dropdown input {
  background-color: #ebebeb;
  color: #1f1f1f;
}
.lightmode .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: #ebebeb;
  color: #1f1f1f;
}
.lightmode .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1f1f1f;
}
.lightmode .ql-snow .ql-tooltip {
  background-color: #d3d3d3;
  color: #1f1f1f;
}
.help .title {
  margin-top: 30px;
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .help .title {
    font-size: 36px;
    line-height: 39px;
  }
}
.help .nav-tabs {
  border: none;
  margin-bottom: 15px;
}
.help .nav-tabs .nav-item {
  border: none;
}
.help .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  opacity: 0.25;
  padding: 0 24px 0 0;
  background-color: inherit;
  color: inherit;
  border-color: inherit;
  border: none;
}
@media (max-width: 768px) {
  .help .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.help .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  font-variation-settings: 'wght' 700;
}
.help .helpnavbar {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .help .helpnavbar {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.help .helpnavbar .col {
  opacity: 0.25;
}
.help .helpnavbar .col.active {
  opacity: 1;
}
.help .helpnavbar .col.active a {
  font-variation-settings: 'wght' 700;
}
.help .dt {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .help .dt {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
.help .dd {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .help .dd {
    font-size: 15px;
    line-height: 19.5px;
  }
}
@media (min-width: 769px) {
  .ikonApp .img-fluid {
    max-width: 90%;
  }
}
.ikonApp .leftcol {
  margin-top: 80px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ikonApp .leftcol {
    margin-top: 25px;
  }
}
.ikonApp .rightcol {
  margin-top: 50px;
}
.ikonApp .title0 {
  font-size: 34px;
  line-height: 46px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .ikonApp .title0 {
    font-size: 22.5px;
    line-height: 34.5px;
  }
}
@media (max-width: 768px) {
  .ikonApp .title0 {
    margin-top: 0;
  }
}
.ikonApp .description0 {
  font-size: 20px;
  line-height: 26px;
  font-variation-settings: 'wght' 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ikonApp .description0 {
    font-size: 15px;
    line-height: 19.5px;
  }
}
.calendar {
  margin-top: 40px;
}
.calendar .topRow .firstcell .title1 {
  font-size: 56px;
  line-height: 73px;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .calendar .topRow .firstcell .title1 {
    font-size: 36px;
    line-height: 39px;
  }
}
.calendar .infoText {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
}
@media (max-width: 768px) {
  .calendar .infoText {
    font-size: 10px;
    line-height: 14px;
  }
}
.calendar .infoText a {
  font-size: 14px;
  line-height: 25px;
  font-variation-settings: 'wght' 500;
  font-variation-settings: 'wght' 700;
}
@media (max-width: 768px) {
  .calendar .infoText a {
    font-size: 10px;
    line-height: 14px;
  }
}
