/* LARGE */
@media (min-width: 1200px) {
	.main-container {
		max-width: 1200px;
	}
}

/* MEDIUM */
@media (min-width: 992px) and (max-width: 1199px) {
	.main-container {
		max-width: 992px;
	}
}

/* MEDIUM AND LARGE */
@media (min-width: 992px) {
	body {
		background-color: #DDD;
	}
	.content-left {
		width: calc(100% - 1em - 240px);
	}
	.menu-content-right {
		float: right;
		width: 240px;
	}
	.filer-image-eco-center div {
		width: 50%;
	}
	.menu-kategorien a:not(:last-child) {
		margin-right: 0.5em;
	}
	.menu-kategorien a:last-child {
		flex: none;
		width: 240px !important;
	}
	.menu-kategorien {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-top: 1em;
	}
}

/* SMALL */
@media (min-width: 768px) and (max-width: 991px) {
	.filer-image-eco-center div {
		width: 66%;
	}
}

/* EXTRA SMALL */
@media (max-width: 767px) {
	.filer-image-eco-center div {
		width: 100%;
	}
}

/* SMALL AND EXTRA SMALL */
@media (max-width: 991px) {
	.content-left {
		width: 100%;
	}
	.menu-content-right {
		width: 100%;
	}
	.menu-kategorien a {
		margin-top: 0.5em;
	}
	.menu-kategorien {
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
	}
}

@font-face {
   font-family: 'Glyphicons Halflings';
   src: url(/static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.woff) format("woff");
}

@media print {
	#banner-top,
	nav,
	header,
	footer,
	.menucontent-right,
	.startcontent-topline,
	.scroll-top-div,
	.awards-container,
	.cms-toolbar,
	.cms-toolbar-trigger,
	.aldryn-article-pagination,
	#banner-sidebar,
	.shariff,
	#login-overlay {
		display: none !important;
	}
	
	.main-container {
		width: 100%;
	}
	
	.content-left {
		width: 100%;
	}
	
	a[href]:after {
		content: none !important;
	}
}

html {
	font-size: 16px;
}

body {
    font-family: 'Crimson Text', serif;
    width: 100%;
    color: #333333;
    margin: 0;
    line-height: 1.2em;
    font-size: 1.1rem;
}

.main-container {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 15px;
}

nav {
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Crimson Text', serif;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
}

article.post-detail h1 {
	font-size: 1.4em;
}

a:not([class]), a:active:not([class]), a:visited:not([class]), a[class=""], a:active[class=""], a:visited[class=""] {
	color: #337ab7;
}
a:hover:not([class]), a:hover[class=""] {
	color: #23527c;
	text-decoration: underline;
}

.content-container {
	margin: 0;
	width: 100%;
}
.content-left {
	float: left;
	margin-top: 1em;
}
.clearfix {
	clear: both;
}
.menu-like,
.menu-like:visited,
.menu-like:active,
.menu-like:focus {
	text-align: left;
	color: #666;
	background-color: #EEE;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.5em;
	border: 1px solid #BBB;
	border-radius: 5px;
	font-family: 'PT Sans', sans-serif;
	font-size: 1rem;
}
.menu-like:hover {
	text-decoration: none;
	color: #666;
	background-color: #FAFAFA;
}
.menu-like.selected {
	background-color: #6ac44e;
	border: 1px solid #1f8200;
	color: #155800;
}
.menu-kategorien a {
	width: 100%;
}

.scroll-top-div {
	width: 100%;
	text-align: center;
}
.scroll-top-div a {
	margin-top: 0.4em;
}

footer {
	background-color: #585858;
	padding: 1em 1em 2em;
	color: #FFF;
	font-size: 0.9em;
	margin: 0px -15px 0px -15px;
}
footer a, footer a:visited, footer a:active {
	color: #FFF !important;
	text-decoration: none;
}
footer a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	margin: 5px 0;
}

/******* AWARDS *******/

.awards-container {
    margin: 0.5em auto 0.5em;
    overflow-x: auto;
    overflow-y: hidden;
}
.awards-caption {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}

