/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .rb_overzicht {
    display: grid;
    grid-template-columns: repeat(auto-fill , minmax(300px , 1fr));
    grid-gap: 25px;
}
.rb_bestemming {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 210px 30px auto 20px auto 40px;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
    padding: 20px;
    grid-gap: 5px;
    border-radius: 4px;
    align-items: start;
	overflow: hidden;
	position:relative;
}
.rb_bestemming > *{
	height: 100%;
	padding: 0px;
}
.rb_bestemming > h5 {
    color: #2FAC66!important;
    font-weight: 300;
    font-size: 15px;
    font-family: univia , sans-serif;
}
.rb_bestemming > h4 {
    color: #272727!important;
    font-weight: 800;
    font-size: 18px;
    font-family: univia , sans-serif;
    line-height: 26px;
}
.rb_bestemming > span , .rb_bestemming > div{
	color: #444;
	font-weight: 300;
	font-size: 14px;
}
.rb_image {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    background-size: cover;
    background-position: center;
}
.rb_bestemming > a {
    background-color: #2fac66;
    float: left;
    width: 130px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
}
@font-face {
font-family: "Univia";
src: url("https://ringelberg.nl/wp-content/uploads/2022/05/UniviaPro-Black.otf");
}

#rb > h1 > span > strong {
    color: #30ac66;
}
#rb > h1 {
    text-align: center;
    margin-bottom: 20px;
}
.rb_alert {
    background-color: #222;
    padding: 20px;
    color: #fff;
    text-align: center;
}
ul#rbo_autoverhuur,
ul.rb_grid-item_inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    list-style: none;
    padding: 0px !important;
}
li.rbo_item,
.rbi_grid-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr auto;
    background-color: white;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    padding: 0px!important;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
    max-width: 400px;
}
.rbi_image {
    background-color: red;
    object-fit: cover;
    overflow: hidden;
}
.rbi_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000); /* custom */
}
.rbi_grid-item:hover > .rbi_image > img {
    transform: scale(1.1);
}
.rbi_grid-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.rbi_content {
    padding: 20px;
}
.rbi_content > h4{
    color: #2fac66;
    font-size: 16px;
    font-weight: 300;
    font-family: univia;
}
.rbi_content > h3{
    font-size: 16px;
    font-weight: 300;
    font-family: univia;
    color:grey;
}
.rbi_content > h2{
    font-size: 24px;
    font-weight: 900;
    font-family: univia;
}
.rbi_content > p{
    font-size: 16px;
    font-weight: 300;
}
.rbi_cta {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
}
.rbi_cta > a{
    padding: 10px 20px;
    background-color: #2fac66;
    color: white;
    font-weight: 700;
    text-decoration: none;
    transform: skew(-9deg, 0deg) translateX(4px);
}

/*autoverhuur overzicht */
.rbo_info > h2 {
    font-family: 'Univia';
    font-weight: 600;
    font-size: 25px;
}

li.rbo_item {
    padding: 50px;
}

.rbo_info , .rbo_disclaimer {
    padding: 20px;
}

.rbo_badges {}

.rbo_badge {
    display: flex;
    background-color: #fafafa;
    border-radius: 50px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0px 10px;
    gap: 7px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
}

.rbo_badge > img {
    width: 15px;
    transform: translate(-2px, 2px);
}

.rbo_badge > span {
    font-family: 'Univia';
    font-weight: 400;
    color: grey;
    font-size: 12px;
}

