/*form div.field{
    clear: both;
    margin-bottom: 1em;
}

form label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-left: 10px;
    color:#fff;
    letter-spacing: 0.5px;
}


form label a{
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}

form .optionset{
    padding-left: 10px;
}

form .optionset li{
    display: inline-block;
    margin-right: 20px;
}

form .optionset li input{
    float: left;
    display: inline-block !important;
    width: auto !important;
    height:38px;
}

form select,
form option{
    background: #3d3d3d !important;
}

input.checkbox{
    width: auto;
    height: auto;
    float: left;
    display: inline-block;
}

div.checkbox label{
    position: relative;
    top: -16px;
}

form span.description{
    font-size: 14px !important;
    margin-left: 0 !important;
}

form input.action{
    display: inline-block;
    padding:12px 24px;
    font-weight:500;
    color:#fff !important;
    text-decoration: none !important;
    font-size: 18px;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 6px;
    position: relative;
    text-transform: uppercase;
    top:0;
    background: linear-gradient(to bottom right, #f5e185, #c5a253);
    transition: top 0.3s ease;
    cursor:pointer;
    text-align: center;
    border:0;
}

.form-control{
    border-radius: 0;
    background: rgba(255,255,255,0.1);
    border:0;
    color:#fff !important;
}

.form-control:focus{
    background: rgba(255,255,255,0.2);
    border-color:#fff !important;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,.25);
}

.dropzone-holder{
    background: rgba(255,255,255,0.1) !important;
}

form span.description{
    font-size: 16px;
    color:#ccc;
    margin-left:10px;
}

#Form_ObjectSubmissionForm_LegalCompliance_Holder label,
#Form_ObjectSubmissionForm_LegalJury_Holder label,
#Form_ObjectSubmissionForm_LegalRights_Holder label{
	font-weight: normal !important;
	font-size: 12px !important;
	text-transform: none !important;
	margin-left:20px;
}*/


div.checkbox label{
    position: relative;
    float:none !important;
}


/* ab hier wie kuckuck */
.customOptionSet .optionset li
{
    padding:0 0 20px 0;
    flex: 0 0 100%;
}
@media (min-width:768px)
{
    .customOptionSet .optionset li
    {
        flex: 0 0 50%;
    }
    .customOptionSet .optionset li:nth-child(odd)
    {
        padding:0 10px 20px 0;
    }
    .customOptionSet .optionset li:nth-child(even)
    {
        padding:0 0 20px 10px;
    }
}
.customOptionSet .optionset .optionsetpadding
{
    border:1px solid #dbdbdb;
    padding:20px 20px 20px 10px;
    position:relative;
    background:white;
}
.customOptionSet .optionset
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customOptionSet .optionset input[type="radio"]
{
    height:100%;
    width:100%;
    position:absolute;
    opacity:0;
    cursor:pointer;
    left:0;
    top:0;
}
.checkboxstyle
{
    height:30px;
    width:30px;
}
.contactGDPR input[type="checkbox"]
{
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    opacity: 0;
    cursor:pointer;
}
label p
{
    margin:0;
}
.checkboxstyle
{
    position:relative;
    display:inline-block;
    margin-top:20px;
}
.checkboxstyle + label
{
    position:relative;
    top:-10px;
    padding-left:20px;
    display:inline-block;
}
.checkboxstyle .checkmark
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #dbdbdb;
    pointer-events: none;
}
.checkboxstyle input:checked ~ .checkmark
{
    background-color:#000;
    border-color:#000;
}
.checkboxstyle input:checked ~ .checkmark i
{
    color:white;
}

.checkboxstyle input:checked ~ .optionsetpadding
{
    background-color: #dbbe6a;
}
.customOptionSet .optionset .checkmark
{
    position:absolute;
    right:20px;
    top:20px;
    height:30px;
    width:30px;
    border:1px solid #dbdbdb;
    pointer-events: none;
}
.customOptionSet .optionset .checkmark i,
.checkboxstyle .checkmark i
{

    position:absolute;
    left:50%;
    top:50%;
    transform:translateY(-50%) translateX(-50%);
    pointer-events:none;
    color:#dbdbdb;
}
.customOptionSet .optionset input:checked ~ .checkmark
{
    background-color:#000;
    border-color:#000;
}
.customOptionSet .optionset input:checked ~ .checkmark i
{
    color:white;
}

.customOptionSet input:checked ~ input
{
    background-color: #dbbe6a;
}
.customOptionSet .optionset label
{
    margin-bottom:0;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    text-transform: uppercase;
}
input[type=text],
input[type=email],
input[type=password],
.form-control,
textarea,
select
{
    width:100%;
    border-radius:0;
    border:1px solid #dbdbdb;
    padding:10px;
    margin-bottom:20px;
    margin-top: 20px;
}
.actions
{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}
.optionSetStyleB
{
    position:relative;
    height:20px;
    width:20px;
    display:inline-block;
}
.optionSetStyleBLabel
{
    position:relative;
    top:-3px;
}
.optionSetStyleB input
{
    width:100%;
    height:100%;
    opacity: 0;
    cursor:pointer;
}
.optionSetStyleB .checkmark
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    width:100%;
    height:100%;
    border:1px solid #dbdbdb;
    border-radius:9999px;
    pointer-events: none;
}
.optionSetStyleB .checkmark::after
{
    position:absolute;
    width:60%;
    height:60%;
    top:50%;
    left:50%;
    transform:translateY(-50%) translateX(-50%);
    border-radius:9999px;
    background-color:transparent;
    content:"";
}
.optionSetStyleB input:checked ~ .checkmark::after
{
    background-color:black;
}
input[type=file]
{
    height:0.001px;
    width:0.001px;
    opacity: 0;
    overflow:hidden;
    position:absolute;
}
.filefieldbutton {
    color: #fff!important;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #db0014;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.filefieldbutton:hover{
    color: #fff!important;
}
.contactGDPR
{
    position:relative;
    min-height:80px;
}
.contactGDPR .checkboxstyle
{
    position:absolute;
    top:0;
    left:0;
}
.contactGDPR label{
    position: absolute;
    top: 20px;
    left: 30px;
}

.form-control{
    border-radius: 0;
    border: 1px solid #eee;
    color:#000 !important;
}

#Form_ObjectSubmissionForm_YearOfConstruction,
#Form_ObjectSubmissionForm_Place{
    margin-bottom: 0!important;
}
.description{
    font-size: 12px;
}

.dropdown .form-control{
    padding-bottom: 4px;
}


#MemberLoginForm_LoginForm_Remember_Holder .form-control {
    width: auto;
}

#MemberLoginForm_LoginForm_Remember_Holder {
    gap: 1rem;
}

#MemberLoginForm_LoginForm .middleColumn {
    margin-bottom: 2rem;
}

#ForgotPassword {
    margin-block: 1rem;
}