
@media (min-width: 1200px) {
    #cookies-accept-container {border:1px solid #cacaca;display: none;position: fixed;width: 580px;height: 240px;left: 40px;bottom: 10px;background-color: white;padding: 20px 30px;z-index: 60;text-align: center;}
    #cookies-accept-text {font-size: 22px;font-weight: 300;font-family: 'CF Fat Rg';text-align: center;margin-top: 15px;margin-bottom: 8px;text-transform: uppercase;}
    #cookies-accept-text > span{color:#3d5a75;}
    #cookies-buttons {width: 100%;align-items: center;flex-direction: column;justify-content: space-between;text-align: center;}
    #cookies-desc{max-width: 470px;color: #4D4D4D;font-size: 16px;font-weight: 400;font-family: 'Arial';margin-bottom: 22px;}
    .contact-link-cookies{display:inline-block;font-size: 15px;color:black;text-decoration: underline;font-family: 'Arial';font-weight: 400;margin-bottom: 25px;text-transform: uppercase;}
    #cookies-close {width: 220px;padding: 10px 50px;font-size: 20px;font-weight: 300;font-family: 'CF Fat Rg';color: #fff;background-color: #f7941d;border: 1px solid white;text-transform: uppercase;border-radius: 30px;margin: 0 auto 20px;}
    #cookies-close:hover{cursor: pointer;}

}
@media (min-width:765px) and (max-width: 1199px) {

    #cookies-accept-container {border:1px solid #cacaca;display: none;position: fixed;width: 550px;height: 270px;left: 50%;transform: translateX(-50%);bottom: 10px;background-color: white;padding: 30px 50px;z-index: 60;text-align: center;}
    #cookies-accept-text {font-size: 20px;font-weight: 400;font-family: 'CF Fat Rg';text-align: center;margin-top: 15px;margin-bottom: 8px;text-transform: uppercase;}
    #cookies-accept-text > span{color:#3d5a75;}
    #cookies-buttons {width: 100%;align-items: center;flex-direction: column;justify-content: space-between;text-align: center;}
    #cookies-desc{max-width: 430px;color: #4D4D4D;font-size: 16px;font-weight: 300;font-family: 'Arial';margin-bottom: 18px;}
    .contact-link-cookies{display:inline-block;font-size: 15px;color:black;text-decoration: underline;font-family: 'Arial';font-weight: 400;margin-bottom: 20px;text-transform: uppercase;}
    #cookies-close {width: 200px;padding: 10px 40px;font-size: 20px;font-weight: 300;font-family: 'CF Fat Rg';color: #fff;background-color: #f7941d;border: 1px solid white;text-transform: uppercase;border-radius: 30px;margin: 0 auto 20px;}
    #cookies-close:hover{cursor: pointer;}
}
@media (min-width:0px) and (max-width:764px) {
    #cookies-accept-container {border:1px solid #cacaca;display: none;position: fixed;width: 100%;height: 270px;bottom: 10px;background-color: white;padding: 30px 40px;z-index: 60;text-align: center;}
    #cookies-accept-text {font-size: 18px;font-weight: 400;font-family: 'CF Fat Rg';text-align: center;margin-top: 15px;margin-bottom: 8px;text-transform: uppercase;}
    #cookies-accept-text > span{color:#3d5a75;}
    #cookies-buttons {width: 100%;align-items: center;flex-direction: column;justify-content: space-between;text-align: center;}
    #cookies-desc{max-width: 350px;color: #4D4D4D;font-size: 15px;font-weight: 300;font-family: 'Arial';margin-bottom: 22px;}
    .contact-link-cookies{display:inline-block;font-size: 15px;color:black;text-decoration: underline;font-family: 'Arial';margin-bottom: 25px;text-transform: uppercase;}
    #cookies-close {width: 200px;padding: 15px 30px;font-size: 16px;font-weight: 300;font-family: 'CF Fat Rg';color: #fff;background-color: #f7941d;border: 1px solid white;text-transform: uppercase;border-radius: 30px;margin: 0 auto 20px;}
    #cookies-close:hover{cursor: pointer;}
}
