/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
html, body {width: auto!important; overflow-x: hidden!important} 

body {
  color: #444;
  padding-top: 124px;
}

@media (max-width: 540px) {
  
  .hide-mobile {
    display: none;
  }

  .business-header {
    height: 400px;
    min-height: 300px;
    background: url('https://www.resale.info/img/Resale-Hintergrund-einviertel.jpg') center center no-repeat scroll;
        background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  } 
} 

@media (min-width: 541px) {
  .business-header {
      height: 400px;
      min-height: 300px;
      background: url('https://www.resale.info/img/Resale-Hintergrund.jpg') center center no-repeat scroll;
          background-size: auto auto;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
  }

}

.business-header .title-bar {
    padding-top: 50px;
}

header.business-header .overlay {
    position: absolute;
    background-color: #212529;
    height: 400px;
    min-height: 300px;
    width: 100%;
    top: 124px;
    left: 0;
    opacity: .3;
}

@media (max-width: 992px) {
  body {
    padding-top: 142px;
  }
}

.fixed-top-2 {
    margin-top: 96px;
}

nav.fixed-top-2 {
  background-color: #5FAEFF;
  min-height: 28px;
}

#navbarResponsive2 .nav-link {
  color: #fff !important;
  height: 28px;
}

#navbarResponsive2 .dropdown-menu {

  top: 25px;
}

#navbarKat1,
#navbarKat2,
#navbarKat3,
#navbarKat4,
#navbarKat5,
#navbarKat6,
#navbarKat8,
#navbarKat9,
#navbarKat10,
#navbarKat11,
#navbarKat14,
#navbarKatweitere
{
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

@media (min-width:421px) {
  #search-button {
    width: 120px;
    cursor: pointer;
  }

  #search-button .fa-search {
    display: none;
  }

  span.search-word {
    display: inline-block;
  }
}

@media (max-width:420px) {
  #search-button {
    cursor: pointer;
  }

  #search-button .fa-search {
    display: inline-block;
  }

  span.search-word {
    display: none;
  }
}


img {
  image-rendering: -webkit-optimize-contrast;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
}

.container .navbar-brand {
    height: 80px;
    line-height: 30px;
}



.navbar-light .navbar-toggler {
    color: #fff;
}

.custom-group {
    background-color: rgba(95, 174, 255, 0.34);
    border-bottom: 1px solid rgba(86, 35, 35, 0.1);
}

#bekannt-aus .row img {
  margin: 20px 0;
}



#bekannt-aus.container h4 {
  text-align: center;
}

@media (max-width:768px) {
  #resale-market {margin-top:20px;}

}

@media (max-width:992px) {
  #jssor_1 {display:none;}

}

@media (max-width:420px) {
  .business-header h1 {font-size: 2.0rem;}
  .business-header h2 {font-size: 0.8rem;}
  .business-header h3 {font-size: 0.6rem;}
  .business-header .container.search-bar {padding-top: 0px;}
}

@media (max-width:1199px) {
  #navbarKat11 {display:none;}
  #navbarKat14 {display:none;}
  #HändlerListe {display:none;}
  #AuktionsKalender {display:none;}
}

@media (min-width:1200px) {
  #sonstigesHL {display:none;}
  #sonstigesAK {display:none;}
  #EnergieKat {display:none;}
  #LagertechnikKat {display:none;}
}

.business-header h2 {font-size: 1.2rem;}
.business-header h3 {font-size: 1.0rem;}

.search-bar .card {
  border: none;
}

.card-zeitschrift {
  border: none;
}

#navbarResponsive {
  flex-grow: 0 !important;
}

@media (min-width:1200px) {
  #maschinen-zahl {
    max-width: 400px;
    margin: 0 210px;
    float: right;
  }
  #sonstigesAK {display:none;}
}

#users_about_resale {
  /*Borders - (Optional)*/
  border-top: 2px solid #2C7BCC;
  border-bottom: 2px solid #2C7BCC;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.carousel-item.active {
    display:block;
}

#customer_quote {
    height: 100px;
    min-height: 80px;
}

.customer_quote {
    height: 100px;
    min-height: 80px;
}

blockquote{
  height: 100%;
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #666;
  text-align: justify;

}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #2C7BCC;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

#button-buchen-start {
  margin-top: 25px;
  margin-bottom: 25px;
}

#wrapper {
    width: 100%;
    margin: auto;
    padding: 10px;
}

blockquote .wrappers {
    width: 100%;
    margin: auto;
    padding: 10px;
}

#left {
    width: 15%;
    float: left;
    text-align: center;
    margin-bottom: 10px;

}

#left img {
    width: 50%;
    Height: 50%;
}

.wrappers .left {
    width: 15%;
    float: left;
    text-align: center;
    margin-bottom: 10px;

}

.bq-image {
    width: 50%;
    Height: 50%;
}

#right {
    margin-left: 15%;
}

.wrappers .right {
    margin-left: 15%;
}

#login-link.nav-link {
  color: #fff !important;
}

@media (min-width:992px) {

  #login-link.nav-link:hover {
    -webkit-transform: scale(1.2);

  }
}

.icon-small {
  height:18px;
  margin:0;
	padding:0;
}

.icon-medium {
  height:22px;
	margin:0;
	padding:0;
}

.dropdown:hover>.dropdown-menu {
display: block;
}

#navbarKatweitere::after {
    display: none;
}

@media (max-width:767px) {
  .resale-text h2 {font-size: 1.5rem;}
}

@media (min-width:992px) {
  .resale-text h2 {font-size: 1.8rem;}
}

@media (min-width:992px) {

  #navbarResponsive2 .hidden-desktop {
    display: none;

  }
  #LagertechnikKat { display: none;}
}

@media (max-width:991px) {

  #navbarResponsive2 .hidden-mobile {
    display: none;

  }
}

@media (min-width:1200px) {

  #navbarResponsive .hidden-desktop {
    display: none;

  }

}

@media (max-width:991px) {

  #navbarResponsive .hidden-mobile {
    display: none;

  }
}

.no-scroll {
  overflow: hidden;
}

@media (max-width:499px) {
  #sell-item { display: none;}
}

@media (max-width:1200px) {
  .back-to-previous { display: none;}
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.auktionen li {
  font-size: 0.8em;
}


a.language:link {text-decoration: none;}

#langselect {
  top: 32px !important;
  padding: .5rem 0 0.5rem 1.2rem !important;
}

.navigationbar .breadcrumb {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 padding:.25rem 1rem;
 margin-bottom:1rem;
 list-style:none;
 background-color:rgba(0, 0, 0, 0.125);
 border-radius:0;
 border: 1px solid rgba(0,0,0,.25);
 
 font-weight: 600;
 font-size: 0.8rem;
} 
.navigationbar .breadcrumb-item+.breadcrumb-item::before { 
 display:inline-block;
 padding-right:.5rem;
 padding-left:.5rem;
 color:#0056b3;
 content:"›";
}
.navigationbar .breadcrumb-item+.breadcrumb-item:hover::before {
 text-decoration:none;
}
.navigationbar .breadcrumb-item+.breadcrumb-item:hover::before {
 text-decoration:none;
}
.navigationbar .breadcrumb-item.active {
 color:#868e96;
}

.navigationbar .breadcrumb-item a {
 color:#0056b3;
 text-decoration:none;
 background-color:transparent;
 -webkit-text-decoration-skip:objects;
}
.navigationbar .breadcrumb-item a:hover {
 color:#5faeff;
 text-decoration:none;
}

li.kompakt {
    display: inline-block;
    max-width:50%;
    white-space:nowrap;
    overflow:hidden;
    text-align:center;
}