﻿.hometop::before {
  content: "\f015";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.uploadfield {
  display: none;
}


a.trggr_anmeldung, a.promobutt {
  display: flex;
  cursor: pointer;
  pointer-events: all;
  align-items: center;
  justify-content: center;
  color: #006699;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #069;
  padding: 10px 20px;
  border-radius: 100px;
  margin: 0px auto 20px !important;
  width: 320px;
}

h1 {
    font-size: 35px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #132d5b;
}


h1 span.firstline {
    font-size: 35px;
    font-weight: 300 !important;
}



h2 {
    font-weight: bold;
    color: #003e71;
}


.section_header h2 {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
}


.anima_2_pics, .anima_3_pics {
      height: 550px;
   }




.anima_2_pics img, .anima_3_pics img {
      border-radius:100%;
      border:2px solid #132d5b !important;
      padding: 15px;
   }




.xcol-pic-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    border:2px solid #069;
    background: transparent;
    padding: 15px;
    aspect-ratio: 1/1;
    max-width: 300px;
}


.xcol-pic-box img {
    border-radius: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}


#twinfit .media_image a::before {
  display: flex;
    content:"";
    width:210px;
    height: 210px;
    border-radius:100%;
    padding:20px;
    position: absolute;
    right:-35px;
    bottom:-15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: linear-gradient(45deg, rgba(142,194,146,1) 25%, rgba(0,157,163,1) 75%);
}

#twinfit .media_image a::after  {
    display: flex;
    content:"";
    width:180px;
    height: 180px;
    background-image: url(https://www.dentaurum.de/images/30implantology.svg);
    background-size:90%;
    background-position: center;
    background-color:#fff;
    background-repeat: no-repeat;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:-20px;
    bottom:0px;
    z-index: 9;
}




/*
.banner_imgleft {
padding: 50px 0 !important;
}

.banner_imgleft  .banner_imgleft_pic {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.banner_imgleft  .banner_imgleft_pic::before {
    content:" ";
    display: block;
    position: absolute;
    border:2px solid #fff;
     border-left:0px solid #fff;
    padding-right:200px;
    width: 100%;
    height: calc(100% + 20px);
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.banner_imgleft  .banner_imgleft_pic img {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  margin-left: -20px;
}

*/


.media_image a {
    display: flex;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #003e71;
}

.media_image a img {
    border-radius: 100%;
    overflow: hidden;
}

#lpmainmenu > ul.nav  > li:hover > a, #lpmainmenu > ul.nav  > li.active > a {
    color: #003e71 !important;
    background-color: #fff;
}


.course_thumb {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
}

.detailcontent-group {
    display: flex;
}

.detailcontent-group > div {
    width:calc(100%/2 - 20px);
}

.panel-group details > summary {
    display: flex;
    align-items: center;
    padding: 5px;
    background:#fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all linear 0.5s;
}


.panel-group details[open] > summary {
    color:#fff;
    background:#003e71;
}

.panel-group details > summary h3 {
    color: #003e71;
    margin:0;
    width: 100% !important;
}

.panel-group details > summary h3:first-line {
    color: #666;
    font-size:1.8rem;
}

.panel-group details > summary h3 strong{
    width: 100% !important;
}

.panel-group details[open]  > summary h3 {
    color: #fff;
    margin:0;
    width: 100% !important;
}

.panel-group details[open]  > summary h3:first-line {
    color: #fff;
    font-size:1.8rem;
}


.detailcontent-txt {
    padding: 10px 40px 10px 10px;
}

.detailcontent-group > div.detailcontent-details > div  {
    border-bottom: 1px solid #003e71;
    padding: 10px 0;
}

.detailcontent-group > div.detailcontent-details > div:last-of-type  {
    border-bottom: 0px solid #003e71;
}

.detailcontent-group > div.detailcontent-details > div p {
    margin: 0;
}

