/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "EngraversMT";
  src: url("inc/assets/fonts/ENGR.eot"); /* IE9 Compat Modes */
  src: url("inc/assets/fonts/ENGR.eot%3F") format("embedded-opentype"), /* IE6-IE8 */
    url("inc/assets/fonts/ENGR.otf") format("opentype"), /* Open Type Font */
    url("inc/assets/fonts/ENGR.ttf") format("truetype"), /* Open Type Font */
    url("inc/assets/fonts/ENGR.svg") format("svg"), /* Legacy iOS */
    url("inc/assets/fonts/ENGR.woff") format("woff"), /* Modern Browsers */
    url("inc/assets/fonts/ENGR.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 0.7em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@keyframes fadeIn {
	from {
		height
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: .74rem 1rem;
    position: absolute;
    width: 100%;
    z-index: 10;    
}
header#masthead.scrollheader{
	top:-100px;
	transition: top 0.3s;
}
header#masthead.scrollheader.scrollto{
	background-color: #fff;
	position:fixed;
	height:80px;
	top:0;
	    z-index: 1000;
}


.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  float: right;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead.scrollheader .navbar-nav > li > a {
    color: rgba(0,0,0,.5);
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #a9942e;
  /*background: #f9f9f9;*/
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before{
    content: '';
    display: inline-block;
    background-color: #a9942e;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    transition: width .2s linear;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li{
	position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:hover > a:before{
	width:100%;
}

  
.dropdown-menu{
	background-color:#fff
}  
.dropdown-item{
	color: rgba(0,0,0,.5);
}
.dropdown-item a{
    color: rgba(0,0,0,.5);
}

.dropdown-item:focus, .dropdown-item:hover{
	color:#a9942e;
}
.navbar-brand {
  height: auto;
  display:block;
  position: absolute;
}
.scrollto .navbar-brand {
	display:block;
	position: relative;
    float: left;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 1.5em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    background-color: #000;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}



.title{
	color:#a9942e;
	text-transform:uppercase;
	font-size: 2rem;
	/*font-family: "EngraversMT";*/
}

.immobilien-home-item .wpb_wrapper{
	position: relative;
}
.immobilien-home-item-text{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    text-align: center;
}
.immobilien-home-item-text .wpb_wrapper{
	height: 100%;
}
.immobilien-home-item-text a{
    color: #fff;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(222, 222, 222, 0.6);
    height: -webkit-fill-available;
    justify-content: space-around;
    font-size: 1.6rem;
}
.immobilien-home-item-text:hover a{
	background:rgba(218, 155, 54, 0.6);
}
.immobilien-home-item-text:before, .immobilien-home-item-text:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.immobilien-home-item-text:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#footer-widget{
    background-color: #000;
    color: #fff;
}
#footer-widget a{
	color: #fff;
	text-decoration:none;
}
#footer-widget a:hover{
	color: #a9942e;
}
.widget-title {
    font-size: 1.2rem;
    color:#fff;
	font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}
#footer-widget .fa{
	margin-right: 10px;
}
.site-footer .pt-3{
	text-align: center;
    border-top: 1px solid;
}
.button, .el-button{
	background-color: #a9942e !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 12px 35px !important;
	border: #a9942e !important;
    border-radius: 0 !important;
}
.button:hover, .el-button:hover{
	background-color: rgb(0, 0, 0) !important;
	text-decoration:none;
	color:#fff;
}
.el-slider__bar{
	background-color: #a9942e !important;
}
.el-slider__button{
    border: 2px solid #a9942e !important;	
}
.opacity{
	background:rgba(255,255,255,0.5) !important;
}
.slider-col{
	text-align:center !important;
}
.slider-col-top-icon i{
    padding: 14px 22px !important;
    border-radius: 60px;
    font-size:3rem !important;
    background:#000;
	height: 80px;
	position: relative;
    top: -40px;
}
.slider-col-icon{
	margin: 0 0 40px 0 !important;
}
.slider-col-icon i{
	font-size:2rem !important;
}
.slider-col{
	padding-bottom:30px;
}
.slider-col:hover{
	background:rgba(255,255,255, 0.5);
}
.slider-col-content{
	text-transform:uppercase;
}
.slider-col-content p{
	margin-bottom:10px !important;
}

