.dsgvo_btn {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #ffffff;
    background: #3498db;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.dsgvo_btn:hover {
    background: #3cb0fd;
    text-decoration: none;
}
#dsgvo_detailsswitch .dsgvo_btn{
    padding: 5px 10px 5px 10px;
}
.dsgvo_grbxch{
    display: inline-block;
    margin: 10px 50px;
}
#dsgvo_detailsswitch{
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 20px;
}
#dsgvo_accaptableone{
    display: block;
    width: 100%;
    text-align: center;
}
#dsgvo_accepteasy_btn{
    margin-right: 25px;
    background-color: #006100;
}
#dsgvo_accepteasy_btn:hover{
    background-color: #00bb00;
}
#dsgvo_tuneasy_btn{
    background-color: #999;
}
#dsgvo_tuneasy_btn:hover{
    background-color: #888;
}
#dsgvo_details{
    display:none;
}
#dsgvo_box_individual{
    display:none;
    color: #000;
}
#dsgvo_box_individual div{
    color: #000;
}
.dsgvo_table{
    width: 100%;
    border-collapse:separate;
    border-spacing:10px;
}

.dsgvo_tableth{
    font-weight: bold;
    text-align: left;
}
.dsgvo_tabletd{
    vertical-align: middle;
}

.dsgvo_longdesctr{
    display: none;
}
.dsgvo_longdesctd{
    padding: 5px 10px;
    margin: 0px 25px;
    border: thin solid #ccc;
    border-radius: 8px;
}
.dsgvo_moreinfo{
    color: #3498db;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
#dsgvo_accaptabletwo{
    display: none;
    margin: 25px auto;
    text-align: right;
}
#dsgvo_saveall_btn{ background-color: #00bb00;}
#dsgvo_savethis_btn{ background-color: #666;}
#dsgvo_onlyneed_btn{ background-color: #666;}
#dsgvo_saveall_btn:hover{ background-color: #00ee00;}
#dsgvo_savethis_btn:hover{ background-color: #444;}
#dsgvo_onlyneed_btn:hover{ background-color: #444;}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float:left;
}
.onoffswitch-pseudolabel{
    margin: 7px 10px;
    float:right;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #000; border-radius: 9px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "An";
    padding-left: 10px;
    background-color: #0F9926; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Aus";
    padding-right: 10px;
    background-color: #B80202; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-disabled:before,.onoffswitch-disabled:after {
    background-color: #ccc; color: #FFFFFF;
}
.dsgvo_partialact:before,.dsgvo_partialact:after{
    background-color: #ff8300; color: #000;
}
.onoffswitch-switch {
    display: block; width: 17px; margin: 6.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #000; border-radius: 9px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

@media only screen and (max-width: 680px) {
    #actionfooter_frame{
        width: 100%;
        padding: 10px 0px !important;
        margin: 0px !important;
        border: 0px !important;
    }
    #actionfooter_body{
        margin: 5px !important;
    }
    #dsgvo_accaptabletwo{
        text-align: left;
    }
    #dsgvo_box_individual{
        padding: 0;
    }
    #dsgvo_box_individual div{
        padding: 2px;
    }
    .dsgvo_btn{
        display: block;
        margin-bottom: 10px;
        width: 150px;
        text-align: center;
    }
    .dsgvo_table{
        font-size: 12px;
        border-spacing:0px;
    }
}