@font-face {
  font-family: "clan_n";
  src: url("https://ppd.brita.net/ep/download/1f8c705c504e4557b10c2047359daff4.woff2");
  font-weight: 400; }

@font-face {
  font-family: "clan_n";
  src: url("https://ppd.brita.net/ep/download/bcfe4fdc77cf48a3bfc4024047ccf5e8.woff2");
  font-weight: 700; }

body {
  font-family: clan_n,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding: 0; }
  @media (max-width: 480px) {
    body {
      font-size: 14px; } }

.logo {
  padding: 20px;
  max-width: 1024px;
  margin: 0 auto; }

.wrapper {
  max-width: unset;
  width: 100%;
  padding: 0;
  margin: 0; }

.container, .eventinfo, .dynamicform, .reloadForm {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  max-width: 1024px;
  position: relative;
  padding-left: 20px;
  height: inherit; }
  .container:before, .container:after, .eventinfo:before, .eventinfo:after, .dynamicform:before, .dynamicform:after, .reloadForm:before, .reloadForm:after {
    content: "";
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 0;
    height: 0;
    clear: both; }

h2, h1 {
  font-family: clan_n,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #282d74; }

h1 {
  font-size: 48px; }
  @media (max-width: 480px) {
    h1 {
      font-size: 22px; } }

h2 {
  font-size: 30px; }
  @media (max-width: 480px) {
    h2 {
      font-size: 20px; } }

.h5, h5 {
  font-size: 16px;
  font-family: clan_m,Arial,"Helvetica Neue",Helvetica,sans-serif; }

footer {
  background-color: #e6e6eb;
  color: #282d74; }
  footer .flex-justify.flex-wrap {
    justify-content: center;
    display: flex;
    flex-wrap: wrap; }
  footer .flex-center {
    align-self: center; }
  footer .section-format-xs {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer .small {
    font-size: 13px;
    font-family: Arial,sans-serif; }
  footer .line {
    border: 0px;
    border-top: 1px solid #fff; }

.eventinfo {
  border-bottom: 1px solid #4bafff; }
  .eventinfo .session {
    font-size: 17px;
    padding: 3%;
    margin-bottom: 10px;
    background-color: #e6e6eb;
    color: #282d74; }
    .eventinfo .session .date {
      width: 220px; }
      @media (max-width: 480px) {
        .eventinfo .session .date {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .eventinfo .session .date .time {
        display: block;
        margin-top: 4px; }
    .eventinfo .session .title {
      font-size: 26px;
      width: calc(100% - 230px); }
      @media (max-width: 480px) {
        .eventinfo .session .title {
          width: 100%;
          font-size: 22px; }
          .eventinfo .session .title .add-to-waitinglist-message {
            font-size: 16px; } }
  .eventinfo .akkordeon {
    background-color: #e6e6eb; }
    @media (max-width: 480px) {
      .eventinfo .akkordeon {
        font-size: 17px; } }
    .eventinfo .akkordeon.opened .arrow {
      top: 26px !important; }
  .eventinfo .akkordeonSolo .arrow {
    display: none; }
  .eventinfo .content {
    padding: 20px 20px; }
  .eventinfo .alert:not(.booked-out) {
    background-color: #4bafff; }
  .eventinfo .alert {
    padding-top: 7px;
    padding-bottom: 4px; }
    .eventinfo .alert.booked-out {
      margin-bottom: 12px;
      margin-top: 30px; }

.dynamicform {
  margin-bottom: 40px; }
  .dynamicform .form-section .form-group.participant {
    background-color: #eef9ff !important;
    padding: 20px 10px !important; }
  .dynamicform .participant .akkordeon {
    background-color: #eef9ff !important;
    margin-bottom: 0px;
    padding: 5px 14px !important;
    color: #282d74; }
    @media (max-width: 480px) {
      .dynamicform .participant .akkordeon {
        padding: 5px 19px !important; } }
    .dynamicform .participant .akkordeon.opened {
      margin-bottom: 4px; }
      .dynamicform .participant .akkordeon.opened .arrow {
        top: 5px !important; }
  .dynamicform .form-section {
    margin-bottom: 40px !important; }
  .dynamicform .field-group {
    margin-bottom: 20px !important; }
  .dynamicform .actions {
    margin-bottom: 10px; }

.arrow {
  border-right: 3px solid #4bafff !important;
  border-bottom: 3px solid #4bafff !important;
  width: 18px !important;
  height: 18px !important;
  right: 19px !important;
  top: 16px !important; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to bottom, #4bafff 50%, #282d74 50%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 100% 200%;
  background-position: 0 0;
  transition: all .4s ease;
  padding-top: 1px !important;
  border-radius: 6em; }
  .btn:before {
    content: '';
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 6em;
    transition: all .4s ease; }
  .btn:hover::before {
    border-color: #282d74; }
  .btn:hover {
    color: #fff;
    background-position: 0 100%;
    text-decoration: none;
    outline: 0; }
  .btn.small {
    font-size: 16px; }
    @media (max-width: 480px) {
      .btn.small {
        font-size: 14px !important; } }
  .btn i {
    margin-left: 8px; }
  @media (max-width: 480px) {
    .btn {
      height: unset !important;
      line-height: 1.2 !important;
      font-size: 15px !important;
      padding: 4px 10px !important;
      letter-spacing: -0.4px; } }

input[type='radio']:disabled {
  cursor: wait !important; }
  input[type='radio']:disabled + label {
    cursor: wait !important; }
    input[type='radio']:disabled + label:before {
      cursor: wait !important; }

input[type="text"], input[type="email"], .dropdown, .select2-selection__rendered {
  display: block;
  position: relative;
  width: 100%;
  height: 41px;
  padding: 10px 30px 10px 12px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-top-color: #cdcdcd;
  border-right-color: #cdcdcd;
  border-bottom-color: #cdcdcd;
  border-left-color: #cdcdcd;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.field-label {
  color: #282d74;
  display: block; }

.select2-container {
  height: 41px; }

.select2-container--default .select2-selection--single {
  border: 0px solid #dbe3e4; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1.2; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-selection__arrow {
  background: url("https://ppd.brita.net/ep/image/fd59c1a658b64d689eaee619558a2010.jpg") #fff no-repeat top 60% right 12px !important;
  height: 39px !important;
  width: 41px !important;
  border-radius: 4px !important; }

.select2-selection__arrow b {
  display: none !important; }

select.field-error + .select2-container .select2-selection__rendered {
  border: 1px solid #C41E3A; }

.eventinfo .session .date input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 4px; }

.input-field.textbox.with-captcha .field-description {
  padding: 5px 0;
  font-size: 90%; }

.input-field.textbox.with-captcha input {
  float: left;
  width: 60%;
  margin-right: 5px; }

.input-field.textbox.with-captcha img {
  padding-top: 3px; }