.rbo_price_wrapper {
    padding: 20px;
    background-color: #30ac66;
    display: grid;
    grid-template-columns: 1fr 60px;
    cursor: pointer;
}
.rbo_item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.rbo_item:hover > .rbo_info > h2{
    color: #30ac66;
}
.rbo_item:hover > .rbo_price_wrapper{
    background-color: #10954a;
}
.rbo_price_wrapper:hover > .rbo_cta > svg{
    transform: translateX(10px);
}
.rbo_cta > svg{
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 0.975); /* custom */
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 0.975); /* custom */
}
.rbo_info{
    cursor:pointer;
}
.rbo_price {
    color: white;
    display: flex;
    flex-direction: column;
    transform: translateY(5px);
}
.rbo_shortlease_cta > span,
.rbo_price > span {
    font-size: 24px;
    font-family: 'Univia';
    font-weight: 900;
}
.rbo_shortlease_cta > span{
    font-size: 17px;
}

.rbo_price > i {
    font-family: 'Univia';
    margin-top: 0px;
    font-size: 13px;
}

.rbo_cta {
    /* background-color: red; */
    border-left: 2px solid #7fe5ab54;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
}
.rbo_cta > svg{
    transform: translateX(5px);
}
li.rbo_item {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.rbo_image_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position:relative;
}
.rb_badge365 {
    position: absolute;
    width: 40px;
    height: 30px;
    right: 20px;
    bottom: 0px;
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2024/08/spin.svg');
}
.rbo_badge.rbo_badge_green {
    background-color: #30ac66;
}
.rbo_badge.rbo_badge_green > *{
    filter: invert(1);
    color: black;
}
.rbo_cargo_space {
    padding: 15px;
    padding-top: 16px;
    font-size: 13px;
    line-height: 0px;
    background-color: #666666;
    color: white;
    font-family: 'Univia';
    border-radius: 20px;
    margin-bottom: 10px;
}

.rb_shortlease {
    color: white;
    background-color: #666666;
    display: flex;
    padding: 20px;
    gap: 10px;
    margin-top: 30px;
    align-content: center;
    align-items: center;
}

.rb_shortlease > img {
    width: 40px;
}

.rb_shortlease > p > * {
    font-size: 16px;
    color: white;
}

.rb_shortlease > p > a {
    text-decoration: underline;
    font-weight: 500;
}

.rbo_shortlease_badge {
    background-color: #666;
    padding: 20px;
    padding-right: 30px;
    color: white;
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-gap: 10px;
    margin-top: 40px;
    cursor:pointer;
}
.rbo_shortlease_badge:hover{
    background-color: #555;
}

.rbo_shortlease_badge > div > strong {
    font-size: 20px;
    font-weighT: 900;
}

.rbosl_cta {
    border-left: 2px solid grey;
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.5857864%2C12%20L7.29289322%2C20.2928932%20C6.90236893%2C20.6834175%206.90236893%2C21.3165825%207.29289322%2C21.7071068%20C7.68341751%2C22.0976311%208.31658249%2C22.0976311%208.70710678%2C21.7071068%20L17.7071068%2C12.7071068%20C18.0976311%2C12.3165825%2018.0976311%2C11.6834175%2017.7071068%2C11.2928932%20L8.70710678%2C2.29289322%20C8.31658249%2C1.90236893%207.68341751%2C1.90236893%207.29289322%2C2.29289322%20C6.90236893%2C2.68341751%206.90236893%2C3.31658249%207.29289322%2C3.70710678%20L15.5857864%2C12%20Z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size: 35px;
    background-position: center right;
    background-repeat: no-repeat;
}
/* Detailpagina auto */
.rbd_image_wrapper {
    padding: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 3px;
    margin-bottom: 5px;
    position:relative;
}
.rbd_images_thumbs {
    /* background-color: red; */
    width: 100%;
    /* height: 140px; */
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(50px , 1fr));
    grid-gap: 6px;
    margin-top: 7px;
    float: left;
    margin-bottom: 10px;
}

.rbd_image_thumb {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-color: #fafafa;
    border-radius: 4px;
}