.slider-col-content p.second{
	font-size:30px !important;
}
.slider-col:nth-child(2){
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.slider-col:hover .slider-col-content, .slider-col:hover .slider-col-icon i {
	color:#000 !important;
}
.objekt-content{
	border-left:3px solid #da9b36;
}
#immobilien-slider .item{
	padding:2px;
	position: relative;
    float: left;
    width:32%;
}
#immobilien-slider .item img{
	width:100%;
}
#immobilien-slider .item a{
    position: relative;
    width: 100%;
    float: left;
}
#immobilien-slider .item:hover a .objekt-information{
    bottom: 50px;
}
#immobilien-slider .item a .objekt-information{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 40px 40px 0px 40px;
    z-index: 2;
    margin-bottom: 20px;
    transition: bottom .2s linear;
}
#immobilien-slider .item a .objekt-information .left-border{
    border-left: 2px solid #DA9B36;
    float: left;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.8rem;
}
#immobilien-slider .item a .objekt-information .left-border{
	font-size: 1.7rem;
	font-weight: 400;
}
#immobilien-slider .item a:before{
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    background: url(../../uploads/2019/08/ri_logo_white.png) center 40% no-repeat;
    transition: opacity .2s linear;
    background-size: 60%;
}
#immobilien-slider .item:hover a:before{

	opacity:0.8;
}
.home .navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#a9942e' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)
}
#immobilien-slider .item a:after{
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0,0.2);
    z-index: 1;
}
#immobilien-slider .item a .button{
	position: absolute;
    margin: 0px 40px 40px 40px;
    bottom: 0;
    left:0;
    z-index:2;
    opacity:0;
    transition: all 0.2s linear;
}
#immobilien-slider .item:hover a .button{

	opacity:1;
}
#immobilien-slider .slick-arrow{
    background-color: rgba(2,11,35,.6)!important;
    color: #FFF!important;
    width: 50px;
    height: 117px;
    text-align: center;
    line-height: 117px;
    opacity:0;
    transition: opacity .2s linear;
    cursor:pointer;
}
.slick-arrow {
    display: inline-block;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    speak: none;
    font-family: agentimage!important;
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    color: #FFF;
}
.slick-arrow.slick-prev {
    left: -10px;
	line-height: 30px;
	background: #a9942e;
}
.slick-arrow.slick-next {
    right: -10px;
	line-height: 30px;
	background: #a9942e;
}
.slick-prev:before {
    content: "‹";
    font-size: 40px;
}
.slick-next:before {
    content: "›";
    font-size: 40px;
}
#immobilien-slider:hover .slick-arrow{
	opacity:1;
}
.wpcf7-checkbox{
    background: none;
    border: 0;
    padding: 10px 0;	
	height: auto;
}
.navbar-brand img{
    max-height: 50px;
    margin-top: 10px;
}
.scrollto .navbar-brand img{
    max-height: 50px;
    margin-top: 0;
}
#footer-widget .social-media a{
	font-size: 1.6rem;
    margin-right: 10px;
}
.wpcf7-form .col-sm-6, .wpcf7-form .col-sm-12{
	margin-bottom:15px;
}

span.wpcf7-list-item{
	margin: 0;
}
.form-control{
	border-radius:0;
}
.contact-icon{
	margin-bottom: 10px;
}
.contact-icon a{
	color:#000;
	text-decoration:none;
}
.contact-icon a:hover{
	color:#a9942e;
}
.contact-icon a i{
	margin-right:10px;
}
.social-media.contact-icon{
	font-size:2rem
}

.top-page-background{
    padding: 150px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}

.top-page-background:after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.top-page-background h1.title{
	    position: absolute;
    bottom: 0;
    font-size: 3rem;
    z-index: 1;
    padding: 15px 30px;
      background-color: rgba(255, 255, 255, 0.9);
}
.single .top-page-background h1.title{
font-size:2rem;
	}
.address span{
	height: 60px;
    float: left;
    display: block;
    margin-right: 15px;
}

#footer-widget .address span{
	margin-right:0;
}
#rev_slider_2_1:after{
	content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index:1000;
}
.alm-load-more-btn{
	display:none;
}
.breadcrumb{
height: 40px;
    margin-top: 10px;
    margin: 0;
	margin-bottom:30px;
    width: 100%;
    display: block;
    max-width: none;
    font-size: 1rem;
}
#breadcrumbs{
    z-index: 100;
    position: relative;
    text-align: right;
    float: right;
    width: 100%;
    display:block;
    font-size: 0.7rem;
}
a{
    color: #a9942e;
}

