fieldset.datenschutz-checkbox {
    border: none;
    padding: 0;
    font-size: 14px;
    width: 100%!important;
    margin-bottom: 0%!important;
    position: relative;
    margin-top: 15px;
}

fieldset.datenschutz-checkbox input {
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    height: auto;
    cursor:pointer;
}

legend.title {
    color: #fff;
    font-size: 1.8em;
    display: none;
}

fieldset.datenschutz-checkbox label {
    display: table-cell;
    width: auto;;
}

.icheckbox_minimal-grey,
.iradio_minimal-grey,
.cb-label {
    display: block;
    vertical-align: top;
    line-height: 1.2;
}

.cb-label {
    padding-left: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.cb-label a {
    color: #fff;
    text-decoration: underline;
}

input.submit:disabled {
    background: #aaa;
}

.ce_form {
    height: auto!important;
}

button:disabled {
    color: rgba(255, 255, 255, 0.3)!important;
}

button:disabled:after {
    opacity: .3;
}

.main-content .ce_form fieldset label:after {
    display:none;
}

#cookieNotice {
    position: fixed;
    display: none;
    background-color: #34495e;
    padding: 10px 20px;
    text-align: left;
    z-index: 100001;
    top: 300px;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 750px;
    color: #fff;
    padding-bottom: 35px;
}

#cookieNotice p,
#cookieNotice h3 {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

#cookieNotice h3 {
    font-size: 18px;
}


#cookieNotice strong {
 color: #bacbe2;
}

.btn.btn-cookie {
    background: #1d6859;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.btn.btn-cookie:hover {
    background: #fff;
    color: #1d6859;
}

.clear {
    clear:both;
}

#cookieNotice a {
    color: #7cca83;
}

@media screen and (max-width: 700px) {
 #cookieNotice {
  width: 80%;
 }
}

@media screen and (max-width: 450px) {
    #cookieNotice .col-half {
        float: none;
        width: 100%;
    }
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.6);
    z-index: 100000;
    top: 0;
    left: 0;
}