@charset "UTF-8";
/* CSS Document WIBcms */
/* Theme: ModernLight */

/* Font-Embedding */
/*
@font-face {
	font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/media/OpenSans/open-sans-v16-latin-regular.woff2') format('woff2');
}
body	{background-image: linear-gradient(#000, #006);}
*/

:root	{--bufcol:#33aa66; --bgcol:#ffffb0;}

/* --- Grundeinstellungen, Raster und Lage --- */
body		{margin:0px; padding:0px; background-color:#000048; text-align:left;
			 font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif; font-size:1em; color:#eee;}

/* --- Allgemeine HTML-Vorgaben für den Content (= editor.css für TinyMCE) --- */
img		{border:none;}
p		{margin:9px 0px;}
/* Links allgemein */
a		{color:#dd3; text-decoration:none;}
a:hover {text-decoration:underline; color:#fda;}

/* Aufzählungen, Listen */
ul, ol	{padding:2px 0px 8px 18px; margin:0px;}
abbr	{border-bottom:1px dotted #cc3; cursor:help;}

/* Content */
/* Überschriften - hier bitte auch gleich für den Pflegebereich berücksichtigen, Danke!
 h1, h2, h3, h4, h5 {line-height:20px; font-weight:600; color:#567; margin:0px;}
.h1,.h2,.h3,.h4,.h5,.h6,.p {line-height:22px !important; font-weight:normal !important;  background-color:#f3f3f3 !important; color:#567 !important;}
.h1 {font-size:1.6em !important}
 h1	{font-size:1.6em; margin-bottom:18px}
 h2	{font-size:1.4em; margin-top:12px}
 h3	{font-size:1.2em; margin-top:12px}
 h4	{font-size:1.2em; font-weight:400}
 .h4{font-size:1.2em !important}
*/

table	{border-collapse:collapse;}
th, td	{border:1px solid #666; color:white; padding:4px; vertical-align:top;}

/* 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:1.6em !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:1.5em}
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:1.5em !important}
.h3	{font-size:1.4em !important}
.h4 {font-size:1.2em !important}
.AutoNewsTitle	{font-size:1.2em;}
