fieldset.datenschutz-checkbox {
    border: none;
    padding: 0;
}

.datenschutz-checkbox .check-box {
    margin-right: 0;
}


legend.title {
    margin-bottom: 10px;
}


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

.cb-label {
    padding-left: 10px;
    cursor: pointer;

}


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


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: #fff;
    border-top: 2px solid #004976;
    padding: 10px 20px;
    text-align: left;
    z-index: 100001;
    bottom: 0;
    width: 100%;
    color: #004976;
    padding-bottom: 20px;
    width: 100%;
}


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

#cookieNotice h3 {
    font-size: 2.4em;
}



#cookieNotice .info-text {
    max-width: 1188px;
    margin: 0 auto;
}

#cookieNotice .anpassen {
    display: none;
}

#cookieNotice .row {
    margin-left: -15px;
    margin-right: -15px;
}

#cookieNotice .col-half {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

#cookieNotice strong {
 /* color: #bacbe2; */
}



.clear {
    clear:both;
}

@media screen and (max-width: 700px) {

}

@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;
}

.checkedBox {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-bottom-color: #ccc!important;
}

.radio-btn input[type="radio"], .check-box input[type="checkbox"] {
    top: 0!important;
    cursor: pointer;
}

.pp-beratung button.btn.btn-cookie,
.pp-beratung .widget-submit button
{
    border: 1px solid #f07f0a!important;
    background: #004976!important;
    font-weight: 400!important;
}

.pp-beratung button.btn.btn-cookie:hover,
.pp-beratung .widget-submit button:hover {
    background: #f07f0a!important;
    border: 1px solid #004976!important;
    color: #fff!important;
}

#bottom {
    transition: all .5s;
}