.objekt-information .left-border strong{
	font-size:2rem;
}


.wpb-js-composer .vc_active .vc_tta-panel-heading{
	    border-color: #a9942e !important;
    background-color: #a9942e !important;
}
.wpb-js-composer .vc_active .vc_tta-panel-heading a{
	color:#fff !important;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
	border-color:#fff !important;
}


.immobilien-template-default .top-page-background{
	    padding: 200px 0;
}

.verkauft-label{
	position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #a9942e;
    z-index: 1;
    font-weight: bold;
}

.sidebar .title{
	text-align: center;
    margin: 0;
}

.home-teaser{
	position: relative;
	width:100%;
}

.home-teaser a{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	    text-align: center !important;
    line-height: 40px !important;
        color: #fff;
        padding-top:0!important;
        background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    transition: all 0.5s ease-in-out !important;
}
.home-teaser a:hover{
	text-decoration:none;
	color:#a9942e;
	padding-top: 60px !important;

}
.home-teaser a .first{
    display: block;
    font-size: 24px;
	font-size: 24px !important;
    text-align: center !important;
        line-height: 43px !important;
}
.home-teaser a .second{
	font-size: 34px !important;
	text-align: center !important;
    text-transform: uppercase;
        line-height: 43px !important;
	display: block;
}
.home-teaser a .second:after{
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 60px;
    margin-left: 90px;
    }

.modal-content .close{
	text-align: right;
    color: #a9942e;
    padding: 10px;
    z-index:1;
}
.modal-title{
	color: #a9942e;
    margin-top: -40px;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
}
.modal-body{
	text-align: center;
    font-size: 0.8rem;
}
.wpcf7-form-control{
	text-align: left;
}
.wpcf7-list-item-label{
	 font-size: 0.8rem;
}
.btn-modal{
    width: 100%;
    background: none;
    box-shadow: none;
    border: 3px solid #a9942e;
    color: #a9942e;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
	transition: all 0.2s linear;
	background:transparent;
}
.btn-modal:hover{
	color:#fff;
	background:#a9942e;
}
.sidebar{
	padding-left: 5% !important;
	float: left;
}
.objekt-highlights{
	position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #a9942e;
    width: 60%;
}
.objekt-highlights .block{
	float: left;
    display: block;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #000
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
	background:#a9942e;
}



.objekt-highlights .block{
	padding: 10px 20px;
	text-align:center;
	width:20%;
}
.objekt-highlights .block p{
	margin:0;
}
.objekt-highlights .block p strong{
	font-weight:bold;
	font-size: 2.2rem;
}
.objekt-highlights .block.schlafzimmer{
	text-align: center;
}
.objekt-highlights .block.grundstucksgrose{
	text-align: center;
}
.objekt-highlights .block.wohnflache{
	text-align: center;
}

.objekt-highlights .kaufpreis p:first-child, .objekt-highlights .vermarktungspreis p:first-child{
	font-weight: bold;
    margin-top: 15px;
    margin-bottom: -10px;
}

body {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: auto;
}

.besonderheiten-headline{
    color: #a9942e;
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 50px;
}
.besonderheiten ul{
	list-style: none;
    padding: 0;
}
.besonderheiten ul li{
    float: left;
    width: auto;
    font-size: 1.188em;
	margin: 10px 30px 10px 0;
	font-size: 1.9rem;
}
.besonderheiten .far{
	color: #a9942e;
    margin-right: 10px;

}

.objekt-highlights i{
    font-size: 1.8rem;
}

.immobile-gallerie{
	margin:20px 0;
	padding:0 !important;
}
.immobile-gallerie img{
	width:100%;
}
.nopadding{
	padding:0 !important;
}
.immobilies-single-slider{
	margin:30px 0;
}
#masthead.scrollto{
position:fixed;
background:#fff;
top:0;
z-index: 1000;
}
#masthead.scrollto .navbar-nav > li.menu-item > a.nav-link{
    color: #a9942e;
}

