/*search module*/

.search_buttons {
    margin-top: 10px;
}

.djcf_se_row {
    margin-bottom: 10px;
}

.search_price_label {
    display: block;
}

.search_price_from-to {
    display: flex;
    grid-gap: 10px;
}

.search_price_from, .search_price_to {
    width: 100%;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

/* search dj ex fields */

.search_ex_fields .djse_type_select,
.search_ex_fields .djse_type_radio,
.search_ex_fields .djse_type_inputbox_min_max,
.search_ex_fields .djse_type_select_min_max {
    margin-bottom: 10px;
}

.search_ex_fields .djse_type_inputbox_min_max,
.search_ex_fields .djse_type_select_min_max {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 8px;
}


.search_ex_fields .djse_type_select .label,
.search_ex_fields .djse_type_radio .label,
.search_ex_fields .djse_type_inputbox_min_max .label,
.search_ex_fields .djse_type_select_min_max .label {
    display: block;
    width: 100%;
    font-weight: 500 !important;
}

.search_ex_fields .djse_type_select .inputbox,
.search_ex_fields .djse_type_inputbox_min_max .inputbox,
.search_ex_fields .djse_type_select_min_max select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    max-width: 100%;
    font: inherit;
    text-transform: none;
    color: #343434;
    background: #fff;
    border: 0 none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    overflow: visible !important;
    box-sizing: border-box;
}

.search_ex_fields .djse_type_select .inputbox,
.search_ex_fields .djse_type_select_min_max select {
    padding-right: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.search_ex_fields .djse_type_select_min_max select {
    width: 100% !important;
}

.search_ex_fields .djse_type_inputbox_min_max .inputbox {
    width: 100%;
    height: 40px;
    padding-right: 10px;
    background:#FFF;
    border: none;
}

/* end of search dj ex fields */

/*main search*/

.main_search .uk-first-column {
    background: #fff;
    padding: 20px;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    grid-gap: 30px;
    margin: 0 auto;
}

.main_search .s1,
.main_search .s2,
.main_search .s3,
.main_search .s4 {
    margin: 0 !important;
}

.main_search .s1,
.main_search .s2 {
    border-right: 1px solid #e8e8e8;
}

.main_search .uk-button.uk-button-secondary {
    width: 70px;
    height: 70px;
    padding: 0 !important;
    box-sizing: content-box;

}

.main_search select,
.main_search input {
    border: none !important;
}

.main_search select {
    padding-left: 0;
    transform: translateX(-5px);
}

.main_search .uk-form-label {
    font-size: 13px;
    font-weight: 500;
}

.main_search input::placeholder,
.main_search select {
    font-size: 18px;
    color: #9b9b9b !important;
}

.main_search .uk-button-secondary:hover {
    background-color: #226bf4;
    color: #fff;
}

/*main search mobile*/

.main_search_mobile .uk-first-column {
    background: #fff;
    padding: 20px;
}


.main_search_mobile .uk-button.uk-button-secondary {
    width: 100%;
    padding: 0 !important;
    box-sizing: content-box;

}

.main_search_mobile select,
.main_search_mobile input {
    border: none !important;
}

.main_search_mobile .uk-form-label {
    font-size: 13px;
    font-weight: 500;
}

.main_search_mobile input::placeholder,
.main_search_mobile select {
    font-size: 18px;
    color: #9b9b9b !important;
}

.main_search_mobile .uk-button-secondary:hover {
    background-color: #226bf4;
    color: #fff;
}

/*inputs*/

#dj-classifieds input[type="text"],
#dj-classifieds input[type="email"],
#dj-classifieds input[type="password"],
#dj-classifieds select,
#dj-classifieds textarea,
.defaultSimpleSkin iframe,
#dj-classifieds .mce-tinymce {
  max-width: 50%;
  width: 50%;
  border: 10px;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
  padding: 0 10px;
  background: #eee;
  color: #383634;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 10px;
  line-height: 0%;

}

/*my bids*/

#dj-classifieds .dj-items_order_by_in {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px;
}

.dj-items_order_by {
    margin-bottom: 30px;
}

.bid_type_box {
    margin-bottom: 30px;
}

/* promotions */

.p_bold .el-meta,
.p_bold .el-content,
.p_special .el-meta,
.p_special .el-content{
    font-weight: 700;
}
.p_bold .el-title,
.p_special .el-title{
    -webkit-text-stroke-color: #191919;
}

