body{
	background-color: rgb(240, 240, 240);
	font-size: 14px;
}
a{
    color:#0e63d3;
}
p{
    margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
    border: none;
    text-decoration: none;
    margin: 0px !important;
}
td{
    font-size: 14px;
}
.message1{
    border:1px solid red;
    border-radius: 4px;
    background-color: #ffe5e5;
    font-size: 16px;
    padding:10px 20px; 
    text-align: center;
    color:black !important;
}
.left {
    float: none;
}
.right{  float: right;  }
.boldred{
	color:red;
	font-weight: bold;
}
.contenteditorlink{
    padding: 0px 5px;
    display: inline-block;
    border: 1px dotted;
    margin: 0px 5px 5px 0px;
}
.borderonly{
    padding:10px; 
    border:1px solid lightgray;
}
.bordercenter{
    padding:10px; border:1px solid lightgray; 
    text-align:center;
}
.alert {
    padding: 4px 1px 4px 1px !important;
    margin-bottom: 2px !important;
}
.width1056{
	width:1056px;
	margin:auto; 
    padding:5px;
    position: relative;
}
.borderpadding20{
    background-color: white;
    border:1px solid lightgray; 
    padding:20px;
}
#content_start_title_2 table {
    width: 100%;
}
#responsive_div2{
    position: fixed;
    top:0px;
    width:100%;
    height: 100vh;
    z-index: 10;
    background-color: black;
    opacity: 0.6;
    display:none;
}
.mobile_menu{ 
    position: fixed;
    overflow-y: auto;
    top:0px;
    margin-left: -213px;
    z-index: 100;
    height: 100vh;
    background-color: white;
    transition: 0.5s;
    padding:20px;
}
.simple_form{ width:50%;  }
.mobile_menu li{   list-style: none; }
.menu_active{ margin-left: 0px;}

#frozenmain{
	margin-top:80px !important; 
}
#topbar{
	display: flex;
	width: 100%;
	background: #fff;
	height:70px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.toplogo img{
	width:auto;
	height: 50px;
}
.topbarmain{
	display: flex;
    justify-content: space-between;	
	align-items: center;
}
.toplogo{
	border-right: 1px solid lightgray;
	padding-right:20px;
}
.mobile_menu_icon{ display: none; }
.first_div, .second_div, .third_div{ 
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
}
.top_cates{ 
	color: #903838;
}
.loginmain a.nav-link img{
	width:45px;
	height: auto;
	border-radius: 50%;
}
.registerbtn{
    background: #ff8300; 
    color:white;
    font-weight: bold;
}
.registerbtn:hover{
    background: #fba040; 
    color:white;
}
.search-box-form{
	display: flex;
}
.citytitle{
    display:flex;
    justify-content: space-between;
}
.citytablemain table tr td{  padding:5px; }
.search_option{
	height: 40px;
	padding:5px;
	border-radius: 5px;
	margin-left:10px;
	border:0;
}
#mobile_cate{  
    display: none; 
    background-color: white;
    padding:5px 15px;
}
.mobile_logo{
    width:150px;
    font-size: 18px;
}
.cat_icon{
    width:50%;
    margin: auto;
    height: 80px;
}
.allcatmaindiv{
    display:flex;
    padding:20px; 
}
#firstleft, #indexleft{
	width: 27%;
	background-color: #fff;
	margin-right: 20px;
    display: inline-block;
    padding: 5px 20px 10px;
}
#top_new_top a{ color:#0e63d3 !important; }
.categorylist li{
	list-style: none;
    clear: both;
    padding: 9px 0px;
	border-bottom: 1px solid #eee;
}
.categorylist{
	margin: 0;
    padding: 0px;
}
.categorylist li a{
	font-weight: 700;
	font-size: 15px;
	color:#0165d2;
}
.kat_list{	padding-left: 10px; }
.kat_list div a{
	font-size: 14px;
	font-weight: normal;
}
#indexmainmain{
    vertical-align: top;
    width: calc(73% - 25px);
    display: inline-block;
}
#indexmain ul{
    list-style-type: none;
    margin-left: 3px;
    padding: 0;
}
#top_new_ads {
    margin: 0 0 20px;
	overflow-x: hidden;
	background-color: #facd19;
}
#top_new_top {
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
#top_new_top .btn{
	background-color: white !important;
}
#long_top {
    display: inline-flex;
    position: relative;
    transition-duration: 500ms;
}
.top_each_ads {
    text-align: center;
    margin: 0px 20px 20px 20px;
    width: 265px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}
