/* */
.cookie-notice {
    /*background-color: rgba(255,255,253,.9);*/
    border-top: 2px #FE4C04 solid;
}
.cookie-notice #btnAcceptCookies {
    color: #FE4C04;
}
.cookie-notice #btnDeclineCookies {
    color: #000;
}
.cookie-notice #btnDeclineCookies span:after {
    border-color: #000;
}
.cookie-notice .btn {
    background-color: transparent;
}
.cookie-notice.accepted, .cookie-notice.declined, .cookie-notice.hide {
    display: none;
}
/* */

/* */
#cookieStatus {
    position: fixed;
    line-height: 0;
    cursor: pointer;
    z-index: 99999;
    font-size: 0;
    color: #999;
    bottom: 10px;
    left: 10px;
    /*background: #2d2d2d;*/ background: #FE4C04;  background: #FFF;
    border-radius: 25px;  border-radius: 6px;
    padding: 3px; padding: 5px;
    display: none;
    flex-direction: row;
    transition-duration: 500ms;
    box-shadow: 1px 2px 8px 0 #111);
    opacity: 1;
}
#cookieStatus.show {
    display: flex;
}
#cookieStatus:hover {
    color: #FFF;
}
#cookiescript_badgeimage, #cookiescript_badgeimage img {
    width: 40px;
    height: 40px;
}
#cookiescript_badgetext {
    font-size: 16px;
    /*text-transform: uppercase;*/
    line-height: 2.5;
    font-weight: 600;
    /*font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    overflow: hidden;*/
    transition-duration: 500ms;
    white-space: nowrap;
    padding-right: 0;
    max-width: 0;
    color: #000;
    padding-left: 10px;
}
#cookieStatus #cookiescript_badgetext {
    display: none;
}
#cookieStatus #cookiescript_badgetext div {
    padding: 0 5px;
}
#cookieStatus:hover #cookiescript_badgetext {
    transition-duration: 500ms;
    display: contents;
}

.cookie-notice.d-none, .cookie-notice .d-none {
    display: none !important;
}

.cookie-notice .btn, .cookie-notice button {
	background: none;
}

@media screen and (max-width: 767px) {
    .section.contact {
        padding-top: 60px;
        padding-bottom: 60px
    }

        .section.contact h2 {
            font-size: 40px;
            line-height: 40px;
            letter-spacing: -1px
        }
}

.cookie-notice {
    position: fixed;
    bottom: 44px;
    background-color: #fff;
    width: 100%;
    padding: 48px 0;
    z-index:1000;
}

    .cookie-notice h3 + p {
        font-size: 16px;
        line-height: 24px;
        max-width: 693px;
        margin-top: 20px
    }

    .cookie-notice p a {
        margin: 0;
        text-transform: none;
        font-size: 16px;
        line-height: 24px
    }

    .cookie-notice .links-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex
    }

        .cookie-notice .links-wrap a {
            cursor: pointer
        }

        .cookie-notice .links-wrap .link + .link {
            margin-left: 40px
        }

    .cookie-notice #acceptcookies {
        color: #FE4C04
    }

    .cookie-notice #declinecookies span:after {
        border-color: #000
    }

    .cookie-notice #declinecookies img {
        margin: -4px 0 0 10px
    }

    .cookie-notice .cookie-wrap {
        position: relative
    }

    .cookie-notice.accepted, .cookie-notice.declined {
        display: none
    }

@media screen and (min-width: 993px) and (max-width: 1440px) {
    .cookie-notice h3 + p, .cookie-notice p a {
        font-size: 15px;
        line-height: 20px
    }
}

@media screen and (max-width: 992px) {
    .cookie-notice h3 + p, .cookie-notice p a {
        font-size: 14px;
        line-height: 20px
    }

    .cookie-notice h3 + p {
        max-width: 450px
    }
}

@media screen and (max-width: 767px) {
    .cookie-notice {
        padding: 30px 0
    }

        .cookie-notice .links-wrap {
            position: initial;
            margin-top: 30px
        }
}

@media screen and (max-width: 692px) {
    .cookie-notice {
        bottom: 64px
    }
}