/*
Theme Name: Smartline "vorwärts"
Description: Eine für den vorwärts angepasstes Child-Theme von Smartline Lite
Author: Website-Ersteller Daniel Schmid
Author URI: http://website-ersteller.ch
Template: smartline-lite
Version: 2.2.1
Tags: red
*/
@import url("../smartline-lite/style.css");


/*** FARBE ÄNDERN ***/
/* the_color(#f0373f) */

a, a:link, a:visited,
#logo .site-title,
#logo .site-title a:link, #logo .site-title a:visited,
.widget a:link, .widget a:visited,
.page-title, .post-title, .entry-title,
.post-title a:link, .post-title a:visited,
.entry-title a:link, .entry-title a:visited,
.archive-title span,
.post-pagination a,
.post-pagination a:link, .post-pagination a:visited,
#image-nav .nav-previous a, #image-nav .nav-next a {
	color: #f0373f;
}


.post-pagination .current,
.infinite-scroll #infinite-handle span,
#footer,
#mainnav,
#mainnav-menu {
	background: #f0373f;
}


#header-wrap {
	border-top-color: #f0373f;
}
#navi-wrap {
	border-top-color: #f0373f;
	border-bottom-color: #f0373f;
}
.widgettitle,
#frontpage-magazine-widgets .widget .widgettitle {
	background: #f0373f;
	border-color: #f0373f;
}

@media only screen and (max-width: 60em) {
	#mainnav-toggle,
	#mainnav-icon {
		background: #f0373f;
	}
}


/*** HEADER ***/
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;

	padding: 2em 2.5em 1.2em;
}
#header > * {
	flex: 1 1 25%;
}
#logo {
	flex: 2 2 50%;
}
#logo img {
	width: 11em;
	max-width: 100%;
}

@media only screen and (max-width: 60em) {
	#header {
		display: block;
	}
}

#header-bar {
	float: left;
	max-width: 100%;
	overflow: hidden;
}
#header-bar > .widget_only_image_widget {
	padding: 0;
}
#header-bar > .widget:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 60em) {
	#header-bar {
		float: none;
		width: 100%;
	}
	#header-bar > .widget_only_image_widget img {
		max-height: 11em;
	}
}


/*** ZWEIZEILIGES MENU ***/
#mainnav-menu li {
	border-bottom: 1px solid #ffffff;
	margin-bottom: -1px;
}


/*** WIDGETS ***/
.widget_only_title_widget h3 {
	margin-bottom: -.5em;
}


/*** DOWNLOAD-MONITOR ***/
a.dlm-vorwaerts-button {
	display: inline-block;
	background: #eee;
	padding: .7em;
	text-align: center;
}
a.dlm-vorwaerts-button,
a.dlm-vorwaerts-button:link,
a.dlm-vorwaerts-button:visited,
a.dlm-vorwaerts-button:hover,
a.dlm-vorwaerts-button:focus,
a.dlm-vorwaerts-button:active {
	color: #333;
	text-decoration: none;
}
a.dlm-vorwaerts-button:hover {
	background: #ddd;
}
a.dlm-vorwaerts-button small {
	display: block;
}
