html{
  width:100%;
  height:100%;
}

body { 
  height:100%;
  width:100%;
}
body.image-office { 
  /* background: url('../images/maklersoftware-office.jpg') no-repeat center center fixed; */
  background: url('../images/vorteile-maklersoftware-online.jpg') no-repeat center center fixed;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.image-makler-software { 
  background: url('../images/makler-software-office.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.image-vorteile { 
  /* background: url('../images/vorteile-maklersoftware-online.jpg') no-repeat center center fixed; */
  background: url('../images/makler-software-office.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.image-vorteile-homepage { 
  background: url('../images/vorteile-homepage-software-online.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.image-homepage { 
  background: url('../images/homepage-cms.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.image-webapp { 
  background: url('../images/app-immobilienmakler.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rshide{display:none;}
a.white {
	color:#FFF !important;
	text-decoration: underline !important;
}
a.white:hover, a.white:active, a.white:focus {
	color:#EEE !important;
	text-decoration: none !important;
}
.btn:hover, .btn:active, .btn:focus, a:hover, a:active, a:focus, button:hover, button:active, button:focus {
  outline:0 !important;
}
.scroll{
	overflow:auto;
}
ul.none, ol.none {
	list-style:none;
	padding:0;
	margin:0;
}
.body-cont {
  font-family:'Open Sans', sans-serif;
  background:transparent;
  word-wrap:break-word;
  position:relative;
  line-height:1.7;
  font-size:14px;
  color:#6B6B6B;
  height:100%;
  width:100%;
}
.main-cont {
  padding-bottom:150px;
  position:relative;
  overflow:hidden;
  min-height:100%;
  width:100%;
}
.main-cont.grid {
  	background: #e9e9e9 url(/images/grid.png) repeat 0 0;
}
.main {
	padding-top:100px;
	padding-bottom:20px;
}
@font-face {
  font-family: 'Menlo';
  src: url('/fonts/menlo.ttf') format('truetype');
  src: url('/fonts/menlo.woff') format('woff');
}
@font-face {
  font-family: 'Elogu';
  src: url('/fonts/elogu.ttf') format('truetype');
  src: url('/fonts/elogu.woff') format('woff');
}
@font-face {
  font-family: 'Zapfino';
  src: url('/fonts/zapfino.ttf') format('truetype');
  src: url('/fonts/zapfino.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.ell {
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-moz-binding:url('/css/bindings.xml#ellipsis');
}
.fmen, .fmenlo{font-family:Menlo;}
.fzap{font-family:Zapfino;}
.felogu{font-family:Elogu;}
.orange{
	color:#ff9900;
}
@media (max-width: 767px) {
	.no-mobile {
		display:none;
	}
	.on-mobile {
		display:block;
	}
	.on-mobile.inline {
		display:inline-block;
	}
	.block-mobile {
		display:block;
	}
}
@media (min-width: 767px) {
	.on-mobile {
		display:none;
	}
}
.clear:before,
.clear:after,
.gallery:before,
.gallery:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  height:auto;
  max-width:100%;
}
#logo .site-name {
  margin: 0;
}
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}

/* NAVIGATION */
.footer {
  font-size:13px;
  position: absolute;
  padding:10px 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  color: #777;
  background-color: rgb(36,36,36);
  background-color: rgba(36,36,36,0.975);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99363636, endColorstr=#99363636);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99363636, endColorstr=#99363636)";
}
.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
.footer ul>li {
	padding:0;
	margin:0;
}
.footer a {
	color:#777;
}
.footer a:hover, .footer a:focus {
	color:#fff;
}
.nav>li>a {
  text-transform: uppercase;
}
.navbar.navbar-default {
  margin-bottom: 0;
  font-weight: 500;
  background-color: rgb(54,54,54);
  background-color: rgba(54,54,54,0.975);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99363636, endColorstr=#99363636);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99363636, endColorstr=#99363636)";
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FF9900 !important;
  background-color: transparent;
}
.dropdown-menu {overflow: hidden;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #FF9900;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #FF9900;
  }
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #FF9900;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
    color: #fff;
    background-color: #FF9900;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666666;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #FF9900;
  color: #fff;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#FFFFFF;
  }
}
.navigation .wp-pagenavi-pagination a{
  border-radius: 0;
  margin-bottom: 0;
}
.navigation .wp-pagenavi-pagination span{
  font-size: 12px;
}
.navigation .wp-pagenavi-pagination span.current,
.navigation .wp-pagenavi-pagination a:hover {
  background-color: #FF9900;
  border-color: #FF9900;
  color: #FFF;
  text-decoration: none;
}
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #FF9900;
}
.nav-links {
  text-align: center;
}
.tp-caption {
	color:#ffffff;
	z-index:6 !important;
}
.tp-caption h1, .tp-caption h2 {
	background-color:#ff9900;
	padding:5px 10px;
}
.tp-caption .tp-desc {
	display: block;
	max-width:450px;
	padding:5px 7px;
	background-color:#666666;
	filter: alpha(opacity = 95);
	-ms-filter: "alpha(opacity = 95)";
	opacity: .95;
}
.tp-caption a.btn, .tp-caption a.btn:focus, .tp-caption a.btn:hover {
	color:#fff;
}
/***************** CFA *****************/
.btn-warning {
  color: #fff !important;
  background-color: #ff9900;
  border-color: #eeaa33;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff !important;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

@keyframes pulse {
    0% {
     	transform: scale(1, 1);
    }
    50% {
     	transform: scale(1.1, 1.1);
    }
    100% {
    	transform: scale(1, 1);
    }
}
.pulse {
    animation: pulse 2s linear infinite;
}
.tp-dottedoverlay {
	filter: alpha(opacity = 50);
	-ms-filter: "alpha(opacity = 50)";
	opacity: .5;
}
.op95 {
	filter: alpha(opacity = 95);
	-ms-filter: "alpha(opacity = 95)";
	opacity: .95;
}
.a100 {
    background-color: rgb(255,255,255);
    color:#333;
}
.a95 {
	background-color: rgba(255,255,255,0.95);
    color:#333;
}
.a75 {
	color:#fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.a75b {
	color:#fff;
    background-color: rgb(51,122,183);
    background-color: rgba(51,122,183,0.80);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99337ab7, endColorstr=#99337ab7);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99337ab7, endColorstr=#99337ab7)";
}
.a50 {
	color:#fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.a25 {
	color:#fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.a10 {
	color:#fff;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#logo a {
	color:#ffffff !important;
}
.service-icon {
	margin-bottom: 30px;
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.service-icon i {
	font-size: 50px;
	height:50px;
	width:50px;
	top:40px;
}
/*------------------------------------------------------------------
[ Widget / .widget ]
*/
.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
  /* Clearfix Hack */

  /* Widget Table */

  /* Widget Plain */

  /* Widget Box */

}
.widget .widget-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding:0;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* IE10+ */

  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
  top: 0px;
  left: 10px;
  color: #555;
  margin:0;padding:0;
  position: relative;
  display: inline-block;
  margin-right: 3em;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header h3.absolute{
	position:absolute;
	left:35px;
	top:10px;
}
.widget .widget-header [class^="icon-"],
.widget .widget-header [class*=" icon-"],
.widget .widget-header [class^="fa "],
.widget .widget-header [class*=" fa "]
 {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}
.widget .widget-content {
  padding: 25px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widget.widget-nopad .widget-content {
  padding: 0;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget .widget-content:before,
.widget .widget-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget .widget-content:after {
  clear: both;
}
.widget.widget-table .widget-content {
  padding: 0;
}
.widget.widget-table .table {
  margin-bottom: 0;
  border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
  border-left: none;
}
.widget.widget-plain {
  background: transparent;
  border: none;
}
.widget.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}
.widget.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}
/*------------------------------------------------------------------
[ Stacked / .stacked ]
*/
.stacked {
  position: relative;
}
.stacked:after,
.stacked:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.stacked:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}
/*------------------------------------------------------------------
[ List / .lti ]
*/
.lti {
	padding: 0;
	margin: 1em 0 0 0;
}
.lti.contact-reference-list, .lti.border{
	list-style: none;
	margin:0;padding:0;
	border: solid 1px #DDD;
	height:300px;
	overflow:auto;
}
.lti.border.auto {
	height:auto;
}
.lti.cal-search-row {
	height:300px;
	overflow:auto;
	border:1px solid #DDD;
}
.lti.cal-search-row>li{
	height:69px;
	overflow: hidden;
	padding:5px 7px;
}
.lti.cal-search-row>li.none{
	height:19px;
	line-height:18px;
	overflow: hidden;
	white-space: nowrap;
	padding:5px 7px;
}
.lti.none{
	margin:0;
}
.lti>li {
	width:100%;
	display: table;
	padding: 1em 2em 0 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}
.lti.none>li.none {
	padding-top:0;
	margin-top:0;
}
.lti>li.hover {
	background-color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.lti>li.hover:hover {
	background-color: #FFFBF0;
}
.lti>li:last-child { 
	padding-bottom: 1em; 
	border: none; 
}

.lti .btn-group{
	margin-top:10px;
}

.lti-date {
	display: table-cell;
}

.lti-detail {
	display:table-cell;
}
.lti-detail .row {
	margin-left:-15px;
}
.lti-title {
	font-size: 13px;
	font-weight: 600;
}

.lti-date {
	width: 75px;
	vertical-align: middle;
	text-align: right;
}

.lti-day {
	display: block;
	margin-bottom: .25em;
	font-size: 24px;
	color: #888;
}

.lti-preview {
	margin-bottom: 0;
	color: #777;
}

.lti-month {
	display: block;
	padding-right: 1px;	
	font-size: 12px;
	font-weight: 600;
	color: #888;
}
/*------------------------------------------------------------------
[ Error / .error-container ]
*/
.error-container {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
}
.error-container h1 {
  margin-bottom: .5em;
  font-size: 120px;
  line-height: 1em;
}
.error-container h2 {
  margin-bottom: .75em;
  font-size: 28px;
}
.error-container .error-details {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.error-container .error-actions a {
  margin: 0 .5em;
}
/*------------------------------------------------------------------
[ Table ]
*/
.table .fa-check {
	color:#00BB00;
}
.table .fa-minus {
	color:#CC0000;
}
/*------------------------------------------------------------------
[ Page Title ]
*/
.page-title {    	
	padding: 30px 50px;
	margin: 0 0 2.5em 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #EEE;
}

.page-title h1 {
	margin-bottom: .40em;
	font-weight: 600;
}

.page-title p {
	margin-bottom: 0;
	font-size: 1em;
}
