/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       Electric Paper Informationssysteme GmbH
 Author URI:   https://wahlen-organisieren.de
 Template:     hello-elementor
 Version:      1.0.10F
 Text Domain:  hello-elementor-child
*/

/* Anwenderberichte */

.awb_quote_icon {
	max-width: 70px;
	margin-top: 25px;
	margin-bottom: -75px;
	margin-left: 25px;
}

.awb_quote_text {
	color: #bf0930;
	font-family: 'kalam';
	font-style: bold;
	padding: 50px;
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: #E9E9E9;
	border-radius: 10px;
}

/* Host-Fotos */

.host-photo {
	display: flex;
	flex-direction: row;
	gap: 25px;
	justify-content: flex-end;
}

.host-photo .host-photo-img {
	border-radius: 100%;
	width: 125px;
	height: 125px;
	object-fit: cover;
}