/* Ergänzungen zum HTML5-UP-Theme «Dimension».
   Bewusst in einer eigenen Datei, damit an main.css möglichst wenig
   geändert werden muss. */

/* Social-Icons als eingebettete SVG.
   Vorher lieferte FontAwesome 4.6.3 sie als Icon-Schrift: 776 KB Schriften
   für drei Symbole, dazu ein Versionsstempel von 2016 in jeder Font-URL. */

ul.icons li a.icon svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: currentColor;
	vertical-align: middle;
	margin-top: -0.15rem;
}

ul.icons li a.icon:before {
	content: none;
}

/* Nächstes Konzert, im Abschnitt «stubekonzert» */

.next-gig {
	/* Der Kasten steht direkt unter der Überschrift, die bringt ihren
	   Abstand schon mit. Der Abstand wird darum nach unten gelegt, zum
	   Text, der jetzt folgt. */
	margin: 0 0 2rem 0;
	padding: 1.5rem;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.next-gig-label {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.next-gig-datum {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.75);
}

.next-gig-name {
	margin-top: 0.25rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05rem;
}

.next-gig-support {
	margin-top: 0.35rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.75);
}

.next-gig .actions {
	margin: 1.25rem 0 0 0;
}

/* Ladezustand und Rückfallmeldungen */

.next-gig-laedt,
.next-gig-leer {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}

.next-gig-leer + .actions {
	margin-top: 1rem;
}

@media screen and (max-width: 480px) {

	.next-gig {
		padding: 1.25rem;
	}

	.next-gig-name {
		font-size: 1.25rem;
	}

}

/* Rückmeldung des Kontaktformulars */

.form-meldung {
	margin: 1rem 0 0 0;
	font-size: 0.9rem;
}

.form-meldung:empty {
	display: none;
}

.form-meldung.gut {
	color: #ffffff;
}

.form-meldung.schlecht {
	color: #ffbdbd;
}

/* Eckdaten der WG, im Abschnitt «cielonoveno» */

.wg-fakten {
	margin: 0 0 2rem 0;
	padding: 1.25rem 1.5rem;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.075);
	font-size: 0.9rem;
}

.wg-fakten dt {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.wg-fakten dd {
	margin: 0.15rem 0 0.9rem 0;
	line-height: 1.5;
}

.wg-fakten dd:last-child {
	margin-bottom: 0;
}

/* C9 im Logo-Kreis, ersetzt das nie gesetzte Icon aus der Pico-Zeit */

#header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .logo .logo-c9 {
	/* Anteil statt fester Groesse: das Theme verkleinert den Kreis auf
	   schmalen Schirmen, das Zeichen muss mitgehen. */
	width: 76%;
	height: auto;
	color: #ffffff;
	overflow: visible;
}