.single-image{
margin: 5px;
    position: relative;
    display: block;
    float: left;
}
textarea.form-control {
    max-height: 200px;
}
.single-immobilien .slider{
	margin:50px 0;
	float: left;
}
.navbar-light .navbar-toggler {
    font-size: 3rem;
    color: #a9942e;
    margin-top: 10px;
        margin-top: 0;
}
.navbar-toggler{
	background:#fff;
}
.navbar-toggler.collapsed{
	background:transparent;
}
.single-immobilien .entry-content{
	margin-top:0;
	float:left;
}
.single-immobilien h1{
	margin-top:0;
}
.home .entry-content{
	margin-top:0;
}
#main .entry-content .home-sold-out{
background-position: top center !important;
}
.video-information{
	z-index:100;
}
.video-information.objekt-highlights .block{
	width:auto;
}
.relative-objekt video{
	position:relative !important;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  
  #main-nav{
	top: 50px;
  }
  #main-nav.show{
      background: #fff;   
  }

  #main-nav.show .navbar-nav > li.menu-item > a.nav-link {
    color: #a9942e;
	}
  
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
	.navbar-toggler{
	position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    color: #a9942e;
  }
  header#masthead.scrollheader.scrollto{
	height:60px;
  }
  
  #main-nav{
    position: relative;
    background: rgb(255, 255, 255);
    width: 100%;
    border-top: 1px solid;
    }
    .navbar-brand{
        top: -10px;
    }
    .scrollto .navbar-brand {
		padding-top: 0;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .navbar-brand{
      padding-top: 1.3125rem;
  }
	.navbar-brand img {
		max-height: 40px;
	}
	.scrollto .navbar-brand img {
		max-height: 40px;
		margin-top: 10px;
	}
	#content.site-content {
		padding-top: 0;
	}
	.page-content, .entry-content, .entry-summary{
		margin-top:0;
	}
	.besonderheiten ul li{
		width:100%;
	}
	.sidebar {
		padding-left: 0% !important;
		margin-top:30px;
	}
	.objekt-highlights{
		width:100%;
	}
	.objekt-highlights .block {
		padding: 10px 10px;
		    width: 33.33333%;
	}
	.objekt-highlights .block p strong {
		font-weight: bold;
		font-size: 1.8rem;
	}
	.objekt-highlights .block:first-child{
		width: 100%;
		text-align: center;
	}
	.objekt-highlights.min .block:first-child{
		width: 33.33333%;
		text-align: center;
	}
	.objekt-highlights.minmax .block:first-child{
		width:50%;
	}
	.objekt-highlights.minmax .block:nth-child(2){
		width:50%;
	}
	.home-teaser {
    width: 100%;
	}
	html {
		margin-top: 0px !important;
	}
	#masthead.scrollto .navbar-toggler{
		margin-top:0;
	}
	.single-immobilien .entry-content{
		padding:0 15px;
	}
	#masthead .navbar-nav > li.menu-item > a.nav-link{
		color: #a9942e;
	}
	.home-rezesionen a{
		font-size: 1.5rem !important;
		}
		
	#homo-rez.home-sold-out{	
		background-size: 100% !important;
		min-height: auto !important;
		padding: 60px 0!important;
		margin-top: 0 !important;
	}
	.page-template-landingpage .mobile-hide{
		
	}
	.page-template-landingpage #text-3{
		display:none;
	}
	.page-template-landingpage #text-5{
		display:none;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	.home-teaser a .second {
		font-size: 26px !important;
    }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .block-under-slider .wpb_text_column{
	  padding: 70px 0 !important;
  }
  .home-teaser a:hover {
    padding-top: 10px !important;
	}
	.single-bewertungen .entry-content .col-sm-4{
		margin-bottom:20px;
	}
	.top-objekt{
		min-height: 0 !important;
	}
}
@media only screen and (max-width: 812px) {
	.home-teaser a .second:after {
		display: block;
		content: "";
		width: 90%;
		height: 1px;
		background: #fff;
		left: 0;
		bottom: 60px;
		margin-left: 10px;
	}
}

.homevid{
position:absolute;
background-size: 100% !important;
    height: 100vh;
    width: 100vw;
}

