body { position: relative; }
.wp2a_wrapper {
    font-family: var(--wp2a-design-body-font);
    font-size: 18px;
    line-height: 1.4em;
    color: inherit;
    background-color: inherit;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px !important;
}
.wp2a_wrapper * {
    box-sizing: border-box;
}
.wp2a_wrapper > section {
  width: 100%;
  position: relative;
  max-width: 1280px;
      -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
}
.wp2a_wrapper section.steps {
  flex: 1;
}
.wp2a_wrapper .steps-header {
    text-align: center;
    padding: 1em 0;
}
.wp2a_wrapper > section.steps .steps-content > section {
    padding: 0;
}
.wp2a_wrapper h1, .wp2a_wrapper h2 { 
  font-family: var(--wp2a-design-heading-font);
  font-weight: 600;
  line-height: 1.3em;
}
.wp2a_wrapper h1 {
  font-size: 30px;
}
.wp2a_wrapper h2 {
  font-size: 24px;
}
.wp2a_wrapper .steps p {
    margin-top: initial;
}
.ttgrid-container, .staff_select_container, #loading-indicator, .flex_wrap_div {
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
              width: 100%;
}
.staff_select_container, #loading-indicator, .flex_wrap_div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading-indicator {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 50px;
    text-align: center;
    z-index: 999999;
    background-color: rgba(255,255,255,.6);
    color: var(--wp2a-design-color);
}
.tt_kachel_wrapper {
    width: 200px;
    margin: 20px;
    cursor: pointer;
    position: relative;
}
.tt_kachel_flagicon_wrapper {
    color: var(--wp2a-design-color);
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-shadow: 15px 0px 15px 0 rgba(225,225,225,1);
    box-shadow: 15px 0px 15px 0 rgba(225,225,225,1);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.tt_kachel_wrapper:hover .tt_kachel_images {
    border: 3px solid;
    cursor: pointer;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 10px 0 !important;
            box-shadow: 0 0 10px 0 !important;
}

.tt_kachel_images {
    border-radius: 10px;
    color: var(--wp2a-design-color);
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
            box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    border: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    cursor: pointer;
    height: 175px;
}

.tt_kachel_icon_wrapper {
    padding: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.tt_kachel_icon_wrapper > i {
    font-size: 90px;
}
.users_selection {
    position: fixed;
    width: 200px;
    right: 0;
    top: 30vh;
    box-sizing: border-box;
    padding: 10px 10px 10px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
    box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    font-size: .85em;
    line-height: 1.4em;
}
.user_selection_smaller {
    font-size: .8em;
}
.users_selection p {
    margin: 0;
}
.user_selection_toggle {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background-color: var(--wp2a-design-color);
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    font-size: 12px;
}
.users_selection.verborgen {
    right: -187px;
}
.tt_kachel_service_icons {
    font-size: 25px;
    padding: 10px 0 0;
}
.tt_kachel_service_icons i + i {
    margin-left: 9px;
}
.tt_kachel_infotext {
  width: 100%;
  text-align: center;
}
.tt_kachel_infotext .standort_strasse_ort {
    font-size: 14px;
    line-height: 1.3em;
    display: inline-block;
}
span.user_selection_smaller {
  display: inline-block;
}
.tt_ja span, .tt_nein span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
.tt_kachel_infotext a {
  text-decoration: none;
  color: #333;
  outline: 0;
}

/* Kalender CSS */
.wp2a_wrapper .terminkalender > p {
    padding: 0 20px;
    font-size: .9em;
    line-height: 1.4em;
}
.wp2a_wrapper .stepform.terminkalender, .stepform.buchung {
max-width: 950px;
    width: 100%;
  overflow: hidden;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}
.wp2a_wrapper .calender_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafbfd), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #fafbfd 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fafbfd 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
}
.wp2a_wrapper .cal_nav_col {
    width: auto;
    display: inline-block;
    font-size: 16px;
}
.wp2a_wrapper .cal_nav_col a.cal_icon_link {
    font-size: 24px;
    display: inline-block;
    background-color: var(--wp2a-design-color);
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}
.wp2a_wrapper .cal_nav_col:nth-of-type(2) {
    padding: 0 .5em;
}
.wp2a_wrapper .cal_calendar {
  display: flex;
}
.wp2a_wrapper .cal_wochentag_wrap {
    flex-basis: calc(100% / 7);
    text-align: center;
    font-size: 16px;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wp2a_wrapper .cal_wochentag_wrap .wochentag_header {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    line-height: 50px;
    font-weight: bold;
}
.wp2a_wrapper .cal_wochentag_wrap .wochentag_slots {
  height: 100%;
  border-bottom: 1px solid rgba(166, 168, 179, 0.12);
    border-right: 1px solid rgba(166, 168, 179, 0.12);
    text-align: right;
    padding: 0px 2px;
    font-size: 13px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
 -webkit-box-flex: 1;
     -ms-flex-positive: 1;
         flex-grow: 1;
}
.wp2a_wrapper .cal_wochentag_wrap .calendarempty, .wp2a_wrapper .cal_wochentag_wrap .no_slots_available {
  color: rgba(152, 160, 166, 0.6);
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  cursor: not-allowed;
}
.wp2a_wrapper .cal_wochentag_wrap .calendarblock {
    border-left-width: 3px;
    padding: 0 12px;
    margin: 0 0.25em;
    border-left-style: solid;
    font-size: 13px;
    position: relative;
    border-left-color: rgba(248,37,78, .4);
    background: rgba(253, 197, 208, 0.2);
    color: #f8254e;
    text-align: center;
    cursor: not-allowed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            position: relative;
            z-index: 1;
}
.wp2a_wrapper .cal_wochentag_wrap .calendarentry {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0.25em;
    margin: 0;
}
.wp2a_wrapper .cal_wochentag_wrap .calendarentry .termin_inner {
    margin: 0;
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
    background: var(--wp2a-design-color);
    border: 0;
    border-radius: 5px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 10px rgb(120 192 215 / 40%);
    box-shadow: 3px 3px 10px rgb(120 192 215 / 40%);
    line-height: 1.3em;
    white-space: nowrap;
}
.wp2a_wrapper .calendarentry.book_termin {
  cursor: pointer;
}
.wp2a_wrapper .fa, .wp2a_wrapper .fas, .wp2a_wrapper .fab, .wp2a_wrapper .fad, .wp2a_wrapper .fal, .wp2a_wrapper .far {
    font-family: "Font Awesome 5 Pro" !important;
}

/* Buchungsformular */
.wrap_buchen_form form, .wp2a_wrapper form#terminbuchung_formular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        margin: 0;
        padding: 34px 0 20px;
        width: 100%;
}
.buchen_field-group {
            flex-grow: 1;
            flex-basis: 50%;
            padding: 0 15px;
            margin-bottom: 2em;
            position: relative;
        }
