/*
 Theme Name: Holzkugelweg 2026
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: FremdeFeder GmbH
 Author URI: https://fremdefeder.ch
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Bildformate 1:1 und 2:3 */
.pa-image-2-3 .et_pb_image_wrap {
    padding-top: 150%;
    display: block;
    }
    
.pa-image-2-3 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    }

.pa-image-1-1 .et_pb_image_wrap {
    padding-top: 100%;
    display: block;
    }

.pa-image-1-1 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    }

/* Buttons inline ausrichten */
.buttons-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 10px; 
    }

/* Icons inline ausrichten */
.icons-inline .et_pb_icon {
    display: inline-block;
    margin-right: 10px;
    }

/* Elemente in Row vertikal zentrieren */
.centered {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	}