.block-under-slider{
    position: absolute;
    top: 0;
    width: 100%;
}
#rev_slider_5_1_wrapper::after{
content:'';
background: rgb(0, 0, 0,0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
}
.traumhaus-checkbox label:before{
    content: '';
    background: #fff;
    border: 2px solid #a9942e;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.traumhaus-checkbox label.checked:before{
    background: #a9942e;
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.traumhaus-checkbox input{
	position:absolute;
	opacity:0;
}
.traumhaus-checkbox .wpcf7-list-item-label{
    font-size: 1.3rem;
    position: relative;
    top: 3px;
}

.immonex-lead-gen-form {
    background-color: transparent !important;
}

.immonex-lead-gen-element--card-select--item:hover, .immonex-lead-gen-element--card-select--item.is-selected{
    border-color: #a9942e !important;
    background-color: #d8cb8d99 !important;
    color: #a9942e !important;	
}
.immonex-lead-gen-progress-bar {
    margin-top: 5em !important;
}

.ilg-google-maps-infowindow-contents{
	color:#a9942e !important;
}

.immobilienart .wpcf7-list-item, .nutzungsart .wpcf7-list-item{
    width: 33%;
    float: left;
    margin-right: 5%;
}

#immonex-lead-generator .immonex-lead-gen-field input, #immonex-lead-generator .immonex-lead-gen-field textarea{
	border-radius: 0 !important;
    margin-bottom: 10px !important;
    border: 1px solid #ced4da !important;
    padding: .375rem .75rem !important;
}
	#homevideo{
		width:auto !important;
		height:100vh !important;
	}
.home-rezesionen a{
    color: #fff;
    background: #a9942e;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 12px 35px;
    text-decoration: none;	
}
.home-rezesionen a:hover{
    box-shadow: 0 0 10px 10px;
}
@media only screen and (min-width: 1200px){
	#homevideo{
		width:100% !important;
		height:100% !important;
	}
}
@media only screen and (min-width: 2000px){
	.homevid{
		position:absolute;
		width:100vw !important;
		height:100vh !important;
	}
	#homevideo{
		width:100vw !important;
		height:100vh !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px){
	.block-under-slider .vc_col-sm-4{
		width:50%;
		margin: 0 auto;
	}
}

.hoursEditorTable p{
	margin-bottom:5px;
}