.buchen_field-group.fullgroup {
            flex-basis: 100%;
        }
.buchen_field-group label {
            display: block;
            font-style: normal;
            position: absolute;
            font-size: 14px;
                top: -20px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            pointer-events: none;
}
.buchen_field-group input {
            height: 2em;
        }

.buchen_field-group textarea {
            height: 120px;
            resize: none;
        }
.buchen_field-group.buchen_field-textarea,
.buchen_field-group.buchen_field-email {
    margin-bottom: .5em;
}
.buchen_field-group:last-of-type {
    text-align: right;
    margin-bottom: 0;
}
.buchen_field-group p.law_info {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}
.buchen_field-group p.law_info span.wp2a-theme-style a, .buchen_field-group p.law_info span.wp2a-theme-style a:focus,
.buchen_field-group p.law_info span.wp2a-theme-style a:hover {
    color: var(--wp2a-design-color);
    text-decoration: none;
}
.wp2a_wrapper .users_selection a.wp2a-theme-style, .wp2a_wrapper .users_selection a.wp2a-theme-style:focus,
.wp2a_wrapper .users_selection a.wp2a-theme-style:hover {
    color: var(--wp2a-design-color);
    text-decoration: underline;
}
.buchen_field-group button.wp2a-theme-style, button.termintool_back_button.wp2a-theme-style,
.buchen_field-group button.wp2a-theme-style:hover, button.termintool_back_button.wp2a-theme-style:hover,
.buchen_field-group button.wp2a-theme-style:focus, button.termintool_back_button.wp2a-theme-style:focus {
    border: none;
    color: #fff;
    background-color: var(--wp2a-design-color);
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: bold;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5em 1.5em;
    text-align: center;
    line-height: 1;
    height: 3em;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}
