﻿


html .scroll-to-top {
    z-index: 5001 !important;
}

.cky-consent-bar {
    z-index: 5000 !important;
}

/*.body {
	padding-bottom: 94px;
}*/

.cky-btn {
    font-size: 12px;
    padding: 0.5rem 1rem;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    transition: all 0.15s ease-in-out;
    margin: 0;
    min-height: auto;
    font-weight: normal;
    border-radius: 0;
}

    .cky-btn:hover {
        opacity: 0.9;
    }



.cookieinfo-close {
    font-size: 18px !important;
    font-family: "DINNextLT" !important;
}

.cookieinfo span {
    font-size: 19px !important;
    font-family: "DINNextLT" !important;
}

.cookieinfo-close {
    background: rgb(241, 214, 0) !important;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
}

.cookieinfo {
    background: rgb(114 60 91) !important;
    font-size: 21px !important;
    /*position: inherit !important;*/
}






/*

 fixed cookies bar
  heeeeeeere we start


*/
.cky-btn {
    font-size: 12px;
    padding: .5rem 1rem;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin: 0;
    min-height: auto;
    font-weight: normal;
    border-radius: 0;
}

    .cky-btn:hover {
        opacity: .9;
    }

.cky-consent-bar {
    display: block;
    background: white;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d8df;
    inset: auto 0px 0px auto;
    position: fixed;
    width: 100%;
    padding: 15px 160px;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.1);
    background: #f4efe6;
}

    .cky-consent-bar .cky-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cky-consent-bar .cky-content-wrapper .cky-bar-text {
            line-height: 20px;
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 0;
            margin-top: 0;
            color: #000000;
            color: #a57c35;
        }
            .cky-consent-bar .cky-content-wrapper .cky-bar-text b {
                color: #000000;
            }
        .cky-consent-bar .cky-content-wrapper .cky-btn-readMore {
            background-color: transparent;
            border-color: transparent;
            margin-left: 5px;
            margin-right: 5px;
            font-weight: 600;
            text-decoration: underline;
            color: #d5313a;
            color: #2b2be7;
        }

        .cky-consent-bar .cky-content-wrapper .cky-button-wrapper {
            margin-left: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn {
                margin-right: 15px;
            }

                .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn:last-child {
                    margin-right: 0;
                }

            .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn-settings {
                background-color: transparent;
                border-color: transparent;
                font-weight: 600;
                position: relative;
                color: #d5313a;
                color: #2b2be7;
            }

                .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn-settings::before {
                    border-style: solid;
                    border-width: 1px 1px 0 0;
                    content: '';
                    display: inline-block;
                    height: 4px;
                    right: 8px;
                    position: absolute;
                    border-color: #beb8b8;
                    top: 11px;
                    -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
                    vertical-align: middle;
                    width: 4px;
                    border-color: #d5313a;
                    -webkit-transition: 500ms;
                    transition: 500ms;
                }

                .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn-settings.reverse-arrow::before {
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

            .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn-reject {
                color: white;
                background-color: #dcdcdc;
                border-color: #dcdcdc;
                color: #1d1d1b;
                font-weight: 500;
            }

            .cky-consent-bar .cky-content-wrapper .cky-button-wrapper .cky-btn-accept {
                color: white;
                font-weight: 500;
                background-color: #d5313a;
                border-color: #d5313a;
                background-color: #a57c35;
                border-color: #a57c35;
            }

    .cky-consent-bar .cky-detail-wrapper {
        border-color: #d4d8df;
        margin-top: 30px;
        border: 1px solid #d4d8df;
        border-radius: 2px;
        overflow: hidden;
        display: none;
    }

        .cky-consent-bar .cky-detail-wrapper .cky-tab {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-menu {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
                background-color: #f2f5fa;
                background-color: #f7f7f7;
            }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-menu .cky-tab-item {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 11px;
                    cursor: pointer;
                    font-weight: 400;
                    border-bottom: 1px solid;
                    border-right: 1px solid;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 1.5;
                    border-color: #d4d8df;
                    padding: .5rem 1rem;
                    color: #000000;
                    border-color: #d4d8df;
                }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-menu .cky-tab-item-active {
                    cursor: initial;
                    border-right: 0;
                    background-color: #fff;
                }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-menu .cky-btn-custom-accept {
                    color: #d5313a;
                    margin: 1.5rem 1rem;
                    font-weight: 500;
                    white-space: initial;
                    word-break: break-word;
                    background-color: #ffffff;
                    border-color: #d5313a;
                    background-color: #a57c35;
                    border-color: #a57c35;
                    color: #ffff;
                }

            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content {
                background-color: #fff;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%;
                background: transparent;
                padding: 15px 20px;
            }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item:not(.cky-tab-content-active) {
                    display: none;
                }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-title {
                    color: #000000;
                    font-size: 13px;
                    margin-bottom: 11px;
                    margin-top: 0;
                    font-family: inherit;
                    font-weight: bold;
                    line-height: 1;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc {
                    color: black;
                    height: 183px;
                    min-height: 155px;
                    overflow-y: auto;
                    overflow-x: hidden;
                    line-height: 20px;
                    font-size: 12px;
                }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc p {
                        line-height: 20px;
                        font-size: 12px;
                        font-weight: normal;
                        margin-bottom: 0;
                        margin-top: 0;
                    }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper {
                        width: 100%;
                        max-width: 100%;
                        overflow: auto;
                    }

                        .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table {
                            font-family: inherit;
                            border-collapse: collapse;
                            width: 100%;
                            margin-top: 10px;
                        }

                            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table th {
                                background-color: #d9dfe7;
                                border: 1px solid #cbced6;
                            }

                            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table tr:nth-child(2n) td {
                                background: #ffffff;
                            }

                            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table tr:nth-child(2n+1) td {
                                background: #f1f5fa;
                            }

                            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table td, .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table th {
                                text-align: left;
                                padding: 10px;
                                font-size: 12px;
                                color: #000000;
                                word-break: normal;
                            }

                            .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-tab-desc .cky-table-wrapper .cky-cookie-audit-table td {
                                border: 1px solid #d5d8df;
                            }

                .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch {
                    position: relative;
                    min-height: 13px;
                    padding-left: 25px;
                    font-size: 14px;
                    margin-left: 20px;
                    margin-right: 20px;
                    margin-bottom: 0;
                    display: inline-block;
                }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch input[type='checkbox'] {
                        display: none !important;
                    }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch input:checked + .cky-slider {
                        background-color: #d5313a;
                        background-color: #a57c35;
                    }

                        .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch input:checked + .cky-slider::before {
                            -webkit-transform: translateX(12px);
                            transform: translateX(12px);
                        }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch input:disabled + .cky-slider {
                        cursor: initial;
                    }

                    .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch .cky-slider {
                        background-color: #e3e1e8;
                        border-radius: 34px;
                        height: 13px;
                        width: 25px;
                        bottom: 0;
                        cursor: pointer;
                        left: 0;
                        position: absolute;
                        right: 0;
                        -webkit-transition: .4s;
                        transition: .4s;
                    }

                        .cky-consent-bar .cky-detail-wrapper .cky-tab .cky-tab-content .cky-tab-content-item .cky-switch .cky-slider::before {
                            background-color: #fff;
                            border-radius: 50%;
                            bottom: 2px;
                            content: '';
                            height: 9px;
                            left: 2px;
                            position: absolute;
                            -webkit-transition: .4s;
                            transition: .4s;
                            width: 9px;
                        }


.cookieinfo {
    background: #f4efe6;
    font-size: 1.25em;
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 20px;
    z-index: 9999999999;
    color: rgb(165 124 53);
    line-height: 28px;
    padding: 14px 18px;
    bottom: 0px;
    opacity: 1;
    box-shadow: 0 -10px 10px rgb(0 0 0 / 10%);
}
