/*
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-same{
	position:relative;
}

.button-same .fusion-button{
	position:absolute;
	bottom:15px;
	left:60px;
}

.footer a{
	color: #434549;
}

.footer2 a{
	color: white;
}
/* Übergänge */
.fusion-tb-header .fusion-image-element img,
.fusion-tb-header .fusion-builder-row,
.fusion-tb-header .awb-menu {
  transition: all .25s ease;
}

/* NORMAL (oben) = groß */
.fusion-tb-header .fusion-image-element img{
  max-height: 120px;   /* <- dein Wunschwert */
  height: auto;
  width: auto;
}

/* NACH SCROLL = klein */
.fusion-tb-header.is-scrolled .fusion-image-element img{
  max-height: 70px;    /* <- dein Wunschwert */
}

/* Header kompakter nach Scroll */
.fusion-tb-header.is-scrolled .fusion-builder-row{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Optional: Menü etwas kleiner nach Scroll */
.fusion-tb-header.is-scrolled .awb-menu{
  --awb-font-size: 16px;
}

