/*--------------------------------------------------------------
# Buchungsformular
--------------------------------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 0.0625rem);
    padding: 0.6rem 0.75rem;
    font-family:"Tahoma";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #323232;
    background: #e0e0e0;
    background-clip: padding-box;
    border: 0.0625rem solid #D1D9E6;
    border-radius: 0.55rem;
    box-shadow:  5px 5px 7px #8f8f8f,-5px -5px 7px #ffffff;
    transition: all 0.3s ease-in-out;
}
.form-check-label{
    color: #323232;
    font-family: "Comfortaa";
    font-size: 1,25rem;
}
@media only screen and (min-width: 220px) and (max-width: 479px) {
.form-control {
    height: calc(1.5em + 0.75rem + 0.0625rem);
}}
.form-control:focus {
    font-family:"Tahoma";
    border-radius: 0.55rem;
    color: #323232;
    background: #e0e0e0;
    outline: 0;
    box-shadow: inset 5px 5px 7px #8f8f8f,inset -5px -5px 7px #ffffff;
}
/*h2 {
    color:red;
    font-family:"Tahoma";
    font-size:1rem;
    padding-top: 0px;
}
h6 {
    font-family:"Comfortaa";
    color: #323232;
    font-size: 1.625rem;
    padding-top: 25px;
    padding-bottom: 10px;
    text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;
}*/
/*p,li {
    color:#323232;
    font-family:"Tahoma";
    font-size:0.75rem;
}*/
.control-label {
    color:#323232;
    font-family:"Comfortaa";
    font-size: 1.625rem;
}
hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
    margin-bottom: 5px;
}
hr.form_hase {
    margin-top: 25px;
    padding: 0;
    border: none;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #0000FF;
    text-align: center;
}
hr.form_hase:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -30px;
    font-size: 1.5em;
    padding: 5px 1.75em;
    background: /*#F5F2E8*/ url(../../../img/separator/hr_hase.png) no-repeat scroll center;
    background-size: 50px 50px;
    height: 60px;
}
.form-group {
    margin-bottom: 1rem !important;
}
.captcha {
    width: 15%;
    min-width: 120px;
    display: inline;
}
.textend {
    margin-top: 15px;
    margin-bottom: 15px;
}
.checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: rgba(48,52,84, 1);
    cursor: pointer;
}
.checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}
.checkbox__box {
    width:25px;
    height:25px;
    position:relative;
    background: #e0e0e0;
    background-clip: padding-box;
    border: 0.0625rem solid #D1D9E6;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #8f8f8f, -3px -3px 5px #ffffff;
    transition: all 0.3s ease-in-out;
}
.checkbox__box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    width: 4px;
    height: 14px;
    border-radius: 3px;
    background: #e0e0e0;
    transition: background-color 0.4s, box-shadow 0.4s;
}
.checkbox__text {
    position: relative;
    font-family: "Tahoma" ;
    font-size: 1,625rem;
    left: 10px;
    top: 5px;
    color: rgba(48,52,84, 1);
}
.checkbox__input:checked + .checkbox__box::before {
    background-color: hsla(220, 100%, 54%, 1);
    box-shadow:
            inset 0 0 0px 1px rgba(0,150,255, 0.3),
            inset 0 0 4px 1px rgba(0,150,255, 0.3),
            inset 0 0 8px 1px rgba(0,150,255, 0.3),
            inset -1px -1px 1px 0px rgba(255, 255, 255, 0.6),
            inset -2px -2px 2px 0px rgba(255, 255, 255, 0.3),
            inset 1px 1px 1px 0px rgba(12,13,18, 0.6),
            inset 2px 2px 2px 0px rgba(12,13,18, 0.4);
}
.radio {
    margin-top: 10px;
}
.zwtext {
    margin-top: 10px;
    margin-bottom: 10px;
}
.input-file {
    border-width: 0px;
    height: 100%;
    background-color: transparent;
}
.down:hover,.animate-hover:hover .down {
    transform: translate(0, 2px);
}
.internal {
    display: none;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker-week-end,.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    color: #323232;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-widget {
    font-family: Tahoma; /*FONTCAL*/
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Tahoma; /*FONTCAL*/
    font-size: 1em;
}
.ui-widget-content {
    background: #e7e7e7;
    box-shadow: inset -6px -6px 12px #c0c0c0,inset 6px 6px 12px #ffffff;
    color: #323232;
}
.ui-widget-header {
    color: #323232;
    font-weight: normal;
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #e7e7e7;
    background: transparent;
    font-weight: normal;
    color: #323232;
}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,.ui-widget-content .ui-icon {
    background-image: url("../../../img/general/01.webp");
}
.ui-widget-header .ui-icon {
    background-image: url("../../../img/general/01.webp");
}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
    background-image: url("../../../img/general/02.webp");
}
.ui-state-active .ui-icon {
    background-image: url("../../../img/general/02.webp");
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #8f8f8f;
    font-weight: normal;
    color: #323232;
    background:#33FF88
}
div.ui-datepicker{
    font-family: Tahoma;
    font-size:0.75rem;
}
@media only screen and (min-width: 220px) and (max-width: 479px) {
hr.form_hase:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 1.5em;
    padding: 5px 1.75em;
    background: /*#F5F2E8*/ url(../../../img/separator/hr_hase.png) no-repeat scroll center;
    background-size: 25px 25px;
    height: 20px;
}
/*h2 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1.25rem;
}
p {
    font-size: 0.6875rem;
}*/}
@media only screen and (min-width: 480px) and (max-width: 767px) {
hr.form_hase:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 1.5em;
    padding: 5px 1.75em;
    background: /*#F5F2E8*/ url(../../../img/separator/hr_hase.png) no-repeat scroll center;
    background-size: 30px 30px;
    height: 30px;
}
/*h2 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1.5rem;
}
p {
    font-size: 0.6875rem;
}*/}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/*h2 {
    font-size: 1.375rem;
}
h6 {
    font-size: 1.75rem;
}
p,li {
    font-size: 0.6875rem;
}*/}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/*h2 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.75rem;
}
p,li {
    font-size: 0.6875rem;
}*/}
.checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: rgba(48,52,84, 1);
    cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.checkbox {
    font-size: 0.75rem;
}}
.checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}
.checkbox__box {
    width:25px;
    height:25px;
    position:relative;
    background: #e0e0e0;
    background-clip: padding-box;
    border: 0.0625rem solid #D1D9E6;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #8f8f8f, -3px -3px 5px #ffffff;
    transition: all 0.3s ease-in-out;
}
.checkbox__box::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #e0e0e0;
    transition: background-color 0.4s, box-shadow 0.4s;
}
.checkbox__text {
    margin-left: 16px;
    margin-top: -10px;
    color: rgba(48,52,84, 1);
}
.checkbox__input:checked + .checkbox__box::before {
    background-color: hsla(220, 100%, 54%, 1);
    box-shadow:
            inset 0 0 0px 1px rgba(0,150,255, 0.3),
            inset 0 0 4px 1px rgba(0,150,255, 0.3),
            inset 0 0 8px 1px rgba(0,150,255, 0.3),
            inset -1px -1px 1px 0px rgba(255, 255, 255, 0.6),
            inset -2px -2px 2px 0px rgba(255, 255, 255, 0.3),
            inset 1px 1px 1px 0px rgba(12,13,18, 0.6),
            inset 2px 2px 2px 0px rgba(12,13,18, 0.4);
}
/*.datooltip {/
    display: inline;
    position: relative;
    z-index: 999;
}*/
/*.datooltip .datooltiptext {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 200px;
    height: auto;
    box-shadow:  5px 5px 14px #a1a1a1,-5px -5px 14px #ffffff;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: linear-gradient(145deg, #e6e6e6, #fafafa);
    color: #323232;
    z-index: 9999;
    text-align: left;
    padding: 5px 3px;
    border-radius: 6px;
    position: absolute;
    z-index: 9999;
    bottom: 150%;
    left: 50%;
    padding: 5px 10px;
}
.datooltiptextmulti {
    bottom: 105% !important;
}
.datooltipleft {
    left: -13px !important;
}
.datooltipcheckboxlist {
    left: 7px !important;
}
.datooltipfile {
    left: 100px !important;
}
.datooltip .datooltiptext::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent transparent;
}
.datooltip:hover .datooltiptext {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}*/
.button {
    display: inline-block;
    font-weight: 400;
    color: #323232;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    padding: 0.55rem 0.95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.55rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    transition: all 0.2s ease;
    letter-spacing: 0.025em;
    font-size: 1rem;
    border-color: #8f8f8f;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.button {
    border: 0;
    padding: 0.55rem 0.95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.55rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    transition: all 0.2s ease;
    letter-spacing: 0.025em;
    font-size: 1rem;
    border-color: #8f8f8f;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
}}
@media only screen and (min-width: 480px) and (max-width: 575px) {
.button {
    border: 0;
    padding: 0.55rem 0.95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.55rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    transition: all 0.2s ease;
    letter-spacing: 0.025em;
    font-size: 1rem;
    border-color: #8f8f8f;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
}}
.button-rot {
    margin-right: 25px;
    margin-bottom: 1rem;
    color: #323232;
    background: #ff5e57;
    background-clip: padding-box;
    border: 0.0625rem solid #ff5e57;
    border-radius: 0.55rem;
    box-shadow:  5px 5px 7px #8f8f8f,-5px -5px 7px #ffffff;
    transition: all 0.3s ease-in-out;
}
.button-gruen {
    margin-right: 25px;
    margin-bottom: 1rem;
    color: #323232;
    background: #0be881;
    background-clip: padding-box;
    border: 0.0625rem solid #0be881;
    border-radius: 0.55rem;
    box-shadow:  5px 5px 7px #8f8f8f,-5px -5px 7px #ffffff;
    transition: all 0.3s ease-in-out;
}
.button-senden:hover {
    border-radius: 0.55rem;
    color: #323232;
    background: #d2dae2;
    outline: 0;
    border: 0;
    box-shadow: inset 5px 5px 7px #8f8f8f,inset -5px -5px 7px #ffffff;
}
.button:hover {
    border-radius: 0.55rem;
    color: #323232;
    background: #d2dae2;
    outline: 0;
    border: 0;
    box-shadow: inset 5px 5px 7px #8f8f8f,inset -5px -5px 7px #ffffff;
}
.down {
    transition: all 0.2s ease;
}