
#fussbereich,
    #fussbereich * {
      box-sizing: border-box;
    }

#fussbereich:target{
display: none;
}
#fussbereich{

      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;

      color: #000;
      background: linear-gradient(to bottom, #d5d5d5, #bbbbbb, #f6f6f6 );
      border-top: 1px #333 solid;
      border-bottom: 1px #333 solid;
    }
 #fussbereich a {
    color: #8b1217;
	text-decoration: none;
    }

 #fussbereich #description {

    }

 #footer-cookie #accept {
      float: right;
    }

 #fussbereich #accept a {

      padding: 5px 0px;
      text-decoration: none;
    }

 @media (max-width: 1200px) {
      #fussbereich {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #fussbereich #description {
        width: 100%;
      }

      #fussbereich #accept {
        width: 100%;
        margin-top: 15px;
      }

      #fussbereich #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }