/* CSS Document */
::selection {
    background: #005a8e !important;
    color: #fff !important;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #005a8e !important;
    color: #fff !important;
}

.section.footer-section.footer-section-content {display: none; visibility: hidden;}
.section.section-small.footer-section.footer-section-meta {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.section.section-small.footer-section.footer-section-meta a {color:#800000;}
.section.section-small.footer-section.footer-section-meta a:hover {color:#005a8e;}
/* ====================================== */
/* Layout / Container / Boxen */
.colspaced {padding-bottom:50px;}

.dataCol {text-align: right;}

.container {width: 90%;}

#content p {font-size: 20px; margin-bottom: 8px;}

hr {margin:40px 0;}

/* ====================================== */
/* Text Formatierungen */
h1 {font-weight: bold; text-transform: uppercase;}
h5 {font-weight: bold; color:#800000; text-transform: uppercase;}

h1, h2, h3, h4, h5, h6, p, li, label {color:#3f3f3f;}

.textRight {text-align: right;}

a {color:#800000;}
a:focus {color:#800000;}
a:hover {color:#005a8e;}

p {margin-bottom:20px;}

.inactive {color:#8b8b8b;}
.inactive:hover {cursor:not-allowed; text-decoration: line-through;}

.navbar-main > li > a .bar {background:#005a8e;}

.fieldDescription {font-size: 14px; color:#666666; font-style: italic;}

/* ====================================== */
/* Datatables */
table .tableSum td {border-top: solid 2px #3f3f3f !important;}
table.dataTable thead th, table.dataTable thead td {border-bottom: solid 2px #3f3f3f;}
table.dataTable tbody td {padding: 10px 18px;}

table.dataTable.no-footer {border-bottom: medium none !important;}

#filter .btn-group:not(:first-child) {margin-left: 15px;}

.filterRow {margin-bottom: 25px;}


/* ====================================== */
/* Buttons */
.btn-primary, .btn-warning, .btn-warning:focus, .btn-warning.focus {
	background-color: #800000;
	border-color: #720000;
	color:#ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-warning:hover,
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-warning:active,
.btn-warning:hover,
.btn-warning:active {
	background-color: #005a8e !important;
	border-color: #005a8e !important;
	color:#ffffff !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #800000;
	color:#ffffff;
}

.scroll-top:active, .scroll-top:focus, .scroll-top:hover {
	background-color:#800000 !important;
}


/* ====================================== */
/* Typo Messages */
ul.typo3-messages {padding-left:0px !important;}
ul.typo3-messages li {list-style-type: none !important;}


/* ====================================== */
/* Formularfelder */
input {width:100%;}

#dataTableList_filter > label > input,
form input,
form textarea {
	color: #333;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 6px 10px;
	font-weight: normal;
}
form input:focus,
form input:active,
form textarea:focus,
form textarea:active {
	color: #333;
	background-color: #fff;
	border: solid 1px #005a8e;
	padding: 6px 10px;
	font-weight: normal;
}

form textarea {
	resize: vertical;
	width: 100%;
	min-height: 200px;
}

/* ====================================== */
/* Nachrichten */
.alert-message {font-size:1.225em;}


/* ====================================== */
/* Preloader */
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

/* Temporär - Loginseite */
#p1 .frame-type-login {
	max-width:600px;
	margin:0 auto;
}

/* PRELOADER */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../fileadmin/img/ajax-loader.gif') no-repeat center center;
}
