#privacy_policy_wrapper,
#pp_navigation,
#pp_content,
#pp_info_text,
#pp_box_cookies,
#pp_used_cookies,
#pp_handling_cookies,
#pp_confirmation,
#pp_confirmation span{
    font-size: 13px;
    line-height: 1.4;
    font-size: 11px;
}
#privacy_policy_wrapper {
    width: 286px;
    height: auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 20px;
    right: -350px;
    z-index: 999999;
    box-shadow: 0px 0px 8px -3px #545353;
    border-radius: 15px;
    transition: 400ms;
}
#privacy_policy_wrapper:hover {
    background-color: white;
}
#privacy_policy_wrapper.open {
    right: 20px;
}
#privacy_policy_wrapper.closed {
    right: -350px;
}
#privacy_policy_wrapper #pp_navigation .open {
    background-color: rgba(234, 234, 234, 0.7);
}
#privacy_policy_wrapper #pp_navigation #pp_box_cookies img {
    width: 45px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
}
#privacy_policy_wrapper #pp_navigation #pp_box_cookies img:hover {
    background-color: rgba(234, 234, 234, 0.7);
}
#privacy_policy_wrapper #pp_content {
    padding: 15px;
    background-color: rgba(234, 234, 234, 0.7);
    font-size: 12px;
}
#privacy_policy_wrapper #pp_content .closed {
    display: none;
}
#privacy_policy_wrapper #pp_content h2 {
    font-size: 16px;
    color: #000;
}
#privacy_policy_wrapper #pp_content h3 {
    font-size: 14px;
    color: #000;
}
#privacy_policy_wrapper #pp_content p {
    font-size: 12px;
    color: #000;
}
#privacy_policy_wrapper #pp_content a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ea2d00;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#privacy_policy_wrapper #pp_content a {
    color: #000;
    position: relative;
    font-weight: bolder;
    display: inline-block;
    text-decoration: none;
}
#privacy_policy_wrapper #pp_content a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#privacy_policy_wrapper #pp_content #pp_used_cookies {
    overflow: auto;
}
#privacy_policy_wrapper #pp_content #pp_used_cookies > h3 {
    margin: 5px 0 5px 0;
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie h3 {
    cursor: pointer;
    padding: 5px 5px 5px 0;
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie h3 img {
    width: 11px;
    height: auto;
    opacity: 0.7;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    transition: 800ms;
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie h3.open {
    background-color: rgba(234, 234, 234, 0.7);
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie h3.open img {
    transform: rotate(45deg);
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie p {
    display: none;
    padding: 5px;
    background-color: rgba(234, 234, 234, 0.7);
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie .space {
    margin-top: 25px;
}
#privacy_policy_wrapper #pp_content #pp_used_cookies .cookie_description a {
    font-weight: normal;
}
#privacy_policy_wrapper #pp_content #pp_confirmation {
    text-align: center;
    margin-top: 25px;
    border: solid 2px #ea2d00;
    border-radius: 5px;
    float: left;
    width: 100%;
}
#privacy_policy_wrapper #pp_content #pp_confirmation span {
    cursor: pointer;
    padding: 10px;
    width: 50%;
    float: left;
    font-size: 11px;
}
#privacy_policy_wrapper #pp_content #pp_confirmation span:hover {
    background-color: #ea2d00;
    color: #fff;
}
#privacy_policy_wrapper #pp_content #pp_confirmation span:hover:nth-child(1) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#privacy_policy_wrapper #pp_content #pp_confirmation span:hover:nth-child(2) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

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

#datenschutz_analytics {
    float: left;
}
#datenschutz_analytics .cookie {
    float: left;
    width: 100%;
}
#datenschutz_analytics .cookie h4 {
    cursor: pointer;
    padding: 5px 5px 5px 0;
    display: inline-block;
}
#datenschutz_analytics .cookie h4 img {
    width: 11px;
    height: auto;
    opacity: 0.7;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    transition: 800ms;
}
#datenschutz_analytics .cookie h4.open {
    background-color: rgba(234, 234, 234, 0.7);
}
#datenschutz_analytics .cookie h4.open img {
    transform: rotate(45deg);
}
#datenschutz_analytics .cookie p {
    display: none;
    padding: 5px;
    background-color: rgba(234, 234, 234, 0.7);
}
#datenschutz_analytics .cookie .space {
    margin-top: 25px;
}
#datenschutz_analytics .switch {
    float: initial;
}

.pp_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 5px;
    bottom: -5px;
}
.pp_slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

input:checked + .pp_slider {
    background-color: #ea2d00;
}

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

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

/* Rounded sliders */
.pp_slider.round {
    border-radius: 34px;
}

.pp_slider.round:before {
    border-radius: 50%;
}

@media (max-width: 900px) {
    #privacy_policy_wrapper {
        height: auto;
        right: -200%;
        bottom: 0;
        position: fixed;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.98);
        overflow-y: auto;
    }
    #privacy_policy_wrapper.open{
        right: 15px;
    }


    #privacy_policy_wrapper.closed {
        right: -201%;
    }

    #pp_content {
        min-height: 100%;
    }
}