/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* CTA blok */
.cta-img {
    height: 100%;
}

/* teamleden */
.teamleden-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 30px;
}

.teamleden-content {
	background-color: #e7f5ea;
	border-radius: 20px;
	overflow: hidden;
}

.teamleden-nc {
	padding: 0 2rem;
}

.teamleden-img {
	height: 220px;
	width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
	.teamleden-img {
	    height: 320px;
    }
}

/* reviews */
iframe.review-teller {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}