@font-face {
	font-family: 'Cinzel';
	src: url('../fonts/Cinzel/Cinzel-VariableFont_wght.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body, html {
	font-family: "Verdana", sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1 {
    font-family: 'Cinzel';
    color:white;
}
h2 {
	font-family: 'Cinzel';
	margin: 0 0 20px 0;
	font-size: 28px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #333;
}

.subtitle {
	font-family: 'Cinzel';
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	color: #333;
	font-weight: 400;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	font-family: 'Cinzel';
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #262629;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #303030; /*********** HIGHLIGHT COLOR MAIN COLOR **************************/
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #303030;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	font-family: 'Cinzel';
	font-size: 32px;
	font-weight: 700;
	color: #262629;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Cinzel';
	color: #262629;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #707070;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #303030 !important;
	background-color: transparent;
}
#menu .telefon {
	font-family: 'Verdana', sans-serif;
	margin: 10px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .telefon span {
	font-size: 14px;
	display: block;
	color: #262629;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #303030;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #303030;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #515157;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/pexels-alex-staudinger-829197-1732414.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro h1 {
	font-family: 'Cinzel';
	color: #fff;
	font-size: 62px;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 400px;
	padding-bottom: 400px;
	text-align: center;
}

@media (max-width: 1199px) {
	header .intro-text {
		padding-top: 220px;
		padding-bottom: 150px;
		text-align: center;
	}
}

/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #262629;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}

/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #303030;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about img {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#immobilienangebote {
	padding: 100px 0;
}
#immobilienangebote .service-media {
	margin: 10px;
}
#immobilienangebote .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#immobilienangebote .service-desc {
	margin: 10px 10px 20px;
}
#immobilienangebote h3 {
	font-weight: 700;
	padding: 5px 0;
}
#immobilienangebote .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: 323237;
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
	background: #f6f6f6;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #262629;
	color: rgba(255,255,255,.65);
}
#contact .section-title {
	margin-bottom: 40px;
}
#contact h2 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
	color: #fff;
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
	padding-top: 20px;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Verdana', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #262629;
}
#footer a:hover {
	color: #303030;
}

@media (max-width: 768px) {
	#about img {
		margin: 50px 0;
	}
}

.text-white {
	color:white !important;
}

.navbar-brand {
	padding: 2px 15px;
}


.portfolio-pic {
	max-width: 100%;
	height: auto;
	display: block;
}

.intro-text .btn {
	margin-bottom:15px;
}

.intro-text h1, .intro-text h4 {
	text-shadow: 1px 1px black;
	background-color:rgba(0,0,0,0.1);
	border-radius: 10px;
	padding:10px;
}

@media (max-width: 651px) {
	#menu .telefon {
		margin: 10px 0 0 60px;
	}
}
@media (max-width: 571px) {
	#menu .telefon {
		margin: 10px 0 0 20px;
	}
}
@media (max-width: 571px) {
	#menu .telefon {
		margin: 10px 0 0 0px;
	}
}
@media (max-width: 473px) {
	#menu .telefon {
		margin: 18px 0 0 0px;
		width:100%;
		text-align: center;
	}
}

@media (max-width: 450px) {
	.intro h1 {
		font-size: 32px;
	}
}

.thumbnail img {
	height:214px;
}

.aktuellesAngebotButton {
	width:100%;
}


/* Link-Farben von Bootstrap neutralisieren */
a.auswahl,
a.auswahl:hover,
a.auswahl:focus,
a.auswahl:focus-visible,
a.auswahl:active {
	color: #fff !important;
	text-decoration: none !important;
}

/* Box */
a.auswahl {
	position: relative;
	isolation: isolate;
	overflow: hidden;

	display: flex;
	align-items: center;
	justify-content: center;

	height: 200px;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	font-size: 28px;
	font-weight: 800;
	font-family: 'Cinzel', serif;
	text-shadow: 2px 2px 1px #000;
}

/* Overlay */
a.auswahl::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0);
	transition: background 0.25s ease;
	pointer-events: none;
}

a.auswahl:hover::before,
a.auswahl:focus-visible::before {
	background: rgba(0, 0, 0, 0.35);
}

/* Text über Overlay */
a.auswahl > span {
	position: relative;
	z-index: 1;
}

/* Hintergrundbilder */
.verkauf {
	background-image: url("../img/verkauf.jpg");
}

.vermietung {
	background-image: url("../img/vermietung.jpg");
}

.gewerbe {
	background-image: url("../img/gewerbe.jpg");
}

.mb-3 {
    margin-bottom:3rem !important;
}

.pb-3 {
    padding-bottom:3rem !important;
}

.pt-3 {
    padding-top:3rem !important;
}

.mt-3 {
    margin-top:3rem !important;
}

.btn-primary {
    background-color: #303030 !important;
    border-color: #000000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #303030 !important;
    border-color: #000000 !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.label-primary {
    background-color: #303030;
}

.energy-scale{
  max-width: 760px;
}

.energy-bar{
  display: flex;
  height: 42px;
  border-radius: 2px;
  overflow: hidden;
}

.energy-bar .seg{
  flex: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #0b0b0b;
}

/* Farben (an Screenshot angelehnt) */
.energy-bar .aplus{ background:#3e7f62; color:#fff; }
.energy-bar .a    { background:#79bf4b; }
.energy-bar .b    { background:#c9d83b; }
.energy-bar .c    { background:#fff33a; }
.energy-bar .d    { background:#ffd34a; }
.energy-bar .e    { background:#f0b03a; }
.energy-bar .f    { background:#e5842f; color:#fff; }
.energy-bar .g    { background:#d85b46; color:#fff; }
.energy-bar .h    { background:#a83b2c; color:#fff; }

/* Highlight wie im Bild */
.energy-bar .is-active{
  outline: 2px solid #000;
  outline-offset: -2px;
}

.energy-label{
  text-align:center;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.w-40 {
    width:40% !important;
    display:inline !important;
}
.d-inline {
    display:inline !important;
}

.d-inline-block {
    display:inline-block !important;
}


#contact a {
    color:white !important;
}