/* Cookie Banner Formatierung */
    #dsgvo-cookie,
    #dsgvo-cookie * {
     /*   z-index:20;  */
     box-sizing: border-box;
    }

    #dsgvo-cookie {
        display: none;  
        z-index: 50;
 /*        position:relative;
      top:0px;               oben */
        position:fixed !important;
        bottom:10px;
        width: 100%;
        min-height:70px;
        margin:auto;
        font-family: Arial, sans-serif;  
        font-size: 9pt;
        text-align: left;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 1em;
        padding-top: 0.5em;
        line-height: 1.3em;
        background-color:#76A8FF; /* #5555FF;  */
        color: yellow;            
    }
    div#dsgvo-cookie #rechts{
       text-align: right; 
    }
        
    #dsgvo-cookie a {
      color: #fff;
    }

    #dsgvo-cookie #beschreibung {
        display:inline-block;
         background-color:#5555FF; 
        
      border-top-left-radius:  9px;
      border-bottom-right-radius:  9px;
       border-bottom-left-radius:  9px;
        padding-top:0.3em;
      padding-bottom: 0.3em;
      padding-left: 2em;
      padding-right: 2em;

     // float: left;
    }

    #dsgvo-cookie div#gelesen {
       display: inline-block; 
      float: right;
      margin-bottom: 0px;
       background-color:darkblue;   /* #5555FF; */
      padding:0.4em; 
      padding-right: 1em;
       padding-left: 1em;
       border-top-right-radius:  9px;
       border-top-left-radius:  9px;
    }

    #dsgvo-cookie div#gelesen a {
      border: 1px solid #fff;
    //  padding: 5px 5px;
      text-align: center;
      font-weight:  bold;
      background-color:yellow; 
      color:darkblue;
    //  max-width: 500px; 
      text-decoration: none;
      border-radius: 7px;
    }
    div#gelesen a:active {background-color:yellow; }
/*
    @media (max-width: 700px) {
      #dsgvo-cookie {
        padding-top: 15px;
        padding-bottom: 25px;
        line-height: inherit;
        height: auto;
      }
      #dsgvo-cookie #beschreibung {
          display:inline-block;
        width: 500px;           
        float: right; 
        padding-right: 5px;
        padding-left: 5px;
      }
      #dsgvo-cookie #accept {
        width: 900px;          
        margin-top: 15px;
      }

      #dsgvo-cookie #accept a {
        width: 900px;         
        display: block;
        text-align: center;
      }

    }  // media
*/