/*
 Theme Name: SHR Gadmen 2025
 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
------------------------------------------------------- */
/* Fonts Avant Garde & Proxima Nova */
body {
	font-family: "proxima-nova", sans-serif!important;
    font-weight: 300;
    font-style: normal;
	}


h1, h2, h3, h4, h5 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif!important;
    font-weight: 500;
    font-style: normal;
	}


/* Bildformate 1:1, 2:3, 16:9 */
.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;
    }

.pa-image-16-9 .et_pb_image_wrap {
    padding-top: 56.25%;
    display: block;
    }

.pa-image-16-9 .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;
	}
	
/*Buttons auf gleicher Höhe*/
	@media only screen and (min-width: 981px) {
	  .boxen-startseite .et_pb_column .et_pb_module:nth-last-child(2) { margin-bottom: 4rem; }
	  .boxen-startseite .et_pb_column .et_pb_module:last-of-type {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	  }