.detailcontent-details-fbp {
    color: #003e71;
    text-transform: uppercase;
}

.detailcontent-details-fbp span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width:25px;
    height:25px;
    color:#fff;
   background: #003e71;
}

p.details-fee {
    font-size: 20px;
    font-weight: bold;
    color:#003e71;
}

p.details-fbp {
    font-size: 20px;
    font-weight: bold;
    color:#003e71;
    text-transform: uppercase;
}

p.details-fee span, p.details-fbp span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height: 30px;
    font-size: 20px;
    color:#fff;
    background:#003e71;
    border-radius: 100%;
}


.container-referee {
   float:none;
   width:24% !important;
   height: 350px;
   margin: 2% 0% 1% !important;
    padding: 1% 2% 1% 0 !important;
   box-sizing: border-box !important;
   background: #fff;
   color: #666;
    border-radius: 100px;
   }


details #ref_left.ohnelink {
  float: none;
  margin: 2% 0 2%;
  background: transparent;
}

.container-referee h2 {
  font-size: 1.8rem !important;
  color:#666 !important;
  text-transform:none !important;
}


/******FORMULAR*****/





#pnlForm {
 width:90%;
max-width: 90% !important;
}


.form_content {
  padding: 0px 5px 20px;
}


    :root {
      --page-bg: #f4f6f8;
      --surface: #ffffff;
      --surface-soft: #f8fafb;
      --text: #17202a;
      --muted: #62707d;
      --border: #d9e0e6;
      --primary: #132d5b;
      --primary-dark: #132d5b;
      --primary-soft: #e8f3f6;
      --success: #24733f;
      --warning-bg: #fff8e6;
      --warning-border: #e5c35d;
      --danger: #a62b2b;
      --shadow: 0 12px 32px rgba(23, 32, 42, 0.09);
      --radius: 14px;
      --content-width: 1280px;
    }


#btnSend {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    color:#132d5b;
    border: 2px solid #132d5b;
    transition: all linear 0.5s;
}

