@charset "UTF-8";
/*  
Theme Name: arts
Theme URI: http://www.inselpark.com
Description: ARTS individuelles Theme
Author: Inselpark Media
Author URI: http://www.inselpark.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
_Template: use-this-to-define-a-parent-theme--optional
Version: 2.0
.
General comments/License Statement if any.
.
*/

/*
	
################ COLOR MAP ################

	# rot: b45c44
	# braun: 6d4e3d
	# text: 33241d
	# border grau/besch: ede9df
	

*/

/*****************************************************************

*****************************************************************/

/* * {-moz-box-shadow: inset 0 0 2px #ff0000;box-shadow: inset 0 0 2px #ff0000;} */


html, body {
	
	width: 100%;
	height: 100%;
	
	position: relative;

	float: left;

	border: 0;
	margin: 0;
	padding: 0;
	
	background: #f7f0df;
	
}

#page_wrapper {
	
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 30px;
	
}

@media screen and (max-width: 720px){
	
	#page_wrapper {
		padding: 0
	}
	#header {
		padding: 0 30px;
		width: auto
	}
	
}


/*****************************************************************
	Header
*****************************************************************/

#contact_info_bar {

	background: #6d4e3d;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;

}
#contact_info_bar > div {
	margin: 0 auto;
	max-width: 1000px;
	padding: 10px 30px;
}

#content {
	background: #fff;
	border: 1px solid #e0ddd5;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

#site_title p, #site_title span {
	font-family: "trajan-pro-3",sans-serif !important;
}

p#title_name {
	
	font-size: 27px;
	margin: 0 0 0px 0;
	
}

#logo_wrapper {
	width: 261px;
}

p#motto {
	font-size: 12px;
	margin: 0
}

p#motto span {
	display: inline-block;
}
p#motto span::first-letter {
	font-size: 15px;
	font-weight: bold;
}

#header {
	margin: 30px 0;
}

#header > .table_cell {
	vertical-align: middle;
}

#header > .table_cell:last-child {
	text-align: right;
}

.table_cell:last-child > div {
	
	display: inline-block;
	text-align: center;

}

@media screen and ( max-width: 720px ){
	
	#header {
		display: block;
		text-align: center;
	}
	#header > .table_cell {
		display: inline-block;
		width: auto
	}
	#logo_wrapper {
		margin-bottom: 30px;
	}
	p#title_name {
		font-size: 18px;
	}

}


#logo {
	padding: 20px 0;
}

.breadcrumbs {
	font-size: 13px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #ced4d6;
}

/*****************************************************************
	Other
*****************************************************************/

#content {
	margin: 30px 0;
}

/*****************************************************************
	footer
*****************************************************************/

#footer {
	background: #6d4e3d;
	color: #fff;
	font-size: 12px;
	padding: 10px 30px;
	border-radius: 0 0 10px 10px;
}
#footer p,
#contact_info_bar p {
	margin-bottom: 0;
}
#footer a,
#contact_info_bar a {
	color: #fff;
}

/*****************************************************************
	Sidebars
*****************************************************************/

h4 {
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	border-bottom: 2px solid #b45c44;
}

div.sidebar_widget {
	margin-bottom: 30px;
}

div.sidebar_widget:first-child h4 {
	margin-top: 0;
}

.custom_content {
	margin-bottom: 30px;
}

/*****************************************************************
	Archives
*****************************************************************/

.loop_post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ced4d6;
}

.post_title {
	margin-top: 0;
	margin-bottom: 10px;
}


.post_content {
	margin: 30px 0;
	clear: both;
}

.post_footer_left, .post_meta {
	font-size: 13px;
	line-height: 1.7em
}

.post_meta {
	font-style: italic;
}

/*
	Post footer
*****************************/

.post_footer > div > div {
	
	display: inline;
	margin: 0 5px 5px 0;
	
}

.post_footer > div > .share_button {
	white-space: nowrap;
	display: inline-block;
}

.post_footer {
	display: table;
	width: 100%;

}
.post_footer > div {
	display: table-cell;
}
.post_footer > div:last-child {
	text-align: right;
	vertical-align: middle
}

.post_footer .read_more_link { margin-left: 10px; white-space: nowrap }

@media screen and ( max-width: 500px ){
	
	.post_footer {
		display: block;
	}
	.post_footer > div {
		display: block;
	}
	.post_footer > div:last-child {
		margin-top: 20px;
	}
	.post_footer .read_more_link { margin-left: 0; }
	
}

