
@import "/includes/includes/global.css";
@import "/includes/fonts/open-sans-v2/styles.css";
@import "/inc/styles/resize.css";
@import "/includes/immo/styles_v2.css";




:root {
	--color-green: #00af9e;
	--color-main: #00af9e;
}


body {	
	background: white;
	font-size: 1.1rem;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1220px;
}


h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: var(--color-green);
	padding: 0;
}

a {
    text-decoration: none;
}

h2, h3, h5 {
	background: none;
	margin: 0 0 10px 0;
}
	
h1 {
	font-size: 2.5rem;
	font-weight: 100;
	margin-bottom: 40px;
}

h2 { font-size: 1.8em; }
h3 { font-size: 1.5em;margin-top:40px; }


hr {
	display: none;
}

primary.active {
    background: var(--color-green);
}

.property-price, #filtergroup .btn-primary.active {
    background: var(--color-green);
}

.help-block {color: var(--color-green);}

#header {
	text-align: center;
	position: relative;
}

#logo {
	/*padding: 20px;*/
	margin: 0 auto;
	max-height: 120px;
}




.btn-primary {
	background: var(--color-green);
	border: none;
}

.btn-primary:hover {
	background: #666;
}



#top-bar-wrap {
	font-size: 0.923em;
	border-bottom: 1px solid #eee;
}

#top-bar {
	position: relative;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: ltr;
}

#top-bar-social {
    position: relative;
}
.top-bar-left {
    float: left;
    margin-right: auto;
}

.top-bar-right {
    float: right;
    margin-left: auto;
}

#top-bar-social u, #top-bar-content ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	vertical-align: bottom;
}

#top-bar-social li, #top-bar-content li {
    float: left;
    margin-right: 20px;
    font-size: 1.4rem;
    list-style: none;
}

#top-bar-social a.social-btn {
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    background: #eee;
}
#top-bar-social a {
    display: block;
    font-size: 16px;
	 color: #555;
}

#top-bar-content a {
    color: #565656;
    font-size: 1.5rem;
    margin-left: 5px;
}

#men-bar-wrap {
    margin: 10px 0;
}




/* Navigation Styles */
.navbar {
	background: none;
	border: none;
	margin: 0;
	padding: 50px 0 5px 0;
	padding: 0;
}

.navbar a {
	color: black;
	border-right: 1px solid #ccc;
	line-height: 65px;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
}

.nav ul li a, .nav ul li a:after, .nav ul li a:before {
  transition: all .3s;

}

/* stroke */
.nav.stroke ul li a, .nav.fill ul li a {
  position: relative;
}
.nav.stroke ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--color-green);
  height: 5px;
}

.nav.stroke ul li a:hover:before  {
  width: 100%;
}

.nav.stroke .dropdown-menu a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: var(--color-green);
	height: 1px;
}

.nav.stroke ul li.open > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	content: '.';
	color: transparent;
	background: var(--color-green);
	height: 5px;
}

.nav.stroke ul li.open > a {
	color: var(--color-green);
}



.navbar .nav > li > a:hover, .navbar .nav > .open > a, .nav-link:focus, .nav-link:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .open > a:hover {
	color: var(--color-green);
	background: none;
}

.nav-link{
	font-size: 1.1rem;

}
.nav-link.active {
	color: var(--color-green);

}
.nav.stroke ul li a.active::before {
width: 100%;
}

.dropdown-menu .nav-link {
	padding: 10px 6px;
	color: black;
	height: auto;
	line-height: normal;
	border: none;
}

.dropdown-menu  {
	padding: 10px;
	margin-top: -1px;
	min-width: 100%;
	
	
}

.dropdown:hover > .dropdown-menu {
  display: block;
}





		


.fa {
	font-size: 1.2em;
}


.main {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 500;
    padding: 20px 50px;
    min-height: 600px;
    margin-top: -20px;
    box-shadow: 0 0 70px rgba(51, 51, 51, 0.6);
}



.group {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.group p, .group li {
	font-size: 1.1rem;
}



#sprechstunde img {
  shape-outside: circle(50%);
  float: left;
  clip-path: circle();

}


