.goecon-blue {color:#fff !important; background-color:#005591 !important}
.theme-green,
nav ul .active,
nav ul .active .w3-button:hover {
    color:#000 !important; background-color:#aec86b !important
}
.theme-green-l2,
nav ul .w3-button:hover {
    color:#000 !important; background-color:#dfe9c4 !important
}
.theme-blue {color:#fff !important; background-color:#2486c9 !important}
h1,h2,h3 {color: #2486c9 }
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
body {max-width:1200px; margin:auto}
div.kaefer {
	padding: 42px 104px 150px 104px;
	background: url("../images/schildkroete-frei.png") no-repeat scroll right bottom;
	margin-left: -210px;
	margin-bottom: -170px;
	position: absolute;
}
header.portlet {
	background-color: white;
	font-weight: bold;
	/*border: 0pt none;*/
	/* margin: 0 1em; */
	margin-top: 0.5em;
	padding: 0.5em 0.7em;
}
header.portlet a:link,
li.portletItem a:link {
    color: black;
    text-decoration: none;
}
li.portletItem a:hover {
    color: #005591;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}
li.portletItem { padding-left: 0; padding-right: 0}

nav ul { list-style: none; padding: 0; display: inline; }

#footer ul#portal-siteactions { list-style: none; /*! margin:auto */ display: block;}
#footer ul#portal-siteactions li { /*! float: left; */ /*! margin-right: 1em; */display: inline-block;}
#footer ul#portal-siteactions li:before { content: "\2022   "; /*! padding: 0 1em */}
#footer ul#portal-siteactions li:first-of-type:before { content: ""; padding:0}
#footer { padding-top: 2em }

article header h1 a {
    text-decoration: none;
    border: none !important;
}

content a:link {
    color: rgb(32, 92, 144);
    border-bottom: 0.1em solid rgb(204, 204, 204);
    text-decoration: none;
}
content a:visited {
    color: rgb(66, 117, 151);
    border-bottom: 0.1em solid rgb(204, 204, 204);
    text-decoration: none;
}
content a:hover {
    color: rgb(117, 173, 10) !important;
    text-decoration: none;
}

.pager .previous a:link,
.pager .next a:link,
.pager .previous a:visited,
.pager .next a:visited {
    text-decoration: none;
    border: 0.1em solid rgb(204, 204, 204);
    background: lightgray;
	padding: 8px 16px;
}
.pager .previous, .pager .next {
    cursor: pointer;
	white-space: nowrap;
}
.pager .previous { float:left; }
.pager .next { float:right; }
.pager .previous a::before { content: "« " }
.pager .next a::after { content: " »" }


content .seitenleiste a:link { color: black }
content .seitenleiste header.portlet a { border:none }

.portletItem + .portletItem {
    background: rgba(0, 0, 0, 0)
		url("../images/doppelpunkt_fuer_linie.gif")
		repeat-x scroll left top;
}

article.post-text.postpage header .metadata .byline.author,
.postindex article.post-text header .metadata .byline.author { display:none}
.postindex article.post-text header .metadata .dateline { xtext-align:right}
article.post-text.postpage,
.postindex article.post-text {
	box-shadow: 50px 0px 50px 10px lightgray;
	padding    : 1em;
	margin-bottom: 2em;
}
article.post-text.postpage { padding-bottom: 3em; }
div.topic, pre.literal-block, pre.doctest-block, pre.math, pre.code, div.code {
	border: solid thin darkgrey
}

.container.summary {
    font-size: larger;
    font-weight: bold;
}

img.thumbnail {
  width: 25%
}
img.image-right { float: right }
img.image-left  { float: left }
img.image-mini {
    max-width: 200px;
    max-height: 200px;
}
