body {
    font-family: 'Open Sans', serif;
}

.color_primary{
    color: #3CB4BC;
}
.bgcolor_primary{
    background-color: rgba(60, 180, 188, 0.1);     /* #3CB4BC */
}

.color_secondary{
    color: #5FBC9C;
}

.bgcolor_secondary{
    background-color: rgba(95, 188, 156, 0.1);  /* #5FBC9C  */
}

.color_cta{
    color: #ff00c7;
}

.bgcolor_cta{
    background-color: #ff00c7;
    color:white;
}


.aufgehoben .termin{
    text-decoration: line-through;
}

.aufgehoben .red{
    font-weight: bold;
    color: red;
}

.bold{
    font-weight: bold;
}

.red {
    color: red;
}

.container{
    margin-bottom: 20px;
}

.container h2{
    margin-top: 20px;
    margin-bottom: 20px;
}

.clickable-row, .clickable {
    cursor: pointer;
}


.font9px{
    font-size: 9px;
  }

.font10px{
    font-size: 10px;
}

.font11px{
    font-size: 11px;
}

.font12px{
    font-size: 12px;
}

.font13px{
    font-size: 13px;
}

.font14px{
    font-size: 14px;
}

.font15px{
    font-size: 15px;
}

.font16px{
    font-size: 16px;
}

.expired{
    color: #bbbbbb;
}
#toggle_visible{
    cursor: pointer;
}
table.hits-table{
    font-size: 9px;
    
}

.help{
    cursor: help;
}

#suggesstion-box{
    position: absolute;
    top: 73px;
    background: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 10px;
    display: none;

}


.frmSearch{
    margin-top: 10px;
    min-width: 100px;
}

#input_global_search{
    min-width: 300px;
}

#btnShowWatchlist{
    display:none;
}

.object{
    border-top: 1px solid #dddddd;
    border-radius: 2px;
    padding: 10px;
    color: #333333;
    overflow: hidden;

}
.object .entry{
    display: inline-block;
    margin-right: 25px;



}
.object .entry.aktenzeichen{

}

.object .entry.img{
     max-height: 100px;
     float: left;
    max-width: 100px;
 }
.object .entry.img img{
    max-height: 100px;
    max-width: 100px;
}

.object .body{
}

.object .category{
    font-size: 10px;

}
.object .content{
}

.object .entry.termin{
    #float: left;
}

.object .entry.verkehrswert{
}
.object .entry.verkehrswert .content {
    font-size: 16px;
}

.object .entry.objekt{
margin-bottom: 10px;
}

.object .entry.amtsgericht{

}
.objekt_art{
    font-size: 20px;
}

.header-logo{
    margin-right: 30px;
    width: 100px;
    margin-top: 3px;
}


.filterItem{
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 15px;
}

.filterSettings{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

.datatitle{
    float: left;
}

.datavalue{
    margin-left: 150px;
}
.btn_show_hits{
    margin-top: 10px;
    margin-right: 10px;
    background-color: #00FFC8;
    float: left;
}
.count_hits_new{
    margin-top: 18px;

}

.padding-vertical-s{
    padding-bottom: 8px;
    padding-top: 8px;
}

.clear-left {
    clear: left!important;
}

@media screen and (min-width: 930px){

}
@media screen and (min-width: 930px){

}
@media screen and (min-width: 930px) {

}
@media only screen and (max-width: 500px) {

}

ul {
    list-style-type: none;
}

.icon{
    cursor: pointer;
    margin-left: 5px;
}

.form_tr{
    width: 100%;
    padding: 5px;
    border: 1px solid #888888;
    display: inline-block;
}

.form_tr .form_th{
    width: 20%;
    min-width: 100px;
    float: left;
    padding: 5px;
}

.form_tr .form_td{
    padding: 5px;
}
.form_td input, .form_td select{
    width: 70%;
}

input#vw_min, input#vw_max{
    width: 151px;
}
.globalsearch_element{
    text-decoration: none;
    color: inherit;
}




.card_outer{
    outline: 0;
    border: 1px solid #ddd;
  /*  width: 300px;*/
    border-radius: 8px;
    margin-right: 30px;
    margin-bottom: 30px;
    min-width: 350px;
}

.card_inner{

}
.card_inner_top{
    padding: 24px 24px 0;
    align-items: flex-start;
}
.card_inner_bottom{
    padding: 12px 24px 16px 24px;
}

.card_inner_bottom hr {
    background-color: #bbb;
    min-height: 1px;
    width: 100%;
    margin: 0;
    border: 0;
}

.card_inner_bottom_content{
    padding-top: 20px;
    padding-bottom: 8px;
    align-items: center;
}
.card_inner_bottom_content ul{
    list-style-type: disclosure-closed;
    font-size: 12px;
    padding-left: 15px;
}
.card_inner_bottom_content_button{
    font-weight: 700;
    line-height: 16px;
    font-size: 13px;
    align-items: center;
    padding-top: 8px;
    justify-content: center;
    color: #ff00c7;
    background-color: #fff;
    border: 0;
    width: 100%;
}



.svg-icon {
    width: 1em;
    height: 1em;
    margin-top: -2px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #ff00c7;
}

.svg-icon circle {
    stroke: #ff00c7;
    stroke-width: 1;
}

#widget_watchlist{
    float: left;
}

#widget_filter{
    float: left;
}

.widget_small{
    font-size: 10px;
    float: right;
    margin-right: 30px;
}

.badgeNew{
    color: #5FBC9C;
    font-weight: bold;
    position: absolute;
    margin-left: 10px;
}

.badgeNewLeft{
    color: #5FBC9C;
    font-weight: bold;
}
.popup_content {
    #margin: 10px;
    padding: 15px;
    max-width: 60%;
    border: 1px solid #bbb;
    background: white;
    border-radius: 10px;
}



/* slider
----------------------*/
.slide-wrap {
    margin: 5% auto 0;
    width: 50%;
}
.slide-mask {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.slide-group {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.slide {
    height: 300px;
    font: 100 90px/135px "lato";
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/* slider nav
----------------------*/
.slide-nav {
    text-align: center;
}
.slide-nav ul {
    margin: 0;
    padding: 0;
}
.slide-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #5FBC9C;
    cursor: pointer;
    margin-left: .5em;
}
.slide-nav li.current {
    background: #3CB4BC;
}

/* end slider */

#tableObjectDetails td{
    #padding-left: 10px;
}
#tableObjectDetails table.MsoNormalTable td{
    padding: 20px;
}
#tableObjectDetails table.MsoNormalTable tr:first-child td{
    font-weight: 700;
}
#streethp{
    height: 0.5px;
    border: none;
    float: left;
    background: transparent;
}