.main_ads_img {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 150px;
    transition: transform .5s ease;
    background-size: 100% 100%;
}
.top_imgdiv {
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../../img/top_mark.png);
    background-size: 100% 100%;
    right: 0px;
    bottom: 0px;
}
.table.table-striped {
    border: 1px solid #e2e0e0 !important;
}

.table.table-striped th, .table.table-striped td{
    white-space: nowrap;
}
#cities table td {
    padding: 5px;
}
.first_city_search {
    display: flex;
    justify-content: space-between;
}
.city_button{
	padding: 2px;
	margin-top: -5px;
}
#gallery_one {
	margin-top: 20px;
	grid-gap: 5%;
	grid-row-gap: inherit;
}
.each_ads {
	text-align: center;
	margin: 10px 0;
}
.main_end {
    text-align: center;
	padding: 20 0;
}
.index_dott {
    border: 1px dashed lightgray;
    margin-bottom: 20px;
    padding-top: 5px;
}
.main_end_each {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
.ad_imgs {
    background-size: 100% 100% !important;
    position: relative;
}
.top_imgdiv2 {
    width: 30px;
    height: 30px;
    float: right;
    background: url(../../img/top_mark2.png);
    background-size: 100% 100%;
}
.praemium {
    border-left: 1px solid rgb(179,203,220);
    border-top: 1px solid rgb(179,203,220);
    border-right: 1px solid rgb(179,203,220);
    border-bottom: 1px solid rgb(179,203,220);
    /* background-color: #FCFFF8; */
}
#gallery_one table td{
	font-size: 13px;
}
#footer{
    margin-top: 20px;
}
#footerfirm{
    background-color: #e2e2e2;
    padding:10px;
}
.firm_main{ display: flex; }
.firm3div{
    display: inline-block;
    width:25%;
    margin:15px 4%;
}
.imgdiv{
    background-size: 100% 100% !important;
    height:200px;
}
.footer_each1, .footer_each2{
    display: flex;
    flex-direction: column;
}
.patnerandcont li{
    list-style: none;
    display: inline-block;
}
.patnerandcont{
    padding: 10px; 
    border-top:1px dotted lightgray;
    border-bottom:1px dotted lightgray; 
    display:flex; 
    justify-content: space-between;
}
.footer_each3{
    width:39%; 
    display: inline-block;
    background-color: white;
    padding:30px;
    border:1px soild lightgray;
    border-radius:7px;
}
.footer-last{
    background-color: #282828;
    padding-left:10%;
    color:white;
    padding:10px 0px;
}
.urgly_part>td:first-child {
    display: flex;
}
.urgly_part>td:first-child>div {
    white-space: nowrap;
    margin-right: 10px;
}
.ddd {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.alert {
    padding: 4px 1px 4px 1px !important;
    margin-bottom: 2px !important;
    color: #9D091F;
}
.fehlermelden {
    border: 1px solid rgb(188,51,51);
    background-color: #FFF7F7;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
}
.allcartdiv{
    width:33.3%;
    display:inline-block;
}
.textwidget {
    padding: 0 10px;
}
.orte_main {
    display: grid;
    text-align: left;
    grid-template-columns: 25% 25% 25% 25%;
}
.orte_main div {
    padding-left: 25%;
    border-right: 1px dotted lightgray;
}
.profile_div {
    width: 33%;
}
.praemiumbottom {
    border: 1px solid rgb(179,203,220);
}
.nopraemium {
    border: 1px solid rgb(220,220,220);
}
.kontakt-name-email-adress-input-box {
    width: 320px;
}
.kontakt-textarea-box {
    width: 370px;
}
.hsmall {
    font-size: 14px;
}

/* anzeige.php */
#top_angeinu {
    display: flex;
    margin: 0 2% 0 2%;
}
#top_angeinu .top_angeinu_first {
    width: 70%;
}
#top_angeinu .top_angeinu_first .g2 .a_btn{
    margin-bottom: 5px;
}
.g2 {
    grid-area: g2;
}
.g4 {
    grid-area: g4;
}
.g3 {
    grid-area: g3;
}
#top_angeinu .g3 {
    width: 30%;
}
.anzeige_form_div {
    display: flex;
}

