

.table-small td {
	padding: 4px;
}

.table-bordered > tbody > tr > td, .table-small > tbody > tr > td {
	padding: 6px;
}

.table-small > tbody > tr > td:first-child {
	color:gray;
	width: 120px;
}


hr {
	display: none;
}


.navbar-nav > li > a {
	 text-align: center;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-justified > li {
    float: none;
}


p.contact span {
    width: 60px;
    display: block;
    float: left;
}


/* filtergruppe bei immobilien galerie ansicht */
/*
#filtergroup .btn:focus {
	outline: none;
	background:#808080;
}
*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/includes/images/pageLoader.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

#filtergroup {
margin:20px 0;
}

#gridnoresult {
	display: none;
}





/*input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {*/
.form-control,  input.form-control {
	border: 1px solid #ccc;
    border-radius: 3px;
    color: black;
    display: inline-block;
    font-size: 14px;
/*    line-height: 15px;*/
    padding: 5px;
	 height: auto;
}


.form-control[disabled], .form-control[readonly] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: black;
    cursor: default;
    padding-left: 0;
    vertical-align: top;
}

.yesno {
	width: 60px;
}


.btn-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}


.carousel-inner > .item > img {
 /*   height: 260px;*/
    min-width: 100%;

}

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}





.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}












@media(min-width:768px){
.flex, .flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0px auto;
}


.panel {
   display: flex;
   flex-direction:column;
   align-content:stretch; 
}
.panel-body {
   display: flex;
   flex-grow:1;
}
#immodetail .panel {
   display: block;
}

}



.set0 {padding: 0;margin: 0;}
.p0 {padding: 0; }
.c {text-align: center;}
.c .img-responsive {display: inline;}
.l {text-align: left;}


/* news */
#table-news h2 {
	margin: 0 0 10px 0;
}

#table-news p {
	margin: 0;
}

#table-news td {
	padding: 20px 8px;
}
.disclaimer {
	font-size: 0.9em;
	color: gray;
	line-height: 1.3em;
	padding-top: 40px;
}


@media(max-width:700px){

#table-news h2 {
	margin: 0 0 5px 0;
	font-size: 1em;
}

#table-news td {
	padding: 10px 4px;
}
.disclaimer {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 20px;
}

#blueimp-gallery .fa {
	font-size: 0.8em;
}

}




/*
.ui-dialog-buttonset {width: 100%;}
.ui-dialog-buttonset button {float: right;}
*/
.ui-widget-overlay {position: fixed;}






.footer-xs li {
	display: inline;
}





#schnellsuche {
	width: 100%;
}

#schnellsuche td {
	padding: 2px;
	text-align: left;
}



/* gesuchformular include */
#gesuchformular {
	margin-bottom: 50px;
}

#gesuchformular .form-group {
	width:140px;
	float:left;
	margin:0;
}





/* immo top angebote in reihe: elsmann */
.immoboxcontainer {
    margin-bottom: 20px;
}
.immobox {
    background: #dddddd none repeat scroll 0 0;
    padding: 10px;
}
.immopic {
    border: 3px solid white;
    margin-bottom: 10px;
    max-height: 110px;
    max-width: 100%;
    overflow: hidden;
}
.immoprop {
    text-align: left;
    width: 100%;
}



/* top 10 boxen - version 11/2016 */
.top10  {
	padding-top: 20px;
}
.top10box {
	position: relative;
	border: 1px solid #cae5ff;
}

.top1box {
	position: relative;
	border: none;
}


.propimg {
  height: 160px;
  overflow: hidden;
}

.propimg img {
	width: 100%;
}

.propcontent {
	float: left;
	text-align: left;
	width: 100%;
	padding: 10px;
	position: relative;
}

.propinfo {
 	color: #555555;
	margin-bottom: 40px;
}

.propprice {
	font-size: 1.2em;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;  
}





.top10box .note, .top1box .note {
    color: #fff;
    display: table;
    font-weight: 300;
    height: 56px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -15px;
    width: 56px;
    z-index: 2;
}
.top10box .note p, .top1box .note p {
    display: table-cell;
    line-height: 1.145em;
    margin-bottom: 0;
    vertical-align: middle;
	 color: white;
	 text-align: center;
}

.top10box .for-sale, .top1box .for-sale  {
    background-color: #2aacff;
}
.top10box .for-rent, .top1box .for-rent {
    background-color: #20ceb3;
}





