/* Var Definitions */
:root {
	/* Design Colors*/
	--logo-color-1: #4eacc8;						/* Hauptfarbe Logo */
	--logo-color-1-rgb: 78, 172, 200;				/* Usage:  border: 1px solid rgba(var(--logo-color-1-rgb), 0.4); */
	--logo-color-2: #535a5b;			/* Nebenfarbe Logo */
	--logo-color-2-rgb: 83, 90, 91;	/* Nebenfarbe Logo in RGB Werten*/
}

/** MATRIX-CMS **/
.matrixcms, .matrixcms a {
	font: 12px/14px 'DejaVuSerifBook', 'Times New Roman';
}

* {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font: 12px/14px 'Roboto', Arial;
	font-size: 12px;
	line-height: 125%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #000;
}

* img { border: none; }
object:hover { border: 0px solid transparent; }

p, hr, .GPM { margin: 0 0 12px 0; }
p { line-height: 150%; }
.inline { display: inline; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clearBoth { clear: both; }

.justify { text-align: justify; }

.valignTop, .vaTop { vertical-align: top; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignTop { vertical-align: top; }
.alignMiddle { vertical-align: top; }

.displayBlock { display: block; }
.displayInline, .inline { display: inline; }
.displayInlineBlock, .inlineBlock { display: inline-block; }
.displayNone { display: none; }

.posAbsolute { position: absolute; }
.posRelative { position: relative; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.cursorPointer { cursor: pointer; }
.cursorDefault { cursor: default; }

.fullWidth { width: 100%; }

.table { display: table; }
.table .row { display: table-row; }
.table .row .cell { display: table-cell; }
.table .row.displayNone, .table .row .cell.displayNone { display: none; }

/* The Pads */
.pl { padding-left: 5px; }
.pr { padding-right: 5px; }
.pt { padding-top: 5px; }
.pb { padding-bottom: 5px; }
.ph { padding-top: 5px; padding-bottom: 5px; }
.pv { padding-left: 5px; padding-right: 5px; }
.pc { padding: 5px; }

h1 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 1em 0;
	color: #0094a8;
	font-size: 100%;
	background-image: url('../images/layout/bg-centerTitle.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;
}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	font-size: 100%;
	color: #9a0a13;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #979da8;
	font-size: 100%;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

a, .GAS { color: #0094a8; text-decoration: none; }
a.selected { color: #9a0a13; text-decoration: underline; }
a:hover { color: #9a0a13; }

ul {
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
	/*font-weight: bold;*/
}
ul li {
	margin: 0;
	padding: 0;
	padding: 2px 0px;
	padding-left: 20px;
	background-image: url('../images/layout/point.png');
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
ol {
	margin: 0;
	padding: 0 0 1em;
	padding-left: 23px;
	/*font-weight: bold;*/
}
ol li {
	margin: 0;
	padding: 0;
	padding: 2px 0px;
}

INPUT[type=text], INPUT[type=password], textarea {
	border: 1px solid #434343;
	border-color: #a7accf #989dbf #989dbf #a7accf;
	padding: 1px 3px;
	font-size: 100%;
	vertical-align: bottom;
	font: 12px/14px 'Roboto', Arial;
}
INPUT[type=text], INPUT[type=password] {
	height: 16px;
}
INPUT[type=text]:focus, INPUT[type=password]:focus, textarea:focus {
	box-shadow: 0px 0px 2px #5e8;
}
INPUT.button, INPUT[type=submit], INPUT[type=button], INPUT[type=reset], BUTTON {
	color: black;
	border: 1px solid;
	border-left-color: #D0D7E8;
	border-top-color: #D0D7E8;
	border-bottom-color: #D0D7E8;
	border-right-color: #D0D7E8;
	padding: 0px 3px;
	vertical-align: bottom;
	background:white;
}
INPUT[type="submit"].displayNone {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: none;
	background: none;
	opacity: 0.01;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
INPUT[type=radio] {
	margin: 0px;
}
label {
	position: relative;
	top: -3px;
}

hr {
	border: none;
	border-bottom: 1px solid #b8b8b8;
	font-size: 0px;
	background-color: transparent;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}

sup { bottom: 1ex; }
sub { top: .5ex; }
