/*
Theme Name: Beckr Thema
Template: Impreza
Version: 1.0
Author:	Bent Becker
Theme URI: http://beckr.nl/
Author URI: http://beckr.nl/
*/

/* Variables */

--border-radius: 0.8rem;
--primary-color: green;
--secondary-color: blue;
--tertair-color: #090614;

/* Image with block */
.primary_after_block .w-image-h {
    position: relative !important;
}
.primary_after_block:before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 20%;
    height: 45%;
    background: var(--color-footer-bg);
    z-index: 0;
}

video#case_video {
    height: 100%;
    max-width: unset;
}

/* Cases op homepage */
.grid-singlecase .w-grid-item:nth-child(even) {
	transform: translatey(75px);
}

/* flipside  */
.w-flipbox h3{
	font-size: 2rem !important;
}