/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.02.2014, 13:29:26
    Author     : rlang
*/
a {
  color: #00508e;
}
a:hover {
  color: #002542;
}
.strong {
  font-weight: bold;
}
.btn-group.admin-actions {
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 1000;
}
body {
  padding-top: 0 !important;
  background: #fff url('../img/bg.jpg') left top no-repeat;
  font-family: 'Cabin', arial, sans-serif;
  font-size: 15px;
  color: #333;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.465em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table.uebersicht td {
  /*  word-break: break-all;*/
  word-wrap: break-word;
}
a.homelink {
  position: absolute;
  top: 8px;
  left: 23px;
  display: block;
  width: 185px;
  height: 110px;
  text-decoration: none;
}
header {
  position: relative;
}
header #banner {
  position: relative;
  top: 0;
  left: 0;
}
header #banner .header-img > img {
  border-bottom: 4px solid #006cb7;
}
header #loginblock {
  position: absolute;
  right: 30px;
  width: 200px;
  height: 40px;
  padding: 8px 0px 10px 10px;
  background: transparent url('../img/bfw_sprite.png') left -114px no-repeat;
  z-index: 100;
}
header #loginblock.logged-out {
  cursor: pointer;
}
header #loginblock label {
  width: 100px;
  color: #00508e;
  cursor: pointer;
}
header #loginblock label input.form-control {
  width: 80px;
  padding: 3px 6px;
}
header #loginblock input {
  height: auto;
  font-size: 12px;
  line-height: 12px;
}
header #loginblock form#user-login {
  padding: 0;
}
header #loginblock form#user-login .form-group {
  width: 80px;
  margin-bottom: 9px;
  margin-right: 3px;
}
header #loginblock form#user-login input[type=submit] {
  width: 70px;
  padding: 4px 0;
  vertical-align: top;
  margin-top: 1px;
}
header #loginblock #slideup {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  color: #00508e;
  cursor: pointer;
}
header #loginblock #slideup .glyphicon {
  margin-top: 2px;
}
header #loginblock.logged-in {
  background-position: 0 -4px;
  height: 110px;
  font-size: 12px;
}
header #loginblock.logged-in h4 {
  margin-top: 0;
  font-size: 19px;
  font-weight: bold;
}
header #loginblock.logged-in p {
  height: 20px;
  overflow: hidden;
}
header #loginblock.logged-in a.action {
  display: inline-block;
  width: 50%;
}
header #loginblock.logged-in a.action .glyphicon {
  /*font-weight: bold;*/
}
a .glyphicon {
  /*margin-right: 0.5em;*/
}
a.admin .glyphicon {
  margin: 0;
}
header #loginblock .form-item {
  margin: 0 0 0 18px;
  padding: 0;
  position: relative;
}
header #loginblock .form-item-name {
  margin-top: 13px;
}
header #loginblock .form-submit {
  position: absolute;
  right: 10px;
  top: 46px;
}
/*
    Header Navigation
*/
header #navbar {
  height: 60px;
}
header #navbar .navbar {
  position: relative;
  margin: -26px 30px 26px 30px;
  width: 880px;
  font-size: 17px;
  line-height: 48px;
}
header ul.main-nav {
  list-style-type: none;
  padding: 0 0 0 15px;
}
header ul.main-nav li {
  float: left;
}
header ul.main-nav li a {
  display: block;
  text-shadow: none !important;
  padding: 0 25px;
  border-right: 2px solid #0b5a91;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  color: white;
}
header ul.main-nav li a:hover {
  background-color: white;
  color: #00508e;
}
header ul.main-nav li a.active {
  background-color: white;
  color: #00508e;
}
header ul.main-nav li:last-child a {
  border-right: 0;
}
#loginblock #edit-pass:-ms-input-placeholder,
#loginblock #edit-name:-ms-input-placeholder {
  font-size: 11px;
  line-height: 14px;
}
.vendor-ie #loginblock #edit-name,
#loginblock #edit-name #edit-pass {
  font-size: 11px;
  line-height: 14px;
}
.navbar {
  position: relative;
  margin: -26px 30px 20px 30px;
  width: 880px;
  font-size: 17px;
  line-height: 48px;
}
.navbar {
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #025490;
  background-image: -moz-linear-gradient(top, #035792, #00508e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#035792), to(#00508e));
  background-image: -webkit-linear-gradient(top, #035792, #00508e);
  background-image: -o-linear-gradient(top, #035792, #00508e);
  background-image: linear-gradient(to bottom, #035792, #00508e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff035792', endColorstr='#ff00508e', GradientType=0);
  border: 1px solid #035792;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  border: none !important;
  padding: 0;
}
header #navbar .navbar .navbar-inner .nav > li > a,
header #navbar .navbar .navbar-inner .nav > .active > a,
header #navbar .navbar .navbar-inner .nav > .active > a:hover,
header #navbar .navbar .navbar-inner .nav > .active > a:focus {
  text-shadow: none !important;
  padding: 14px 25px 14px;
  border-right: 2px solid #0b5a91;
}
.navbar .nav > li > a {
  float: none;
  padding: 13px 15px 13px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #035792;
}
#content {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 40px 80px 40px;
}
h1,
h2,
h3 {
  color: #003153;
  display: block;
  font-family: Cabin, arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
.left-menu h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #00508e;
  font-weight: 600;
  margin-top: 23px;
  padding-top: 0;
  border-bottom: 1px solid #00508e;
  padding-bottom: 6px;
}
.left-menu .navbar-nav > li {
  width: 100%;
}
.left-menu .navbar-nav > li > a {
  padding: 10px 5px 10px 25px;
  border-bottom: 1px dashed #00508e;
}
.left-menu .navbar-nav > li > a.active {
  font-weight: bold;
}
.left-menu .navbar-nav > li:hover {
  background-color: #E4EDF5;
}
.left-menu .navbar-nav > li > a:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url('../img/bfw_sprite.png') -100px -155px no-repeat;
}
.btn-transparent {
  background-color: white;
  border: 1px solid transparent;
  opacity: 0.8;
}
.btn-transparent:hover,
.btn-transparent:active {
  opacity: 1;
  background-color: white;
  border-color: gray;
}
footer.pagefooter {
  position: relative;
  top: 0;
  left: 0;
  background: #e2eaf3;
  padding: 20px 40px;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer.pagefooter #scroll-top {
  position: absolute;
  top: -25px;
  right: 40px;
  cursor: pointer;
  font-size: 12px;
}
footer.pagefooter .links a {
  text-transform: uppercase;
  margin: 0 10px;
}
footer.pagefooter .links a:first-child {
  margin-left: 0;
}
.dropdown-menu.admin-menu {
  min-width: 60px;
}
/*
  table#NewsletterInhalt_tbl {
        height: 450px !important;
        #NewsletterInhalt_ifr {
          height:100% !important;
        }
  }

  table#NewsBody_tbl {
        height: 450px !important;
        #NewsBody_ifr {
          height:100% !important;
        }
  }*/
article {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
}
article {
  margin-bottom: 20px;
}
article section {
  margin-bottom: 10px;
}
article img {
  border-radius: 3px;
  margin: 0;
}
article img.pull-right {
  margin-left: 1em;
  margin-bottom: 1em;
}
article img.pull-left {
  margin-right: 1em;
  margin-bottom: 1em;
}
article.main {
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 20px;
}
article.main img.pull-right {
  margin-left: 35px;
  margin-bottom: 0;
}
article.teaser img {
  margin: 5px 5px 30px 5px;
}
article.teaser h2 {
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #00508e;
  font-weight: 600;
  padding-top: 0;
}
article.teaser h2:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 9px;
  margin-top: 3px;
  background: transparent url('../img/bfw_sprite.png') left -242px no-repeat;
}
article.newsteaser {
  border: 1px solid #d2d2d2;
  background: #fffffd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #fffffd 0%, #e6edf5 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffffd), color-stop(99%, #e6edf5));
  background: -webkit-linear-gradient(top, #fffffd 0%, #e6edf5 99%);
  background: -o-linear-gradient(top, #fffffd 0%, #e6edf5 99%);
  background: -ms-linear-gradient(top, #fffffd 0%, #e6edf5 99%);
  background: linear-gradient(to bottom, #fffffd 0%, #e6edf5 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffd', endColorstr='#e6edf5', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
article.newsteaser h2 {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #00508e;
  font-weight: 600;
  padding-top: 0;
}
article.newsteaser .content,
article.newsteaser header {
  margin: 0 15px;
}
article.newsteaser .content h3 {
  font-size: 18px;
}
article.newsteaser footer {
  background-color: #dbe4ed;
  line-height: 30px;
  padding: 0 15px;
}
article.newsletter {
  padding: 10px 20px 5px;
  font-size: 14px;
}
article.newsletter h2 {
  font-size: 24px;
  color: #00508e;
  margin-top: 0;
}
article.newsletter h3 {
  font-size: 16px;
  margin-top: 0;
}
article.newsletter h4 {
  font-size: 15px;
  font-weight: inherit;
}
article.arbeitskreis,
article.termin {
  padding: 10px 20px 5px;
  font-size: 14px;
}
article.arbeitskreis label,
article.termin label {
  font-weight: bold;
  width: 120px;
  margin: 0;
}
article.arbeitskreis .badge,
article.termin .badge {
  background-color: #003153;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
  cursor: help;
}
article.arbeitskreis h2,
article.termin h2,
article.arbeitskreis h3,
article.termin h3 {
  margin-top: 0;
}
article.arbeitskreis {
  background-color: #eff3f7;
}
article.arbeitskreis > article {
  background-color: #dbe4ed;
}
.article-list > article {
  background-color: #eff3f7;
}
.article-list > article:nth-child(2n) {
  background-color: #fafbfc;
}
.article-list > article > article {
  background-color: #dbe4ed;
}
/* 
Formular-Einstellungen
*/
label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}
.required label:after {
  content: "*";
}
.error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error .help-block,
.error .control-label,
.error .radio,
.error .checkbox,
.error .radio-inline,
.error .checkbox-inline {
  color: #a94442;
}
#AnbieterEditForm ul.nav-tabs a{
    padding: 10px 7px;
}
/*
Info-Boxen
*/
.box {
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e2eaf3;
  overflow: hidden;
  font-size: 15px;
  padding: 0 20px 20px 110px;
}
.box.box-info {
  background: url(../img/bg/bg-info.png) left 50% no-repeat;
}
.box.box-download {
  background: url(../img/bg/bg-download.png) left 50% no-repeat;
}
.box a.download {
  margin-left: 20px;
  display: block;
}
.box h2,
.box h3 {
  font-size: 15px;
  line-height: 20px;
  color: #00508e;
}
img.logo {
  max-height: 180px;
  margin: 0 auto;
}
.list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
article.anbieter {
  display: block;
  background-color: #fafbfc;
  padding: 10px;
}
article.anbieter img.logo {
  float: right;
  max-width: 200px;
  max-height: 120px;
  clear: right;
}
article.anbieter header h3 {
  font-size: 17px;
  margin-top: 0;
}
article.anbieter:nth-child(2n) {
  background-color: #eff3f7;
}
.filialen {
  display: table;
  border-spacing: 5px;
  width: 100%;
}
.filiale {
  font-size: 90%;
  display: table-cell;
  padding: 0.5em;
  background-color: #dbe4ed;
}
.odd {
  background-color: #eff3f7;
}
.even {
  background-color: #fafbfc;
}
button.filter {
  margin-right: 2px;
  min-width: 18px;
  padding-left: 4px;
  padding-right: 4px;
}
section#anbieterliste {
  margin-top: 20px;
}
.tab-pane {
  padding-top: 20px;
}
.panel.niederlassung .panel-title .openclose:before {
  content: "\e114";
}
.panel.niederlassung .panel-title.collapsed .openclose:before {
  content: "\e080";
}
.panel.ansprechpartner {
  width: auto;
  margin: 0 10px 10px 0;
  float: left;
  min-width: 295px;
}
.panel.ansprechpartner:last-child {
  margin-right: 0;
}
.panel.ansprechpartner address {
  margin-bottom: 0;
  min-height: 100px;
}
td.ckhl,
th.ckhl {
  width: 70px;
  text-align: center;
}
td.ckhl input.chk-leistung,
th.ckhl input.chk-leistung {
  max-width: 25px;
  margin: 0 auto;
}
.filter-disabled {
  opacity: .5;
}
.filter {
  border-radius: 4px;
  background: #dbe4ed;
  margin-bottom: 30px;
}
.filter label {
  font-weight: bold;
  font-size: 16px;
}
.filter ul {
  padding-left: 5px;
}
.filter li.bereichsFilter {
  cursor: pointer;
}
.filter li.bereichsFilter .panel {
  margin-bottom: 5px;
}
.filter li.bereichsFilter .panel-body {
  display: table-cell;
  height: 3.5em;
  vertical-align: middle;
  padding: 0 15px;
}
.filter .lead-number {
  font-size: 50px;
  margin: 40px 30px 30px;
  display: block;
  float: left;
  font-weight: bold;
  color: #6b757e;
}
.filter div.select {
  margin: 35px 0;
}
.filter div.select label {
  margin-top: 7px;
}
.rotate90 {
  -moz-transform: rotate(-90deg);
  /* FF3.5+ */
  -o-transform: rotate(-90deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-90deg);
  /* Saf3.1+, Chrome */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* IE8 */
}
a.download:before {
  content: "\e025";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
a.download-after:after {
  content: "\e025";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
a.konto:before {
  content: "\e136";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
a.logout:before {
  content: "\e017";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
a.passwort {
  font-size: 12px;
}
a.passwort:before {
  content: "\e085";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.aligncenter,
dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
@media print {
  a[href]:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  #loginblock,
  .admin-actions,
  #scroll-top {
    display: none;
  }
}