.a_btn, .g3 .submit {
    margin-right: 5px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    /* margin-bottom: 10px; */
}
#heart_icon, #heart_icon1 {
    color: lightgrey;
    margin: 5px 5px 0 5px;
    font-size: 20px;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
#profile_icon {
    width: 50px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}
#profile_icon1 {
    width: 105px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}
#profile_main {
    text-align: center;
    padding: 10px 20px 10px 20px;
    line-height: 2;
}
.dropdown-menu a, .dropdown-menu a i, .dropdown-menu a b {
    color: black !important;
}
#profile_main table tr td {
    white-space: nowrap;
}
.g3 .a_btn {
    font-size: 14px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#google_map {
    height: 400px;
    /* margin: 0px 4% 0px 4%; */
}
#content_start_title, #end_of_main, .link_mitte1, .link_mitte2 {
    margin: 0px 4% 0px 4%;
}
.img_up, .iimmgg {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #888888;
    background-size: 100% 100% !important;
    display: inline-block;
    position: relative;
}
#user_ads {
    border: 1px solid grey;
}
#ads_top {
    display: flex;
    justify-content: space-between;
}
.ad {
    display: grid;
    grid-template-columns: 25% 75%;
    margin: 5px;
    border: 1px solid grey;
    padding: 10px;
}
.more_ad {
    display: none;
}
.ad_img {
    text-align: center;
}
.ad_des {
    position: relative;
}
.ad_flag_land {
    position: absolute;
    bottom: 0px;
}
#more_link {
    color: blue;
    padding: 10px;
}
#more_link:hover {
    cursor: pointer;
    color: red;
}
.iimmgg:hover {
    transform: scale(1.01);
    filter: brightness(0.9);
    cursor: pointer;
}
#ads_title {
    padding: 10px;
}
#heart_icon:hover {
    cursor: pointer;
}
#profile_icon:hover {
    cursor: pointer;
}
.modal-body .carousel-indicators {
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0px;
    position: relative;
    top: 10px;
}
.modal-body .item, .modal-body .carousel-item img {
    height: 400px !important;
}
.carousel-item {
    background-size: 100% 100% !important;
}
.modal-body .carousel-indicators img {
    margin-right: 5px;
}
.modal-body .carousel-indicators {
    left: 0px;
    z-index: 15;
    width: 100%;
    margin-left: 0px;
    position: relative;
    top: 10px;
    display: block;
    text-align: center;
}

