/* Last Updated at 25.06.2026 11:56:00 */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/ep/download/e7ddcbd01d3843a2962276280b6c2db9.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/ep/download/1f471be0d6d54bf487f835477c736ce4.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600 800;
  font-display: swap;
  src: url("/ep/download/913904ce64ef4b03b1e5c5614f818895.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600 800;
  font-display: swap;
  src: url("/ep/download/cc86d181406642cfaed7ad55159c54ef.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
div.wrapper {
  font-family: "DM Sans", sans-serif;
}
div.wrapper input, div.wrapper select, div.wrapper textarea, div.wrapper button {
  font-family: inherit;
}

/* Checkbox Rahmen */
input[type=checkbox] + input + label::before, input[type=checkbox] + label::before {
  border: 1px solid #32e6c9;
}

/* Checkbox Haken */
input[type=checkbox]:checked + input + label::after, input[type=checkbox]:checked + label::after {
  color: #32e6c9;
}

/* Radiobutton Rahmen */
input[type=radio] + label::before {
  border: 1px solid #32e6c9;
}

/* Radiobutton Punkt */
input[type=radio]:checked + label::after {
  background-color: #32e6c9;
}

/* Linie unter Eventinfos */
.eventinfo {
  border-bottom: 1px solid #0f1650;
}

/* Hintergrund Eventinfos */
.eventinfo .session {
  background-color: #dee8f2;
}

/* Teilnehmer Hintergrund */
div.dynamicform .form-section .form-group.participant {
  background-color: #dee8f2;
}

/* Teilnehmer Akkordeon Pfeil */
.participant .akkordeon .arrow {
  border-right: 3px solid #32e6c9;
  border-bottom: 3px solid #32e6c9;
}

/* Contents Akkordeon Pfeil */
.eventinfo .akkordeon .arrow {
  border-right-color: #32e6c9;
  border-bottom-color: #32e6c9;
}

/*
div.dynamicform .btn {
    background-color: #32e6c9;
    color: #0F1650;
    border-radius: 999px !important;

    &:hover {

    }
}
*/
div.dynamicform .actions .btn.medium.submit.send-form {
  background-color: #32E6C9;
  color: #0F1650;
  border: 2px solid #32E6C9;
  border-radius: 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  padding: 6px 30px;
  height: auto;
  line-height: 1.1;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  transform: translateY(0);
}
div.dynamicform .actions .btn.medium.submit.send-form:hover {
  box-shadow: 0 4px 0 #0f1650;
  transform: translateY(-2px);
}
div.dynamicform .actions .btn.medium.submit.send-form:active {
  transform: translateY(0);
  box-shadow: none;
}
div.dynamicform .actions .btn.medium.submit.send-form i.fa.action {
  margin-left: 5px;
  display: none;
}
@media (max-width: 480px) {
  div.dynamicform .actions .btn.medium.submit.send-form {
    font-size: 15px;
    padding: 5px 20px;
  }
}

div.dynamicform ul, div.dynamicform ol {
  padding-left: 1em;
}

/* Formular Linien */
div.dynamicform hr {
  border: 0px none;
  border-bottom: 1px dashed #686868;
}

/* Custom Radiobuttons/Css */
div.dynamicform input[type=radio] + label::before {
  height: 15px;
  width: 15px;
  border: 1px solid #323232;
}

div.dynamicform input[type=radio].input-validation-error + label,
div.dynamicform input[type=radio]:checked + label,
div.dynamicform input[type=radio] + label {
  padding-left: 23px;
  line-height: 15px;
}

div.dynamicform input[type=radio]:checked + label::after {
  height: 7px;
  width: 7px;
  top: 4px;
  left: 4px;
  background-color: #323232;
}

div.dynamicform input[type=checkbox]:checked + input + label,
div.dynamicform input[type=checkbox] + input + label,
div.dynamicform input[type=checkbox]:checked + label,
div.dynamicform input[type=checkbox] + label {
  padding-left: 23px;
  line-height: 16px;
}

div.dynamicform input[type=checkbox]:checked + input + label::after,
div.dynamicform input[type=checkbox]:checked + label::after {
  height: 14px;
  width: 14px;
  top: -1px;
  left: 0px;
  font-size: 19px;
  content: "+";
  font-weight: normal;
  transform: scaleX(-1) rotate(-45deg);
  color: #323232;
}

div.dynamicform input[type=checkbox] + input + label::before,
div.dynamicform input[type=checkbox] + label::before {
  height: 15px;
  width: 15px;
  border: 1px solid #323232;
}

div.dynamicform label.field-label {
  font-weight: bold;
}

div.dynamicform .dynamic-orientable-list.dynamic-vertical,
div.dynamicform .dynamic-orientable-list.dynamic-horizontal {
  margin-top: 10px;
}

.logo {
  max-width: 200px;
}

.actions {
  margin-bottom: 20px;
}