#gmc_footer_float {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 99999;
    max-height: 100%;
    pointer-events: none;
}

.general_info_datenschutz.floating {
    position: initial;
    min-width: 300px !important;
    max-width: 400px !important;
    width: 100%;
}
#gmc_footer_float {
    pointer-events: none;
}

.general_info_datenschutz.floating table #close_floating {
    display: block;
}
#close_floating {
    position: absolute;
    right: -12px;
    background-color: #fa7483;
    border-radius: 70px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: -12px;
    color: #fff;
    display: none;
    cursor: pointer;
}

table#table_datenschutz_info {
    pointer-events: auto;
    max-width: 100%;
    background-color: #fff;
    color: #000;
    margin: 2%;
    font-size: 9px;
    border-radius: .5rem;
}

table#table_datenschutz_info ul {
    padding-left: 10px;
}

.general_info_datenschutz.floating table {
    box-shadow: 0 -8px 40px #888;
    border-collapse: collapse;
    border-spacing: 0;
}

#table_datenschutz_info th {
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

#table_datenschutz_info td, #table_datenschutz_info th {
    text-align: left;
    padding: .5rem;
    vertical-align: top;
    border-top: 0;
    position: relative;
}

#table_datenschutz_info .col3 {
    vertical-align: middle;
}

.sponsorslink {
    color: #2a6496;
    text-decoration: underline;
}