/* --- Allgemeine HTML-Vorgaben für (fast) alle Bereiche --- */
/* ------- --bufcol:#0a6; (89aa3b) --bgcol:#ffa; ffb ------- */
@font-face {
 font-family: 'Baloo';
 src: url('../fonts/Baloo_2/Baloo2-VariableFont_wght.ttf') format('truetype');
 font-style: normal;
}
:root	{--bufcol:#00a865; --bgcol:#ffffb0;}

body	{font-family:Verdana,Arial,Helvetica,sans-serif; font-size:.8em; background-color:var(--bgcol); color:#000;}

/* --- Allgemeine HTML-Vorgaben für den Content (= editor.css für TinyMCE) --- */
img		{border:none;}
p		{margin:9px 0px;}
/* Links allgemein */
a		{color:#060;  text-decoration:underline;}
a:hover	{color:#030; background-color:#efe;}

/* Aufzählungen, Listen */
ul, ol	{padding:2px 0px 8px 18px; margin:0px;}
abbr	{border-bottom:1px dotted #cc3; cursor:help;}

/* Content with Baloo2 */
h1,
h2,
h3,
h4	{font-family:Baloo,Arial,Verdana,Sans-Serif; font-weight:600; margin-top:0px; margin-bottom:8px; color:var(--bufcol);}
h1	{font-size:2em; line-height:1.2em;}
h2	{font-size:1.8em; line-height:1.1em;  margin-top:.8em;}
h3	{font-size:1.6em; line-height:1.0em;}
h4	{font-size:1.4em; line-height:1.0em;}
.h1,.h2,.h3,.h4 {font-family:Baloo,Arial,Verdana,Sans-Serif !important; font-weight:600 !important; color:var(--bufcol) !important;}
.h1	{font-size:1.8em !important}
.h2	{font-size:12pt !important}
.h3	{font-size:1.4em !important}
.h4 {font-size:1.2em !important}
.AutoNewsTitle	{font-size:1.2em;}


/* Content
h1,
h2,
h3,
h4	{font-family:Arial,Verdana,Sans-Serif; font-weight:bold; margin-top:0px; margin-bottom:8px; color:var(--bufcol);}
h1	{font-size:1.8em}
h2	{margin-top:1.6em; font-size:12pt}
h3	{font-size:1.4em}
h4	{font-size:1.2em}
.h1,.h2,.h3,.h4 {font-family:Arial,Verdana,Sans-Serif !important; font-weight:bold !important; color:var(--bufcol) !important;}
.h1	{font-size:1.8em !important}
.h2	{font-size:12pt !important}
.h3	{font-size:1.4em !important}
.h4 {font-size:1.2em !important}
 */
div.subnavigation {margin-left:30px;}
div.subnavigation a {font-size: 16px; line-height:24px; text-transform:uppercase;}

.baloo	{font-family:Baloo,Arial,Verdana,Sans-Serif;}

div.stern	{width:187px; height:185px; background:url(pictures/stern_rot.png); color:white; font-size:20px; line-height:26px; text-align:center; vertical-align:middle; transform: rotate(-5deg);}
div.stern a {color:white;}