/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.button-mehrzeilig {
    height: 60px;
    text-align: center;
}

.postcard-text {
    min-height: 100px;
}

.produkttitel {
    min-height: 75px;
}

/* Geschichte-Timeline*/

.timeline .fusion-image-wrapper a,
.timeline .fusion-rollover,
.timeline .fusion-timeline-heading a {
  pointer-events: none;     /* Deaktiviert Klick */
  cursor: default !important;  /* Normale Maus */
  text-decoration: none;    /* Kein Unterstrich beim Link */
  color: inherit;           /* Behält Textfarbe bei */
}

.timeline .fusion-rollover {
  display: none !important; /* Versteckt Hover-Overlay */
}

.timeline .fusion-post-content {
  text-align: left; /* Content linksbündig */
}

.timeline .fusion-timeline-icon {
  display: none !important;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.footer-links a:hover {
  text-decoration: underline;
}

/*** Team-übersicht***/
.team-fotos {
  width: 100%;       /* oder feste Breite */
  height: auto;
}
.familie-position p {
	min-height: 110.062px;
}
.familie-kontakt p {
	min-height: 55.031px;
}
.familie-tel p {
	min-height: 27.516px;
}

.team-position p {
	min-height: 55.031px;
}
.team-kontakt p {
	min-height: 55.031px;
}

/*** Custom Button ***/

.fusion-button.footer-button {
  background-color: #ffffff !important; /* Standard-Zustand */
}

.fusion-button.footer-button:hover,
.fusion-button.footer-button:focus,
.fusion-button.footer-button:active {
  background-color: #286f4c !important; 
}


/*** Bilder ***/
.bild-breit {
	width: 100%;
}

.image-icon {
	width: 150%px;
}