123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- body,html {
- padding: 0px;
- margin: 0px;
- }
- #bg {
- position: fixed;
- }
- .cl-f12 {
- font-size: 12pt;
- line-height: 200%;
- }
- .clPerson {
- padding-top: 20px;
- padding-bottom: 20px;
- }
- p.red-line {
- text-indent: 4em;
- text-align: justify;
- }
- .cl-m10 {
- margin: 10px;
- }
- .justify {
- text-align: justify;
- }
- .navbar-form input, .form-inline input {
- width:auto;
- }
- #nav.affix {
- position: fixed;
- top: 0px;
- width: 100%;
- z-index:1000;
- }
- .cl-success { color: #5cb85c; }
- .cl-slider {
- height: 400px;
- width: 100%;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- #item-nach>* {
- cursor: pointer;
- transform_: scale(0.9, 0.9);
- transition: 0.3s;
- }
- .header-brand {
- background-color: #4c7eb1;
- width: 180px;
- height: 200px;
- margin-left: 20px;
- padding-top: 20px;
- padding-left: 5px;
- border-top-color: #2c5e91;
- border-top-width: 3px;
- border-top-style: solid;
- float: left;
- margin-top: 0px;
- margin-right: 30px;
- }
- .clDark {
- background_-color: #2D2D2D;
- background-color: #555555;
- color: #ffffff;
- }
- .clDark div {
- padding: 10px;
- }
- .news-header {
- font-weight: bold;
- font-size: 16pt;
- color: #ffd0d0;
- }
- .news-body {
- text-align: justify;
- font-size: 12pt;
- }
- .clPerson {
- padding-left: 300px;
- padding-right: 300px;
- color: #ffffff;
- background-color: #428bca;
- height: 260px;
- }
- .navbar {
- background-color: #428bca !important;
- }
- .navbar-nav>li>a
- {
- color: #ffffff !important;
- }
- .navbar-nav>li>a:hover
- {
- background-color: #327bca !important;
- }
- .navbar-nav>li.open>a
- {
- background-color: #327bca !important;
- }
-
- .row.vertical-divider {
- overflow: hidden;
- }
- .row.vertical-divider > div[class^="col-"] {
- text-align: center;
- padding-bottom: 100px;
- margin-bottom: -100px;
- border-left: 2px solid #F2F7F9;
- border-right: 2px solid #F2F7F9;
- }
- .row.vertical-divider div[class^="col-"]:first-child {
- border-left: none;
- }
- .row.vertical-divider div[class^="col-"]:last-child {
- border-right: none;
- }
- #nav_home {
- opacity: 0.0;
- position: fixed;
- padding: 20px;
- }
- #nav_home.affix {
- top: 10px;
- opacity: 0.9;
- display: block;
- position: fixed;
- }
- .clFam {
- font-size: 20pt;
- display: block;
- font-weight: bold;
- }
- .clDol {
- font-size: 16pt;
- font-weight: bold;
- display: block;
- color: #428BCA;
- }
|