#csb_cookiehandler_icon{
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 25px;
    background-color: rgba(255,255,255,1);
    border: 1px solid #ccc;
    color: #555;
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
}

#csb_cookiehandler_icon img{
    display: block;
}

#csb_cookiehandler_overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

#csb_cookiehandler{
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    font-family: Arial;
    color: #333;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ccc;
    z-index: 99999;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
}

#csb_cookiehandler * {
    box-sizing: border-box;
}

#csb_cookiehandler.csb_cookie_details_show{
    max-width: 650px;
}

#csb_cookiehandler *{
    box-sizing: border-box;
}

#csb_cookiehandler p{
    margin-top: 0;
}

#csb_cookie_handler_cookie_details{
    display: none;
}

#csb_cookiehandler h1{
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 0;
}

#csb_cookiehandler a{
    cursor: pointer;
}

label.csb_cookiehandler_checkbox{
    display: inline-block;
    cursor: pointer;
    padding-left: 18px;
    position: relative;
    cursor: pointer;
}

#csb_cookiehandler .csb_cookiehandler_checkbox input[type=checkbox]{
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}

.csb_cookiehandler_group{
    margin-bottom: 10px;
}

.csb_cookiehandler_group_item{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.csb_cookiehandler_button input[type=button]{
    width: 100%;
    margin-bottom: 10px;
    display: block;
    background-image: none;
    border: none;
    background-color: #2981b3;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.csb_cookiehandler_button input[type=button].csb_btn_sec{
    background-color: #eee;
    color: #aaa;
}

.csb_cookiehandler_ind_link{
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
}

#csb_cookiehandler_navi{
    color: #aaa;
    text-align: center;
    padding: 15px 0;
}

#csb_cookiehandler_navi a, a.csb_cookie_back_link{
    font-size: 12px;
    color: #aaa;
}

.csb_cookie_group{
    margin-bottom: 20px;
}

.csb_cookie_group_head{
    background-color: #2981b3;
    color: #fff;
    padding: 5px;
}

.csb_cookie_group_content{
    padding: 10px;
    background-color: #eee;
}

table.csb_cookie_infos a{
    color: #2981b3;
    text-decoration: none;
}

table.csb_cookie_infos{
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    font-size: 14px;
}

table.csb_cookie_infos tr td{
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
}

table.csb_cookie_infos tr td:first-child{
    font-weight: bold;
    width: 1px;
    white-space: nowrap;
}

.csb_cookie_item_head{
    background-color: #2981b3;
    color: #fff;
    padding: 5px;
}

@media screen and (max-width: 450px){
    table.csb_cookie_infos, 
    table.csb_cookie_infos tr,
    table.csb_cookie_infos tr td{
        display: block;
        border:none;
    }
}

.google_maps{
    background-image: url('../img/google-maps-placeholder.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.csb-iframe-wrap{
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #ccc;
}

.csb-iframe-overlay{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 15px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    box-sizing: border-box;
}

.csb-iframe-overlay .inner{
    max-width: 600px;
    margin: 0 auto;
}

.csb-iframe-overlay a{
    color: #ffa4a3;
    cursor: pointer;
}

a.csb-iframe-btn{
    display: inline-block;
    color: #fff;
    background-color: #db3836;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

iframe{
    display: block;
}