.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  /* Originaleintrag, wird überschrieben  */
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* ------------------------------------ Variablen ------------------------------------- */
/* Farben */
/* Schriften */
/* ------------------------------------------------------------------------------------ */
/* Resets */
* {
  margin: 0;
  padding: 0;
}
img,
iframe {
  border: 0;
}
/* ------------------------------------------------------------------------------------ */
/* Tags */
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 150%;
  background-color: #DEDEDE;
}
h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 32px;
  line-height: 130%;
  color: #333333;
  font-weight: normal;
  margin-bottom: 16px;
}
h2 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #333333;
  font-weight: normal;
  margin-bottom: 12px;
}
h3 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 120%;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
h4,
h5,
h6 {
  font-size: 14px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 2px;
  line-height: 120%;
}
p {
  font-size: 14px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 150%;
  margin-bottom: 16px;
}
table {
  margin-bottom: 16px;
}
td {
  font-size: 14px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 3px 5px 3px 0px;
}
table.with_border {
  border-collapse: collapse;
}
table.with_border td {
  padding: 3px 5px 3px 5px;
  border: 1px solid #666666;
}
ul,
ol {
  margin-left: 25px;
  margin-bottom: 16px;
}
li {
  font-size: 14px;
  line-height: 130%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 2px;
}
a {
  color: #333333;
}
a:hover {
  color: #8b0000;
}
/* Telefon-Links normal ausschauen lassen */
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: #000;
  cursor: text;
}
/* ------------------------------------------------------------------------------------ */
/* allgemeine Regeln für Formulare (also auch für eigene PHP-Scripte) */
#form_container {
  background-color: #FFFFFF;
}
table.form_table {
  border-collapse: collapse;
}
table.form_table td {
  font-size: 12px;
  line-height: 150%;
  padding: 2px 7px 1px 0px;
  margin-bottom: 0px;
}
table.form_table_preisrechner {
  border-collapse: collapse;
}
table.form_table_preisrechner td {
  font-size: 12px;
  line-height: 150%;
  padding: 2px 37px 2px 0px;
  margin-bottom: 0px;
}
table.configurator {
  border: 1px solid #333333;
}
table.configurator td {
  padding: 0;
}
div.preisrechnerform {
  float: left;
  width: 465px;
}
#preisrechnerbildcontainer {
  margin-left: 465px;
}
input[type=text] {
  border: 1px solid #666666;
  padding: 2px 3px 2px 3px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
input[type=text]:focus {
  border-color: #000000;
}
input.alert {
  border: 2px solid #8b0000;
}
input.readonlyClass {
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
div.alertbox {
  border: 2px solid #8b0000;
  padding: 4px 8px 4px 8px;
  margin-bottom: 5px;
}
div.alertbox p {
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 1px;
}
/* ------------------------------------------------------------------------------------ */
/* Klassen */
.textblau {
  color: #0099ff;
}
.textrot {
  color: #8b0000;
}
.textmini {
  font-size: 11px;
}
.textmini {
  font-size: 11px;
}
.textklein {
  font-size: 12px;
}
.lead {
  font-size: 32px;
  line-height: 140%;
}
/* ------------------------------------------------------------------------------------ */
/* Bereiche */
#container {
  width: 1200px;
  margin: 12px auto 15px auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 7px 7px 6px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 7px 7px 6px rgba(50, 50, 50, 0.6);
  box-shadow: 7px 7px 6px rgba(50, 50, 50, 0.6);
}
#header {
  height: 65px;
  padding: 10px 0px 10px 0px;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid #666666;
}
#logo {
  float: left;
  width: 238px;
}
#logo h1 {
  margin: 0;
  padding: 0;
}
#logo h1 a {
  display: block;
  width: 238px;
  height: 70px;
  background-image: url(images/mbzz_logo_238_70.gif);
  background-repeat: no-repeat;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  text-indent: -3000px;
}
#header_right {
  text-align: right;
  float: left;
  padding-top: 25px;
  width: 79.1%;
}
#sprachwahl {
  float: right;
}
#sprachwahl ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 0px 0px 0px;
}
#sprachwahl ul li {
  float: left;
  border-right: 1px solid #666666;
  padding-right: 6px;
  margin-right: 6px;
}
#sprachwahl ul li:last-child {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
}
#sprachwahl ul li a {
  text-decoration: none;
  color: #666666;
  font-size: 11px;
  line-height: 110%;
  text-transform: uppercase;
}
#sprachwahl ul li a:hover {
  color: #8b0000;
}
#sprachwahl ul li.lang-active a {
  color: #000000;
}
/* CSS von Joomla überschreiben für li in Sprachwahl-Menu */
div.mod-languages li {
  margin-left: 0px;
}
#search {
  margin-right: 60px;
}
#search form {
  padding-top: 4px;
}
#search form label {
  display: none;
}
#search form input {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
  border: 1px solid #666666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 10px 2px 10px;
  outline: 0;
  -webkit-appearance: none;
}
#search form input:focus {
  border-color: #333333;
}
#stage {
  background-image: url(images/strich_grau.gif);
  background-repeat: repeat-y;
  padding-right: 30px;
}
#left_col {
  width: 205px;
  float: left;
  padding: 30px 30px 0px 30px;
  height: 100%;
}
#menu {
  height: 420px;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  line-height: 150%;
}
#menu ul li.active a {
  color: #8b0000;
  font-weight: bold;
}
#menu ul li.active ul li a {
  color: #333333;
  font-weight: normal;
}
#menu ul li.active ul li a:hover {
  color: #8b0000;
}
#menu ul li a {
  text-decoration: none;
  color: #333333;
}
#menu ul li a:hover {
  color: #8b0000;
}
#menu ul li ul {
  margin-left: 8px;
  margin-bottom: 6px;
}
#menu ul li ul li {
  line-height: 120%;
}
#menu ul li ul li.active a {
  color: #8b0000;
  font-weight: bold;
}
#news {
  margin-bottom: 30px;
  min-height: 100px;
}
#news h4 {
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 2px;
}
#news p {
  font-size: 11px;
  line-height: 130%;
}
#medidor {
  margin-bottom: 30px;
}
#medidor p {
  font-size: 11px;
  margin-bottom: 2px;
}
#vertrieb_logo a {
  display: block;
  width: 109px;
  height: 29px;
  background-image: url(images/medidor_109.gif);
  background-repeat: no-repeat;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  text-indent: -3000px;
}
#service_navi {
  padding-bottom: 15px;
}
#service_navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#service_navi ul li {
  float: left;
  border-right: 1px solid #333333;
  padding-right: 6px;
  margin-right: 6px;
}
#service_navi ul li:last-child {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
}
#service_navi ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}
#service_navi ul li a:hover {
  color: #8b0000;
}
#content {
  margin-left: 280px;
  padding: 25px 72px 0px 30px;
  height: 640px;
  overflow: auto;
}
/* ------------------------------------------------------------------------------------ */
/* Bestellformular (4 Schritte) */
/* Status Bar */
.zahl_aktiv,
.zahl_passiv {
  padding: 2px 5px 0px 10px;
  font-size: 12px;
  line-height: 12px;
}
.step_aktiv,
.step_passiv {
  padding: 2px 30px 0px 0px;
  font-size: 12px;
  line-height: 12px;
}
.abstand {
  font-size: 12px;
  width: 5px;
}
/* Schriftfarben */
.zahl_aktiv,
.step_aktiv {
  color: #FFFFFF;
  font-weight: bold;
}
.zahl_aktiv a,
.step_aktiv a {
  color: #FFFFFF;
}
.zahl_passiv,
.step_passiv {
  color: #FFFFFF;
}
.zahl_passiv a,
.step_passiv a {
  color: #FFFFFF;
}
/* Hintergrund-Bilder */
.step_aktiv {
  background-image: url(../custom_forms/bilder/pfeil_bestellen_aktiv.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}
.step_passiv {
  background-image: url(../custom_forms/bilder/pfeil_bestellen_passiv.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}
.zahl_aktiv {
  background-image: url(../custom_forms/bilder/kreis_bestellen_aktiv.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.zahl_passiv {
  background-image: url(../custom_forms/bilder/kreis_bestellen_passiv.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
div.weitere_schritte p {
  margin-bottom: 8px;
}
div.weitere_schritte h3 {
  margin-bottom: 3px;
}
.bestell_option {
  margin-bottom: 12px;
}
/* ------------------------------------------------------------------------------------ */
/* Bootstrap-Overrides */
/* CSS-Regeln für Carousels */
div.carousel-inner {
  background-color: #EEEEEE;
}
a.carousel-control {
  text-decoration: none;
}
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel-caption {
  padding: 12px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}
.carousel-caption h4,
.carousel-caption p {
  color: #333333;
  line-height: 20px;
}
/* Modals */
.modal {
  width: 720px;
}
.modal-body {
  max-height: 500px;
}
