/*! CSS Used from: deleted divi-styles.css ; media=all */
@media all {

  a,
  body,
  div,
  h2,
  h5,
  span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  body {
    line-height: 1;
  }

  :focus {
    outline: 0;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  a {
    color: #2ea3f2;
  }

  a,
  a:hover {
    text-decoration: none;
  }

  h2,
  h5 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
  }

  h5 a {
    color: inherit;
  }

  h2 {
    font-size: 26px;
  }

  h5 {
    font-size: 16px;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .et_pb_module.et_pb_text_align_left {
    text-align: left;
  }

  .et_pb_module {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .et_pb_with_border {
    position: relative;
    border: 0 solid #333;
  }

  .et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }

  body {
    font-size: 17px;
  }

  body {
    line-height: 1.6em;
  }

  h2,
  h5 {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.4em;
  }

  h2 {
    font-size: 27px;
  }

  h5 {
    font-size: 16px;
  }

  h2,
  h5 {
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
  }

  body {
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
  }

  .et_pb_text_1.et_pb_text {
    color: #555555 !important;
  }

  .et_pb_text_1 h2 {
    font-weight: 800;
    font-size: 30px;
    color: #00535b !important;
  }

  .et_pb_text {
    word-wrap: break-word;
  }

  .et_pb_text>:last-child {
    padding-bottom: 0;
  }

  .et_pb_text_inner {
    position: relative;
  }

  .text-bold {
    font-weight: 800;
  }
}

/*! CSS Used from: deleted seminar_bookings.css ; media=all */
@media all {
  body {
    font-display: swap;
    font-family: 'NunitoV16', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 17px;
  }

  h2,
  h5 {
    font-display: swap;
    font-family: 'NunitoV16', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 800;
    color: #00535b;
  }

  .d-none {
    display: none;
  }

  .mb-3 {
    margin-bottom: 5px;
  }

  .et_pb_button_kf {
    font-size: 14px;
    font-weight: 800;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: white;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    cursor: pointer;
  }

  .et_pb_button_kf-green {
    color: #7B9E1A;
  }

  .et_pb_button_kf-orange {
    color: #E07800;
  }

  .et_pb_button_kf-red {
    color: #EB0000;
    font-size: 13px;
  }

  .et_pb_button_kf-green:hover {
    background: #7B9E1A;
    color: white;
    border-color: #7B9E1A;
  }

  .et_pb_button_kf-orange:hover {
    background: #E07800;
    color: white;
    border-color: #E07800;
  }

  .et_pb_button_kf-red:hover {
    background: #EB0000;
    color: white;
    border-color: #EB0000;
  }

  .table-seminar {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    float: left;
    background: white;
  }

  .table-seminar th,
  .table-seminar td {
    padding: 10px 15px;
  }

  .table-seminar th {
    background: #dbe4e3;
    text-align: left;
  }

  .row-seminar {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 10px auto;
  }

  .row-seminar:nth-child(odd),
  .row-seminar:nth-child(odd) .table-seminar {
    background: #f2f6f5;
  }

  .mobile-seminarname {
    display: none;
    float: left;
    text-align: left;
    font-weight: bold;
  }

  h2 {
    font-size: 30px;
  }

  .all-seminars-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .all-seminars-list a {
    padding: 1px 5px;
    margin: 3px;
    font-size: 15px;
    color: #00535b;
    font-weight: 900;
    line-height: 1.3;
  }
  .no-seminar-hint {
    margin: 0 auto;
    width: 60%;
  }
  .no-seminar-hint h3 {
    font-weight:400;
    color: #00535b;
  }
  @media only screen and (max-width: 767px) {
    .table-seminar tr {
      display: grid;
      border-bottom: 3px solid white;
    }
    .table-seminar tr:last-child {
      border-bottom: 0;
    }


    .table-seminar th {
      display: none;
    }

    .table-seminar td {
      padding: 4px 15px;
    }

    .table-seminar td:first-child {
      padding-top: 15px;
      font-weight:800;
      color:#00535b;
    }

    .table-seminar td:last-child {
      padding-bottom: 15px;
    }

    .et_pb_button_kf {
      float: right;
    }

    .mobile-seminarname {
      display: block;
    }
    .no-seminar-hint {
      width: 100%;
    }
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'NunitoV16';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.eot');
  src: local(''), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.woff2') format('woff2'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.woff') format('woff'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.ttf') format('truetype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-regular.svg#NunitoV16') format('svg');
}

@font-face {
  font-family: 'NunitoV16';
  font-style: normal;
  font-weight: 800;
  src: url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.eot');
  src: local(''), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.eot?#iefix') format('embedded-opentype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.woff2') format('woff2'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.woff') format('woff'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.ttf') format('truetype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-800.svg#NunitoV16') format('svg');
}

@font-face {
  font-family: 'NunitoV16';
  font-style: normal;
  font-weight: 900;
  src: url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.eot');
  src: local(''), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.eot?#iefix') format('embedded-opentype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.woff2') format('woff2'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.woff') format('woff'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.ttf') format('truetype'), url('https://www.kinderfee-hamburg.de/fonts/nunito-v16-latin-900.svg#NunitoV16') format('svg');
}