/* added from standard.css start */
.no {
  display: none;
}
.boxleft {
  margin-bottom: 10px;
}
.selectdetailsucheklein.rechteseite {
  margin-left: 10px;
  width: 97px;
}
#allekats {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.boxleft ul {
  list-style: none;
  margin-left: 5px;
  margin-top: 5px;
}
.boxleft ul li a {
  color: #333;
  line-height: 20px;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
}
#allemonatezeigen, #allekategorienzeigen, .boxleft h5, .boxleft .h5 {
  color: #fff;
  background: #008a4c;
  line-height: 22px;
  font-size: 16px !important;
  padding: 5px;
  font-weight: bold;
}
h5 a, .h5 a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.gmmtreffer h3 a, .gmmtreffer .h3 a {
  color: #008a4b;
  text-decoration: none;
}
.haendlertreffer td {
  vertical-align: top;
  padding: 5px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#allelaender {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-left: 60px;
}
.haendlertreffertext h3 a, .haendlertreffertext .h3 a {
  color: #008a4c;
  text-decoration: none;
  font-weight: bold;
}
.boxright {
  margin-top: 20px;
}
#weitereanzeigen h4, #weitereanzeigen>strong {
  color: #fff;
  padding-left: 10px;
  display: block;
  line-height: 20px;
  font-size: 14px;
  background: #008a4c;
}
#weitereanzeigeninnen {
  padding: 10px;
}
#weitereanzeigeninnen ul {
  list-style: none;
}
#weitereanzeigeninnen ul li {
  clear: both;
}
/* added from standard.css end */

.flexslider DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom: 0px !important; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts*/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme*/
.flexslider {
  margin: 0 0 50px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  line-height: 35px;
  padding-top: 13px;
  display: block;
  width: 40px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }


h1{font-weight:bold;}
h2 {font-size:20px;font-weight:bold;line-height:36px}
.detail_title h1 {margin:10px 0;}
.detail_subtitle {font-weight:bold}
.c3{color:#333333;  font-weight:bold;  text-decoration:none;  border-bottom:5px solid #cfd0d2;  font-size:16px;  font-weight:bold;  padding-left:3px;  padding-bottom:5px;}
.rowimage{width:180px;}
#topImageContainer{width:100%;    clear:both; background:url(/versteigerung/images/versteigerung_headerweb_back.png);}
.ver_navigation{background:#D4DDD8;    clear:both;    height:41px;    width:100%;    margin-bottom:15px;}
.ver_navigation ul li{float:left;    width:auto;}
.ver_navigation ul li a{border-right:1px solid #ccc;    display:block;    font-size:14px;    padding:12px 10px 11px;    text-decoration:none;    color:#000;}
.ver_navigation ul li a:hover{background:#D4DDD8;color:#008547;font-weight:bold;}
.abstandunten10{margin-bottom:10px;}
.abstandoben10{margin-top:10px;}
.abstandoben20{margin-top:20px;}
.alternate.row:nth-child(even){background-color:#eee;}
h3, .h3{font-size:16px;}
.auction_list{margin:10px 0;}
.auction_list .row{margin:5px 0;padding:5px 0;border-bottom:1px solid #aaa;}
.form-inline .form-group{float:left;width:30%;margin:10px;}
#descriptionBox ul{margin-left:30px;}
#descriptionBox{}
.bidBoxBig .col-sm-6{padding:0;}
#maincontent .col-sm-5{padding-left:0;}
.bidBoxBig{margin-top:20px;}
.auction-detail-table{margin-left:10px}
.imgtext{width:100%; height:70px;padding:5px;}
.redfont{color:#ff0000;font-weight:bold;}
hr{margin:15px 0;}
#productInfoBox{border-top:1px dashed #000;background:#D4DDD8;padding:8px;clear:both;}
#form_place_bid, #form_bid{color:#fff;font-weight:bold;background:#008547;text-decoration:underline;}
#productInfoBox .c3g, #productInfoBox2 .c3g{color:#008547;font-weight:bold;border-bottom:1px solid #008547;}
.nopadding{padding:0;}
.nopaddingleft{padding-left:0;}
.detail_title{margin-bottom:15px;clear: both;}
.flexslider{margin-bottom:20px;}
#form_place_bid{width:70px;float:right;}
#max_bid{float:left;width:200px;padding-left:6px;}
.timebox{padding-left:15px!important;}
.isMainPic{background:#008547;}
.isMainPic span{color:#fff;}
.hiddenBtn{display:none;}
#photoList .col-sm-3{text-align:center;}
.glyphicon-remove{color:#ff0000;}
.borderBid{border-bottom:3px solid #008547;padding:6px 5px 5px 8px !important;background:#efefef;text-align:center;}
.highlightItem{background:#E6EFD2;}
#auction_index_list .row{padding:8px 0;border-bottom:1px dashed grey;}
#auction_index_list .row h3 a{color:#07954D;font-weight:bold;text-decoration:underline;}
.list_price{font-weight:bold;color:#008547;font-size:15px; text-align:center;padding-top:35px;}
.headerrow div{font-weight:bold;}
.greenfont{color:#008547;}
.row h3{margin-bottom:5px;}
.margintop10 {margin-top:10px}
.flexslider .flex-control-thumbs li{height:90px;}
#bidTable .row{padding:8px;    border-bottom:1px dashed #bbb}
#bidTable .input-group{width:150px !important;}
#bidTable #max_bid{width:150px !important;}
div.bg-danger, div.bg-warning, div.bg-success{padding:10px;    font-weight:bold;    margin:10px 0;    font-size:14px;    text-align:center;}
.bidwidth{width:70%;    margin:0 auto;}
a.backlink{font-size:16px;    font-weight:bold;}
#showList{width:40%;    float:left;}
#searchstringfield{width:40%;    float:left;    margin-left:20px;}
#sendAuctionSearch{float:right;width:12%;font-weight:bold;}
#otherAuctionBox {margin-top:20px}
#otherAuctionBox div{text-align:center;}
#otherAuctionBox .head a{font-weight:bold;    font-size:14px;    color:#008547;}
#otherAuctionBox .img{}
#otherAuctionBox .txt{}
.borderBox{border:1px solid #ddd;        border-radius:4px;        margin:8px 5px;        height:215px;        padding-top:5px}
.reducedpadding{padding:0 3px !important;}
@media screen and (max-width:768px){.rowimage{width:140px;}
.list_price{padding-top:0;}
.bidwidth{width:99%;}
#auction_index_list .col-xs-5, #auction_index_list .col-xs-7{padding:0 2px}
#productInfoBox .col-sm-10 {padding:0;}
#headertop {display:none;}
}
.flexslider .slides li{max-height:100%;}
.flex-caption{width:100%;    padding:6px 10px;    left:0;    bottom:0;    background:rgba(0,0,0,.5);    color:#fff;    text-shadow:0 -1px 0 rgba(0,0,0,.3);    font-size:14px;    line-height:18px;}
p.flex-caption {margin:0;}
.text-count {font-weight:bold;}
#descriptionBox a {text-decoration:underline !important;}
#nav1 li {
  list-style:none!important
}