.rbd_overview {
    float: left;
    padding-right: 20px;
    width: 100%;
}
.rbd_image_overlay_wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none!important;
}
.rbd_images {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    padding: 30px;
}
.rbd_images > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}
.rbd_modal_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000000000000000;
    /* opacity: 0; */
    pointer-events: none;
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.000, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.000);
}
.rbd_modal_overlay.active{
    opacity: 1;
    pointer-events: all;
}
.rbd_modal_overlay > img{
    max-width: 90%;
    background-color: rgb(238, 238, 238)!important;
    max-height: 90%;
}
.rbd_uitvoering_item > img {
    height: 40px;
}

.rbd_uitvoering_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(70px , 1fr));
    grid-gap: 8px;
    justify-content: start;
    margin-bottom: 9px;
    margin-top: 5px;
}

.rbd_uitvoering_item {
    display: flex;
    background-color: #fafafa;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 80px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.rbd_uitvoering_item > span {
    font-size: 13px;
    font-family: 'Univia';
    font-weight: 300;
}
.action_ribbon{
    position:relative;
}
.action_ribbon.active:after{
    width: 120px;
    height: 120px;
    content:"";
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("/wp-content/uploads/2024/08/ringelberg-actie.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.r360_tag {
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
}

.r360_tag > span {
    font-family: 'Univia';
    font-weight: 300;
    font-size: 13px;
    line-height: 27px;
}
.rboa_dvider,
.rbo_call_details,
.rbo_price_wrapper.rbo_shortlease_cta {
    margin-top: 20px;
    margin-left: -25px;
    width: calc(100% + 50px);
    margin-bottom: -25px;
}
.rbo_price_wrapper.rbo_shortlease_cta > span{
    font-size: 18px;
}
.rbo_call_details {
    background-color: #bbb;
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 9px 4px;
    overflow: hidden;
}
.rbo_call_details > a{
    padding: 7px;
    color: black;
    text-decoration: none;
    font-family: univia!important;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
    flex-direction: row;
}
.rbo_call_details > a:nth-child(1){
    border-right: 1px solid #555;
}
.rboa_dvider{
    background-color: white;
    height: 20px;
}
.rbsl_step {
    background-color: rgb(240, 240, 240);
    z-index: -1;
    display: grid;
    grid-template-columns: 70px 1fr;
    height: 70px;
    margin-bottom: 30px;
}

.rbsl_step > h4 {
    color: white;
    background-color: #30ac66;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.rbsl_step > h4 > span {
    font-family: 'Univia';
    font-weight: 600;
    transform: translate(0px , 1px);
}

.rbsl_step > * {
    padding: 0px!important;
}

.rbsl_step > h5 {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px!important;
    float: left;
    gap: 5px;
    font-family: 'Univia';
    font-weight: 400;
}
/* Mobile styles*/
@media screen and (max-width: 768px) {
    .rbsl_step > h5 {
        padding-left: 0px!important;
    }
    .rbsl_step > h4 {
        padding-left: 20px!important;
    }
    .rbd_image_wrapper {
        padding: 10px;
    }
}

.rf_light > .et_pb_code_inner > #app > div.rb_content > div.rb_fields > div.rb_field > div.rb_toggles > div.rb_toggle > span {
    color: white;
    font-weight: 600;
}
.rf_light > .et_pb_code_inner > #app > div.rb_content > div.rb_fields > div.rb_field > div.rb_toggles > .rb_toggle {
    padding-left: 11px;
}
.rf_light > .et_pb_code_inner > #app > div.rb_content > div.rb_fields > div.rb_field > div.rb_toggles{
    padding-bottom: 10px;
}
.rf_light > .et_pb_code_inner > #app > div.rb_content > div.rb_fields > div.rb_field > div.rb_toggles > .rb_toggle > .rb_toggle_el {
    background-color: #4e4e4e4a;
}
.rf_light > .et_pb_code_inner > #app > div.rb_content > div.rb_fields > div.rb_field > div.rb_toggles > .rb_toggle.rbo_uitvoering_Selected > .rb_toggle_el {
    background-color: #008038;
}