/*
Theme Name:   Custom Theme
Description:  Custom Theme ist ein Child-Theme von Hello Elementor.
Author:       Gawin Steiner
Author URL:   https://gawinsteiner.ch
Template:     hello-elementor
Version:      1.0
Text Domain:  theme-by-gawin
*/

/*******************************************************************************************************************************
BIG COMMENT
*******************************************************************************************************************************/


/**************************************************************************
MEDIUM COMMENT
**************************************************************************/
.teamphoto {
    position: relative;
}
.teamphoto:hover .additionalinfo {
    opacity: 0.9;
	transition: all 1s;
	color: #fff;
}
.additionalinfo {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: var( --e-global-color-primary );
    height: calc(100% - 6px);
	opacity: 0;
	transition: all 1s;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.additionalinfo span {
    display: block;
    width: 100%;
}

.additionalinfo a,
.additionalinfo a:hover {
    color: #fff;
}

.additionalinfo a:hover {
	text-decoration: underline;
}


audio {
    height: 30px;
	max-width: 100% !important;
	width: 300px;
}