﻿/*
	Theme Name: Minimum Pro Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.1c
	Template: genesis
	Template Version: 2.1 License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #338b41;
	font-weight: 900;
	text-decoration: none;
}

a img {
	opacity: 1.0;
	transition: opacity 0.2s ease-in-out;
}

a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

a img:hover {
	opacity: 0.75;
	transition: opacity 0.2s ease-in-out;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

hr {
	border: 1px solid #d6d6d6;
	border-top: none;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	clear: both;
	margin: 20px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
	color: #3e3e3e;
	font-family: Roboto, sans-serif;
 	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3,
h4 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	border-radius: 5px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 5px;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fec830;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	padding: 16px 24px;
	width: auto;
	white-space: normal;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ffa500;
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

/* Abstand nach Passwort-Eingabefeldern */

input[type="password"] {
	margin-bottom: 20px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: transparent;
	clear: both;
	padding-top: 140px;
}

.minimum-landing .site-inner, .minimum-landing2 .site-inner {
	margin: 0px auto;
	padding: 140px 60px 0;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/*CTA Button*/

a.cta-button {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	padding: 16px 24px;
	margin-bottom: 5px;
	border: none;
	background-color: #fec830;
}

a.cta-button:hover {
	text-decoration: none;
	background-color: #ffa500;
}

/*Button auf Podcast-Seiten*/

a.podcast-button {
	background-color: #ffffff;
	border: 1px solid #ffa500;
	border-radius: 5px;
	color: #3e3e3e;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	padding: 16px 24px;
	margin-bottom: 5px;
	width: 224px;
}

a.podcast-button:hover {
	background-color: #ffa500;
	color: #fff;
	text-decoration: none;
}

/*Button auf Kurs-Seiten*/

.button-1 {
	background-color: #ffffff;
	border: 1px solid #ffa500;
	border-radius: 5px;
	color: #3e3e3e;
	display: inline-block;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	padding: 12px 24px;
	margin-bottom: 5px;
	width: 224px;
}

.button-1:hover {
	background-color: #ffa500;
	color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
--------------------------------------------- */

.one-half {
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.entry-comments .avatar {
	height: 80px;
	width: 80px;
	border-radius: 40px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px 0;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	background-color: #ffffff;
}

.archive-description {
	margin-bottom: 0px;
	padding: 0px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1.3;
}

.entry-title a {
	border: none;
	color: #338b41;
	font-weight: 900;
}

.entry-title a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ba267+0,338b41+100 */
background: #338b41; /* Old browsers */
background: -moz-linear-gradient(top,  #5ba267 0%, #338b41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5ba267 0%,#338b41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5ba267 0%,#338b41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    	padding: 10px 13px;
    	color: #fff;
    	border-radius: 5px;
}

.archive-title {
	font-size: 30px;
	margin-bottom: 30px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ba267+0,338b41+100 */
background: #338b41; /* Old browsers */
background: -moz-linear-gradient(top,  #5ba267 0%, #338b41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5ba267 0%,#338b41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5ba267 0%,#338b41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: none;
    	left: 0;
    	letter-spacing: 0px;
    	top: 0;
    	width: 100%;
    	padding-top: 0px;
    	height: 80px;
    	position: fixed;
    	z-index: 99999;
}

.admin-bar .site-header {
	top: 32px;
	padding-top: 0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 230px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: Roboto;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 230px;
	background-size: 230px 60px !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
        width: 800px;
        padding-right: 5px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: none;
	color: #fff;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 900;
	line-height: 1.5;
	float: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 28px 10px;
	margin: 0;
	position: relative;
	font-weight: 900;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fec830+0,ffa500+100 */
	background: rgb(254,200,48); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,200,48,1) 0%, rgba(255,165,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,200,48,1) 0%,rgba(255,165,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,200,48,1) 0%,rgba(255,165,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #338b41;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #fec830;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

/* gelöscht */


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
}

/* gelöscht */

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
        list-style-image:none;
        margin: 0 0 10px 30px;
}

ul.checkbox li {
        list-style-image:url(images/check30.png);
        margin: 0 0 10px 30px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 100%;
}

.entry-meta {
	font-family: Roboto;
	font-weight: 300;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #ffffff;
	margin-bottom: 70px;
	padding: 0px;
	text-align: left;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
        list-style-image:url(images/haekchen.png);
        margin: 0 0 10px 30px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 0px 0px 35px;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #338b41;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 12px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-right: 5px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #286F34;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #fff;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 3px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 0px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
	border-radius: 5px;
}

.sidebar .widget {
	margin-bottom: 30px;
}

/* gelöscht */

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #338B41;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: none;
	padding: 40px 0px 0px 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: none;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #338b41;
	letter-spacing: 1px;
	padding: 10px 0px 40px 0px;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #fec830;
	text-decoration: none;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}


/* Eigene Regeln
--------------------------------------------- */

/*Trennlinien*/

hr.trenner-1 {
	border: 1px solid transparent;
	margin-bottom: 10px;
	clear: both;
}

/*Social Warfare Anpassungen*/
 
div.nc_socialPanel {
	margin-top: 0px!important;
}

/*Videos Vimeo*/

.mejs-container {
	margin-top: 20px;
    	margin-bottom: 20px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}


/*Menü Formatierung*/

ul#menu-navigation.menu.genesis-nav-menu.menu-primary a{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

#wprmenu_menu.top {
	margin-bottom:10px;
}

#wprmenu_menu ul li a {
    	font-family: Roboto, sans-serif;
    	font-weight: 900;
	text-align: left;
}

