/*
Theme Name: llt
Theme URI: http://www.llstiftung.de
Description: Theme for Louis Leitz Stiftung
Author: Al Dhanab
Author URI: http://www.saasfee.de
*/



/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


@charset "UTF-8";
html, body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
body {
	background-color: #F7F5F1;
	color: #333;
}
h2, p {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #E10D1D;
}
#wrapper {
	width: 1024px;
	margin: 0px auto;
}
#header {
	height: 250px;
}
.header-block {
	width: 1024px;
	height: 79px;
}
.header-logo {
	width: 155px;
	height: 59px;
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
}
.header-search {
	margin-top: 48px;
	margin-right: 2px;
	float: right;
}
.header-links {
	margin-top: 57px;
	margin-right: 60px;
	float: right;
	font-size: 10px;
}
.header-image {
  	position: relative;
	width: 1024px;
	height: 110px;
	margin-bottom: 10px;
}
.header-image img {
	position: absolute;
}
.header-link {
	position: absolute;
	right: 10px;
	bottom: 7px;
  	display: table;
}
.header-link a {
	color: #e5e8ef;
	text-decoration:underline;
}
.header-link a:hover {
	color: #AAA;
}
.header-description {
	margin-left: 20px;
	font-size: 18px;
	color: #333;
	font-weight:bold;
	padding-top:10px;
}
.header-search-text {
	float: left;
}
.header-search-submit {
	margin-left: 3px;
	margin-top: 4px;
	float: left;
}
#main {
	width: 862px;
	border-left: 1px solid #BBB;
	float: left;
}
.main a {
	text-decoration: underline;
}
.main-home {
	max-height: 466px;
}
.main-search {
	min-height: 435px;
}
#sidebar {
	width: 140px;
	float: left;
	margin-left: 20px;
}
#footer {
	height: 30px;
	clear: both;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	width: 130px;
	padding: 8px 0px 5px 0px;
	border-top: 1px solid #BBB;
}
.sidebar-item-red {
	color: #E10D1D;
	cursor: default;
}
#sidebar ul li.sidebar-left {
	width: 130px;
	margin-left: 20px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}

.post {
	width: 423px;
	height: 150px;
	margin: 0px 0px 8px 8px;
	background-color: #F0ECE5;
	float: left;
}
.post .post-thumbnail {
	width: 94px;
	height: 150px;
	float: left;
}
.post .post-content {
	width: 276px;
	height: 150px;
	padding: 15px;
	float: left;
}
.post .post-content-fullwidth {
	width: 370px;
}
.post .post-title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}
.post .post-entry p {
	margin-bottom: 5px;
}

.post a {
	text-decoration: underline;
}
.single-post {
	position: relative;
	width: 824px;
	min-height: 435px;
	padding: 15px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #F0ECE5;
	float: left;
}
.single-post-small {
	width: 516px;
}
.single-post .post-title {
	position: relative;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 600;
}
.single-post .post-entry {
	position: relative;
	margin-bottom: 25px;
}
.single-post a {
	text-decoration: underline;
}
.post-entry ul {
	padding-left: 20px;
}
.post-entry ul a{
	text-decoration: none;
}
.post-entry a{
	text-decoration: underline;
}
.post-entry li {
	padding-bottom: 13px;
}
.post-entry p {
	margin-bottom: 15px;
}
.post-entry-compact li {
	padding-bottom: 3px;
}
.single-post .post-back {
	position: relative;
}
.single-post .post-meta {
	position: absolute;
	bottom: 15px;
	font-size: 11px;
}
.single-post-images {
	width: 300px;
	float: left;
}
.single-post-image {
	margin-bottom: 8px;
}
.single-post-image-nobottom {
	margin-bottom: 0px;
}
.page {
	position: relative;
	width: 825px;
	height: 100%;
	min-height: 435px;
	padding: 15px;
	margin-right: 8px;
	margin-left: 8px;
	background-color: #F0ECE5;
	float: left;
}
.page a{
	text-decoration:underline;
}

.page-small {
	width: 446px;
}
.page-small-01 {
	width: 516px;
}
.page .post-title {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 600;
}
.page-image {
	position: relative;
	width: 300px;
	float: left;
}
.page-submenu {
	position: relative;
	width: 370px;
	float: left;
	color: #707173;
	font-size: 12px;
}
.page-submenu a {
	color: #707173;
	text-decoration:underline;
}
.page-submenu a:hover {
	color: #E10D1D;
}
.page-submenu-item {
	width: 370px;
	height: 135px;
	margin-bottom: 8px;
	background-color: #F0ECE5;
}
.page-submenu-nobottom {
	margin-bottom: 0px;
}
.page-submenu .post-thumbnail, .page-submenu .post-thumbnail-small {
	width: 48px;
	height: 135px;
	overflow: hidden;
	float: left;
}
.page-submenu .post-thumbnail img {
	position: relative;
	left: -50%;
}
.page-submenu .post-content {
	width: 292px;
	height: 105px;
	padding: 15px;
	float: left;
}
.page-submenu .post-content-fullwidth {
	width: 340px;
}
.page-submenu .post-title {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}
.page-submenu .post-entry {
	margin-bottom: 5px;
}
.council .single-post {
	min-height: 50px;
}
.council-posts {
	width: 824px;
	float: left;
}
.council-post {
	width: 855px;
	height: 260px;
	margin-top: 8px;
	margin-left: 8px;
	background-color: #F0ECE5;
}
.council-post .post-thumbnail {
	width: 260px;
	height: 260px;
	float: left;
}
.council-post .post-content {
	width: 565px;
	height: 230px;
	padding: 15px;
	float: left;
}
.council-post .post-content-fullwidth {
	width: 825px;
}
.council-post .post-title {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
}
.projects .single-post {
	min-height: 50px;
	float: none;
}
.projects-post {
	width: 855px;
	height: 160px;
	margin-top: 8px;
	margin-left: 8px;
	background-color: #F0ECE5;
}
.projects-post .post-thumbnail {
	width: 160px;
	height: 160px;
	float: left;
}
.projects-post .post-content {
	width: 665px;
	height: 130px;
	padding: 15px;
	float: left;
}
.projects-post .post-content-fullwidth {
	width: 825px;
}
.projects-post .post-title {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
}
.post-title a {
	text-decoration:none;
}
.post-more a {
	text-decoration:underline;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
table 
{
	width:100%;
	margin-top:-15px;
	margin-bottom:15px;
}
td
{
	margin:0px;
	padding:0px;
	padding-left:30px;
}
.td-width{
	width:90px;
}
.td-width-01{
	width:90px;
}
.no-underline{
	text-decoration:none;
	}
.no-underline a {
	text-decoration:none;
	}
#dokumentation a {
	text-decoration:underline;
	}
.more{
	padding-top: 7px;
	}