/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://zuckerbaeckerei.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme for the October 2015 Redesign of Zuckerbaeckerei Foodblog.
 Author:       Jana Wiese
 Author URI:   http://zuckerbaeckerei.com
 Template:     twentyfourteen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*1.0 Reset
*----
*/

a {
	color: #dd1155;
	text-decoration: none;
}

a:visited {
	color: #9d1961;
}

a:active,
a:hover {
	background-color: #dd1155;
	color: #fff;
}

a:visited:hover {
	background: #9d1961;
	color: #fff;
}

h2 {
	font-size: 24px;
	line-height: 1;
	transform: uppercase;
}

blockquote {
	color: #767676;
	font-size: auto;
	font-style: italic;
	font-weight: 300;
	line-height: auto;
	margin-bottom: 0 px;
}


/* 2.0 Repeatable Patterns
*---------------------------------------------------------------------------------------
*/
/*Buttons*/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	color: #2b2b2b;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #dd1155;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #dd1155;
	color: #fff;
}


/* 3.0 Basic Structure
*---------------------------------------------------------------------------------------
*/


/* Hintergrund */
.site {
	background-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
	max-width: 1260px;
	position: relative;
}

#primary{
	background-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
	border-top: 25px solid transparent !important;
	border-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
}

/*4.0 Header
*---------------------------------------------------------------------------------------
*/
.site-header {
	background: #fff !important;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}
.header-main {
	background-color: #fff !important;
	border-bottom: 1px solid #dadada;
}

#masthead {
	position: fixed;
}

.site-title,
.site-title a,
.site-title a:visited,
.site-title a:hover {
	background-image: url(http://zuckerbaeckerei.com/wp-content/themes/twentyfourteen-child/images/zuckerbaeckereilogoweiss170.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 170px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*Search in the header */

.search-toggle {
	background-color: #dd1155;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #9d1961;
}

.search-box {
	background-color: #fff;
	padding: 12px;
}
.search-field {
	border: 1px solid #2b2b2b;
}
/* 5.0 Navigation
*---------------------------------------------------------------------------------------
*/

.site-navigation a {
	background: #fff;
	color: #2b2b2b;
}
.site-navigation a:hover {
	background-color: #dd1155;
	color: #fff;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #2b2b2b;
	font-weight: auto;
}

.site-navigation .current-menu-ancestor > a {
	color: #dd1155;
	font-weight: auto;
}

/* Primary Navigation */


.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #dd1155;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #dd1155;
	}

/* Secondary Navigation */

.menu-toggle {
	background-color: #dd1155;
}

.menu-toggle:focus,
.menu-toggle:hover,
.menut-toggle:active {
	background-color: #9d1961;
}

/*6.0 Content
*---------------------------------------------------------------------------------------
*/

.content-area {
	padding-top: 60px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 550px;
	padding: 0px 0px 15 px;
}

.page-content {
	max-width: max-width: 550px;
	padding: 12px 40px 0px;
}

/* Post Thumbnail
*---------------------------------------------------------------------------------------
*/

.post-thumbnail {
	background-image: url(http://www.zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
a.post-thumbnail:hover {
	background-image: url(http://www.zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
}

/* 6.2 Entry Header
*---------------------------------------------------------------------------------------
*/
.entry-title {
	color: #dd1155;
	text-transform: uppercase;
	line-height: 140%;
}
.entry-title a {
	color: #dd1155;
	text-transform: uppercase;
	line-height: 140%;
}
.entry-title a:visited {
	color: #9d1961;
	text-transform: uppercase;
	line-height: 140%;
}
.entry-title a:hover {
	background: #dd1155;
	color: #fff !important;
	line-height: 140%;
}

.entry-title:visited:hover {
	background: #9d1961;
	color: #fff !important;
	line-height: 140%;
}


/*6.3 Entry Meta
*---------------------------------------------------------------------------------------
*/

.entry-meta {clear: both;
	color: #2b2b2b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}
.entry-meta a {
	color: #2b2b2b;
}
.entry-meta a:visited {
	color: #9d1961;
}
.entry-meta a:hover {
	background: #2b2b2b;
	color: #fff !important;
}

.entry-meta a:visited:hover {
	background: #9d1961;
	color: #fff !important;
}

.cat-links {
	margin-bottom: 10px;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:visited {
	color: #9d1961;
}

.cat-links a:hover {
	background: #2b2b2b;
	color: #ffffff;
}

.site-content footer.entry-meta {
	margin: 0 auto;	
	padding: 10px;
	background-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
}

/* Tag links style */

.entry-meta .tag-links a:hover {
	background-color: #dd1155;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #dd1155;
}

/* 6.4 Entry Content
*---------------------------------------------------------------------------------------
*/
.hentry {
	max-width: max-width: 550px;
	padding: 12px 40px 0px;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #dd1155;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #dd1155;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	backround-color: #9d1961;
	color: #fff;
}

/* Page Links */

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #9d1961;
	border: 1px solid #9d1961;
	color: #fff;
}

/*6.7 Post/Image/Paging Navigation
*---------------------------------------------------------------------------------------
*/

.post-navigation,
.post-navigation a {
	padding: 10px;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #fff;
}

/* Paging Navigation */

.paging-navigation .page-numbers.current {
	border-top: 5px solid #dd1155;
}

.paging-navigation a:hover {
	border-top: 5px solid #dd1155;
	color: #fff;
}

/* 6.9 Archives
*---------------------------------------------------------------------------------------
*/

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: max-width: 550px;
	padding: 12px 40px 0px;
}

/* 6.10 Contributor Page
*---------------------------------------------------------------------------------------
*/

.contributor-info {
	margin: 0 auto;
	max-width: max-width: 550px;
	padding: 12px 40px 0px;
}
/* 6.14 Comments
*---------------------------------------------------------------------------------------
*/
.comments-area {
	max-width: 550px;
	padding: 12px 40px 0px;
}

.comment-list .pingback ,
.comment-list .trackback ,
.comment-metadata,
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #2b2b2b;
}

.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	background-color: 2b2b2b;
	color: #fff;
}

.comment-author a:hover {
	color:fff;
	background-color: #dd1155;
}

.comment-author a:visited:hover
.comment-list .pingback a:visited:hover,
.comment-list .trackback a:visited:hover,
.comment-metadata a:visited:hover {
	color: #fff;
	background-color: #9d1961;
}

.comment-body {
	background-color: #fff;
	padding: 25px;
	margin: 25px;
}

/* 7.0 Sidebars
*---------------------------------------------------------------------------------------
*/

/* Secondary */

#secondary {
	background-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
	border-top: 25px solid transparent;
	border-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
	padding-left:15 px;
}

.site-description {
	display: none;
}


/* 7.1 Widgets
*---------------------------------------------------------------------------------------
*/

/* Primary Sidebar, Footer Sidebar */
.widget a {
	color: #dd1155;
}

.widget a:visited {
	color: #9d1961;
}

.widget a:visited:hover {
	background: #9d1961;
	color: #fff !important;
}

.widget a:hover {
	background: #dd1155;
	color: #fff !important;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #dd1155;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #9D1961;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #9D1961;
}

.widget-title {
	color: #2b2b2b;
}

/* Calendar Widget */

.widget_calendar tbody a {
	background-color: #dd1155;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #9d1961;
}

#text-2 {
	background-color: #fff;
	color: #2b2b2b;
	margin: 50px 5px 25px;
	padding: 25px;
	border: 1px solid #dd1155;
	max-width: 100%;
}

