.consent_text {
    overflow-y: auto;
    padding: 24px;
    text-align: left;
    font-size: 12px;
}

.modal_content{
    background-color: #fbfbfc;
    padding: 12px;
    text-align: center;
    font-family: 'open_sansregular', Arial, sans-serif;
}
.modal_body{
    position: relative;
    width: 100%;
    display: flex;
    height: 448px;
    box-sizing: border-box;
    overflow: hidden;
}

#cookie_compliance > .modal_body {
    padding-right: 0px;
}

#options_wrapper {
    display: flex;
    font-weight: 600;
}

ul.default {
    list-style-type: none;
}

ul.default li:before {
    content: '-';
    display: table-cell;
    padding-right: 5px;
}

ul.default li {
    display: table;
}

#options_wrapper {
    display: flex;
    font-weight: 600;
}

#options_wrapper > a.cookie_option:first-child, #cookie_compliance > .modal_footer > a:first-child {
    margin-right: 1em;
    background-color: #45c4d8;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

#options_wrapper > a.cookie_option:last-child {
    margin-left: 1em;
}

#options_wrapper > a.cookie_option {
    display: flex;
    flex:1;
    width: 108px;
    height: 34px;
    padding: 10px 0 !important;
}

#cookie_compliance > .modal_footer {
    padding-right: 12px;
    box-sizing: border-box;
}

#cookie_compliance > .modal_footer > a {
    width: auto;
    margin: 12px auto;
    display: inline-block;
    text-align: center;
    padding: 12px 36px;
}

#cookie_compliance * ul {
    padding-left:0px;
}

#options_wrapper > a.cookie_option, #cookie_compliance > .modal_footer > a {
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background-color: #fff;
    font-size: 14px;
    color: #45c4d8;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #45c4d8;
}

#options_wrapper > a.cookie_option:hover, #cookie_compliance > .modal_footer > a:hover {
    background-color: #45c4d8;
    color: #fff;
}

#cookie_compliance > h3{
    background: #45c4d8;
    padding: 24px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.modal_menu {
    width: 30%;
    text-align: left;
    background: #45c4d8;
}

.modal_menu .modal_menu_list{
    list-style: none;
    color: #fff;
    margin: 0;
    height: 100%;
    padding-left: 0px;
}

.modal_menu_list {
    display: flex;
    flex-direction: column;
}

.menu_tab{
    border-bottom: 1px solid #fff;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu_tab:first-child {
    border-top: 1px solid #fff;
}

.menu_tab.selected {
    background: #459dd8;
}

.menu_tab.selected .menu_tab_link{  
    color: #fff; 
}

.modal_menu_list li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.modal_cookie_content{
    width: 70%;
    overflow: auto;
}
.consent_text{
    display: none;
    overflow-y: auto;
    padding: 24px;
    text-align: left;
    font-size: 12px;
}
.consent_text ul.default li{
    font-size: 12px;
}
.consent_text:target ~ .consent_text {
    display: none;
}

.consent_text:target{
    display: block;
}
.consent_text:last-of-type{
    display: block;
}

.consent_text .checkbox{
    margin-top: 0px;
}

.consent_text .checkbox .helper {
    top: 5px;
}

.checkbox label {
    font-family: 'open_sansregular', Arial, sans-serif;
    color: #45c4d8;
}

.modal_footer {
    width: 100%;
    text-align: right;
    border-top: 1px solid #ccc;
    background: #fff;
    font-weight: 600;
}

.modal_simple .fancybox-close {
    display: none;
}

.fancybox-inner {
    background: white;
}

.modal_simple .modal h3 {
    font-size: 160%;
    margin-bottom: 12px;
}

#cookie_compliance * h3 {
    color: #45c4d8;
    margin-top: 0px;
}

.modal_content > h3 {
    color: #45c4d8;
    margin-top: 0px;
}

@media only screen and (max-width: 660px) {
    #cookie_compliance > h3{
        font-size: 24px;
    }

    .modal_menu_list li a {
        font-size: 14px;
    }

    .modal_footer {
        display: flex;
        padding: 10px !important;
    }

    .modal_footer > a {
        flex: 1;
        padding: 12px !important;
    }

    .modal_menu{
        height: 100%;
    }
   
    #options_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }   

    #options_wrapper > a.cookie_option {
        width: 100%;
        margin: 0.5em  0 auto !important;
    }

    ul.default.mobile_default li {
        margin: 3px 0;
    }
}

@media only screen and (max-width: 468px) {
    #cookie_compliance > h3{
        font-size: 24px;
    }

    .modal_body {
        height: 456px;
    }

    #options_wrapper {
        flex-direction: column;
    }   

    ul.default.mobile_default li {
        margin: 3px 0;
    }
}

@media only screen and (min-width: 468px){
    ul.default.mobile_default li {
        margin: 3px 0;
    }

    .modal_footer {
       display: block;
    }
}

@media only screen and (max-width: 360px) {
    .modal_body {
        height: 424px;
    }
}

@media only screen and (max-width: 320px) {
    .modal_body {
        height: 372px;
    }
}