#privacy_policy_wrapper {
    width: 286px;
    height: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    bottom: 20px;
    right: -350px;
    z-index: 999999;
    box-shadow: 0 0 8px -3px #545353;
    border-radius: 15px;
    transition: .4s
}

#privacy_policy_wrapper.open {
    right: 3%;
    bottom: 6%
}

#privacy_policy_wrapper.closed {
    right: -350px
}

#pp_header img {
    width: 15px;
    height: auto;
    display: block;
    margin: 15px auto 25px auto;
    position: absolute;
    top: -3px;
    right: 12px;
    transform: rotate(45deg);
    opacity: .7;
    cursor: pointer
}

#pp_header p {
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer
}

#pp_box_cookies {
    float: left;
    width: 100%;
    background-color: #fff
}

#pp_box_cookies img {
    width: 45px;
    height: 40px;
    padding: 10px
}

#pp_navigation {
    line-height: 0
}

#pp_navigation .open {
    background-color: rgba(234, 234, 234, .7)
}

#pp_navigation img {
    cursor: pointer
}

#pp_navigation img:hover {
    background-color: rgba(234, 234, 234, 1)
}

#pp_content {
    padding: 15px;
    background-color: rgba(234, 234, 234, 1);
    font-size: 14px;
    line-height: 24px;
    float: left
}

#pp_content a {
    font-weight: bolder;
    color: #191919;
    transition: .4s;
    position: relative
}

/*
#pp_content a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

#pp_content a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
*/

#pp_content .closed {
    display: none
}

#pp_used_cookies {
    overflow: auto
}

#pp_handling_cookies h2,
#pp_used_cookies h2 {
    font-size: 16px
}

#pp_used_cookies h3 {
    font-size: 14px
}

#pp_used_cookies>h3 {
    margin: 5px 0 5px 0
}

#pp_used_cookies .cookie h3 {
    cursor: pointer;
    padding: 5px 5px 5px 0
}

#pp_used_cookies .cookie h3 img {
    width: 11px;
    height: auto;
    opacity: .7;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    transition: .8s
}

#pp_used_cookies .cookie h3.open {
    background-color: rgba(234, 234, 234, 1)
}

#pp_used_cookies .cookie h3.open img {
    transform: rotate(45deg)
}

#pp_used_cookies .cookie p {
    display: none;
    padding: 5px;
    background-color: rgba(234, 234, 234, 1)
}

#pp_used_cookies .cookie .space {
    margin-top: 25px
}

#pp_confirmation {
    text-align: center;
    margin-top: 25px;
    border: solid 2px #000;
    border-radius: 5px;
    float: left;
    width: 100%
}

#pp_confirmation span {
    width: 50%;
    float: left;
    cursor: pointer;
    padding: 10px
}

#pp_confirmation span:hover {
    background-color: #191919;
    color: #fff
}

#pp_confirmation span:hover:nth-child(1) {
    border-top-left-radius: 2.5px;
    border-bottom-left-radius: 2.5px
}

#pp_confirmation span:hover:nth-child(2) {
    border-top-right-radius: 2.5px;
    border-bottom-right-radius: 2.5px
}

#datenschutz_analytics .cookie h4 {
    cursor: pointer;
    padding: 5px 5px 5px 0;
    display: inline-block
}

#datenschutz_analytics .cookie h4 img {
    width: 11px;
    height: auto;
    opacity: 1;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    transition: .8s
}

#datenschutz_analytics .cookie h4.open {
    background-color: rgba(234, 234, 234, 1)
}

#datenschutz_analytics .cookie h4.open img {
    transform: rotate(45deg)
}

#datenschutz_analytics .cookie p {
    display: none;
    padding: 5px;
    background-color: rgba(234, 234, 234, 1)
}

#datenschutz_analytics .cookie .space {
    margin-top: 25px
}

.switch {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 4px;
    width: 30px;
    height: 14px
}

#datenschutz_analytics .switch {
    float: initial
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

#datenschutz_analytics .slider {
    top: 5px;
    bottom: -5px
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #c8d981
}

input:focus+.slider {
    box-shadow: 0 0 1px #c8d981
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

@media (max-width:900px) {
    #privacy_policy_wrapper {
        height: auto;
        top: 45%;
        right: -100%;
        bottom: 0;
        background-color: rgba(255, 255, 255, .98);
        overflow-y: auto
    }
    #pp_content {
        min-height: 100%
    }
}

#pp_box_cookies img {
	display: inline-block;
}