/*--------------------------------------------------------------------------------- Theme Name:   excel-yourself Theme URI:    https://www.excel-yourself.nl Description:  Exel Yourself! Author:       Serve Author URI:   https://www.serve-it.nl Template:     Divi Version:      1.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//* Gelijke kolomhoogten */.flex-row-wrapper { display: flex;} .flex-row-wrapper .et_pb_column { display: flex; flex-direction: column; padding: 15px; border: 1px solid black; justify-content: space-between;}@media screen and (max-width: 981px) { 	.flex-row-wrapper  {  	 	flex-direction:column; 	}}/* Style de blurbs */.gq-module-hover {    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);    -webkit-transition: all 0.6s;    transition: all 0.6s;}.gq-module-hover:hover {    -webkit-transform: scale(1.1, 1.1);    transform: scale(1.1, 1.1);    box-shadow: 1px 5px 14px rgba(0, 0, 0, 0.5);    z-index: 1;}/* Verwijder de lijn onder het menu (header) */header#main-header.et-fixed-header, #main-header{	-webkit-box-shadow:none !important;	-moz-box-shadow:none !important;	box-shadow:none !important;}