#smartwizard li:before {
    display: none;
}

.group a {
	color: var(--color-green);
}
.group a.btn {
	color: white;
}

.sidenav .list-group-item {
	color: #666;
}

.list-group-item:hover {
	padding-left: 30px;
	transition: all .5s;
	color: var(--color-green);
}

.list-group-item {
	padding: .75rem 1.25rem;
	transition: all .5s;
}

.btn a {
	color: white;
}


.events .event-item .badge {
  background: var(--color-green);
  color: white;
}


.infobox {
	background: #ddd;
	padding: 15px;
	border-radius: 5px;
	margin: 30px 0;
}


.footer {
	background-color: #323232;
}
.footer, .footer a {
	color: #fff;
}
.foot-column {
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-right: 1px solid #484848;
}
.foot-column.last {
	border-right: none;
}
.foot-column h4 {
	margin-bottom: 15px;
}
.foot-column li + li {
	padding-top: 5px;
}
.foot-column ul.social-media-links li {
	padding-right: 10px;
	font-size: 18px;
}
.foot-column ul.social-media-links li + li {
	padding-top: 0;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1c1c1c;
}
.copyright, .copyright a {
	color: #b9b9b9;
}

#footerinfo {
	color: #999;
	padding-bottom: 20px;
}






.sidenav {
	margin-top: 50px;
}








#footerbanner {
	margin-bottom: 30px;
}

.feature {
	position: relative;
	cursor: pointer;
	text-align:center;
	border: 3px solid white;
}

.feature h2 {
	font-weight:bold;
	font-size: 1.6em;
	text-align:center;
	text-transform: none;
	color:#000000;
	background: none;
	opacity: 0.7;
	background: #cccccc;
	padding: 10px 0;	 
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;	 
}


#slideshow {
	max-height: 400px;
	overflow: hidden;
}


.card-img-top {
    max-height: 200px;
}


.hide {
    display: none !important;
}



.carousel-caption {top: 30%;}

#carousel h3 {
	background-color: rgba(245,130,33,0.6);
	padding: 5px 20px;
	display: block;
	color: white;
	font-size: 2.8em;
}

#carousel h4 {
	background-color: rgba(10,175,159,0.6);
	padding: 5px 20px;
	display: inline-block;
	color: white;
	font-size: 2.2em;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.carousel-inner .carousel-item > img {
  -webkit-animation: thing 10s;
  -o-animation: thing 30s;
  animation: thing 30s; 
}
@keyframes thing {
  from {
     transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}




.box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 450px;
  /*make the content lies under wrapper*/
  background: rgba(10, 175, 159, 0.8);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*make the smooth transition in 0.3s*/
  color: #fff;
padding:20px;
}

.box-content h1 {
  color: #fff;

}
.box-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  flex: auto;
  
  overflow: hidden;
  /*hidden the content inside*/
}
.box-wrapper:hover .box-content {
  top: 0;
  /*bring the content back*/
}
.card-body {
    background: white;
}
.card {
overflow: hidden;
}



.rowcnt .col-md-4 {
  text-align: center;
  padding: 20px 0;
  border-right: 1px dashed black;
}
.rowcnt h1 {
margin:0;
}
.rowcnt .col-md-4:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.rowcnt i {
  font-size: 30px !Important;
}

@media (max-width: 991px) {
  .rowcnt .col-md-4 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  
  .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
}



.flip {
	height: 251px;
}

.flip .card {
	position: relative;
	top: 50%;
	left: 50%;
	height: 251px;
	width: 251px;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
	perspective: 400px;
	transition: .5s;
}

.flip .card:hover .card-front {
	transform: rotatey(-180deg);
}

.flip .card:hover .card-back {
	transform: rotatey(0deg);
}

.flip .card-front {
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	backface-visibility: hidden;
	transform: rotatey(0deg);
	transition: .5s;
}

.flip .card-back {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	backface-visibility: hidden;
	transform: rotatey(180deg);
	transition: .5s;
	color: #ffffff;
	text-align: center;
}

.flip .card-back h2 {
	margin: 20% auto 5% auto;
	font-size: 20px;
}

