2014-02-18 12:10:29 +01:00
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857;
|
|
|
|
background-color: #7D0000;
|
|
|
|
color:white;
|
|
|
|
padding:0px;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #428BCA;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
resize: none;
|
|
|
|
}
|
2014-04-29 23:22:09 +02:00
|
|
|
|
2014-02-18 12:10:29 +01:00
|
|
|
/*
|
|
|
|
* Default
|
|
|
|
*/
|
|
|
|
.bg{
|
|
|
|
background-color: #F0F0F0;
|
|
|
|
}
|
|
|
|
.box{
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
padding:18px 24px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color:black;
|
2014-04-23 19:23:23 +02:00
|
|
|
position:relative;
|
2014-02-18 12:10:29 +01:00
|
|
|
}
|
2014-04-29 22:35:41 +02:00
|
|
|
.box > h1{
|
2014-04-29 22:35:09 +02:00
|
|
|
color:grey;
|
2014-04-29 23:19:11 +02:00
|
|
|
}
|
|
|
|
h4{
|
2014-04-29 23:51:16 +02:00
|
|
|
border-bottom:1px solid grey;
|
2014-04-29 23:19:11 +02:00
|
|
|
margin-top:30px;
|
2014-04-29 22:33:37 +02:00
|
|
|
}
|
2014-04-23 22:44:06 +02:00
|
|
|
.box img{
|
|
|
|
max-width:100%;
|
|
|
|
}
|
2014-03-01 11:17:23 +01:00
|
|
|
.form-group{
|
|
|
|
padding:15px 0;
|
|
|
|
}
|
2014-04-29 23:22:09 +02:00
|
|
|
legend{
|
|
|
|
margin-top:50px;
|
|
|
|
}
|
2014-02-18 12:10:29 +01:00
|
|
|
/*
|
|
|
|
* Logo
|
|
|
|
*/
|
|
|
|
#logo_bar{
|
|
|
|
position:relative;
|
|
|
|
padding:15px 0px 15px 15px;
|
|
|
|
min-width: 960px;
|
|
|
|
}
|
|
|
|
#logo_right{
|
|
|
|
position:absolute;
|
|
|
|
width:60px;
|
|
|
|
padding:15px 15px 15px 0px;
|
|
|
|
top:0px;
|
|
|
|
right:0px;
|
|
|
|
}
|
|
|
|
#logo,#logo_right{
|
|
|
|
height:70px;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Loading
|
|
|
|
*/
|
|
|
|
.loadingModel {
|
|
|
|
display: none;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 400px;
|
|
|
|
background: url('../img/loading.gif')
|
|
|
|
50% 50%
|
|
|
|
no-repeat;
|
|
|
|
}
|
|
|
|
body.loading .loadingModel {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
body.loading #container{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Navbar
|
|
|
|
*/
|
|
|
|
#navbar{
|
|
|
|
background-image: url("../img/line.png");
|
|
|
|
border-radius: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
height:100px;
|
|
|
|
min-width: 960px;
|
|
|
|
}
|
|
|
|
#navbar:after, #navbar:before,
|
|
|
|
.bar:after,.bar:before,
|
|
|
|
.box:after,.box:before{
|
|
|
|
content:"";
|
|
|
|
display:table;
|
|
|
|
}
|
|
|
|
#navbar:after,.bar:after,.box:after{
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#navbar > div{
|
|
|
|
margin: 25px 15px;
|
|
|
|
float:right;
|
|
|
|
height:50px;
|
|
|
|
}
|
|
|
|
#navbar > ul{
|
|
|
|
margin: 60px 15px 0px;
|
|
|
|
list-style: none outside none;
|
|
|
|
padding-left: 0px;
|
|
|
|
float: left;
|
|
|
|
height:40px;
|
|
|
|
}
|
|
|
|
#navbar ul > li {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#navbar ul > li > a {
|
|
|
|
line-height: 20px;
|
|
|
|
display: block;
|
|
|
|
padding: 10px 15px;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 0 0 0 0;
|
|
|
|
color: #DDDDDD;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
#navbar .active > a,
|
|
|
|
#navbar .active > a:hover,
|
|
|
|
#navbar .active > a:focus {
|
|
|
|
background-color:#F0F0F0;
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
text-shadow: none;
|
|
|
|
border-radius: 4px 4px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Bottom
|
|
|
|
*/
|
|
|
|
#navdown{
|
|
|
|
margin:0px;
|
|
|
|
padding-bottom: 60px;
|
|
|
|
}
|
|
|
|
#navdown > .column-center td{
|
|
|
|
width:20%;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
#navdown > .column-center table{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#navdown a, #navdown a:hover{
|
|
|
|
color:white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Main
|
|
|
|
*/
|
|
|
|
.columns{
|
|
|
|
display:table;
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
.bar {
|
|
|
|
display: table-cell;
|
|
|
|
padding-top:30px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.bar > div{
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
.bar>h1:first-child,.bar>h3:first-child{
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
.avatar{
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-right: 20px;
|
|
|
|
text-align:center;
|
|
|
|
width:220px;
|
|
|
|
}
|
|
|
|
.avatar img{
|
|
|
|
max-width:200px;
|
|
|
|
}
|
|
|
|
#barleft{
|
|
|
|
width: 48px;
|
|
|
|
}
|
|
|
|
#barleft img{
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
.column-center{
|
|
|
|
width:960px;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
#container{
|
|
|
|
min-height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Extra
|
|
|
|
*/
|
|
|
|
.box-extra{
|
|
|
|
display:table;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.box-extra-left{
|
|
|
|
display:table-cell;
|
|
|
|
width:240px;
|
2014-03-26 19:49:36 +01:00
|
|
|
min-height: 220px;
|
2014-02-18 12:10:29 +01:00
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
.box-extra-left > .box{
|
|
|
|
width:200px;
|
|
|
|
height: 200px;
|
|
|
|
padding: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
display:table-cell;
|
|
|
|
}
|
|
|
|
.box-extra-left > .box > img{
|
|
|
|
max-height: 200px;
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-extra-left+.box{
|
|
|
|
display:table-cell;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 200px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-title{
|
|
|
|
background-color: #97c00e;
|
|
|
|
margin-top:6px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
display:table;
|
2014-03-26 19:49:36 +01:00
|
|
|
width:100%;
|
2014-02-18 12:10:29 +01:00
|
|
|
}
|
|
|
|
.box-title h1{
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
font-weight: bolder;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.box-title h3{
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2014-03-05 22:01:30 +01:00
|
|
|
.buttonrow{
|
|
|
|
text-align:right;
|
|
|
|
margin-top:25px;
|
2014-03-18 09:34:04 +01:00
|
|
|
padding:0px 15px;
|
2014-03-05 22:01:30 +01:00
|
|
|
}
|
2014-02-18 12:10:29 +01:00
|
|
|
/*
|
|
|
|
* Opening
|
|
|
|
*/
|
|
|
|
.openingitem {
|
|
|
|
margin: 30px auto;
|
|
|
|
width: 900px;
|
2014-04-29 22:39:11 +02:00
|
|
|
padding-bottom:20px;
|
2014-04-29 22:32:36 +02:00
|
|
|
border-bottom:1px solid grey;
|
2014-02-18 12:10:29 +01:00
|
|
|
}
|
|
|
|
.openingitem h3{
|
|
|
|
margin: 0px;
|
|
|
|
margin-top: 6px;
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
.openingitem > div{
|
|
|
|
display: table;
|
|
|
|
height: 106px;
|
|
|
|
table-layout:fixed;
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
.openingitem .icon{
|
|
|
|
display: table-cell;
|
|
|
|
padding: 3px 10px;
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
.openingitem .icon div{
|
|
|
|
display:table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
width: 250px;
|
|
|
|
height: 86px;
|
|
|
|
}
|
|
|
|
.openingitem .icon img{
|
|
|
|
max-height: 86px;
|
|
|
|
max-width: 86px;
|
|
|
|
}
|
|
|
|
.openingitem .icon span{
|
|
|
|
white-space:nowrap;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
2014-04-23 22:34:10 +02:00
|
|
|
height:16px;
|
2014-02-18 12:10:29 +01:00
|
|
|
color: #4F4F4F;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.openingitem .noicon-title{
|
|
|
|
display: table-cell;
|
|
|
|
padding: 3px 10px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 250px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.openingitem .left {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 3px 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.openingitem .left span {
|
|
|
|
display: block;
|
|
|
|
color: #4F4F4F;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.openingitem .right {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 3px 5px 3px 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
2014-03-01 11:17:23 +01:00
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
.openingitem .right .btn-group-vertical > .btn{
|
|
|
|
width:150px;
|
|
|
|
overflow-x:hidden;
|
2014-02-18 12:10:29 +01:00
|
|
|
}
|
|
|
|
.openingitem.empty {
|
|
|
|
display: block;
|
|
|
|
padding: 40px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-03-05 19:01:44 +01:00
|
|
|
/*
|
|
|
|
* Startseite
|
|
|
|
*/
|
|
|
|
.start-search-box{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.start-search-box img{
|
|
|
|
float:left;
|
|
|
|
margin-right:20px;
|
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox{
|
2014-03-05 19:01:44 +01:00
|
|
|
display:inline-block;
|
|
|
|
width:465px;
|
|
|
|
height:282px;
|
|
|
|
background-color:#9d1c16;
|
2014-03-10 23:53:06 +01:00
|
|
|
padding-top:20px;
|
2014-03-05 19:01:44 +01:00
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox h1{
|
2014-03-05 19:01:44 +01:00
|
|
|
color:white;
|
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox .searchform{
|
2014-03-05 19:01:44 +01:00
|
|
|
display:inline-block;
|
|
|
|
margin:auto;
|
|
|
|
}
|
2014-04-29 22:42:07 +02:00
|
|
|
.start-search-box .redbox .searchform .input-group,.start-search-box .redbox .searchform .btn.btn-primary{
|
2014-04-29 22:51:07 +02:00
|
|
|
width:350px;
|
2014-03-05 19:01:44 +01:00
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox .searchform .btn.btn-default{
|
2014-03-08 17:08:46 +01:00
|
|
|
background-color:#fea501;
|
|
|
|
border-color:#fea501;
|
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
2014-03-08 17:08:46 +01:00
|
|
|
line-height:1.42857;
|
|
|
|
color:white;
|
2014-03-05 19:01:44 +01:00
|
|
|
}
|
2014-04-29 22:37:27 +02:00
|
|
|
.start-search-box .redbox .searchform .btn.btn-primary{
|
2014-05-01 10:47:24 +02:00
|
|
|
background-color:#7e0000;
|
|
|
|
border-color:#7e0000;
|
2014-03-10 23:53:06 +01:00
|
|
|
}
|
2014-03-05 19:01:44 +01:00
|
|
|
/*
|
|
|
|
* Messages
|
|
|
|
*/
|
2014-03-04 09:07:18 +01:00
|
|
|
.msg legend{
|
|
|
|
margin:0px 0px 5px 0px;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
.msg .text{
|
|
|
|
font-weight:bold;
|
|
|
|
font-size:16px;
|
|
|
|
}
|
2014-03-12 17:42:02 +01:00
|
|
|
.cv{
|
2014-03-15 01:52:07 +01:00
|
|
|
width:100%;
|
|
|
|
color:black;
|
2014-03-12 17:42:02 +01:00
|
|
|
}
|
|
|
|
.cv td{
|
2014-03-15 01:52:07 +01:00
|
|
|
width:50%;
|
|
|
|
padding-bottom:15px;
|
|
|
|
}
|
|
|
|
.cv td span{
|
|
|
|
font-style:italic;
|
|
|
|
font-size:12px;
|
|
|
|
}
|
|
|
|
|
2014-04-01 20:58:36 +02:00
|
|
|
.cv .date {
|
|
|
|
display:inline-block;
|
|
|
|
width:90%;
|
|
|
|
}
|
|
|
|
.cv .date > select {
|
|
|
|
width:30%;
|
|
|
|
display:inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-15 01:52:07 +01:00
|
|
|
.hide-input input.form-control{
|
|
|
|
background-color:rgba(255,255,255,0);
|
|
|
|
border-color:rgba(255,255,255,0);
|
|
|
|
color:black;
|
|
|
|
box-shadow:none;
|
2014-03-12 17:42:02 +01:00
|
|
|
}
|
2014-04-02 20:37:38 +02:00
|
|
|
.modal-body,.modal-title{
|
|
|
|
color:black;
|
|
|
|
}
|
2014-02-18 12:10:29 +01:00
|
|
|
.infofield{
|
|
|
|
color:black;
|
|
|
|
}
|
2014-03-28 16:22:19 +01:00
|
|
|
.table > thead > tr > th {
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
.tableForm tbody tr.new .btn-del{
|
|
|
|
display:none;
|
|
|
|
}
|
2014-03-23 10:16:15 +01:00
|
|
|
|
2014-04-15 19:47:57 +02:00
|
|
|
.imgsubtitle.edit{
|
|
|
|
background:rgba(0,0,0,0.8);
|
|
|
|
color:white;
|
|
|
|
width:200px;
|
|
|
|
float:none;
|
|
|
|
height:20px;
|
|
|
|
margin-top:-20px;
|
|
|
|
position:absolute;
|
|
|
|
}
|
|
|
|
.imgsubtitle.edit a{
|
|
|
|
color:white;
|
|
|
|
}
|
2014-04-15 21:43:23 +02:00
|
|
|
|
|
|
|
fieldset.search{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
fieldset.search .form-group{
|
|
|
|
text-align:left;
|
|
|
|
width:250px;
|
|
|
|
display:block;
|
2014-04-29 23:51:16 +02:00
|
|
|
margin-right:30px;
|
2014-04-15 21:43:23 +02:00
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
fieldset.search .submit.form-group{
|
|
|
|
padding-top:40px;
|
2014-04-16 23:10:05 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
fieldset.search .submit.form-group .btn{
|
|
|
|
width:250px;
|
2014-04-15 21:43:23 +02:00
|
|
|
}
|
|
|
|
fieldset.search .form-group label{
|
|
|
|
margin: 0px 20px;
|
|
|
|
font-weight:700;
|
|
|
|
height:25px;
|
|
|
|
|
|
|
|
}
|