﻿.containerBody {
    margin: 0px;
}

#popup {
    background-color: #045562;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 500;
    font-family: Arial, Helvetica, sans-serif;
    left: 0px;
}

    #popup .cookieBanner {
        width: 100%;
        padding: 20px 0px 31px;
        max-width: 1080px;
        margin: 0 auto;
        color: #ffffff;
        text-align: left;
    }

        #popup .cookieBanner .cookie-header {
            margin: 0px 0px 10px;
            border-bottom: 1px solid #fff;
            display: inline-block;
            font-size: 12px !important;
            font-family: Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color: #ffffff;
        }

        #popup .cookieBanner .read-more,
        #popup .cookieBanner .read-less {
            text-decoration: underline;
            color: #ffffff;
            font-weight: normal;
            font-size: 12px;
        }

        #popup .cookieBanner .read-less {            
            text-align: right;          
        }

        #popup .cookieBanner p,
        #popup .cookieBanner .content-intro,
        #popup .cookieBanner .showContent {
            font-size: 12px;
            text-align: justify;
            margin: 0px;
            color: #ffffff;
        }

        #popup .cookieBanner .content-intro {
            display: inline;
        }

        #popup .cookieBanner .cookie-consent {
            width: 88%;
            float: left;
        }

            #popup .cookieBanner .cookie-consent.content-visible {
                width: 100%;
                float: none;
            }

        #popup .cookieBanner .cookie-accept-button {
            float: right;
            margin: 25px 0px 0px 15px;
            width: auto;
        }

            #popup .cookieBanner .cookie-accept-button.content-visible {
                margin: 12px 0px 0px;
                float: right;
            }

        #popup .cookieBanner .content-bottom {
            margin-top: 10px;
            display: block;
        }

    #popup a:focus,
    #popup button:focus {
        outline: 1px solid !important;
        outline-offset:0.8px !important;
        outline-color: white !important;
    }

    #popup .clearfix {
        clear: both;
    }

    #popup .cookie-accept-button {
        background-color: #23aec9;
        border-radius: 6px;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 12px 20px;
        min-height: 40px;
        text-align: center;
        text-transform: initial;
        text-decoration: none;
        letter-spacing: 0.02em;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #popup .cookie-accept-button:hover,
        #popup .cookie-accept-button:focus,
        #popup .cookie-accept-button,
        #popup .cookie-accept-button:visited,
        #popup .cookie-accept-button:active {
            color: #fff !important;
            padding: 12px 20px !important;
        }

    #popup .cookie-consent .button:hover:after,
    #popup .cookie-consent .button:active:after {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 1;
    }

    #popup .cookie-consent .button:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #ffffff;
        -webkit-transform: translateX(0), translateZ(0);
        transform: translateX(0), translateZ(0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #popup .text-bold {
        font-weight: bold;
    }

    #popup .showContent {
        display: none;
        transition: all 2s;
    }

    #popup .showContentText {
        display: inline;
        color: #ffffff
    }

    #popup .containerBody {
        margin: 0px;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #popup {
        padding: 1.5em 0px;
    }

        #popup .cookieBanner {
            width: 90%;
            margin: 0 auto;
            padding: 0px;
        }

            #popup .cookieBanner .cookie-consent {
                width: 100%;
                float: none;
            }

            #popup .cookieBanner .accept-btn-section {
                text-align: center;
            }

                #popup .cookieBanner .accept-btn-section .cookie-accept-button {
                    float: none;
                    margin: 20px 0px 0px 15px;
                    display: inline-block;
                    text-align: center;
                    width: auto;
                }
}

@media only screen and (max-width: 767px) {
    #popup {
        padding: 1.5em 0px;
        max-height: 400px;
        overflow-y: scroll;
    }

        #popup .cookieBanner {
            width: 90%;
            margin: 0 auto;
            padding: 0px;
        }

            #popup .cookieBanner .cookie-consent {
                width: 100%;
                float: none;
            }

            #popup .cookieBanner .accept-btn-section {
                text-align: center;
            }

                #popup .cookieBanner .accept-btn-section .cookie-accept-button {
                    float: none;
                    margin: 10px 0px 0px 15px;
                    display: inline-block;
                    text-align: center;
                    width: auto;
                }
}

@media only screen and (min-width: 1024px) {
    #popup {
        padding: 1.5em 0px;
    }

        #popup .cookieBanner {
            width: 90%;
            margin: 0 auto;
            padding: 0px;
        }
}
