#gdpr_msg {
    border-top: 4px solid #fff;
    color: #fff;
    line-height: 1.6em;
    padding: 0;
    background: #183028;
    position: fixed;
    width: 100%;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-size: 13px;
    letter-spacing: 0.01em;
    background-image: url('cookie-msg-background.jpg');
    background-size: cover;
    background-position: -1340px bottom;
    display: table;
    height: 315px;
}
#gdpr_msg .cypher {
    display: none;
}
#gdpr_msg .therest {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0;
}
#gdpr_msg .therest h1 {
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1em;
    padding: 0 15px;
    color: #fff;
}
#gdpr_msg .therest p {
    max-width: 60%;
    margin-bottom: 0;
    padding: 0 15px;
}
#gdpr_msg .therest a {
    color: #fff;
    font-weight: bold;
}
#gdpr_msg .therest a:hover,
#gdpr_msg .therest a:focus {
    text-decoration: underline;
}
#gdpr_msg .therest button {
    display: block;
    background: #fff;
    color: #1d1d1d;
    border: 0;
    margin-top: 24px;
    padding: 8px 22px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
}
#gdpr_msg button:hover,
#gdpr_msg button:focus {
    cursor: pointer;
    background: #115740;
    color: #fff;
}
#gdpr_msg button:focus {
    outline: 1px dotted #fff;
}
#gtm_trigger {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    width: 1px;
    height: 1px;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@media (min-width: 540px) {
    #gdpr_msg {
        font-size: 15px;
        background-position: -1250px bottom;
    }
}
@media (min-width: 576px) {
    #gdpr_msg {
        font-size: 15px;
    }
    #gdpr_msg .therest h1 {
        font-size: 27px;
    }
    #gdpr_msg .therest button {
        margin-top: 30px;
        padding: 6px 80px;
    }
    #gdpr_msg .therest h1, #gdpr_msg .therest p {
        padding: 0 20px;
    }
}
@media (min-width: 750px) {
    #gdpr_msg {
        background-position: -1050px bottom;
    }
}
@media (min-width: 992px) {
    #gdpr_msg {
        font-size: 16px;
        background-position: -1000px bottom;
    }
    #gdpr_msg .therest {
        padding: 40px 0;
    }
    #gdpr_msg .therest h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #gdpr_msg .therest h1, #gdpr_msg .therest p {
        max-width: 58%;
        padding: 0 30px;
    }
    #gdpr_msg .therest button {
        padding: 8px 100px;
    }
}
@media screen and (min-width: 1200px) {
    #gdpr_msg {
        height: auto;
        background-position: right bottom;
    }
    #gdpr_msg .therest {
        display: inherit;
    }
}