.p_border,
.p_special {
    border: 0px solid #191919;
}

.p_bg,
.p_special {
    background-color: #CCAA50;
}

.p_special {
    overflow: hidden;
}

.p_special::after {
    content: "Premium";
    position: absolute;
    top: 16px;
    right: -18px;
    bottom: auto;
    left: auto;
    padding: 2px 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #BE1620;
    transform-origin: center;
    transform: rotate(45deg);
}

/* end of promotions */

.dj_cf_search .djfields_accordion_c .label.active,
.dj_cf_search .djfields_accordion_o .label.active {
	background-image: url(../images/accordion_arrow_o_dark.svg);
	background-position: 4px center;
}


/* Custom*/
.form-control:where(input), .form-control:where(textarea), .form-select:where(select), .uk-input, .uk-select, .uk-textarea
{
  max-width: 100%;
  width: 100%;
  border: 10px;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
  padding: 0 10px;
  background: #eee;
  color: #383634;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border-color,box-shadow;
  border-radius: 10px;
}

.btn .btn-secondary .input-password-toggle {
 background-color: #CCAA50;
}

.item.promotion.p_special {
 border-radius: 10px;
}

.item.promotion.p_special a.title {
 color: #FFF;
 padding-left: 0.5rem;
 font-size: 140%;
}

.item.promotion.p_special .price {
    color: #FFF;
    padding-left: 0.5rem;
   }

.el-title.uk-heading-bullet.uk-card-title {
  text-align: center;
}

.el-item.uk-grid-item-match {
    background-color: #eee;
    border-radius: 20px;
}

.desc {
    padding: 0 20px 20px 20px;
}

/* Team Introduction*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.team3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.team3 h1,
.team3 h2,
.team3 h3,
.team3 h4,
.team3 h5,
.team3 h6 {
  color: #3e4555;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-light {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team3 ul {
  margin-top: 30px;
}

.team3 h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

/*Kontakt Seite /Contact Page*/
.contact-inner-box {
    text-align: center;
  }
  
  .contact-outer-container {
    background: #EEE;
    padding: 2rem 2rem;
  }

  .contact-inner-box  {
   margin-top: 1.5rem;
  }
  
  .contact-ul {
    display: inline;
  }
  
  .contact-li {
    list-style: none;
    margin: 15px;
    display: inline;
  }
  .contact-li a{
    text-decoration: none;
  }
  
  .contact-li .contact-li a {
    min-width: 200px;
  }

  .btn-germanGold {
    background: #CDAA50;
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
  }
  
  .btn-germanGold:hover {
    background: #CDAA50;
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
  }

  /* centering the footer menu */
  ul.uk-subnav.uk-subnav-divider.uk-dropnav {
     margin: auto;
  }

  /* legend in forgot password/username*/
  legend {
    font-size: 1rem;
  }

  /*  */
  .btn-primary:hover {
    background-color: #CCAA50;
    color: #FFF;
  } 

  /* reducing line height for password visible button*/
  .btn.btn-secondary.input-password-toggle {
    line-height: 0;
  }

    /* reducing line height for calender button*/
    #jform_profile_dob_btn {
      line-height: 0;
    }


    /*Inputfelder  zB bei Registrierung (Standard Joomla) an Coporate Design anpassen */

  input.form-control:focus {
    background-color: #edeae7;
  }

  .btn-check:checked + .btn-outline-secondary {
    background-color: #CCAA50;
    border-color: #CCAA50;
  }

  .btn-check:hover + .btn-outline-secondary:hover {
    background-color: #CCAA50;
    border-color: #CCAA50;
  }
  /* Container bei DjClassfieds Formular */
  #dj-classifieds .dj-additem .additem_djform {
   border: 0px;
  }

  /*Überschrift bei DjClassifieds Formular zB Mein Profil */
  #dj-classifieds .dj-additem .title_top {
    background-color: #fff;
    border-bottom: 0px;
    text-align: left;
  }

  /*Label der Eingabefelder bei DjClassfieds Formular*/
  #dj-classifieds .dj-additem .djform_row .label {
    float:none;
  }

  /*Eingabefeld der Eingabefelder bei DjClassfieds Formular*/
  #dj-classifieds .dj-additem .djform_row .djform_field {
    float: none;
  }

  /*Button cancel*/
 .button .cancel {
  background-color: #e44e56;
  color: #fff;
  border: 1px solid transparent;
 }

/*Label Profile*/
.control-label  {
font-weight: bold;
}

    
