
span.danger {
    color: #d9534f;
}
span.warning {
    color: #f0ad4e;
}
span.success {
    color: #5cb85c;
}

.center-pills {
    display: inline-block;
}

#content-page h4 {
    margin-top: 20px;
    margin-bottom: 6px;
}

table.fixed-th th {
    width: 30%;
}

hr {
    border: 2px solid #333 !important;
}

.table.fixed-th > tbody > tr > th, .table.fixed-th > tbody > tr > td {
    border-top: 1px solid #ddd;
}

.btn-primary {
    background-color: #bfb355 !important;
    border-color: #bfb355 !important;
}
h1 {
    color: #bfb355 !important;
}

.social-box {
    border: 1px solid #ddd;
    padding:6px 12px;
    margin:28px 0;
    height:46px;
    display:inline-block;
    border-radius:4px;
}
.social-box a {
    margin-left: 6px;
    margin-right: 6px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 3px;
}

.mt-2 {
    margin-top: 6px;
}

.mt-3 {
    margin-top: 9px;
}

.mt-4 {
    margin-top: 12px;
}

.mt-5 {
    margin-top: 15px;
}

.mt-6 {
    margin-top: 18px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 3px;
}

.mb-2 {
    margin-bottom: 6px;
}

.mb-3 {
    margin-bottom: 9px;
}

.mb-4 {
    margin-bottom: 12px;
}

.mb-5 {
    margin-bottom: 15px;
}

.mb-6 {
    margin-bottom: 18px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 3px;
}

.ml-2 {
    margin-left: 6px;
}

.ml-3 {
    margin-left: 9px;
}

.ml-4 {
    margin-left: 12px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 3px;
}

.mr-2 {
    margin-right: 6px;
}

.mr-3 {
    margin-right: 9px;
}

.mr-4 {
    margin-right: 12px;
}

#footer-social-icons {
    text-align: center;
}
@media (min-width: 767px) {
    #footer-social-icons {
        text-align: right;
    }
}

.big {
    font-size: 100%;
    line-height: 1.5;
}
@media (min-width: 767px) {
    .big {
        font-size: 120%;
    }
}

.no-br {
    white-space: nowrap;
    overflow: hidden;
}

.search-filter.in,
.search-filter.collapsing {
    display: block !important;
}

.item {
    margin: 0 0 20px 0;
}
.carousel-inner .item {
    margin: 0;
}

.slick-slide .inner {
    margin: 0 15px;
    padding: 10px;
    width: 250px;
    height: 120px;
}
.img-real-responsive {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.aktuelle-inserate-slider .artikel-land img {
    display: inline;
}

#homepage-logos-parent1, #homepage-logos-parent2 {
    margin: 0 auto;
    text-align: center;
}
#homepage-logos-parent1>div, #homepage-logos-parent2>div {
    vertical-align: top;
}
#logos-left1, #logos-right1, #logos-left2, #logos-right2 {
    display: none;
    width: 160px;
}
#logos-left1, #logos-right1 {
    margin-top: 86px;
}
#logos-left2, #logos-right2 {
    margin-top: 0;
}
#logos-left1 img, #logos-right1 img {
    margin-bottom: 96px;
}
#logos-left2 img, #logos-right2 img {
    margin-bottom: 80px;
}
@media (min-width: 1690px) {
    #homepage-logos-parent1>div, #homepage-logos-parent2>div {
        display:inline-block;
    }
}
#logos-left1, #logos-left2 {
    text-align: right;
    margin-right: 50px;
}
#logos-right1, #logos-right2 {
    text-align: left;
    margin-left: 50px;
}

optgroup {
    margin-top: 15px;
}

label{
    display: inline-block;
}
.form-group>label.control-label {
    display: inline;
}
label img {
    pointer-events: none;
    display: inline !important;
}

.row.image-click label {
    font-weight: bold;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #ffffff;
    color: #555555;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 20px 9px 0 9px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse > .divider-vertical {
        display: none;
    }
}

.note-editor .dropdown-menu {
    background-color: #fff;
}

.help-block.has-error {
    color: #a94442;
}

.btn-gold {
    background-color: #bfb355;
    color: #242424;
    border-radius: 0;
    border-bottom: 2px solid #d7ca76;
}
.btn-gold:hover {
    background-color: #9e924f;
}
.btn-orange {
    background-color: #efac4e;
    color: #fff;
    border-radius: 0;
}
.btn-orange:hover {
    background-color: #e4a14e;
    color: #fff;
}
.btn-blue {
    background-color: #aae1ff;
    border-radius: 0;
    color: #242424;
}
.btn-blue:hover {
    background-color: #9bd2f0;
    color: #242424;
}

.btn-darkblue {
    background-color: #91a6ff;
    border-radius: 0;
    color: #fff;
}
.btn-darkblue:hover {
    background-color: #8297f0;
    color: #fff;
}

.label-blue {
    background-color: #5bc0de;
}

.item .flag {
    margin: 4px 0 0 0;
}

.strong {
    font-weight: bold;
}

.price_range {
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}
.price_range_list {
    margin: 0 0 10px 0;
    padding: 0;
}
.price_range > td {
    padding: 2px !important;
    border: none !important;
}

.value_unit input.form-control {
    width: 65%;
}
.value_unit select.form-control {
    width: 35%;
}

.value_unit_filter input.form-control {
    width: 35%
}
.value_unit_filter select.form-control {
    width: 30%;
}
.input-group.value_unit_filter {
    margin-bottom: 14px;
}

.row.admin-panels .panel {
    height: 230px;
}

#if_itemCategory.input-sm, #if_condition.input-sm {
    height: auto;
}
#search-filter .radio {
    margin-top: 0;
    margin-bottom: 0;
}

