/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
h1 {
	font-size: 32px;
	font-weight: 400;
	/*text-transform:uppercase;*/
}
h2 {
    font-size: 20px;
    margin-bottom: 15px;
	margin-top: 15px;
}
h2.no-top {
	margin-top: 5px;
}
h3 {
    font-size: 15px;
	font-weight: 600;
	color: #666666;
    margin-bottom: 15px;
	margin-top: 15px;
}
.row{/*border:1px dotted orange;*/}
/*boxen*/
.orange {background-color:#ffa500;margin-top:10px;margin-bottom:10px;padding-top:15px;}
.grau {background-color:#eee;margin-top:10px;margin-bottom:10px;padding-top:15px;}
/*farben*/
.white {color:white;}

/*abstaende*/
.no-side-padd
{
	padding-left:0px;
	padding-right:0px;
}
.top-padd-10
{
	padding-top:10px;
}
hr {margin:15px 0px;}
/* header */
.header-small .logo img {
    margin: 15px 0 -4px;
    max-height: 40px;
}
.fixed-header-on .header-small .logo img {
    margin: 5px 0 -4px;
    max-height: 40px;
}
:not(.fixed-header-on) .header.transparent {
    background-color: rgba(255, 255, 255, 1);
}
.fixed-header-on .header .logo {
    margin: 4px 0 -4px;
	transform: scale(1.0);
}

/*startseite slider*/
.tp-caption.black, .tp-caption .btn.black, .tp-caption .btn.black:hover,
.tp-caption.small_thin_dark {
    color:white;
}
.permanent-button {
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 90%;
    transform: translate(0%, -50%);
    width: 100%;
	z-index:999;
}
.permanent-button-smartphone {
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
	z-index:999;
}
body
.btn.btn-super {
    font-size: 18px;
    min-width: 280px;
    padding: 17px 12px;
}
/*breadcrumb*/
.page-intro {
    background-color:#fafafa;
    border-bottom: 1px solid #dadada;
    box-shadow: none;
    padding: 2px 0;
}
.breadcrumb {
    font-size: 16px;
    padding: 8px 0;
}
/*news*/
.blogpost .blogpost-body {
    min-height: 120px;
    padding: 15px 15px 0;
}
.blogpost .post-info {
    height: 80px;
    left: 20px;
    padding: 10px 10px;
    top: 0;
    width: 60px;
    z-index: 3;
}
.blogpost .post-info .day {
    font-size: 20px;
    font-weight: 600;
}
.blogpost .blogpost-content {
    margin-left: 75px;
    padding: 0 0 10px;
}
/*haeuser uebersicht*/
.image-box-body {
    padding: 20px 15px 0px;
}

/* haeuser detailseite*/
.list-icons li, .list li {
    padding: 3px 0;
}
/* haeuser detailseite slider abstand unten verringern!*/
.tab-content .owl-carousel .owl-item > div {
    margin: 0 0 0px;
}
.owl-carousel .owl-item > div {
    margin: 10px 0 0px;
}

/* haeuser übersichtseite */
.house-body{
box-sizing: border-box;
padding: 10px;
padding-top:0px;
min-height:358px;
}
.bild-body{
box-sizing: border-box;
padding-top: 10px;
}
text-body
/* haeuser detailseite tab */
.tab-content {
    margin-bottom: 0px;
}   
body.haustypen .nav-tabs > li {
    /*margin-left: -3px;*/
}
body.haustypen .nav-tabs > li > a {
    /*border: 1px solid #ffa500;*/
	}  
/*modul owl-caroussel*/
/*pfeile verschieben*/
.next-extra .owl-controls .owl-buttons div  {
  position:relative;
   float:left;
   margin-top: -180px;
}
.next-extra .owl-controls .owl-buttons div:last-child  {
   float:right;
   margin-right:50px;
}
/*breite korrigieren*/
/*.korrektur {margin-right:-30px;}*/

/*mieten detail - verfuegbarkeit - breite korrigieren*/
#bcfj .bcfj-calendar .bcfj-month-with-weeknumbers {
    width: 215px;
}