#page, #main-wrapper {
	background: #f6f6f2 !Important;
}

#header {
	background-image: url("/themes/bartik_heetr/header.png") !Important;
	background-repeat: repeat;
	background-size: center;
}

@media all and (min-width: 1450px) {
  .layout-container {
    max-width: 1390px;
  }
}

@media all and (min-width: 1550px) {
  .layout-container {
    max-width: 1490px;
  }
}

@media all and (min-width: 1650px) {
  .layout-container {
    max-width: 1590px;
  }
}

.site-branding__name {
  font-size: 3.0em;
}

.site-branding__slogan {
  font-size: 1.1em;
}

.sidebar .block .content {
    font-size: 1.4em;
}

.node__content {
    font-size: 1.15em;
}

.main-content h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}

h2, .heading-b {
    margin-top: 1em;
    margin-bottom: 1em;
}

div.node__content.clearfix p img.align-left {
    margin-right: 1.1em;
    margin-bottom: 0.5em;
	border: 1px solid #555;
}

div.view-content {
    overflow: auto;
}

.view-filters .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

/* Sidebar-Bloecke auf den Donor-Detail-Pages */
.view-etr-block-inventory, .view-etr-block-slides {
  font-size: 0.8em;
}


