
body div.cookiewarningNew {
  display: none;
}
body.cookiewarningNew div.cookiewarningNew {
padding: 1em; 
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,.8);
  color: white;
  left:0;
}
.ok-btn{
  cursor: pointer;
  background-color: red;
  width: 50px;
  line-height: 50px;

}
.uk-offcanvas{
  display: block !important;
  z-index: 0;
  background: transparent;
}

.cookie-btn{
  cursor: pointer;
   background-color: #fa0c0ccc;
    border-color: #fff;
    border-radius: 2px;
    border-width: 2px;
    /* font-size: 0.8em; */
    /* font-weight: 900; */
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid white;
  }
  a.ok-btn{
    margin-left: 2em;
    margin-right: 1em;
  }
  .cookie-btn:hover{
    background:#fa0c0ccc;
      border-color: #fff;
    border-radius: 2px;
    border-width: 2px;
    /* font-size: 0.8em; */
    /* font-weight: 900; */
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid white;
  }
  .cookie-btn:focus{
    background: #fa0c0ccc;
  }
    a.cookie-btn{
    color: white !important;
  }
    .cookie-text{
        font-size:17px;
    }

/* Cookie Hinweis */

.info-btn {
    cursor: pointer;
    width: 50px;
    line-height: 50px;
}

.cookiewarningInfo {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

.cookie-consent p {
    margin-bottom: 40px;
}

.cookie-consent p a{
    line-height: inherit;
}

.save {
    width: 170px;
    background: #990000;
    border: 0;
    padding: 10px;
    margin-right: 30px;
    color: #fff;
    cursor: pointer;
}

.abort {
    color: white;
}

.cookiewarningInfo a {
    text-decoration: none;
    color: inherit;
    line-height: 50px;
}

cookiewarningInfo p {
    font-size: 1.1em;
    margin: 1em 0;
}

.description {
    margin: 1em auto 2.25em;
}


.cookiewarningInfo h1 {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    font-size: 2.5em;
}

.cookiewarningInfo ul {
    list-style: none;
    padding: 0;
}

    ul .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
    }
    .showInfo {
        display: flex !important;
    }

    .cookiewarningInfo ul li {
        margin: .5em 0;
    }

        .cookiewarningInfo ul li a.toggle {
            display: block;
            background: #990000;
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
        }

ul li a.toggle:hover {
    background: #5c0000;
}

.cookiewarningInfo .left {
    display: flex;
    margin-right: 20px;
    position: relative;
    top: 48%
}

.cookiewarningInfo .right{
    display: flex;
    float: none;
    text-align: left;
}

.cookiewarningInfo .last-item {
    margin-bottom: 20%;
}

.cookie-settings {
    display: none;
}