.modal-body .carousel-indicators img:hover {
    cursor: pointer;
}
.modal-body .carousel-indicators .active {
    border: 2px solid black !important;
    width: 90px;
    height: 80px;
    background-color: #fff;
}
.modal_profiletitle {
    background: #ffdfdf;
    padding: 10px;
    text-align: center;
}
.madal_profileimage {
    width: 100;
    height: auto;
}
.modal_tablespan {
    display: inline-block;
    width: 110px;
}
.modal-dialog {
    display: flex;
    align-items: center;
    height: 100vh;
}
#exampleModalLong .modal-content{
    width:auto !important;
}
.gdiv {
    padding: 7px;
    border: 1px solid #dadada;
    display: grid;
    grid-template-columns: 30% 30% 30%;
}
.userpage_userinfo {
    margin: 10px 5px 10px 5px;
    color: #00697c;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}
.userpage_userinfo b {
    color: rgb(253, 80, 80);
}
b {
    font-size: inherit !important;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}


/* ================ User Area ===================*/

#user_ver_detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.user_det{
    font-size: 16px;
    color:red;
}
.image-upload {
    margin-right: 5px;
    text-align: center;
}
.pic_cancel, .pic_acc {
    width: 20px;
    height: 20px;
}
label {
    margin-bottom: 0px !important;
}
#trans_table_length label, #invoice_table_length label{ display: inline-flex; }
.img_up, .iimmgg {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #888888;
    background-size: 100% 100% !important;
    display: inline-block;
    position: relative;
}
.img_up:hover {
    cursor: pointer;
    filter: brightness(0.8);
}
.image-upload > input {
    visibility: hidden;
    width: 0;
    height: 0;
}
.antipp {
    border: 1px solid rgb(158,192,104);
    background-color: #FCFFF8;
}
input.biete-input-box {
    width: 285px;
}
.biete-table-container textarea {
    width: 100% !important;
}
.resp_review_td, .resp_review_td11 {
    display: flex;
    width: 100%;
    display: -ms-flexbox;
}
.review_tt1 {
    width: 55%;
    padding: 5px;
    margin: 5px;
    display:inline-block;
}
.review_tt2 {
    width: 45%;
    padding: 5px;
    margin: 5px;
    display:inline-block;
}
.review_ttt1, .review_ttt3 {
    width: 45%;
}
.review_ttt2, .review_ttt4 {
    width: 55%;
}
.review_ttt2, .review_ttt4 {
    width: 55%;
}
.nav-tabs .nav-link.active {
    background-color: rgb(240, 240, 240);
    border-color: #000000 #000000 rgb(240, 240, 240);;
}
.buyerreview_resp1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prem_partdiv {
    border: 1px solid lightgray;
    margin: 3%;
    padding: 40px 20px 20px 20px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #aaaaaa;
}
.prem_des {
    height: 140px;
    overflow: hidden;
    text-align: left !important;
}
.prem_last {
    display: flex;
    margin-top: 30px;
    vertical-align: middle;
}
.prem_price {
    font-weight: bolder;
    vertical-align: middle;
    margin: 5px 40px 0 40px;
}
.prem_btn1 {
    outline: none;
    color: lightgray;
    border: 2px solid;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 20px;
    background: transparent;
    box-shadow: 1px 1px 7px #aaaaaa;
}
.prem_btn1:hover {
    color: lightgray;
}
.same_color {
    color: #0086f9;
    font-size: 18px;
}
.prem_btn {
    outline: none;
    color: #04a327;
    border: 2px solid;
    padding: 2px 24px;
    font-size: 16px;
    border-radius: 20px;
    background: transparent;
    box-shadow: 1px 1px 7px #aaaaaa;
}
.prem_btn:hover {
    color: rgb(219, 116, 47);
}
.adaddmessage1{
    display:flex; 
    border:1px solid lightgray; 
    background:#ffdada; 
    padding:10px; 
    width:fit-content;
    width:-moz-fit-content;
    width:-webkit-fit-content;
    border-radius:5px; 
    font-size:15px; 
    line-height:1.4;
}
.footer_tipp{
    border:1px solid orange; 
    border-radius:10px; 
    padding:10px; 
}
.reviewsr1{ width:20%; }
.reviewsr2{ width:80%; }
.rubric_main_table{ width: 100%; }
h1, h2, h3, h4, h5, h6 {
    border: none;
    margin: 0px !important;
}

/* my new css for multi language */
.multi_lang li img{
    width:24px!important;
    border-radius:0%!important;
}
.multi_lang li div a{
    display: block;
    text-decoration: none;
    padding-left:5px;
}
.multi_lang li div a img{
    padding:2px
}
.profilebear_responsive input[type='text'], .profilebear_responsive textarea {
    width: 100%;
 }


 #visitedads{
    width: 27%;
    background-color: #fff;
    margin-right: 20px;
    display: inline-block;
 }
#toptopads{
    background-color: #facd19;
    width: calc(73% - 25px);
    display: inline-block;
}
.toptoptop{
    padding:10px; 
    font-size:16px; 
    display: flex; 
    justify-content: space-between;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0.5em;
}

.page-link, .page-item.disabled .page-link{
    background-color: transparent !important;
}

.pagination {
    display: inline-flex !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    border-color: #ddd;
}
.einsa.sort a{ text-decoration: none !important; }
.fa-angle-double-up, .fa-angle-double-down{ color: #7d7d7d; }
.fa-angle-double-up:hover, .fa-angle-double-down:hover{ color: black; }
.mutilang_text{
    width:calc(50% - 35px);
}
.nowrap-table tr td{
    white-space: nowrap;
}
#kontact_notification{ margin: 5px 0 5px 0;}
.fa.fa-bell{  color:green; }
.notification b:hover{  color:#FFC107; }
.notification b{  line-height: 0px !important;  }
.notification .badge {
  position: relative;
  top: -8px;
  left:-10px;
  padding: 3px 6px;
  border-radius: 50%;
  background-color: red !important;
  color: white;
}
.von-bis-container{
    display: flex;
}
.von-bis-container div:nth-child(1) {
    margin-right: 5px;
}
.nowrap_td{  white-space: nowrap; }
.footer_menus_div{
    margin-bottom: 10px;
}