.flip .card-back h2 span {
	font-size: 15px;
}

.flip .card-back a {
	height: 20px;
	width: 20px;
	padding: 5px 5px;
	border-radius: 4px;
	line-height: 20px;
}

.flip .card-back a:hover {
	color: #000000;
	background-color: #fff;
}

.flip .contact p {
font-size:14px;
}





/* google reviews */
.review-stars ul {
	display: inline-block;
	list-style: none;
	padding-left: 60px;
	margin: 0;
}

.review-stars ul li {float: left;margin-right: 5px;padding: 0;}
.review-stars ul li i {color: #E4B248;	font-size: 2rem;}
.review-stars ul li i.inactive {color: #c6c6c6;}
.star:after {content: "\2605";}
.review-author {padding-left:10px;}
.review-item {padding-bottom:30px;}
p.review-text {font-size:13px;}


.group .review-stars li::before {
    content: '';
    width: 0;
    margin-left: 0;
	 
}


#dsgvo p {
	font-size:1rem !important;
}

#dsgvo h1, #dsgvo h2 {
    color: #00af9e !important;
}

#dsgvo h4 {
    font-size: 1.4rem !important;
    color: #00af9e !important;
}

#immodetail .objekttitel {
    font-size: 2em;
	 border: none;
	 margin-top: 2rem;
}

#immodetail h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#immodetail .line {
   padding: 5px 0;
}


.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
}

.instagram i {
	color: white;
}




.dropdown-menu.single ul, .col-megamenu ul {
	padding: 10px;
}

.dropdown-menu.single li, .col-megamenu li {
	list-style: none;
	padding: 6px 0;
}

.col-megamenu .title {
	white-space: nowrap;
	color: var(--color-green);
	font-size: 1.3rem;
}

.dropdown-menu.single li a {
  white-space: nowrap;
  display: block;
  font-size: 1.1rem;
  line-height: 2rem;
  border: none;
  padding: 0!important;
  white-space: nowrap;
}

.has-megamenu .dropdown-menu {
	min-width: inherit;
	right: 100px;
}


#sprechstunde {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 500;
  max-width: 11vw;
}

.npg {
  width: 440px;
  height: auto;
  overflow: hidden;
  position: fixed;
  cursor: pointer;
  bottom: -37px;
  right: -164px;
  background-color: var(--color-green);
  text-align: center;
  color: white;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 15px 0;
    padding-bottom: 15px;
  cursor: pointer;
  transform: rotate(-45deg);
  z-index: 5000;
  padding-bottom: 80px;
  transition-duration: 0.5s;
}

.ribbon:hover, .npg:hover {
  background: gray;
}


#teaser {
  background: rgba(245,130,33,0.6);;
  color: white;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}







#banner .carousel-item {
  	height: 50vh;
  	background-size: cover;
  	background-position: center center;
}

#banner .carousel-caption {
	position: relative;
	display: grid;
	top:auto;
	left: auto;
	right: auto;
}


#banner .item1 {background-image: url(https://images.estate45.io/page/www.mund-immobilien.de/webp/images/team02-min.jpg);}
#banner .item2 {background-image: url(https://images.estate45.io/page/www.mund-immobilien.de/webp/images/leipzig-immobilien-02-min.jpg);}
#banner .item3 {background-image: url(https://images.estate45.io/page/www.mund-immobilien.de/webp/images/leipzig-immobilien-03-min.jpg);}
#banner .item4 {background-image: url(https://images.estate45.io/page/www.mund-immobilien.de/webp/images/leipzig-immobilien-07-min.jpg);}

#banner .carousel-item h1 {
  	margin: 0;
    color: white;
}

#banner h3 {
	background-color: rgba(245,130,33,0.6);
	padding: 5px 20px;
	display: inline-block;
	color: white;
	font-size: 2.8em;
	margin: 0;
	margin-bottom: 1rem;
}

#banner h4 {
	background-color: rgba(10,175,159,0.6);
	padding: 5px 20px;
	display: inline-block;
	color: white;
	font-size: 2.2em;
	
}




