body,
html {


	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}


h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 17px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #333;
	font-weight: 400;
}

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

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ce7816;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

.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;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 22px;
	color: #eee;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #ce7816;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #eee;
}

.on {
	background-color: #363636 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #eee !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ce7816;
	border-color: #ce7816;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.section-title {
	margin-bottom: 70px;
}

.section-title p {
	font-size: 18px;
}

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px #ce7816;
	background-color: #ce7816;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 17px;
	border-radius: 12px 0 12px 0;
	margin-top: 20px;
	transition: all 0.5s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
	color: rgba(255, 255, 255, 0.8);
	background-color: #94ae44#ce7816;
}

/* Header Section */
.intro {
	position: relative;
	width: 100%;

	overflow: hidden;
	background-color: #111;
	background-size: cover;
	background-position: center center;
	/* DAS ist wichtig */
	background-repeat: no-repeat;
}

.intro::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: opacity 1s ease-in-out, transform 5s ease;
	transform: scale(1.08);
	z-index: -1;
}

.intro.fade::before {
	opacity: 0;
}



/* Optional für bessere Lesbarkeit des Textes */
.overlay {
	background: rgba(0, 0, 0, 0.4);
}


.intro .overlay {
	background: rgba(0, 0, 0, 0.40);
}

.intro h1 {
	color: #fff;
	font-size: 68px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.intro h2 {
	font-size: 34px;
	font-weight: 300;

	color: #fff;
}

.intro span {
	color: #ce7816;
	font-weight: 600;
}

header .intro-text {
	padding-top: 300px;
	padding-bottom: 100px;
	text-align: center;
	text-shadow: 0px 0px 1px black;
}

#logo {
	display: flex;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}




/* About Section */
#about {
	padding: 120px 0;
	background: #f6f6f6;

}

#about h3 {
	font-size: 20px;
	text-transform: uppercase;
}

#about .about-text {
	margin-left: 10px;
	margin-top: 20px;
}

#about img {
	display: inline-block;
	border-radius: 10px 10px 10px 10px;
	/*box-shadow: -15px 0 #ce7816;*/
}

#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* Services Section */
#services {
	text-align: center;
	padding: 120px 0;
}

#services .service {
	padding-left: 20px;
}

#services img {
	margin: 0 auto;
	width: 85%;
	height: 75%;
	object-fit: cover;
	/* KEINE Verzerrung */
	display: block;
	
	aspect-ratio: 3 / 4;
	/* Einheitliche Höhe */
	border-radius: 32px;
	overflow: hidden;
	/*box-shadow: 15px 0 #ce7816;*/
}

#services h3 {
	padding: 10px 0;
	text-transform: uppercase;
}

#portfolio {
	padding: 120px 0;
	background: #f6f6f6;
}

/* Kategorien-Bereich */
.categories {
	padding-bottom: 40px;
	text-align: center;
}

/* UL: Keine Bullet-Points */
ul.cat {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Listenelemente */
ul.cat li {
	display: inline-block;
}

/* OL: Filter-Buttons (optimiert) */
ol.type {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/* Umbruch bei wenig Platz */
	justify-content: center;
	gap: 20px;
	/* Abstand zwischen Buttons */
}

/* Einzelne Buttons */
ol.type li {
	margin: 0;
	/* margin wird nicht mehr gebraucht, gap übernimmt */
}

ol.type li a {
	color: #ce7816;
	font-weight: 400;
	font-size: 15px;
	padding: 10px 20px;
	border: 2px solid #ce7816;
	border-radius: 10px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	transition: all 0.3s ease;
	text-align: center;
}

/* Aktiver Button */
ol.type li a.active {
	background: #ce7816;
	color: #fff;
}

/* Hover Effekt */
ol.type li a:hover {
	background: #ce7816;
	color: #fff;
}

/* Portfolio-Items */
.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin: 15px 0;
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}

.portfolio-item img {
	border-radius: 0 50px 0 50px;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	border-radius: 0 50px 0 50px;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #333;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	font-weight: 400;
}

.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;
}

/* Responsive Optimierung */
@media (max-width: 600px) {
	ol.type {
		gap: 10px 20px;
		/* Kleinerer Abstand bei sehr kleinen Geräten */
	}

	ol.type li {
		flex: 1 1 40%;
		/* Jeder Button nimmt etwa 40% Platz, also 2 pro Zeile */
		display: flex;
		justify-content: center;
	}

	ol.type li a {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
}



/* Contact Section */
#contact {
	padding: 120px 0 60px 0;
	background: #F6F6F6;
}

#contact form {
	padding: 30px 0;
}

#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', 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 40px 0;
}

#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}

#contact .contact-item p {
	font-size: 16px;
}

/* Footer Section*/
#footer {
	background: #333;
	padding: 50px 0 20px 0;
}

#footer .social {
	margin-bottom: 50px;
}

#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #ce7816;
	transition: all 0.3s;
}

#footer .social i.fa:hover {
	color: #eee;
}

#footer p {
	font-size: 15px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #ce7816;
}

.small-img {
	max-width: 300px;
	/* gewünschte max. Bildbreite */
	margin: 0 auto;
	/* zentriert das Bild */
}

.maps-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #363c46;
	/* Google-Blau */
	color: white;
	padding: 5px 18px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.2s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.maps-btn:hover {
	background: #d5870a;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.maps-btn span {
	font-size: 20px;
}