/* @Booklet
----------------------------------------*/
	.booklet           {width:800px; height:600px; position:relative; /*background:#fff;*/ margin:0 auto 10px;}
	.booklet .b-page  {left:0; top:0; position:absolute; overflow:hidden; padding:0;}
	
	.booklet .b-pN  {}
	.booklet .b-p0  {}
	.booklet .b-p1  {}
	.booklet .b-p2  {}    
	.booklet .b-p3  {}
	.booklet .b-p4  {}
	
	/*.booklet .b-load  {display:none;}*/
   
   	/* Page Wrappers */
	.booklet .b-wrap       {top:0; position:absolute;}
	.booklet .b-wrap-left  {background:#fff;}
	.booklet .b-wrap-right {background:#efefef;}
	
	.booklet .b-pN .b-wrap,
	.booklet .b-p1 .b-wrap,
	.booklet .b-p2 .b-wrap,
	.booklet .b-p3 .b-wrap,
	.booklet .b-p4 .b-wrap  {left:0;}
	.booklet .b-p0 .b-wrap  {right:0;}
	
   	/* Custom Page Types */
	.booklet .b-page-blank  {padding:0; width:100%; height:100%;}
	.booklet .b-page-cover  {padding:0; width:100%; height:100%; background:#925C0E;}
	.booklet .b-page-cover h3  {color:#fff; text-shadow:0px 1px 3px #222;}
   
   	/* Page Numbers */
	.booklet .b-counter {bottom:10px; position:absolute; display:block; width:25px; height:20px; background:#ccc; color:#444; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; padding:5px 0 0;}
	.booklet .b-wrap-left  .b-counter  {left:10px;}
	.booklet .b-wrap-right .b-counter {right:10px;}
   
   	/* Page Shadows */
	.booklet .b-shadow-f  {right:0; top:0; position:absolute; opacity:0; background-image:url("img/shadow-top-forward.png"); background-repeat:repeat-y; background-position:100% 0;}
	.booklet .b-shadow-b  {left:0;  top:0; position:absolute; opacity:0; background-image:url("img/shadow-top-back.png");    background-repeat:repeat-y; background-position:0 0;}
	
	.booklet .b-p0 {background-image:url("img/shadow.png"); background-repeat:repeat-y; background-position:100% 10px;}
	.booklet .b-p3 {background-image:url("img/shadow.png"); background-repeat:repeat-y; background-position:0 10px;}
	
   	/* Overlay Controls */
	.booklet .b-overlay      {top:0; position:absolute; height:100%; width:50%;}
	.booklet .b-overlay-prev {left:0;}
	.booklet .b-overlay-next {right:0;}
	
   	/* Tab Controls */
	.booklet .b-tab        {background:#000; height:40px; width:100%; padding:10px 0 0; text-align:center; color:#ccc; position:absolute; font-size:11px;}
	.booklet .b-tab-prev   {left:0;}
	.booklet .b-tab-next   {right:0;}
	.booklet .b-tab:hover  {background:#aaa; color:#000;}	
	
   	/* Arrow Controls */
	.booklet .b-arrow          {display:block; position:absolute; text-indent:-9999px; top:0; height:100%; width:74px;}
	.booklet .b-arrow div      {display:none; text-indent:-9999px; height:170px; width:74px; position:absolute; left:0; top:25%;}
	.booklet .b-arrow-next     {right:-80px;}
	.booklet .b-arrow-prev     {left:-80px;}
	.booklet .b-arrow-next div {background:url("img/arrow-next.png") no-repeat left top;}
	.booklet .b-arrow-prev div {background:url("img/arrow-prev.png") no-repeat left top;}
		
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
	body              {z-index:0;}
    .b-menu           {z-index:100;}
    .b-selector       {z-index:100;}
	.booklet          {z-index:10;}
    .b-pN             {z-index:10;}
    .b-p0             {z-index:10;}
    .b-p1             {z-index:10;}
    .b-p2             {z-index:10;}
    .b-p3             {z-index:10;}
    .b-p4             {z-index:10;}
    .b-prev           {z-index:40;}
    .b-next           {z-index:40;}
    .b-counter        {z-index:40;}
	
/* @Menu Items
----------------------------------------*/
	.b-menu {height:40px; padding:0 0 10px;}
	
	.b-selector             {height:40px; position:relative; float:right; border:none; color:#cecece; cursor:pointer;}
	.b-selector .b-current  {padding:8px 15px 12px; line-height:20px; min-width:18px; height:20px; display:block; background:#000; text-align:center;}
	.b-selector-page        {width:auto; margin-left:15px;}
	.b-selector-chapter     {width:auto;}
	
	.b-selector:hover            {color:#fff; background-position:left 0px;}
	.b-selector:hover .b-current {background-position:right 0px;}
	.b-selector ul               {overflow:hidden; margin:0; list-style:none !important; position:absolute; top:40px; right:0; padding:0 0 10px; background:#000; width:240px; font:normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
	.b-selector li               {border:none;}
	.b-selector a                {color:#cecece; height:14px; text-decoration:none; display:block; padding:5px 10px;}
	.b-selector a .b-text        {float:left; clear:none;}
	.b-selector a .b-num         {float:right; clear:none;}
	.b-selector a:hover          {color:#fff;}


span.reference{
	font-family:Arial;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:#fff url(img/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	align-items: center;
    display: flex;
}
.booklet .b-wrap-right {
	background:#efefef url(img/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	align-items: center;
    justify-content: center;
    display: flex;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:0 auto;
	padding-top:50px;
	width:905px;
	height:580px;
	position:relative;
	background:transparent url(img/bg.png) no-repeat 9px 27px;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(img/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(/wp-content/themes/rosselli/img/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin:10px 0px 5px 35px;
	width:300px;
	padding:4px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #E6E3C2;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(img/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(img/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.b-wrap-left, .b-wrap-right{
	width: 400px !important;
    height: 500px !important;
}
.b-wrap-left .title{
	font-size: 1.8rem;
    margin: 20px 0;
    text-align: center;
    text-decoration: underline;
}


.single-bewertungen .title{
	 padding:0 15px
 }
.single-bewertungen .entry-content .col-sm-4, .single-bewertungen .entry-content .col-sm-8{
	float:left;
}
.rezesionen-page .item .title{
 margin:20px 0;
}
.rezesionen-page .item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #dedede;
}
.rezesionen-page .item:last-child{
	border:0;
}

.bewertungen-content .vc_col-sm-6 p:last-child{
	margin-bottom: 0;
}
.rosselli-text p{
    font-size: 1.4rem;
}
.home-contact a{
	font-size: 1.6rem;
    text-decoration: none;
}
.home-contact a.tel{
	color: #000;
}
.home-contact a i{
    margin-right: 10px;
}
.home-contact a.email{
    color: #a9942e;	
}
#bookrezesionen .item{
	padding: 2px;
    position: relative;
    float: left;
}
#bookrezesionen .item .title{
	position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    display: block;
    color: #fff;
}
#bookrezesionen .item .title a{
color:#fff;
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
  box-shadow: 0px 0px 20px #000;
}

#bookrezesionen .item:hover{
	z-index:100;
}
.objekt-highlights-toggler-close{
		display:none;
}
.video-information{
	position: absolute;
    width: auto;
    top: 0;
    padding: 15px;
    color: #fff;
    height: 160px;
    transition: right 1s ease;
    background-color: rgba(169, 148, 46,0.8);
}
.video-information.open{
	right:0 !important;
}
.objekt-highlights-toggler{
	background-color:rgba(169, 148, 46,0.8);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: -40px;
    border-right: 1px solid;
    background:url(img/arrow-left-solid.svg) rgba(169, 148, 46,0.8) center no-repeat;
	background-size: 60%;
	top:60px;
}

.open .objekt-highlights-toggler{
	background:url(img/arrow-right-solid.svg) rgba(169, 148, 46,0.8) center no-repeat;
	background-size: 60%;
}


.video-information a{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    position: relative;
    display: block;
    float: left;
    width: auto;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
	margin: 40px;
}
.relative-objekt .wpb_wrapper{
	position: relative;
	overflow: hidden;
}

.landingpage-header-background::before{
	content:'';
	width: 100%;
    height: 100%;
    display: block !important;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    left: 0;
}
.landingpage-header-background h1{
    color: #24292e;
    font-size: 2.2rem;
    margin-botom:0;
}
.landingpage-header-background h2{
	color: #24292e;
	font-size: 1.4rem !important;
    margin: 0;
}
.page-template-landingpage h2{
	font-size: 2.4rem;
}
.landingpage-header-background input{
    height: 48px;
}
.page-template-landingpage #main-nav{
	display:none !important;
}
.referenz-justify{
    text-align: justify;
}

.triggerwertermittlung{
    display: block;
    text-align: center;
	margin: 0 auto;
}

.page-template-landingpage #immonex-lead-generator h3,
.page-template-landingpage #immonex-lead-generator .immonex-lead-gen-element--textblock{
	display:none;
}
.vorteile ul{
	padding-left: 20px;
}

.page-template-landingpage #immonex-lead-generator,
.page-template-landingpage h3{
	color:#a9942e;
}

.row.socialmedia a{
	font-size: 1.6rem;
    padding: 15px 15px;
}

.page-template-landingpage #immonex-lead-generator .immonex-lead-gen-element--card-select{
	color:#000;
}
.page-template-landingpage #immonex-lead-generator .immonex-lead-gen-element-contact_data .el-radio__label{
	color:#fff;
}
.page-template-landingpage #immonex-lead-generator .immonex-lead-gen-element-contact_data .el-col-md-offset-1{
    background-color: rgba(252,252,252,0.81) !important;
    color: #000;
    padding: 20px 20px !important;
}
.page-template-landingpage .generator-top{
    border: 5px solid #a9942e;
    background: rgba(255, 255, 255, 0.9);
}


.page-template-landingpage .bg-gold{
	color:#fff;
}

.page-template-landingpage .bg-gold h2{
	color:#fff;
	margin:0;
}

.page-template-landingpage .wp-fbrev .wp-facebook-left img{
	box-shadow:none !important;
}
.wp-google-powered strong, .wp-facebook-powered strong{
	font-weight:bold !important;
}
.page-template-landingpage .wp-facebook-place, .page-template-landingpage .wp-google-place{
    width: 70% !important;
    margin: 0 auto !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    text-align: center !important;
}
.wp-fbrev .wp-facebook-powered{
    color: #777!important;
}



.wp-google-list .wp-google-place .wp-google-left, .wp-fbrev .wp-facebook-left{
    display: none !important;
}

.wp-fbrev .wp-facebook-powered:last-child{
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #808080 !important;
}
.page-template-landingpage .wp-gr .wp-google-place .wp-star svg, .wp-fbrev .wp-facebook-place .wp-star svg {
    width: 34px!important;
    height: 34px!important;
    vertical-align: middle!important;
}

.page-template-landingpage .wp-gr .wp-google-rating, .page-template-landingpage .wp-fbrev .wp-facebook-rating{
    font-size: 34px!important;
}
.page-template-landingpage .wp-gr .wp-google-name, .page-template-landingpage .wp-fbrev .wp-facebook-name{
    margin-bottom: 15px !important;
}


@media only screen and (max-width: 1024px) {
	.book_wrapper{
		width: auto;
		height: auto;
		background:none;
	}
	.book_wrapper #loading{
		display:none !important;
	}
	#mybook{
		display:block !important;
	}
	.book_wrapper img {
		margin: 0;
		width: auto;
		border-radius: 180px;
    }
    #mybook .b-load .book-item{
		margin-top:20px;
		padding-top:20px;
		border-top:1px solid #000;
	}
	.book_wrapper p{
		text-align:justify;
	}
	.book_wrapper p.title{
		text-align:center;
		margin: 20px 0 !important;
	}
	.page-template-landingpage .navbar-toggler{
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
	.block-under-slider{
	    margin-top: -220px;
	}
}
@media only screen and (max-width: 480px) {
	.homevid {
		margin-top: -50px;
	}
	.home-teaser {
		margin-bottom: 0px !important;
	}
	.block-under-slider{
		margin-top: -50px;
	}
	.nutzungsart .wpcf7-list-item{
		width:100%;
	}
	.immobilienart .wpcf7-list-item{
		width:100%;
	}
	.wpcf7-form .col-sm-4 {
		margin-bottom: 15px;
	}
	.besonderheiten-headline{
		margin-bottom: 0;
	}
	.immonex-lead-gen-element--card-select--item {
		margin: 0 1rem 2em 1rem !important;
		min-width: 7.5em !important;
		min-height: 7em !important;
		max-width: 11em !important;
    }
    .immonex-lead-gen-form{
		padding:0 !important;
	}
    .immonex-lead-gen-element--card-select{
		margin-top: 30px !important;
	}

.page-template-landingpage .wp-gr .wp-google-place .wp-star svg, .wp-fbrev .wp-facebook-place .wp-star svg {
    width: 32px!important;
    height: 32px!important;
    vertical-align: middle!important;
}

	.mobile-hidden{
		display:none;
	}

}
@media only screen and (max-width: 560px) {
	.video-information{
		position: absolute;
		width: 60%;
		top: 40px;
		right: -60% !important;
		padding: 0;
		color: #fff;
		height: 80vh;
		transition: right 1s ease;
		background-color: rgba(169, 148, 46,0.8);
		padding: 50px 0;
	}
	.video-information.open{
		position: fixed;
		width: 100%;
		top: 70px;
		height: 100vh;
		
	}
	.video-information.open .objekt-highlights-toggler{
		display:none;
	}
	.objekt-highlights.video-information .block{
		    width: 50%;
	}
	.objekt-highlights.video-information .block p strong {
		font-weight: bold;
		font-size: 1.2rem;
	}
	.objekt-highlights.video-information i {
		font-size: 1.2rem;
	}
	.video-information a{
		margin: 25px 40px;
		width: 80%;
	}
	.objekt-highlights-toggler-close{
		width: 30px;
		height: 30px;
		border: 1px solid;
		right: 10px;
		position: absolute;
		top: 10px;
		display: block;	
		background:url(img/times-solid.svg) center no-repeat;
	}
	#immobilien-slider .item {
		width: 100%;
	}
}

	.page-template-landingpage #footer-widget .fa{
		font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
		color:#fff;
		margin-left:0;
	}


@media (min-width: 1200px){}
	.navbar-expand-xl .navbar-collapse {

		flex-direction: row-reverse;
	}
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}

#immobilien-slider{
    display: flex;
    flex-wrap: wrap;
}
#immobilien-slider video{
	object-fit: fill;
}

.home #FFestateview-default-overview-search-form{
	display:none;
}
.home .FFestateview-default-overview-list{
    display: block !important;
}
.home div[data-column] .FFestateview-default-overview-estate{
	max-width: none !important;
	margin:0 !important
}

.static-form-message {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.static-form-message--info {
  background: #f3efe0;
  color: #4f4730;
}

.static-form-message--success {
  background: #e8f5e9;
  color: #1f5d2d;
}

.static-form-message--error {
  background: #fdecea;
  color: #8c2f27;
}

.elementor-form.is-submitting button[type="submit"] {
  opacity: 0.7;
}
