
.userform .left{
    font-weight: normal;
}

.btn-toolbar.Actions{
    display: block !important;
}

.btn-toolbar.Actions input{
    width: auto;
}

form .field.checkbox label{
    font-weight: normal;
    line-height: 1.2;
    width: auto;
}

form .field.checkbox{
    display: block;
}

.radio.form-control:focus,
.checkbox.form-control:focus{
	box-shadow: none;
}
form div.field,
form div.fieldgroup-field{
    clear: both;
    margin-bottom: 2em;
}
form div.field,
form div.fieldgroup-field{
    clear: both;
    margin-bottom: 2em;
}
form div.field,
form div.fieldgroup-field {
    clear: both;
    margin-bottom: 1.5em;
}

form div.fieldgroup-field {
    margin-bottom: 1.5em;
}

form label {
    font-family: 'AkkuratPro-Regular';
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-left: 0;
    color: #051E2D;
    user-select: none;
}
.filepond--root{
width: 100% !important;
}
form div.text {
    position: relative;
}

form div.text label:not(.error) {
    position: absolute;
    top: 20px;
    left: 0px;
    font-family: 'AkkuratPro-Regular';
    font-size: 18px;
    color: #051E2D;
    font-weight: normal;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}

form div.text label.active {
    font-family: 'AkkuratPro-Regular';
    top: -3px;
    left: 0px;
    font-size: 10px;
    background: transparent;
    width: auto;
    padding: 0 5px;
    padding-left: 0;
    color: #051E2D;
}

form label.error {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

form .textarea label {
    padding: 12px 0px;
}

form div.dropdown label {
    display: none;
}

form .textarea,
form option,
form select {
    color: #051E2D !important;
    font-size: 18px !important;
}
form .nachricht .textarea{
    border: 1px solid #051E2D;
}
form .nachricht .form-control{
    border: 0px solid #051E2D;
}
/*
form *::placeholder {
    color: #051E2D !important;
}*/
#Form_ContactForm_Trinken_Holder label.left,
#Form_ContactForm_Trinken_Holder .fieldholder-small-label {
        display: none !important;
}

label.left,
.fieldholder-small-label {
    display: inline-block;
    width: 49%;
    line-height: 0.9;
    float: left;
    margin-bottom: 9px !important;
}

form ul.optionset {
    padding-left: 0px;
}

form .optionset li:before {
    display: none !important;
}

.form input.text,
form input.text {
    border: 0;
    padding-left:0 !important;
    border-bottom: 1px solid #051E2D;
    height: 60px;
    line-height: 42px;
    color: #051E2D !important;
    font-size: 18px;
    box-shadow: none !important;
}

.bg-white .form input.text,
.bg-white form input.text
{
    border-bottom: 1px solid #051E2D !important;
    color:#051E2D !important
}

.bg-white form div.text label.active,
.bg-white form .action
{
    color: #051E2D !important
}
select.form-control:not([size]):not([multiple]) {
    height: 60px !important;
    line-height: 42px !important;
}

form .optionset li {
    display: inline-block;
    margin-right: 12px;
}

form .optionset li input {
    display: inline-block !important;
    width: auto !important;
    height: auto;
    margin-right: 10px;
}

form input.checkbox {
    width: auto;
    float: left;
    height: 24px;
    margin-right: 8px;
}

.text-center input.checkbox {
    float: none;
    margin: 0 auto;
}

form .checkbox label {
    position: relative;
    top: -10px;
}

form select,
form option {
    font-size: 19px;
    color: #0A4282;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #0A4282;
    height: 58px;
    line-height: 58px;
}

form input.action {
    border-radius: 0;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none #051E2D solid;
    text-decoration-thickness: auto;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(62, 62, 62, 0.25);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 16px;
    line-height: 26px;
    font-family: 'AkkuratPro-Regular';
    text-transform: none;
    background: #0A4282;
    border: 1px solid #0A4282;
    padding: 8px 30px !important;
    width: max-content;
}
form .action {
    color: #fff !important;
}
form .action:hover span{
    color: #0A4282 !important;
}
#mailchimp-signup-form_BIRTHDAY_Holder label{
    position: relative !important;
    padding-bottom: 10px;
}
#mailchimp-signup-form_GENDER_Holder{
    margin: 50px 0px 50px 0px !important;
}
#mailchimp-signup-form_GENDER_Holder .form-control{
    appearance: auto !important;
}
@media only screen and (max-width: 768px){
    form input.action {
        width: 100%;
    }
}

.action.btn.btn-primary.light:after{
    border-left: 1px solid #051E2D !important;
}

.action.btn.btn-primary.light:hover{
    border: 1px solid #051E2D !important;
    background: rgba(255,255,255,1);
    color: #000 !important;
}

.action.btn.btn-primary.light:hover::after{
    border-left: 1px solid #051E2D !important;
    transition: all 0.3s ease;
}