/* Hiding default checkbox and Radio button design */
.checkboxgroup input[type=checkbox],.checkboxgroup input[type=radio] { display:none; } /* to hide the checkbox itself */

/* Disable outline when clicked*/
.checkboxgroup input[type=checkbox]:checked,
.checkboxgroup input[type=radio]:checked,
.checkboxgroup input[type=checkbox]:focus,
.checkboxgroup input[type=radio]:focus {
    outline: none !important;
}


.checkboxgroup input[type=checkbox]:checked+.lbl,
.checkboxgroup input[type=radio]:checked+.lbl {
	background: #999999;
	color: white;
	border: 1px solid #999999;

}

/* Disabled state styles */
.checkboxgroup input[type=checkbox]:disabled+.lbl,
.checkboxgroup input[type=radio]:disabled+.lbl,
.checkboxgroup input[type=checkbox][disabled]+.lbl,
.checkboxgroup input[type=radio][disabled]+.lbl,
.checkboxgroup input[type=checkbox].disabled+.lbl,
.checkboxgroup input[type=radio].disabled+.lbl {
  background-color: #DDD !important;
  color: #BBB;
}


.checkboxgroup ul {
	padding:0;
	margin:0;
	list-style:none;
}

.checkboxgroup.checkboxinline li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0 5px;
}

.checkboxgroup span {
	background: white;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 4px 10px;
	color: black;
	font-weight: normal;
}

.checkboxgroup label {
	margin: 5px 0 5px 0;
}

.table-small td .checkboxgroup span {
	color: black;
}





/* panel menüelsite - für box zur objektbewertung */
#objektbewertung_starten {
	padding: 20px;
	background: url(/includes/objektbewertung/cover2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: white;
	margin-bottom: 20px;
}

#objektbewertung_starten h1 {
	background: rgba(200, 200, 200, 0.8);
	font-size: 2em;
	padding: 10px;
	margin: 0;
	border-radius: 20px;
	color: #003366;
	
}

#objektbewertung_starten p {
	font-size: 1.3em;
	padding: 10px;
	color: white;
	text-shadow: 1px 1px #666;
}

#objektbewertung_starten .btn.objektbewertung {
	margin: 10px;
}





#fotogalerie .galleryitem {
	padding: 0px;
	float: left;
	margin: 5px;
}

#fotogalerie .galleryimg {
	padding: 0px;
	/*width: 200px;
	height: 150px;*/
	border: none;
}


.thumbgroup img.img-responsive {
	width: 100%;
}


#immos .simple-pagination li {
	background: none;
	padding: 0;
}


















#btn-mobile {
	position: absolute;
	right: 10px;
	top: 10px;
	/*width: 30px;
	height: 30px;*/
	cursor: pointer;
}

#btn-mobile .fa {
	font-size: 2em;
}

#sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

@media(min-width:700px){
#sidenav {visibility: hidden;}
}

#sidenav .btn-closemobile {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

#sidenav_flags {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 20px;
}




#sidenav #mobilenav li {
	line-height: 20px;
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
}

#sidenav #mobilenav li a {
	color: white;
}

#sidenav #mobilenav li ul {
	padding: 10px 0 0 20px;
}




.list-group.news-group {
	margin: 0;
}

.list-group.news-group .list-group-item {
	border: none;
	text-align: left;
}




.owl-carousel .owl-item img {
	display: inline;
	width: auto;
}




#immodetail .list-group-item {
margin:3px 0;
}

#immodetail .freitexte {
	border: none;
}




#impressumdata .dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	color: #666666;
	 
}





/* BS4 Modal */
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 80%;
	width: 80%;
  }
}

.modal-body{
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}
.modal-title, .modal-body h2, .modal-body h4 {font-size: 20px;display: inline;}




.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  right: 195px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  right: 193px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #213678;
  font-size: 16px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.mega-dropdown-menu.dropdown-menu {
top:135px;
}


.navbar-nav .mega-dropdown-menu li {
	margin: 0px;
}

.navbar-nav .mega-dropdown-menu li.divider {
	margin: 9px 0px;
}




.txtfloat {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	
		  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
			 
}

/* sorgt dafür, dass textblöcke nur zusammen umgebrochen werden */
.txtfloat .x {
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	overflow: hidden; /* fix for Firefox */
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}





#slide-slogan {
    position: absolute;
    bottom: 40px;
}



@media(max-width:700px){
#impressumdata .dl-horizontal dt {
	float: none;
	font-weight: bold;
}

.txtfloat {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;

}




}



