/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1751525965
Updated: 2025-07-03 06:59:25

*/

.et_pb_module.et_pb_code:has(.video-container[data-locked="true"]) {
	max-height: 1px;
}



strong {
  color: #008f9b;
}

/**
.team-card .et_pb_main_blurb_image {
	overflow: hidden;
	aspect-ratio: 1 !important;
	max-width: 256px;

}
**/
.team-card .et_pb_main_blurb_image img {
	aspect-ratio: 1 / 1.414 !important;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.team-card .et_pb_image_wrap {
	height: 100%;
}

.team-card .et_pb_main_blurb_image {
	aspect-ratio: 1 / 1.414 !important;
	margin-bottom: 2rem;
	border-radius: 1rem;
	padding: 0.5rem;

}

.team-row {
	@media screen and (max-width: 600px) {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.team-card .et_pb_module_header {
	padding-bottom: 4px;
}

.team-icons {
  	margin-top: 1rem;
  	display: flex;
  	gap: .5rem;
 	align-items: center;
	justify-content: center;
}



.team-icon {
  padding: 8px;
  background: #008f9b20;
  border-radius: 9999px;
  color: #008f9b;            /* wird von SVG geerbt */
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.team-icon:hover {
  border-color: #008f9b40;
}

.team-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
