/**
*
* @modul	Frontend
* @author	Fabian Manetsch
* @date		28.12.2020
* @update	23.01.2025 / FaM
 */


/* MESSAGES -------------------------------------------------------------------------------- */
.alert
{
	padding: 5px;
	margin-bottom: 10px;
}

.alert-light-success
{
	border: 1px solid green;
}

.alert-light-danger
{
	border: 1px solid red;
}

.alert-light-warning
{
	border: 1px solid orange;
}

.alert-text,
.alert-text p
{
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;$
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.alert-text
{
	line-height: 20px;
}

.alert-custom ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* WINDMESSER ------------------------------------------------------------------------------ */
h2.measure
{
	margin-bottom: 1em;
}

.chart
{
	overflow: hidden;
	overflow-x: visible;
	margin-bottom: 20px;
}