footer{ position: relative; background: $green; padding: 20px 0; width: 100%; text-align: center; .footer-logo{ max-height: 60px; max-width: 90%; } .footermenu{ display: inline-block; width: 100%; border-top: 1px dotted $light-grey; padding-top: 20px; text-transform: uppercase; ul{ text-align: left; font-size: $font-12; margin: 0; padding: 0; li{ padding: 0 10px; display: block; border: none; width: 50%; float: left; a{ color: white; background: none; display: block; padding: 3px; &:hover{ color: $alpha; } } } } } } #gdpr-cookie-message { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.9); color: white; padding: 10px; font-size: $font-14; li { list-style: none; } a { &:hover {} } h4 { font-size: $font-18; } p{ &:last-child {} } button { margin: 5px; } }