#nav_menu-2 {
	float: right;
}


/*Klassiker-Siegel auf Rezepte-Seite*/

.klassiker {
	color: #fec830;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

/*Formatierung letzter - nächster Post*/

div.pagination-previous.alignleft, 
div.pagination-next.alignright {
	font-size: 12px;
}


/*Abstand nach Beiträgen*/

div.entry-content {
	padding-bottom: 20px;
}

/*Edit-Link für Admins ausblenden*/

a.post-edit-link {
	display: none;
}

/* Boxen */

div.garantie {
    	margin: 0 0 25px;
    	overflow: hidden;
    	padding: 20px 25px;
    	border-radius: 5px;
    	background-color: lightyellow;
    	border: 3px dashed #338b41;
}

div.feature-box {
	box-shadow: 5px 5px 10px 0 #ccc;
	margin-bottom: 26px;
}

.feature-box img {
	margin: 5px 20px 5px 0px;
}

.feature-box a.cta-button {
	margin-top: 10px;	
}

div.feature-box-headline {
	padding: 15px 20px;
	background-color: #3e3e3e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.feature-box-headline h3 {
	margin: 0px;
	color: #ffffff;
}

div.feature-box-content {
	padding: 15px 20px;
    	overflow: hidden;
	background-color: #eeeeee;
}

/* Hervorhebungen, Hinweise, spezielle Formatierungen
------------------------------------------------------------ */

.hinweis-1 {
	padding: 15px 20px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fec830+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(254,200,48,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(254,200,48,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(254,200,48,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.subhead-1 {
	clear: both;
	margin: 35px 0;
    	padding: 15px 0;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ba267+0,338b41+100 */
	background: #338b41; /* Old browsers */
	background: -moz-linear-gradient(top,  #5ba267 0%, #338b41 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5ba267 0%,#338b41 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5ba267 0%,#338b41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    	color: #fff;
    	text-align: center;
}

/*LandingPage2 Layout*/

.minimum-landing2 .site-inner {
	margin: 40px auto;
	padding: 30px 60px 0px;
	width: 800px;
}

.minimum-landing2 .title-area {
	width: 100%;
}

.minimum-landing2 .site-header {
	position: static;
	height: 80px;
}

.minimum-landing2 .site-header .widget-area {
	display: none;
}

.minimum-landing2 .site-title a {
	margin: 10px auto 0px;
}

.minimum-landing2 .site-header .title-area, 
.minimum-landing2 .entry-title {
	text-align: center;
}


/*Landing Page Laufcoaching*/

h2.landing-laufcoaching {
	margin: 45px 0 25px;
}

h3.landing-laufcoaching {
	padding-left: 15px;
	margin: 45px 0 45px 15px;
	border-left: 2px solid #338b41;
}


/*Affiliate-Hinweis*/

#affiliate {
    	font-size: 14px;
    	font-style: italic;
}


/*Bildnachweis*/

.bildnachweis {
    	font-size: 14px;
    	font-style: italic;
}

.bildnachweis::before {
	content: "Artikelbild: ";
}


/*Clearing-Klasse*/

.clearing { clear: both; }


/*Zwischenüberschriften Themenseiten*/

.empfehlungen {
	clear: both;
	margin: 35px 0;
    	padding: 15px 0;
    	background-color: #ffa500;
    	color: #fff;
    	text-align: center;
}

.themenseite {
	margin: 30px 0;    	
	padding-bottom: 10px;
	border-bottom: 2px solid #338b41;
}


/* Mobile Navigation (WPR Menu) */

#wprmenu_bar { 
	height: 45px !important;
}

#wprmenu_bar .bar_logo { height: 30px !important; }
#wprmenu_menu.top { top: 3px !important; }


/* Content Boxes
------------------------------------------------------------ */
 
/* gelöscht */



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 700px;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 280px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 720px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.minimum-landing2 .site-inner,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
		padding-bottom: 5px;
	}

	.site-inner, .minimum-landing .site-inner, .minimum-landing2 .site-inner {
		margin: 0;		
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 10px auto 0px;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.genesis-nav-menu {
		float: none;
		text-align: center;
		display:none;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 10px 0px 40px 0px;
	}

}

@media only screen and (max-width: 768px) {

	.title-area {
		padding-bottom: 6px;
	}

	.genesis-nav-menu a {
		padding: 10px 10px;
		font-size: 14px !important;
	}

	.one-half {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {

h1, h2, h3, .entry-title {
	font-size: 20px;
}

	.cta-button, .podcast-button, .button-1, input[type="submit"], img.responsive {
		width: 100%
	}


}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}