.cookiehinweis {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: white;
    /* height: 145px; */
    -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
}

.cookiehinweis .container {
    padding: 0;
}

.cookiehinweis .row {
    margin: 0;
}

.cookieueber {
    font-size: 17px;
    margin-top: 25px;
    padding-left: 15px;
    color: #698467;
    margin-bottom: -5px;
    font-weight: bold;
    text-align: left;
}

.cookie {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
}

.cookie img {
    width: 50px;
    float: left;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: -25px;
}

.cookie h4 {
    font-size: 17px;
}

.cookie p, .more-info{
    font-size: 14px !important;
    color: #707070;
    text-align: left;
}

.cookie a, .second-footer a, .cookiecontent-modal.modal-content a {
    color: #698467;
    text-decoration: underline;
}

.cookie a:hover, .second-footer a:hover, .cookiecontent-modal.modal-content a:hover {
    font-weight: 800;
}

.cookieBtn {
    float: right;
}

@media (max-width: 767px) {
    .cookieBtn {
        float: left;
        margin: 20px 0 30px;
    }
}

@media (max-width: 992px) {
    .cookiehinweis {
        /* height: 200px; */
    }
    .cookie {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
    }
    .cookie img {
        width: 50px;
        float: left;
        vertical-align: middle;
        margin-right: 25px;
    }
    .cookie h4 {
        font-size: 2vw;
        text-align: center;
    }
    .cookie p {
        font-size: 2vw;
    }
    .cookie .fewo-info-btn {
        outline: none;
        border: none;
    }
}

@media (max-width: 488px) {
    .cookiehinweis {
        /* height: 300px; */
    }
    .cookie {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0px;
    }
    .cookie img {
        width: 50px;
        float: left;
        vertical-align: middle;
        margin-right: 25px;
    }
    .cookie h4 {
        font-size: 4vw;
        text-align: center;
    }
    .cookie p {
        font-size: 4vw;
    }
    .cookie button {
        font-size: 4vw;
    }
}

/*#### COOKIE MODAL ####*/

.modal.cookie{
    z-index: 9999;
}

.cookiecontent-modal.modal-content {
    background-color: white;
    border: none;
    border-radius: 0;
}

.cookiecontent-modal.modal-content h3 {
    color: #698467;
}

.cookiecontent-modal.modal-content p {
    color: #707070;
}

#cookie-modal .cookie-option {
    position: relative;
}

#cookie-modal .cookie-option p {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
}

/*MORE INFO*/

.more-info-btn input {
    display: none;
}

.more-info-i {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #698467;
    border-radius: 10px !important;
    text-align: center;
    line-height: 18px;
    font-weight: bolder;
    color: #698467;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cookie-option .more-info-i {
    position: absolute;
    right: 0;
    top: 32px;
}

.cookie-explanation p {
    float: left;
    height: 22px;
    margin-right: 10px;
    cursor: pointer;
}

.cookie-explanation .more-info {
    float: left;
}

.more-info-btn input:checked+.more-info-i {
    background-color: #698467;
    color: white;
}

.more-info-btn input:checked~.more-info {
    max-height: 500px;
}

.more-info {
    font-weight: normal;
    margin-bottom: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #707070;
}

/*#### toggle checkbox ####*/

.switch {
    position: absolute;
    right: 25px;
    top: 32px;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch.disabled {
    opacity: 0.5;
}

.switch.disabled .slider {
    cursor: not-allowed;
}

.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: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #698467;
    box-shadow: 0 0 1px #698467;
}

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

/* Rounded sliders */

.slider.round {
    border-radius: 22px !important;
}

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

/* SECOND FOOTER */

.second-footer {
    display: block;
    margin-top: 20px;
    /* padding-left: 15px; */
    /* width: 500px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
}

.second-footer a {
    /* float: left; */
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px){
    .second-footer{
        margin-top: 0;
    }
}