/*Farben anpassen*/
/*Farbwerte: Hintergrund b0ab9e*/

#genesis-responsive-slider .slide-excerpt {
    background-color: #b0ab9e;
}
.home-middle, .home-top {
	background-color: #b0ab9e;
}



/*.clearfix::after, .entry-content::after, .entry::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: none;
}
*/

.content .genesis_responsive_slider h2, .content .genesis_responsive_slider h2 a {
     text-transform: none;
     font-size: 26px;
}

body {
    color: #fff
}


.site-inner {
    -moz-box-shadow: 0 0 0 1px #b0ab9e;
    -webkit-box-shadow: 0 0 0 1px #b0ab9e;
    background-color: #b0ab9e;
    box-shadow: 0 0 0 1px #b0ab9e;
}



table {
    border-style: none;
}

td {
    padding: 4px 4px;
}

th, td, tr {
    border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;

}


a.alignright img, img.alignright, .wp-caption.alignright {
    margin: 0 0 0 0;
}


/* Schriftgrade anpassen bzw. festlegen */

body {
	font-size: 14px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

.entry-title {
	font-size: 28px;
	line-height: 1.2;
}

/* Ende Schriftgrade anpassen /

/* Executive Pro Red anpassen
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
color: #b3071b;
}

.executive-pro-red .entry-title a {
    color: #b3071b;
}

.executive-pro-red .entry-title a:hover {
    color: #fff;
    background-color: #b3071b;	
}


/*.executive-pro-red .genesis-nav-menu a {
color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
color: #bbb;
}
*/

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
background-color: #b3071b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
background-color: #a61802;
}




/* Zeilenabstand anpassen */

/*.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
    margin-bottom: 16px;
}

.sidebar .widget {
    padding: 15px 15px;
}
*/
/* Ende Zeilenabstand anpassen */


/*.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}.author-box-content {	font-size: 12px;
}*/



/*Gravity Forms Button weniger hoch*/
/*
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    padding: 6px 20px;
}
*/


