#footer-cookie,
#footer-cookie * {
    box-sizing: border-box;
}

#footer-cookie {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 60px;
    background: #303030;
    color: #fff;
    z-index: 10;
}
  
#footer-cookie a {
    color: #fff;
}

#footer-cookie #description {
    float: left;
}

#footer-cookie #accept {
    float: right;
}

#footer-cookie #accept a {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
    }

    #footer-cookie #description {
        width: 100%;
    }

    #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
    }

    #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.glo_impressum {
    line-height: 11pt;
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 8pt;
    color: rgb(255,255,255);
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    background: -webkit-linear-gradient(left bottom, #293038 , #75879d);
    background: -o-linear-gradient(top right, #293038, #75879d);
    background: -moz-linear-gradient(top right, #293038, #75879d);
    background: linear-gradient(to top right, #293038 , #75879d);
    padding: 12px;
    width: 665px;
    position: relative;
    left: 25px;
    top: -2px;
}

/*
    background-image: url('../assets/images/bodykachel_bg.jpg');
    */

.glo_impressum_footer_2 {
    font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 11px;
    color: #424d59;
    position: relative;
    top: -10px;
    letter-spacing: 4px;
    font-weight: 400;
}    

.glo_bild9 {
    position: relative;
    top: -9px;
    left: 14px;
}

.glo_bild10 {
    position: relative;
    top: -9px;
    left: 169px;
}

.glo_bild10_datenschutz {
    left: 156px;
}

.glo_liste_sytle {
    list-style-type: square;
}