.form-control {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #051E2D;
    background-color: transparent;
    padding: 0px 0px;
    height: auto;
}

.dropzone-holder {
    background: rgba(255, 255, 255, 0.1) !important;
}

form span.description {
    font-size: 16px;
    color: #ccc;
    margin-left: 0px;
    position: relative;
    top: -6px;
}

form span.description a{
    font-size: 16px;
    color: #ccc;
    text-decoration: underline;
}

.field.checkbox span.descricption{
    left: 52px;
}

#ForgotPassword {
    display: block;
    margin-top: 12px;
    width: 100%;
}

form ul.checkboxset {
    padding-left: 0;
}
/*
form ul.checkboxset li {
    display: block;
    width: 100%;
    position: relative;
    height: 48px;
    margin-bottom: 12px;
}

form ul.checkboxset--inline li {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin-bottom: 0;
}*/

.field.checkboxset--left ul,
.field.checkboxset--left .middleColumn{
    float: none;
    clear: both;
    width: 100%;
}

form ul.checkboxset--left li {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    form ul.checkboxset--left li {
        min-width: 100%;
    }
}
@media (min-width: 768px) {
    form ul.checkboxset--left li {
        min-width: 200px;
    }
}

form ul.checkboxset label {
    font-family: 'AkkuratPro-Regular';
    border: 0;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #fff !important;
    display: block;
}

form ul.checkboxset label.selected {
    padding-left: 19px;
    padding-right: 19px;
    border-color: #0A4282;
    border-width: 2px;
    height: 42px;
    line-height: 42px;
}

form ul.checkboxset input.checkbox {
    outline: 0;
    opacity: 0;
}

form ul.checkboxset label:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
}

form div.optionset .middleColumn,
form ul.optionset {
    float: left;
    min-width: 100%;
    margin-bottom: 0;
}

form div.optionset:after {
    content: " ";
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}

form .field .optionset .middleColumn div{
    display: inline-block;
    margin-right: 30px;
}

form .fieldgroup:not(.middleColumn) {
    border-bottom: 1px solid #0A4282;
}

/* crazy checkboxes */
div.checkbox {
    padding-top: 1em;
}
/*
div.checkbox label {
    position: relative;
    display: block;
    height: 15px;
    width: 40px;
    background: #e6ebf0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 55px;
    font-family: 'AkkuratPro-Regular';
    text-transform: none;
    font-weight: normal;
    line-height: 0.9;
    white-space: nowrap;
}

div.checkbox label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #051E2D;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease;
}

div.checkbox label:active:after {
    transform: scale(1.15, 0.85);
}

div.checkbox input:checked ~ label {
    background: #F1CDA8;
}

div.checkbox input:checked ~ label:after {
    left: 20px;
    background: #0A4282;
}

div.checkbox input:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

div.checkbox input:disabled ~ label:after {
    background: #bcbdbc;
}

div.checkbox input {
    display: none;
}*/


@media (max-width: 767.98px) {
    .productsearchbar__title .form-control:not(.action),
    select.form-control:not([size]):not([multiple]) {
        height: 60px !important;
        line-height: 42px !important;
    }

    form .textarea,
    form option,
    form select,
    form input.text {
        font-size: 16px !important;
    }
}

/* custom overrides */
#MemberLoginForm_LoginForm_Remember_Holder {
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_action_doLogin {
    padding: 8px 18px;
    height: 48px;
    width: auto;
}

/* validation */
label.error,
div.checkbox label.error{
    position: absolute !important;
    z-index: 100 !important;
    color:#051E2D !important;
    border-radius: 3px !important;
    background: #0A4282 !important;
    border:0 !important;
    padding: 3px 9px !important;
    top: 46px !important;
    left: 9px !important;
    text-transform: none !important;
    font-size: 12px !important;
    text-indent: 0 !important;
    width: auto !important;
    height: auto !important;
}

label.error:after,
div.checkbox label.error:after{
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #0A4282;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 101;
}

.form-control:focus{
    border-bottom: 2px solid #051E2D;
    background-color: transparent;
    color: #051E2D;
    box-shadow: 0 0 0;
}

.contact .contact__form {
    color: #051E2D;
}


/*------------------------------------------------------------------*/
.tt-select {
    position: relative;
}
.tt-select select {
    display: none;
}
.select-selected {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8) !important;
}
.select-style .select-selected {
    border-bottom: 1px solid #051E2D !important;
    padding: 16px 0px;
    font-family: 'AkkuratPro-Regular';
    font-size: 18px;
}
.tt-select.select-style div.field{
    margin-bottom: 0px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}
