
/*
Theme Name: Baustein
Description: Used to style the content editor in posts and pages.
*/


/* =Body
----------------------------------------------- */
html .mceContentBody {
	max-width: 700px;
}

body {
	color: #263248;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

/* =Base elements
----------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

a {
	color: #000;
}

a:visited {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	clear: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: .4em;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

p,
ul,
ol {
    font-size: 12px;
    line-height: 1.2em;
}

/* =Blockquotes
----------------------------------------------- */
blockquote p {
    font-size: 20px;
    line-height: 1.2em;
}

blockquote {
	padding: 1em 1em 0;
    margin-bottom: 1em;
    font-style: italic;
}

blockquote.alignleft {
    float: left;
    width: 50%;
    padding: 1em 0 0;
    margin-right: 1.5em;
}

blockquote.alignright {
    float: right;
    width: 50%;
    padding: 1em 0 0;
    margin-left: 1.5em;
}

blockquote em {
    font-style: normal;
}

blockquote cite {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: right;
    font-size: 12px;
    line-height: 11em;
    margin-top: 1em;
    margin-left: 40%;
}

blockquote.alignleft cite {
    text-align: left;
    margin-left: 0;
    margin-right: 40%;
}


/* =Images
 ----------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
    border: none;
    text-align: center;
    background-color: #fff;
    padding-top: 0;
    margin: 10px 0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}

.gallery-caption,
.wp-caption .wp-caption-text,
.wp-caption-dd {
	padding: 0.8075em 1em;
    background: #e5e5e5;
    border-left: #fff solid 5px;
    border-right: #fff solid 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

/* Due to HTML5 galleries being activated defaul gallery styling does not apply.*/

.gallery {
    margin: auto 0;
    padding: 6px;
    width: 712px;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery img {
    display: block;
}
.gallery a img {
	border: none;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.gallery-item {
    float: left;
    width: auto!important;
    margin-right: 3.333333333%!important;
    margin-bottom: 30px!important;
    padding: 0!important;
    background: #333;
    overflow: hidden;
    position: relative;
}

.gallery-caption {
	background-color: hsla(0, 0%, 0%, .8);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0!important;
    border: none;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

/* =Alignment
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: right;
	display: block;
	margin: 0 auto;
}

                