@charset "UTF-8";
.form {
  background: rgba(19, 35, 47, 0.9);
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  text-align: center;
  overflow: hidden; }
  .form p {
    font-size: 1.3em; }
  .form a {
    text-decoration: none;
    color: #1ab188;
    transition: .5s ease; }
    .form a:hover {
      color: #179b77; }
  .form h1 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 40px; }
  .form .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0; }
    .form .tab-group:after {
      content: "";
      display: table;
      clear: both; }
    .form .tab-group li a {
      display: block;
      text-decoration: none;
      padding: 15px;
      background: rgba(160, 179, 176, 0.25);
      color: #a0b3b0;
      font-size: 20px;
      float: left;
      width: 50%;
      text-align: center;
      cursor: pointer;
      transition: .5s ease; }
      .form .tab-group li a:hover {
        background: #179b77;
        color: #ffffff; }
    .form .tab-group .active a {
      background: #1ab188;
      color: #ffffff; }
  .form .course_name {
    margin: 10px 0;
    display: inline-block;
    font-size: 22px;
    color: #fff; }
  .form .course_agbs,
  .form .course_descr {
    text-align: left;
    font-size: 12px; }
  .form .course_facts,
  .form .course_descr {
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    display: block;
    margin-bottom: 30px; }
  .form .small {
    font-size: 14px; }
  .form label {
    position: absolute;
    transform: translateY(6px);
    left: 13px;
    color: rgba(125, 125, 125, 0.5);
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 20px; }
    .form label .req {
      margin: 2px;
      color: #1ab188; }
  .form label.active {
    transform: translateY(-20px);
    left: 2px;
    font-size: 14px; }
    .form label.active .req {
      opacity: 0; }
  .form label.highlight {
    color: #dfb844; }
  .form input,
  .form textarea {
    cursor: pointer;
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #ffffff;
    border-radius: 0;
    transition: all .25s ease; }
    .form input:focus,
    .form textarea:focus {
      outline: 0;
      border-color: #dfb844;
      padding: 9px 10px; }
    .form input.no_frame,
    .form textarea.no_frame {
      border: none; }
      .form input.no_frame.miya_message,
      .form textarea.no_frame.miya_message {
        color: #dfb844; }
  .form textarea {
    border: 2px solid #a0b3b0;
    resize: vertical; }
  .form .field-wrap {
    position: relative;
    margin-bottom: 40px; }
  .form .top-row:after {
    content: "";
    display: table;
    clear: both; }
  .form .top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%; }
    .form .top-row > div:last-child {
      margin: 0; }
  .form .button {
    border: 0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none; }
    .form .button:hover, .form .button:focus {
      background: #179b77; }
  .form .button-block {
    display: block;
    width: 100%; }
  .form .forgot {
    margin-top: -20px;
    text-align: right; }

.wrapper_radio {
  display: inline-block;
  width: 100%;
  position: relative; }
  .wrapper_radio div {
    margin: 0 0 0.75em 0;
    width: 50%;
    float: left;
    display: inline-block;
    height: 20px;
    position: relative; }
  .wrapper_radio label {
    position: absolute;
    transform: translateY(0px);
    left: 0;
    top: 0; }
    .wrapper_radio label.l_radio {
      width: 100%;
      position: relative;
      text-align: left;
      margin-bottom: 10px; }
  .wrapper_radio input[type="radio"] {
    opacity: 0;
    margin: initial;
    margin-top: 0;
    line-height: initial;
    position: absolute;
    left: 0; }
  .wrapper_radio input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%; }
  .wrapper_radio input[type="radio"] + label span {
    background-color: #fff; }
  .wrapper_radio input[type="radio"]:checked + label span {
    background-color: #dfb844; }
  .wrapper_radio input[type="radio"] + label span,
  .wrapper_radio input[type="radio"]:checked + label span {
    transition: background-color 0.4s linear; }

.wrapper_checkbox {
  display: inline-block;
  width: 100%;
  position: relative;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */ }
  .wrapper_checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    margin: initial;
    margin-top: 0;
    line-height: initial; }
  .wrapper_checkbox [type="checkbox"]:not(:checked),
  .wrapper_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px; }
  .wrapper_checkbox [type="checkbox"]:not(:checked) + label,
  .wrapper_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
  .wrapper_checkbox [type="checkbox"]:not(:checked) + label:before,
  .wrapper_checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .wrapper_checkbox [type="checkbox"]:not(:checked) + label:after,
  .wrapper_checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #dfb844;
    transition: all .2s; }
  .wrapper_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .wrapper_checkbox [type="checkbox"]:checked + label:before {
    border-color: #dfb844; }
  .wrapper_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .wrapper_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .wrapper_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #dfb844;
    background-color: #ddd; }
  .wrapper_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .wrapper_checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }
  .wrapper_checkbox [type="checkbox"]:checked:focus + label:before,
  .wrapper_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #dfb844; }
  .wrapper_checkbox label {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 10px; }
    .wrapper_checkbox label:hover:before {
      border: 2px solid #4778d9 !important; }
    .wrapper_checkbox label .label_inner {
      font-size: 12px;
      color: #fff;
      line-height: 8px; }

.radio_privat,
.radio_gesetzlich {
  display: none;
  visibility: hidden; }
  .radio_privat.active,
  .radio_gesetzlich.active {
    display: block;
    visibility: inherit; }

.form.form_success a {
  color: #dfb844;
  font-size: 22px; }

#form_miya {
  margin-top: 20px; }

#content.miya_bookingform {
  color: #fff; }
  #content.miya_bookingform p {
    color: #fff; }

table.table_miya {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  table.table_miya caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  table.table_miya tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em; }
  table.table_miya th,
  table.table_miya td {
    padding: .625em;
    text-align: center; }
  table.table_miya th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase; }
  table.table_miya a.miya {
    color: #fff;
    background: #966b49;
    padding: 5px 10px;
    display: inline-block !important;
    white-space: nowrap; }

@media screen and (max-width: 600px) {
  .form h1 {
    font-size: 25px; }
  .form label {
    font-size: 12px; }
  table.table_miya {
    border: 0; }
    table.table_miya caption {
      font-size: 1.3em; }
    table.table_miya thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table.table_miya tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
      table.table_miya tr.tr_1 {
        line-height: initial;
        height: auto; }
    table.table_miya td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
      table.table_miya td:first-child {
        padding-left: .625em; }
      table.table_miya td:last-child {
        padding-right: .625em;
        border-bottom: 0; }
      table.table_miya td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase; } }

@media screen and (max-width: 320px) {
  .form h1 {
    font-size: 20px; } }