textarea {
    min-height: 120px;
}

#drei-headlines > .row > .col-sm-4 {
    min-height: 88px;
}
#drei-headlines > .row > .col-sm-4:first-child {
    border-right: 1px solid #eee;
}
#drei-headlines > .row > .col-sm-4:last-child {
    border-left: 1px solid #eee;
}

#s2id_appbundle_item_airports .select2-search-choice {
    width: 98%;
}

.image-click img {
    cursor: pointer;
}

.rangeslider__fill {
    background: #bfb355 !important;
}

p.contact {
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.termine-auktionen-messen-slider .termin, .news-stories-slider .termin {
    border: 1px solid #656565;
    padding: 7px 0;
    background-color: #fff;
}
.news-stories-slider .slick-slide img, .termine-auktionen-messen-slider .slick-slide img {
    display: inline !important;
}


.nav.nav-tabs li > a {
    border-color: #ccc #ccc transparent;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav.nav-pills li > a {
    border: 1px solid #ccc;
}

.nav.nav-compact > li > a {
    padding: 3px 15px;
}

div.col-sm-4 > div.form-group > div.checkbox {
    margin-bottom: 0;
    margin-top: 0;
}
div.checkbox > label > input {
    margin-top: 8px;
}

.auto-submit .form-group .row {
    margin-left: -26px;
    margin-right: -26px;
}

#chat {
    overflow: auto;
    max-height: 400px;
    padding-right: 15px;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.form-group .row .col-xs-6:first-child {
    padding-left: 15px !important;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.red {
    color: #a94442;
}

.no-padding-y > div {
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding: 0;
}

.google_map {
    min-height: 500px;
}

footer {
    margin-top: 15px;
}

span.label {
    cursor: default;
}

.img-thumbnail {
    width: 90px;
}
.image-table .img-thumbnail {
    width: 160px;
}

.image-table textarea {
    min-height: 100px;
    height: 100px;
}

.alert.alert-xs {
    margin: 3px 0;
    padding: 2px 5px;
}

.datetimepicker.dropdown-menu {
    background: #fff;
}

.dropdown-menu.note-check a {
    color: #333;
}
.note-editable {
    font-family: "Arial", "sans-serif";
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.link, table.clothing-sizes td.text-center {
    cursor: pointer;
}

.currency-list {
    width: 500px;
}

.currency-list li a {
    margin-left: 8px;
}
.currency-list span {
    margin-left: 5px;
    width: 30px;
    float: left;
}

#drei-headlines p.gray {
    font-size: 16px;
}

#main-nav > li > a.login {
    padding: 10px 15px;
    margin-top: 20px;
}

#main-nav li a {
    text-transform: uppercase;
}
#main-nav li ul li a {
    text-transform: none;
}

#loading_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    z-index: 10000;
}
#loading_overlay div {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    width: 300px;
    height: 200px;
    text-align: center;
}
#loading_overlay img.loader {
    margin: 15px auto 10px auto;
}

footer ul.list-unstyled li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.row.footer-links > div {
    min-height: 140px;
}

@media (min-width: 400px) and (max-width: 751px) {
    .artikel {
        width: 350px;
        margin: 0 auto 10px auto;
    }
}

.main-img img.img-responsive {
    width: auto;
    display: inline;
}

.start-dropdown, .secondary-dropdown {
    width: 300px;
    z-index: 9999 !important;
}
.start-dropdown .dropdown-header, .secondary-dropdown .dropdown-header {
    color: #bfb355;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}
.start-dropdown ul, .secondary-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.start-dropdown ul li, .secondary-dropdown ul li {
    padding-left: 0.7em;
    text-indent: -0.7em;
}
.start-dropdown ul li::before, .secondary-dropdown ul li:before {
    content: "• ";
    color: #cccccc;
}
@media (min-width: 768px) {
    .start-dropdown {
        width: 500px;
    }
    .secondary-dropdown {
        width: 600px;
    }
}
@media (min-width: 992px) {
    .start-dropdown {
        width: 750px;
    }
}

/*
http://bootsnipp.com/snippets/featured/product-badges-responsive
*/
.offer{
    background:#fff;
    border:2px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    /*overflow:auto;*/
    /*min-height: 150px;`*/
}
.offer h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.offer-danger {
    border-color: #d9534f;
}
.offer-danger .shape{
    border-color: transparent #d9534f transparent transparent;
}
.offer-success {
    border-color: #5cb85c;
}
.offer-success .shape{
    border-color: transparent #5cb85c transparent transparent;
}
.offer-default {
    border-color: #999999;
}
.offer-default .shape{
    border-color: transparent #999999 transparent transparent;
}
.offer-primary {
    border-color: #428bca;
}
.offer-primary .shape{
    border-color: transparent #428bca transparent transparent;
}
.offer-info {
    border-color: #5bc0de;
}
.offer-info .shape{
    border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {
    border-color: #f0ad4e;
}
.offer-warning .shape{
    border-color: transparent #f0ad4e transparent transparent;
}
.offer-content{
    padding:0 20px 10px;
}

/* https://www.sitepoint.com/build-javascript-countdown-timer-no-dependencies/ */
#clockdiv{
    font-family: sans-serif;
    display: inline-block;
    font-weight: 100;
    font-size: 22px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #bfb355;
    display: inline-block;
    text-align: center;
}

#clockdiv div > span{
    color: #fff;
    padding: 16px;
    border-radius: 3px;
    background: #242424;
    display: inline-block;
}

#clockdiv .smalltext{
    padding-top: 5px;
    font-size: 14px;
    color: #242424;
}