#archives-3,
#text-6,
#text-8 {
	background-color: #fff;
	color: #2b2b2b;
	margin: 25px 5px;
	padding: 25px;
	border: 1px solid #dd1155;
	max-width: 100%;
}

.img-circle {
	clear: both;
}

/* 7.2 Content Sidebar Widgets
*---------------------------------------------------------------------------------------
*/

.content-sidebar .widget a {
	background: #dd1155;
	color: #fff;
}

.content-sidebar .widget a:hover {
	background: #9d1961;
	color: #41a62a;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #dd1155;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #9d1961;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #9d1961;
}

.content-sidebar .widget .widget-title a:hover {
	background: #9d1961;
	color: #fff;
}

/* 8.0 Footer
*---------------------------------------------------------------------------------------
*/

.site-footer {
	background-color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

.site-info a {
	background: #fff;
	color: #2b2b2b;
}

.site-info a:visited {
	background: #fff;
	color: #9d1961;
}

.site-info a:hover {
	background: #fff;
	color: #2B2B2B;
}


/* 9.0 Featured Content
*---------------------------------------------------------------------------------------
*/

.featured-content a:hover {
	color: #9d1961;
}

/* Slider*/

.slider-control-paging a:hover:before {
	background-color: #9d1961;
}
.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #9d1961;
}
.slider-direction-nav a:hover {
	background-color: #9d1961;
}

/* 10.0 Multisite
*---------------------------------------------------------------------------------------
*/
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: max-width: 550px;
	padding: 12px 40px 0px;
	padding: 0 30px;
}

/* 11.0 Media Queries
*---------------------------------------------------------------------------------------
*/

/*unterer Sidebarteil*/

.site:before {
	background-image: url(http://zuckerbaeckerei.com/wp-content/uploads/2013/08/cardboard_flat.png);
}


@media screen and (max-width: 400px) {
    .main-content {
          margin-top: 35px;
    }
}
