/* ===== Allgemein ===== */
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font: 14px/1.3em OfficinaSansITCTTBook;
	background: #fff;
}
strong {
	color: #ff990f;
	font-weight: normal;
}
h1 {
	color: #f00;
	margin: 0 0 20px;
	font-size: 28px;
}
h2 {
	margin: 0 0 16px;
	font-size: 20px;
}
h3 {
	margin: 0 0 12px;
	font-size: 24px;
}
h4 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
}
hr {
	margin: 16px 0;
	border: none;
	border-top: 1px solid #ccc;
}

/* ===== Header ===== */
#header {
	/*background: #f0f0f0;*/
	background: #fff;
	margin: 0 0 20px;
}
#keyvisual {
	position: relative;
	height: 130px;
	background: url('/integrationsseiten/sparkasse_2018/_templates/images/header.jpg') 0 40% no-repeat;
	background-size: 120%;
}
body.login #keyvisual {
	height: 370px;
	background-position: top;
	background-size: 125%;
}
#keyvisual img {
	position: absolute;
	top: 0;
	right: -2px;
	width: 110px;
	transition: 0.5s top ease;
}
body.login #keyvisual img {
	width: 150px;
}
#keyvisual img:hover {
	top: -10px;
}

/* ===== Body ===== */
#body {
}

/* ===== Reiternavigation ===== */
#navigation {
	font-size: 0;
	margin: 0 0 20px;
}
#navigation ul {
	display: flex;
	margin: 0;
	padding: 0;
	background: #f00;
}
#navigation li {
	background: #666;
	border-right: 2px solid #fff;
	text-align: center;
}
#navigation li a {
	display: block;
	height: 100%;
	white-space: nowrap;
}
#navigation li.active {
	background: #aaa;
}
#navigation li:first-of-type,
#navigation li:last-of-type {
	background: #f00;
}
#navigation li:last-of-type {
	width: 100%;
	border-right: none;
}
#navigation li:hover {
	background: #ccc !important;
}
#navigation li a {
	display: inline-block;
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

/* ===== Formulare ===== */
label {
	display: block;
	font-weight: normal;
}
.bline, .buttonline {
	margin-top: 16px;
}
.error {
	display: block;
	color: #f00;
	margin-top: 6px;
}
.msgerror {
	display: block;
	color: #f00;
	margin: -3px 0 3px;
}
input[type='text'],
input[type='password'],
select {
	width: 100%;
	padding: 11px 15px 9px;
	border: none;
	border-radius: 5px;
	background: #f0f0f0;
}
input[type='submit'], a.button, input[type=submit] {
	margin: 0 0 6px 6px;
	padding: 11px 50px 9px 15px;
	border: none;
	border-radius: 5px;
	background: #f00 url('/integrationsseiten/sparkasse_2018/_templates/images/icon-arrow.svg') no-repeat 95% 50%;
	background-size: 30px;
	color: #fff;
	text-decoration: none;
}
a.right {
	float: right;
}
input.submit.active, a.button.active, input[type=button]:active {
	background-image: url('/integrationsseiten/sparkasse_2018/_templates/images/icon-loading.svg');
}
input[type=submit] {
	margin-left: 0;
}
input#message {
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
}
form a {
	color: #f00;
	font-size: 14px;
}
p.right {
	text-align: right;
}

/* ===== Pagination ===== */
.pagination {
	width: 100%;
	text-align: center;
	display: block;
}
.pagination > li {
	display: inline-block;
}
.pagination > li a {
	color: #f00;
}
.pagination > li span, .pagination > li span:hover {
	color: #000;
	border: none;
	background: none;
}
.pagination > li a:hover, .pagination > li a.active {
	background: #f0f0f0;
	color: #000;
}

/* ===== Sonstiges ===== */
.clear {
	clear: both;
}
.important-content {
	margin-top: 20px;
	padding: 15px;
	background: #eee;
	font-size: 0.8em;
}
.important-content h4 {
	font-size: 1em;
}
.list span {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}
.list span:nth-of-type(2n) {
	width: auto;
}
table {
	width: 100%;
}
th, td {
	vertical-align: top;
	padding: 0 12px 6px 0;
}
tr.th:last-of-type, tr.td:last-of-type {
	padding-right: 0;
}

/* ===== Bootstrap and responsive ===== */
#header .container {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 480px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: none;
		width: auto;
	}
}
