/****************************************************************
/*          CSS Style für formularstruktur
/***************************************************************/
.form {
                max-width: 100%;
                padding: 0.5rem 1rem;
                overflow: hidden;
}
.row {
                margin: 1.5rem 0 0.5rem 0;
                position: relative;
}
.row label {
                color: rgba(0, 0, 0, 0.7);
                line-height: 1;
                font-weight: 600;
                font-size: .75rem;
                text-transform: uppercase;
                position: absolute;
                top: 0;
                left: 0;
                display: inline-block;
}
fieldset {
                border: none;
                padding: 0;
}
fieldset legend {
                text-transform: uppercase;
}
.aki_select-field::after {
                display: block;
                content: "";
                clear: both;
}
.aki_captcha .aki_field > img {
                filter: grayscale(100%);
}
.aki_formerror {
                font-family: "Trebuchet MS", Helvetica, sans-serif;
                font-size: 12px;
                color:#990000;
                display: block;
                height:15px;
                position: relative;
                bottom: auto;
                margin-bottom: .25rem;
                transform: translateY(110%);
}
.aki_column-free{
    display: flex;
    justify-content: left;
}
.aki_column-free > div {
    position: relative;
}
.aki_column-1 {
    display: flex;
    justify-content: space-between;
}
.aki_column-1 > div {
    position: relative;
    flex-basis: calc(100% - 4rem);
}
.aki_column-2 {
    display: flex;
    justify-content: space-between;
}

.aki_column-2 > div {
    display: flex;
    position: relative;
    flex-basis: calc(50% - 2rem);
}
.aki_column-3 {
    display: flex;
    justify-content: space-between;
}

.aki_column-3 > div {
    position: relative;
    flex-basis: calc(33% - 1rem);
}
.aki_column-4 {
    display: flex;
    justify-content: space-between;
}

.aki_column-4 > div {
    position: relative;
    flex-basis: calc(25% - 1rem);
}
.aki_column-5 {
    display: flex;
    justify-content: space-between;
}

.aki_column-5 > div {
    position: relative;
    flex-basis: calc(20% - 0.8rem);
}
.aki_column-6 {
    display: flex;
    justify-content: space-between;
}

.aki_column-6 > div {
    position: relative;
    flex-basis: calc(16.7% - 0.6rem);
}
.aki_inputaddon{
    text-align: center;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    border-color: rgb(153, 153, 153);
    width: 3em !important;
    color:#E75908;
}
.aki_addonfa {
    display:inline;
    vertical-align:middle;
    margin-top:25px;
}
.aki_input:not([type="checkbox"]):not([type="radio"]),
.aki_textarea,
.aki_select {
    font-family:Helvetica;
    font-size: 1.0em;
    font-weight:100;
    color:#000000;
    margin:0em;
    padding: 1.43rem 1.5rem 0.50rem 1em;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transition: border-bottom 0.3s;
    color: black;
    background: transparent;
    outline: none;
    line-height: normal;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aki_input:not([type="checkbox"]):not([type="radio"]):focus,
.aki_textarea:focus,
.aki_select:focus {
                border-bottom-color: #E75908;
}
.aki_select_wrapper {
                position: relative;
}
.aki_select_wrapper select {
                cursor: pointer;
                width: 100%;
                z-index: 2;
}
.aki_select_wrapper + .aki_select_wrapper {
                margin-right: 0;
}
.aki_select_wrapper::after {
                font-family: "FontAwesome";
                font-weight: 900;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: normal;
                content: "\f063";
                position: absolute;
                right: 0;
                padding: 1rem 0;
                bottom: 0;
                color: rgba(0, 0, 0, 0.7);
                pointer-events: none;
}


.akibtn-default {
 border-radius: 4px;
 border-color: rgb(153, 153, 153);
 height:35px;
 overflow:visible;
 cursor:pointer;
}
.akibtn-default:hover {
 border-radius: 4px;
 border-color: #E75908;
 height:35px;
 overflow:visible;
 cursor:pointer;
}
.akibtn-default:activ {
 border-radius: 4px;
 border-color: #E75908;
 color:rgb(255, 102, 102);
 height:35px;
 overflow:visible;
 cursor:pointer;
}
.akibtn-lg {
 width:100%;
}
.akibtn-half {
 width:50%;
}
.akibtn-small {

}
.akialert {
    width:90%;
    border-radius: 4px;
    margin:1em;
    padding:1.25em;
    text-align: left;
    font-family:Helvetica;
    font-size: 1.0em;
    font-weight:100;
    color:#000000;
}
.akialert-danger {
    background-color: rgba(255, 112, 112, 1);
}
.akialert-success {
    background-color: rgba(152, 255, 117, 1);
}

#akialert_triangle {
    float:left;
    width:15%;
    height:100%;
    font-size:4em;
    padding:0.2em;
    margin:0.2em;
}

#akiform_alert {
    margin-right: 15px;
    display:none
}

#akiform_alert span {
    margin-left: 7px;
}


.attach_bt span{
    font-family:Lato;
}

.container {
    margin-top:15px
}

.checkbox label, .radio label{
  padding-right: 20px !important;
  padding-left: 5px !important;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-left: 0px !important;
}

.aki_captcha_container{
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-rows: 60px 80px;
    grid-gap: 20px;
}
.aki_captcha_img_container{
    grid-column: 1/2;
    grid-row: 1/3;
    white-space: nowrap;
}
.aki_captcha_refresh_container{
    grid-column: 2/3;
    grid-row: 1/2;
    white-space: nowrap;

}
.aki_captcha_refresh_container #aki_captcha_refresh {
    cursor: pointer!important;
    position: relative;
    top: 0;
    left: 0;
}
.aki_captcha_input_container{
    grid-column: 2/3;
    grid-row: 2/3;
    white-space: nowrap;
}
.aki_captcha_input_container span {
    text-align: center;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    border-color: rgb(153, 153, 153);
    width: 3em !important;
    color:#E75908;
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    height:100%;
    }


#aki_captcha_img{
    height: 150px;
    width: 150px;
    margin-top:20px;
    color: #555;
    border-radius: 4px;
    padding: 1px 10px 0px 4px;
}

#aki_captcha_addon{
    width: 170px;
    padding: 0;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-right: 0;
}

input[type='checkbox'],
input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
    cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: white;
    margin-right: 0.5em;
    margin-left: 1.0em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}
input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
    background:#ddd;
    box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
    background:#990000;
    box-shadow: inset 0 0 0 2px white;
}

 .form-inline .input-group{display:inline-table;vertical-align:middle}
 .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}
 .form-inline .input-group>.form-control{width:100%}
 .form-inline .control-label{margin-bottom:0;vertical-align:middle}
.input-group-addon{color:#E75908;background-color:#E75908;border-color:#E75908}
 .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
 .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
 .form-control::-moz-placeholder{color:#999;opacity:1}
 .form-control:-ms-input-placeholder{color:#999}
 .form-control::-webkit-input-placeholder{color:#999}
 .form-control::-ms-expand{background-color:transparent;border:0}
 .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}
 .form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}
 textarea.form-control{height:auto}
 input[type=search]{-webkit-appearance:none}
 @media screen and (-webkit-min-device-pixel-ratio:0){
 input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}
 .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}
 .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}
 }
 @media only screen and (max-width: 770px) {
    section{
        width: 100%;
    }
    #form_alert{
        margin-right: 0px !important;
    }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 .bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
 */