#btnSend:hover {
    color:#fff;
    background: #132d5b;
}




    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    label {
      -webkit-tap-highlight-color: transparent;
    }

    .booking-page {
      width: min(100% - 32px, var(--content-width));
      margin: 36px auto 80px;
    }

    .booking-header {
      margin-bottom: 24px;
    }

    .booking-header__eyebrow {
      margin: 0 0 6px;
      color: var(--primary);
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .booking-header h1 {
      margin: 0;
      line-height: 1.15;
    }

    .booking-header p {
      max-width: 760px;
      margin: 12px 0 0;
      color: var(--muted);
    }

    .booking-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 24px;
      align-items: start;
    }

    .booking-main {
      min-width: 0;
    }

    .panel {
      margin-bottom: 24px;
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: 0 4px 14px rgba(23, 32, 42, 0.04);
      padding: 0;
    }


    .location-panel {
        padding: 0;
    }

    .panel__header {
      padding: 22px 24px 18px;
      border-bottom: 1px solid var(--border);
    }

    .panel__header h2 {
      margin: 0;
    }

    .panel__header p {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .panel__body {
      padding: 24px;
    }

    .step-number {
      display: inline-grid;
      width: 33px;
      height: 33px;
      margin-right: 8px;
      place-items: center;
      border-radius: 50%;
      background: var(--primary);
      color: #fff;
      vertical-align: 2px;
    }

    .location-tabs {
      display: flex;
      gap: 10px;
      padding: 0 0 18px;
      overflow-x: auto;
      scrollbar-width: thin;
    }

    .location-tab {
      flex: 0 0 auto;
      min-height: 44px;
      padding: 9px 16px;
      border: 1px solid var(--border);
      border-radius: 999px;
      background: var(--surface);
      color: var(--text);
      cursor: pointer;
      font-weight: 700;
    }

    .location-tab:hover {
      border-color: var(--primary);
    }

    .location-tab[aria-selected="true"] {
      border-color: var(--primary);
      background: var(--primary);
      color: #fff;
    }

    .location-meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
      padding: 14px 16px;
      border-radius: 10px;
      background: var(--surface-soft);
      color: var(--muted);
    }

    .location-meta strong {
      color: var(--text);
    }

    .module-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .package-option {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 13px;
      grid-column: 1 / -1;
      padding: 18px;
      border: 2px solid var(--primary);
      border-radius: 12px;
      background: var(--primary-soft);
      cursor: pointer;
    }

    .package-option.is-selected {
      background: #dff0e5;
      border-color: var(--success);
    }

    .package-option__checkbox {
      width: 22px;
      height: 22px;
      margin-top: 3px;
      accent-color: var(--primary);
      cursor: pointer;
    }

    .package-option h3 {
      margin: 0;
    }

    .package-option p {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .package-option__price {
      display: inline-block;
      margin-top: 8px;
      color: var(--primary-dark);
      font-weight: 800;
    }

    .module-card {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 13px;
      min-height: 0;
      padding: 18px;
      border: 2px solid var(--border);
      border-radius: 12px;
      background: var(--surface);
      cursor: pointer;
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .module-card:hover {
      border-color: #9eb9c3;
      box-shadow: 0 8px 20px rgba(23, 32, 42, 0.07);
      transform: translateY(-1px);
    }

    .module-card.is-selected {
      border-color: var(--primary);
      background: var(--primary-soft);
      box-shadow: 0 0 0 3px rgba(21, 93, 117, 0.12);
    }

    .module-card.is-disabled {
      cursor: not-allowed;
      opacity: 0.72;
    }

    .module-card.is-disabled:hover {
      transform: none;
      box-shadow: none;
    }

    .module-card__badge {
      display: inline-block;
      margin-left: 6px;
      padding: 2px 7px;
      border-radius: 999px;
      background: #eef1f4;
      color: var(--muted);
      font-weight: 700;
      text-transform: none;
      letter-spacing: 0;
      vertical-align: 1px;
    }

    .module-card__badge--special {
      background: #e8f3f6;
      color: var(--primary-dark);
    }

    .module-section-heading {
      margin: 8px 0 0;
      padding: 14px 16px;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--surface-soft);
      color: var(--primary-dark);
      font-weight: 800;
    }

    .module-card--special {
      border-style: dashed;
    }

    .module-card__checkbox {
      width: 21px;
      height: 21px;
      margin: 2px 0 0;
      accent-color: var(--primary);
      cursor: pointer;
    }

    .module-card__content {
      min-width: 0;
    }

    .module-card__topline {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
    }

    .module-card__number {
      display: inline-block;
      margin-bottom: 7px;
      color: var(--primary);
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .module-card h3 {
      margin: 0;
      line-height: 1.3;
    }

    .module-card__price {
      flex: 0 0 auto;
      color: var(--primary-dark);
      font-weight: 800;
      white-space: nowrap;
    }

    .module-card__details {
      display: grid;
      gap: 5px;
      margin-top: 13px;
      color: var(--muted);
    }

    .module-card__details span {
      display: block;
    }

    .module-card__description {
      margin: 12px 0 0;
      color: var(--text);
    }

    .selection-toolbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid var(--border);
    }

    .selection-toolbar__status {
      color: var(--muted);
    }

    .text-button {
      padding: 0;
      border: 0;
      background: none;
      color: var(--primary);
      cursor: pointer;
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .text-button:hover {
      color: var(--primary-dark);
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .form-field {
      min-width: 0;
    }

    .form-field--full {
      grid-column: 1 / -1;
    }

    .form-field label,
    .group-label {
      display: block;
      margin-bottom: 7px;
      font-weight: 700;
    }

    .server-hidden {
      display: none !important;
    }

    .required-mark {
      color: var(--danger);
    }

    .form-field input,
    .form-field select,
    .form-field textarea {
      width: 100%;
      min-height: 46px;
      padding: 10px 12px;
      border: 1px solid #b9c4cd;
      border-radius: 8px;
      background: #fff;
      color: var(--text);
    }

    .form-field textarea {
      min-height: 112px;
      resize: vertical;
    }

    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus,
    .location-tab:focus-visible,
    .module-card:focus-within,
    .primary-button:focus-visible,
    .text-button:focus-visible {
      outline: 3px solid rgba(21, 93, 117, 0.22);
      outline-offset: 2px;
      border-color: var(--primary);
    }

    .field-hint {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .checkbox-row {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 10px;
      align-items: start;
      margin-top: 16px;
    }

    .checkbox-row input {
      width: 19px;
      height: 19px;
      margin-top: 3px;
      accent-color: var(--primary);
    }

    .checkbox-row label {
      margin: 0;
      font-weight: 400;
    }

    .form-section {
      margin-top: 26px;
      padding-top: 24px;
      border-top: 1px solid var(--border);
    }

    .form-section:first-of-type {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
    }

    .form-section__headline {
      margin: 0 0 8px;
      color: var(--primary-dark);
    }

    .form-section__hint {
      margin: 0 0 16px;
      color: var(--muted);
    }

    .inline-checkboxes {
      display: grid;
      gap: 9px;
      margin-top: 4px;
    }

    .option-checkbox {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 9px;
      align-items: start;
      font-weight: 400;
    }

    .option-checkbox input {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      accent-color: var(--primary);
    }

    .option-checkbox span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .participant-card,
    .conditional-panel {
      margin-top: 16px;
      padding: 16px;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--surface-soft);
    }

    .participant-card.is-hidden,
    .conditional-panel.is-hidden {
      display: none;
    }

    .participant-card__header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
      margin-bottom: 14px;
    }

    .participant-card__header legend {
      padding: 0;
      color: var(--primary-dark);
      font-weight: 800;
    }

    .secondary-button {
      min-height: 44px;
      margin-top: 14px;
      padding: 10px 14px;
      border: 1px solid var(--primary);
      border-radius: 8px;
      background: #fff;
      color: var(--primary);
      cursor: pointer;
      font-weight: 800;
    }

    .secondary-button:hover {
      background: var(--primary-soft);
    }

    .secondary-button:disabled {
      cursor: not-allowed;
      opacity: 0.55;
    }

    .summary-factor {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--border);
      color: var(--muted);
    }

    .summary-factor strong {
      color: var(--text);
    }

    .booking-summary {
      position: sticky;
      top: 24px;
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: var(--shadow);
      padding: 20px;
    }

    .booking-summary__header {
      padding: 20px 22px;
      border-bottom: 1px solid var(--border);
      background: var(--primary);
      color: #fff;
    }

    .booking-summary__header h2 {
      margin: 0;
    }

    .booking-summary__header p {
      margin: 5px 0 0;
      opacity: 0.88;
    }

    .booking-summary__body {
      padding: 18px 22px 22px;
    }

    .summary-empty {
      margin: 0;
      padding: 18px 0;
      color: var(--muted);
      text-align: center;
    }

    .summary-list {
      display: grid;
      gap: 12px;
      max-height: 280px;
      margin: 0;
      padding: 0;
      overflow-y: auto;
      list-style: none;
    }

    .summary-item {
      padding-bottom: 12px;
      border-bottom: 1px solid var(--border);
    }

    .summary-item__topline {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      align-items: start;
    }

    .summary-item strong {
      display: block;
      line-height: 1.35;
    }

    .summary-item__price {
      font-weight: 800;
      white-space: nowrap;
    }

    .summary-item small {
      display: block;
      margin-top: 4px;
      color: var(--muted);
    }

    .summary-item button,
    .summary-package button {
      margin-top: 7px;
      padding: 0;
      border: 0;
      background: none;
      color: var(--danger);
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .summary-package button {
      grid-column: 1 / -1;
      justify-self: start;
    }

    .summary-package {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      padding: 12px;
      border: 1px solid #a8c8b2;
      border-radius: 9px;
      background: #edf8f0;
      color: var(--success);
    }

    .summary-package strong {
      display: block;
    }

    .summary-package small {
      display: block;
      margin-top: 3px;
      color: var(--muted);
    }

    .summary-package__price {
      font-weight: 800;
      white-space: nowrap;
    }

    .summary-total {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin-top: 18px;
      padding-top: 18px;
      border-top: 2px solid var(--text);
      font-weight: 800;
    }

    .summary-tax {
      margin: 6px 0 0;
      color: var(--muted);
      text-align: right;
    }


    .form-message {
      display: none;
      margin: 0 0 16px;
      padding: 12px 14px;
      border: 1px solid #dd9b9b;
      border-radius: 9px;
      background: #fff1f1;
      color: #7e1f1f;
    }

    .form-message.is-visible {
      display: block;
    }

    .primary-button {
      width: 100%;
      min-height: 50px;
      margin-top: 18px;
      padding: 12px 18px;
      border: 0;
      border-radius: 9px;
      background: var(--primary);
      color: #fff;
      cursor: pointer;
      font-weight: 800;
    }

    .primary-button:hover {
      background: var(--primary-dark);
    }

    .primary-button:disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }

    .mobile-total {
      display: none;
    }

    .noscript-message {
      width: min(100% - 32px, 900px);
      margin: 20px auto;
      padding: 14px 16px;
      border: 1px solid var(--warning-border);
      border-radius: 10px;
      background: var(--warning-bg);
    }

.billing-choice {
  padding: 0;
  margin: 0;
  border: 0;
}

.billing-choice legend {
  margin-bottom: 10px;
  font-weight: 600;
}

.billing-choice label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 25px;
  cursor: pointer;
}

