/*
Theme Name: Dein Child-Theme
Description: Beschreibung Deines Child-Themes
Author: Uli B.
Author URI:
Template: twentyseventeen
Version: 1.0
Tags: twentyseventeen
Text Domain: twentyseventeen-child
*/

/* Site info */

.site-info {
	font-size: 16px;
	font-size: 0.75rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}