/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#websitecookies{
    line-height: 1.85714285714286;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    direction: ltr;
    text-align: center;    
    transition: all .25s;
    box-sizing: border-box;
    z-index: 99999;
    overflow: hidden;
    color: #FFF;
    position: fixed;
    left: 0;
    bottom: -3000px;
    width: 100%;
    background-color: #7d953d;
    padding: 15px 20px 15px;
    opacity: 0;
    max-height: 999px;
    min-height: 30px;   
    
    color: #fff;   
    }    

#websitecookies > div{
    direction: ltr;
    text-align: center;    
    color: #fff;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    }

    #websitecookies > div > span.ctcc-left-side{
    text-align: center;    
    direction: ltr;
    color: #fff;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }    

    #catapult-cookie-bar > div > span.ctcc-right-side{
        
        min-width: 9em;
    padding-left: 2em;
    padding-right: 2em;
    direction: ltr;
    text-align: left;
    color: #ddd;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    flex-shrink: 0;
    }    

    #websitecookies> div > span.ctcc-right-side > button{
        min-width: 7em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        background-color: #95651f;
    border-color: #95651f;
    color: #fff;
    }    

    a.ctcc-more-info-link{
        
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }    
    

    
    
#websitecookies > div > span.ctcc-left-side > a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#websitecookies > div > span > a{
color: #ffffff;
}


#websitecookies > div > span > a > span.cookieset{
    font-weight: 600;
    font-size: 1.1em;
    
}



#websitecookies.ne{
    display: none;
}

#websitecookies.ano{
    display: block;
}


.hidel {
    opacity:0;
   
}
.showl {
    opacity:1;
  
}

#kontakt-mapa.wp-block-image{
    margin-top: 0;
}