.billing-choice input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
}



    @media (max-width: 980px) {
      .booking-layout {
        grid-template-columns: 1fr;
      }

      .booking-summary {
        position: static;
      }

      .summary-list {
        max-height: none;
      }
    }

    @media (max-width: 680px) {
      .booking-page {
        width: min(100% - 20px, var(--content-width));
        margin-top: 22px;
        margin-bottom: 120px;
      }

      .panel__header,
      .panel__body {
        padding-left: 16px;
        padding-right: 16px;
      }

      .module-grid,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-field--full {
        grid-column: auto;
      }

      .module-card {
        min-height: 0;
      }

      .booking-summary {
        display: none;
      }

      .mobile-total {
        position: fixed;
        z-index: 20;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: center;
        padding: 12px max(14px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        border-top: 1px solid var(--border);
        background: #fff;
        box-shadow: 0 -8px 24px rgba(23, 32, 42, 0.12);
      }

      .mobile-total__label {
        display: block;
        color: var(--muted);
      }

      .mobile-total__amount {
        display: block;
        font-weight: 800;
      }

      .mobile-total .primary-button {
        width: auto;
        min-height: 44px;
        margin: 0;
        padding-inline: 17px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .module-card {
        transition: none;
      }
    }
 

    .location-panel[hidden] {
      display: none !important;
    }

    .module-card--package {
      border-color: var(--primary);
      background: linear-gradient(180deg, #ffffff 0%, var(--primary-soft) 100%);
    }

    .module-card__checkbox:disabled {
      cursor: not-allowed;
    }

    .module-card.is-disabled {
      opacity: 0.62;
      cursor: not-allowed;
    }

    .module-card.is-disabled .module-card__content {
      cursor: not-allowed;
    }

    .module-card__checkbox:disabled + .module-card__content {
      cursor: not-allowed;
    }

    .static-field-note {
      margin: 10px 0 0;
      color: var(--muted);
    }

 
 