.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.fieldgroup-field {
    margin-bottom: 1.5em;
}
form label {
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-left: 0;
    color: #fff;
    user-select: none;
    font-weight: 300 !important;
}
form div.text {
    position: relative;
}
form .company label.left::after{
    content: '\f1ad';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .user label.left::after{
    content: '\f2bd';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .mail label.left::after{
    content: '\f1d8';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .street label.left::after{
    content: '\f018';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .homenurmber label.left::after{
    content: '\f05b';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .postcode label.left::after{
    content: '\f3c5';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .city label.left::after{
    content: '\f64f';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
    color: #fff;
}
form .country::after{
    content: '\f7a2';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    left: 22px;
    font-weight: 300;
    color: #fff;
}
form .salutation::after{
    content: '\f7bd';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    left: 22px;
    font-weight: 300;
    color: #fff;
}
form .phone label.left::after{
    content: '\f095';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -3px;
    left: -40px;
}
form .message::after{
    content: '\f4a6';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 5px;
    left: 30px;
    font-weight: 300;
    color: #fff;
}
form .icon-down{
    margin-left: 20px;
}
form .icon-down::after{
    content: '\f0ee';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0px;
    right: 20px;
}
.contact_page form div.text label:not(.error) {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
    margin-left: 40px;
}
form div.text label:not(.error) {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
    margin-left: 0;
}
form div.text label.active {
    top: -3px !important;
    left: 0px !important;
    font-size: 12px !important;
    background: transparent !important;
    width: auto !important;
    padding: 0 5px !important;
    padding-left: 0 !important;
    color: #fff !important;
}
form label.error {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
}
form .textarea label {
    padding: 12px 60px;
}
form div.dropdown label {
    display: none;
}
form select {
    padding: 0px 60px !important;
}
form .textarea,
form option,
form select {
    color: #fff !important;
    font-size: 18px !important;
}
form .nachricht .textarea{
    border: 1px solid #fff;
}
form .nachricht .form-control{
    border: 0px solid #fff;
}
form *::placeholder {
    color: #fff !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 #fff;
    height: 60px;
    line-height: 42px;
    color: #fff !important;
    font-size: 18px;
    box-shadow: none !important;
}
.bg-white .form input.text,
.bg-white form input.text
{
    border-bottom: 1px solid #d67339!important;
    color:#d67339!important
}
.bg-white form div.text label.active,
.bg-white form .action
{
    color: #d67339!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;
}
form select,
form option {
    font-size: 19px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
    height: 58px;
    line-height: 58px;
}

form .action {
    border-radius: 99;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    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;
    text-transform: none;
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 30px !important;
    width: 50%;
    font-family: sofia-pro, sans-serif;
}
form .action span{
    color: #fff !important;
}
form .action:hover span{
    color: #fff!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){
 
}

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

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

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

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

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;
}
.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 {
    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: 300;
    text-transform: none;
    color: #fff !important;
    display: block;
}

form ul.checkboxset label.selected {
    padding-left: 19px;
    padding-right: 19px;
    border-color: #fff;
    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 #fff;
}

div.checkbox {
    padding-top: 1em;
}
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: 18px !important;
    }
}

.daten input[type=radio] + label:before,
.daten  input[type=checkbox] + label:before,
#MemberLoginForm_LoginForm input[type=radio] + label:before,
#MemberLoginForm_LoginForm  input[type=checkbox] + label:before {
    content: "\2714";
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block !important;
    width: 30px;
    height: 28px;
    padding-left: 7px;
    margin-right: 1.2em;
    color: transparent;
    transition: .2s;
}
.daten input[type=radio]:checked + label:before,
.daten input[type=checkbox]:checked + label:before,
#MemberLoginForm_LoginForm input[type=radio]:checked + label:before,
#MemberLoginForm_LoginForm input[type=checkbox]:checked + label:before {
    background-color: #d67339;
    border-color: #fff;
    color: #fff;
}
/* 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:#fff!important;
    border-radius: 3px !important;
    background: #fff!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: #d67339;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 101;
}

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

.contact .contact__form {
    color: #fff;
}

.tt-select {
    position: relative;
}

.tt-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    color: #fff!important;
}
.select-style .select-selected {
    border-bottom: 1px solid #fff!important;
    padding: 17px 60px;
}
.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 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 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: #d67339;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: #012b3d;
}
.contactGDPR label p:last-child {
    display: inline;
}
#Form_ContactForm_Datum_Holder label{
    display: none !important;
}
#DataProtection_Holder p{
display: inline !important;
}