.awards-images {
    margin: 15px auto 0;
    width: 420px;
    height: 125px;
}
.awards-image-1 {
    background-image: url('/static/sprite_mini.jpg');
    background-position: 0px 0px;
    width: 104px;
    height: 104px;
    margin-right: 20px;
    float: left;
}
.awards-image-1:hover {
    background-position: 0px -106px;
}
.awards-image-2 {
    background-image: url('/static/sprite_mini.jpg');
    background-position: -106px 2px;
    width: 89px;
    height: 107px;
    margin-right: 20px;
    float: left;
}
.awards-image-2:hover {
    background-position: -106px -105px;
}
.awards-image-3 {
    background-image: url('/static/sprite_mini.jpg');
    background-position: -192px 0px;
    width: 72px;
    height: 106px;
    margin-right: 20px;
    float: left;
}
.awards-image-3:hover {
    background-position: -192px -106px;
}
.awards-image-4 {
    background-image: url('/static/sprite_mini.jpg');
    background-position: -265px 1px;
    width: 81px;
    height: 107px;
    margin-right: 0px;
    float: left;
}
.awards-image-4:hover {
    background-position: -265px -106px;
}
.awards-image-4 a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

/******* LOGIN ********/
.fullpage-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.fullpage-overlay-content {
    background-color: #fff;
    font-size: 1rem;
    border: 1px solid #666;
    font-family: 'PT Sans';
}

.fullpage-overlay-caption {
    background-color: #008bd3;
    padding: 0.5em 1em 0.5em 1em;
    border-bottom: 1px solid #666;
    color: #EEE;
    font-weight: bold;
}

.fullpage-overlay-caption div:nth-child(1) {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.fullpage-overlay-caption div:nth-child(2) {
    float: right;
}

.login-menu-form {
	padding: 1em;
}
.login-menu-table {
    padding: 0;
    width: 100%;
}
.login-menu-table td {
    padding-bottom: 0.5em;
}
.login-menu-table td:nth-child(1) {
    text-align: left;
    padding-right: 0.5em;
}
.login-menu-table td:nth-child(2) {
    text-align: right;
}
.login-menu-table input {
	width: 100%;
}
.login-menu-table button {
	width: 100% !important;
	text-align: center !important;
}
#pw-reset-form {
	display: none;
}

/******* CONTENT *******/
img.right {
	float: right;
}
img.left {
	float: left;
}
.eco-row-spacer {
	margin-bottom: 2em;
}
.article-image {
	margin-bottom: 1em;
	width: 100%;
}
.article-image > img {
	width: 100%;
	height: auto;
}
.article-image > figcaption {
	font-style: italic;
	margin-top: 0.5em;
}
.article-lead-in {
	/*font-weight: bold;*/
}
.filer-image-eco {
	margin: 10px;
	line-height: 1.1em;
	overflow: hidden;
}
.filer-image-eco span {
	font-size: 0.9em;
}
.filer-image-eco-left {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}
.filer-image-eco-right {
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}
.filer-image-eco img {
	width: 100%;
}
.filer-image-eco-center {
	text-align: center;
	margin: 20px 0 15px 0;
}
.filer-image-eco-center div {
	display: inline-block;
	text-align: left;
}
.filer-image-eco-center img {
	width: 100%;
}
.filer-image-eco-center span {
	font-size: 0.9em;
}
div.shariff {
	margin-top: 2em;
}
.aldryn-article-pagination {
	width: 100%;
}
.article-list-table {
	width: 100%;
	margin-bottom: 1em;
}
.article-list-table tr td {
	padding: 0.25em 0;
}
.article-list-table tr td:nth-child(1) {
	padding-right: 1em;
	vertical-align: top;
}
.article-list-table tr:not(:last-child) td {
	border-bottom: 1px solid #CCC;
}
.eco-rss-link,
.eco-rss-link:active,
.eco-rss-link:visited {
	color: #f26522;
	float: right;
	margin-top: 10px;
	display: block;
}
.eco-rss-link:hover {
	text-decoration: none;
	color: #ff874e;
}

ul.errorlist {
	list-style-type: none;
	padding: 0;
}

ul.errorlist > li {
	color: red;
}

table.sortierbar tr:nth-child(even) td{
	background-color: #CCC;
}
table.sortierbar td, table.sortierbar th {
	padding: 0.3em;
}