.buchen_field-group button.wp2a-theme-style:focus, button.termintool_back_button.wp2a-theme-style:focus {
    outline: none;
}
.wp2a_wrapper :is(input, textarea, select) {
    color: inherit;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(166, 168, 179, 0.12);
    caret-color: inherit;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

.wp2a_wrapper :is(input, textarea, select):focus {
    outline: none;
    border-bottom: 2px solid var(--wp2a-design-color);
}

/* Change Autocomplete styles in Chrome*/
.wp2a_wrapper input:-webkit-autofill,
.wp2a_wrapper input:-webkit-autofill:hover,
.wp2a_wrapper input:-webkit-autofill:focus,
.wp2a_wrapper textarea:-webkit-autofill,
.wp2a_wrapper textarea:-webkit-autofill:hover,
.wp2a_wrapper textarea:-webkit-autofill:focus,
.wp2a_wrapper select:-webkit-autofill,
.wp2a_wrapper select:-webkit-autofill:hover,
.wp2a_wrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.wp2a-custom-select {
    width: calc(50% - 15px);
    position: relative;
  }
  
.wp2a-custom-select select {
appearance: none;
/*  safari  */
-webkit-appearance: none;
/*  other styles for aesthetics */
width: 100%;
height: 2em;
padding: 0 30px 0 0;
border-radius: 0;
cursor: pointer;
}

.wp2a-custom-select::before,
.wp2a-custom-select::after {
--size: 0.3rem;
content: "";
position: absolute;
right: 15px;
pointer-events: none;
}

.wp2a-custom-select::before {
border-left: var(--size) solid transparent;
border-right: var(--size) solid transparent;
border-bottom: var(--size) solid black;
top: 40%;
}

.wp2a-custom-select::after {
border-left: var(--size) solid transparent;
border-right: var(--size) solid transparent;
border-top: var(--size) solid black;
top: 55%;
}

.wp2a_wrapper p.ergebnis {
    padding: 40px 20px;
    text-align: center;
    margin: 0;
}

.termintool_back_button_wrap {
    width: 100%;
    max-width: 950px;
    padding: 2em 0 1em;
    margin: 0;
}

@media screen and (max-width: 890px){
    .wp2a_wrapper .stepform.terminkalender {
        max-width: 550px;
    }
    .wp2a_wrapper .cal_calendar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wp2a_wrapper .cal_wochentag_wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .wp2a_wrapper .cal_wochentag_wrap .calendarblock, .wp2a_wrapper .cal_wochentag_wrap .calendarempty, .wp2a_wrapper .cal_wochentag_wrap .no_slots_available {
        display: none;
    }
}
@media screen and (max-width: 768px){
    .buchen_field-group {
                flex-basis: 100%;
            }
    .wp2a-custom-select {
        width: 100%;
    }
    .buchen_field-group.buchen_field-email {
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 600px){
  .tt_kachel_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -webkit-box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
      box-shadow: 5px 5px 15px 0 rgba(225,225,225,1);
      border-radius: 10px;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    cursor: pointer;
    margin: 0 20px 15px;
    padding: 5px 0;
    background-color: #ffffff;
  }
  .tt_kachel_wrapper:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 var(--wp2a-design-color) !important;
    box-shadow: 0 0 10px 0 var(--wp2a-design-color) !important;
  }
  .tt_kachel_images {
      -webkit-box-shadow: none;
      background-color: inherit;
      box-shadow: none;
      height: auto;
      max-width: 100px;
      width: 100%;
      margin-bottom: 0;
      border: none !important;
  }
  .tt_kachel_wrapper:hover .tt_kachel_images {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  .tt_kachel_icon_wrapper > i {
    font-size: 43px;
  }
  .tt_kachel_infotext {
    max-width: calc(100% - 100px);
    text-align: left;
    padding: 0 5vw;
  }
  .tt_kachel_infotext p {
    margin: 0;
    padding: 15px 0;
  }
}
