/*
	Theme Name: Bones for Genesis 2.0
	Theme URI: https://bonesforgenesis.com
	Description: A starting point for new Genesis 2.0 projects.
	Author: Cooper Dukes @INNEO
	Author URI: https://www.inneosg.com/

	Tags: left-sidebar, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.2.7

	License: WTFPL
	License URI: http://www.wtfpl.net/txt/copying/
*/

body {
    margin: 0;
    background-color: rgb(220, 222, 185);
    background-image: url("http://leib-kultur.de/wp-content/uploads/2016/06/logo-bg.jpg")!important;
    background-repeat: no-repeat;
}

body.page-id-19 {
    background-image: none!important;
    background-color: white!important;
}
.content {
    margin-top: 202px;
    margin-left: 292px;
}
.page-id-19 .content {
    margin: auto!important;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}
