/*
 Theme Name:   Fred Gyger
 Description:  Twenty Sixteen Child Theme
 Author:       webundso for Luginbuehl.com
 Author URI:   http://www.webundso.ch
 Template:     twentysixteen
 Version:      1.0
 Text Domain:  twenty-sixteen-child
*/

body, .main-navigation, .entry-title {
	font-family: Merriweather, Georgia, serif;
}

.site-header {
	padding-top: 0;
}

.wp-block-quote {
	border-left: 0;
}
.wp-block-quote cite {
	color: #fff !important;
}
.site-info {
	text-align: center;
	margin: 0 auto;
}
.menu-item-39 ul {
	width: 400px;
}
.main-navigation ul .toggled-on {
	display: flow-root;
}
.menu-item-39 ul li{
	display: inline-block;
	float: left;
	width: 200px;
}
.menu-item-39 ul li:nth-child(odd) {
	float: left;
	width: 200px;
}
.menu-item-39 ul li:nth-child(even) {
	float: right;
	width: 200px;
}

@media screen and (max-width: 56.875em) {
	.main-navigation ul ul {
		margin-left: 0;
		padding-left: 0.875em;
	}
	.menu-item-39 ul {
		width: 100%;
	}
	.menu-item-39 ul li:nth-child(odd) {
		width: 50%;
	}
	.menu-item-39 ul li:nth-child(even) {
		width: 50%;
	}
}
	