.select-selected:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #051E2D transparent;
    transform: rotate(180deg);
}
.select-style .select-selected:before {
    top: 28px !important;
}
.select-selected.select-arrow-active:before {
    border: none;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #051E2D transparent;
    top: 10px;
}
.select-style .select-selected.select-arrow-active:after {
    top: 20px;
}
.select-items div,.select-selected {
    color: #ffffff;
    padding: 16px 16px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.select-items {
    position: absolute;
    background-color: #051E2D;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgb(205,15,105);
}
/*--------------------------------------*/
.dropzone-holder p{
    color: #000 !important;
    text-align: left !important;
    padding:3rem;
    border: 0px dashed #051E2D;
    margin-top:20px;
}
.dropzone-holder {
    background: rgba(255, 255, 255, 0.1) !important;
}
.dropzone-holder {
    background: #eee !important;
    border: 0px !important;
    border: 1px solid #051E2D !important;
    padding: 0 !important;
    min-height: 50px !important;
    -webkit-border-radius: 12px;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.dropzone-select{
    font-weight: 300 !important;
    color:white;
}
.fileattachment ul.file-attachment-field-previews {
    padding: 10px 30px 0 30px !important;
}
.fileattachment ul.file-attachment-field-previews.list li {
    height: 80px !important;
    max-width: 100% !important;
    border: 1px solid #051E2D !important;
    padding: 10px;
    background: #051E2D !important;
}
.fileattachment ul.file-attachment-field-previews.list .check-holder img,
.fileattachment ul.file-attachment-field-previews.list .dropzone-action img{
    filter: brightness(0) invert(1);
}
.fileattachment ul.file-attachment-field-previews.list *{
    color: #fff !important;
}
.fileattachment ul.file-attachment-field-previews .dropzone-actions {
    top: 30px !important;
    right: 20px !important;
}
.fileattachment ul.file-attachment-field-previews .file-progress {
    background: #fff !important;
    border-color: #fff !important;
}
.fileattachment ul li::before {
    display: none;
}
.fileattachment ul.file-attachment-field-previews .file-progress-wrap {
    border-color: #fff !important;
}


.userform-fields .userformsoptionset,
.userform-fields .checkboxset,
.userform-fields .dropdown {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.userform-fields .dropdown label {
    display: block !important;
}
.userform-fields .dropdown select {
    display: block !important;
    border: 1px solid #051E2D !important;
    padding: 0 20px !important;
    cursor: pointer;
}
.userform-fields .checkboxset input {
    display: block !important;
    border: 1px solid #051E2D !important;
    appearance: checkbox !important;
}

.userformsoptionset input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    width: 100%
} 
  
.userformsoptionset input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

/* remove standard-styles */
#MemberLoginForm_LoginForm_Remember_Holder input,
.contactGDPR input,
.userform-fields input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 3rem;
  } 
  
  /* graceful degradation for ie8 */
  #MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox'],
  .contactGDPR input[type='checkbox'],
  .contactGDPR input[type='radio'] ,
  .userform-fields input[type='checkbox'],
  .userform-fields input[type='radio'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
  }
  
  #MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox']:checked,
  #MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox']:not(:checked),
  .contactGDPR input[type='checkbox']:checked,
  .contactGDPR input[type='checkbox']:not(:checked),
  .contactGDPR input[type='radio']:checked,
  .contactGDPR input[type='radio']:not(:checked),
  .userform-fields input[type='checkbox']:checked,
  .userform-fields input[type='checkbox']:not(:checked),
  .userform-fields input[type='radio']:checked,
  .userform-fields input[type='radio']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    padding:0;
    margin: 0;
  }
  
  #MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox'] + label,
  #MemberLoginForm_LoginForm_Remember_Holder input[type='radio'] + label,
  .contactGDPR input[type='checkbox'] + label,
  .contactGDPR input[type='radio'] + label,
  .userform-fields input[type='checkbox'] + label,
  .userform-fields input[type='radio'] + label {
    cursor: pointer;
  }

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

.contactGDPR input[type='checkbox']:checked + label::before,
.contactGDPR input[type='checkbox']:not(:checked) + label::before,
.contactGDPR input[type='radio']:checked + label::before,
.contactGDPR input[type='radio']:not(:checked) + label::before{
    left: -30px;
    top: 30px;
}
.contactGDPR input[type=radio]:checked + label::before,
.contactGDPR input[type=radio]:not(:checked) + label::before,
.userform-fields input[type=radio]:checked + label::before,
.userform-fields input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

#MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox']:hover  + label::before,
.contactGDPR input[type='checkbox']:hover  + label::before,
.contactGDPR input[type='radio']:hover  + label::before,
.userform-fields input[type='checkbox']:hover  + label::before,
.userform-fields input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

#MemberLoginForm_LoginForm_Remember_Holder input[type='checkbox']:checked  + label::before,
.contactGDPR input[type='checkbox']:checked  + label::before,
.contactGDPR input[type='radio']:checked  + label::before,
.userform-fields input[type='checkbox']:checked  + label::before,
.userform-fields input[type='radio']:checked  + label::before {
  background: #0A4282;
  box-shadow: inset 0 0 0 2px white;
}

.userform-fields .FormHeading{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.userform-fields .contactGDPR label{
    left: 33px;
}

