/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
body {
	color: #6a6a6a;
	font-size: 16px;
}

@media (max-width: 799px) {
	.blog-title {
    font-size: 1.25em;
}
	body {
		font-size: 18px;
	}
	
	/* Structure --------------------------------------- */
	.content, .sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar {
		display: block;
	}
}

.blog-title a:hover {
	color: #f1f1f1;
}

.home .post-title, .home .featured-media img {
	display: none;
}

#pgc-12-0-0 .widget {
	padding-bottom: 0 !important;
}

.home .post-header, .home .featured-media {
	margin-bottom: 0 !important;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	color: #6b6b6b;
}

.post-title, .post-title a {
	color: #6b6b6b;
}

.blog-info {
	background: none repeat scroll 0 0 #62A4C7;
	display: inline-block;
	padding: 30px;
}

.section.bg-dark {
	background: none repeat scroll 0 0 #62A4C7;
}

.blog-description::before {
	background: rgba(255,255,255,0.3) none repeat scroll 0 0;
}

.blog-description {
	color: rgba(255,255,255,0.7);
}

.blog-menu a {
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 27px 20px;
	text-transform: uppercase;
}

.blog-menu ul li {
	background: #65a4c6 none repeat scroll 0 0;
}

.blog-menu li:hover a {
	background: #65a4c6;
}

.widget {
	border-bottom: 3px solid #72A4C7;
	margin-bottom: 13%;
	padding-bottom: 13%;
}

.widget-title, .widget-content {
	color: #72A4C7;
}

body a {
	color: #f1f1f1;
}

body a:hover {
	color: #f9f9f9;
}

.post-content input[type="text"], .post-content input[type="tel"], .post-content input[type="url"], .post-content input[type="email"], .post-content input[type="password"], .post-content input[type="date"], .post-content input[type="number"], .post-content textarea {
	background: #ffffff;
	border: medium none;
	border-radius: 3px;
	color: #333;
	font-size: .82em;
	padding: 8px 12px;
}

.post-content input[type="date"], .post-content input[type="number"] {
	width: 120px;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #65a4c6;
	color: #f1f1f1;
}

.footer .widget-content {
	color: #f5f5f5;
}

.footer .widget_links a, .widget_recent_entries a {
	color: #f1f1f1;
}

.footer .widget_links a:hover, .widget_recent_entries a:hover {
	color: #fff;
	text-decoration: none;
}

.credits, .credits a {
	color: #e1e1e1;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom: 5px !important;
    left: 5px !important;
    margin: 0 !important;
}
.pea_cook_wrapper {
    position: fixed;
    padding: 15px 21px;
    margin: 0;
    border-radius: 5px;
    z-index: 10000;
    text-align: center;
    width: 99%;
}
.pea_cook_wrapper p {
    bottom: 30px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 13px !important;
    margin: 0;
    font-weight: normal !important;
}

button.pea_cook_btn {
    padding: 10px 0px;
    text-align: center;
    width: 160px !important;
}