/* Spezifisches Stylesheet für die Hauptseite */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
	overflow-x: hidden;
	/* background-color: #fff; */
	background-color: #f7f7f7;
	font-family: 'Cabin Condensed', sans-serif;

}

body,
html {
	height: 100%;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	display: inline-block;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

hr {
	margin-bottom: 0;
}

.container {
	max-width: 1410px;
}


/*-- header start --*/
header.active {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-top: 0;
	background-color: #000000;
}

header.active .navbar-expand-lg {
	padding: 10px 0;
	border-bottom: 0;
}

header.active .navbar-expand-lgs {
	border-bottom: 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: 0.7s;
}

header .navbar-expand-lg {
	padding: 10px 0 10px;
	border-bottom: 1px solid #ffffff;
	transition: 0.7s;
}

header .navbar-expand-lgs {
	border-bottom: 1px solid #ffffff;
	transition: 0.7s;
	background-color: #000000;
}
header .navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.6s ease;
	margin-right: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	outline: 0;
}

header .navbar .nav-item:last-child .nav-link {
	margin-right: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: #ffffff;
	border-bottom: 4px solid #ebb544;
	border-radius: 2px;
}

.navbar-light .navbar-nav .active > .nav-link {
	color: #ffffff;
	border-bottom: 4px solid #ebb544;
	display: inline-block;
	border-radius: 2px;

}
/*-- header end --*/

/*-- banner start --*/
.banner {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
}

.banner .gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	opacity: 0.23;
}

.banner .banner-inner {
	padding-top: 215px;
	padding-bottom: 210px;
	padding-left: 95px;
}

.banner .banner-inner h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 34px;
	width: 90%;
	letter-spacing: 2px;
}

.banner .banner-inner .btn {
	font-size: 28px;
	display: inline-block;
	text-align: center;
	background-color: #fdb714;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 13px 29px;
	border-radius: 60px;
	transition: 0.6s;
	border: 3px solid transparent;
	margin-left: 22px;
}

.banner .banner-inner .btn:hover {
	background-color: #ffffff;
	color: #fdb714;
	border: 3px solid #fdb714;
}

.banner .banner-inner span a {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	margin-left: 22px;
	transition: 0.6s;
}

.banner .banner-inner span a:hover {
	color: #fdb714;
	border-bottom-color: #fdb714;
}
/*-- banner end --*/

/*-- aboutus start --*/
.aboutus {
	margin-top: 10px;
	margin-bottom: 100px;
}

.aboutus h2 {
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2px;
	padding-top: 100px;
	margin-bottom: 60px;
}

.aboutus p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.aboutus .text {
	margin-top: 31px;
	padding-bottom: 50px;
}

.aboutus .thumbnail {
	background-image: url(../images/axel.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	border-radius: 20px;
	width: 360px;
	height: 360px;
}

.aboutus .thumbnail figure img {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 105px;
	left: 85px;
	border-radius: 20px;
}
/*-- aboutus end --*/

/*-- name start --*/
.name {
	margin-bottom: 100px;
}

.name .thumbnail {
	background-image: url(../images/lauscha-1.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 15px;
	width: 360px;
	height: 360px;
	border-radius: 20px;
}

.name figure img {
	width: 360px;
	height: 360px;
	object-fit: cover;
	position: absolute;
	top: 105px;
	right: 100px;
	border-radius: 20px;
}

.name h2 {
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	padding-top: 100px;
	margin-bottom: 60px;
}

.name h4 {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 22px;
}

.name p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 42px;
}

.name .text {
	margin-bottom: 0;
}
/*-- name end --*/

/*-- picture-gallery start --*/
.picture-gallery {
	background-color: #f7f7f7;
	padding: 80px 0;
	margin-bottom: 100px;
}

.picture-gallery h2 {
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2px;
	padding-left: 15px;
	padding-top: 60px;
	margin-bottom: 60px;
}

.picture-gallery .owl-stage .owl-item {
	padding: 0;
	margin-left: -80px;
}

.picture-gallery .owl-item .item {
	height: 100%;
}

.picture-gallery .owl-item .item img {
	max-height: 100%;
	max-width: 100%;
	height: 360px;
	width: 630px;
	object-fit: cover;
	border-radius: 5px;
}

.picture-gallery .item figure {
	position: relative;
}

.picture-gallery .item .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s;
	color: #fff;
	opacity: 1;
	padding: 185px 45px 57px 75px;
}

.picture-gallery .item .content:hover {
	background-color: #00000033;
	opacity: 1;
}

.picture-gallery .item h3 a {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	transition: 0.5s;
}

.picture-gallery .item h3 a:hover {
	color: #fdb714;
}

.picture-gallery .item h3 {
	margin-bottom: 15px;

}

.picture-gallery .item p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.picture-gallery .carousel {
	cursor: move;
}

.picture-gallery .carousel .row {
	margin: 0;
}

.picture-gallery .carousel .row .col-12 {
	padding: 0;
}

.picture-gallery .owl-carousel .owl-nav.disabled {
	display: block;
	text-align: center;
	margin-top: 65px;
}

.picture-gallery .owl-dots {
	display: none;
}

.picture-gallery .owl-carousel .owl-nav button.owl-prev span {
	color: #ffffff;
	font-size: 28px;
	line-height: 24px;

}

.picture-gallery .owl-carousel .owl-nav button.owl-next span {
	color: #ffffff;
	font-size: 28px;
	line-height: 24px;

}

.picture-gallery .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: #c2c2c2;
	padding: 5px 37px !important;
	border-radius: 5px;
	margin-right: 22px;
	transition: 0.6s;
}

.picture-gallery .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #363636;
}

.picture-gallery button:focus {
	outline: 0 dotted;
	outline: 0;
}
/*-- picture-gallery end --*/

/* Modal (background) */
.modal {
	display: none;
	position: fixed;
	padding-top: 80px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.84);
	padding-bottom: 60px;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: rgba(0, 0, 0, 0.52);
	margin: auto;
	padding: 0;
	width: 90%;
	max-height: 500px;
	max-width: 493px;
	max-width: 500px;
}

/* Close Button */
.close {
	color: white;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: .5;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
	background: transparent;
	width: 600px;
	height: auto;
}

.cursor {
	/* 	cursor: pointer;*/
	width: 100%;
	height: 100%;

}

/* Next & previous buttons */
.prev,
.next {
	position: absolute;
	top: 55%;
	cursor: pointer;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.numbertext img {
	width: 500px;
	height: 500px;
}

/* Position the "next button" to the right */
.next {
	right: -20.5%;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background */
.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 0, 0.4);
}

/* Number text */
.numbertext {
	color: #ffffff;
	font-size: 16px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

/*-- footer start --*/
footer {
	background-color: #e7e7e7;
}

footer figure {
	padding-bottom: 22px;
}

footer p,
span {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

footer h5 {
	margin-top: 4px;
	margin-bottom: 24px;
}

footer p {
	opacity: 0.8;
	margin-right: 14%;
	margin-bottom: 12px;
}

footer h5 a {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s;
}

footer h5 sub {
	font-size: 100%;
	bottom: 0;
	margin: 0 5px;
	vertical-align: middle;
}

footer h5 a:hover {
	color: #fdb714;
	text-decoration: underline;
}

footer .footer-inner {
	display: flex;
	padding-top: 65px;
}

footer iframe {
	width: 818px;
	height: 490px;
	display: block;
}

.footer-bottom {
	text-align: center;
	padding: 31px;
}

footer span i {
	font-size: 24px;
	color: #000000;
	transition: 0.5s;
}

footer span i:hover {
	color: #fdb714;
}

footer span a {
	margin-right: 23px;
}

.footer-bottom p,
a {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footer-bottom a {
	font-weight: bold;
	border-bottom: 2px solid #000000;
	transition: 0.5s;
}

.footer-bottom a:hover {
	color: #fdb714;
	border-color: #fdb714;
}

footer .navbar-nav {
	padding-top: 55px;
}

footer .navbar-nav li a {
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

footer .navbar-nav li a:hover {
	font-weight: bold;
	border-bottom: 2px solid #000000;
}
/*-- footer end --*/

/*-- top to bottom-button*/
html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	top: 5px;
	font-size: 20px;
	transition: 0.7s;
}

footer .fa-arrow-up:hover {
	top: 0;
}

#myBtn {
	/* background-image: url('../images/banner-1.jpg');
      background-repeat: no-repeat;*/
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #000000;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 60px;
	width: 45px;
	height: 45px;
	transition: 0.7s;
}

#myBtn:hover {
	background-color: #faaa35;
}



/*
				=================
				  media query
				=================
				*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1410px;
	}

}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1300px;
	}

	header .navbar-expand-lg {
		padding: 25px 0;
	}

	header .navbar .nav-item .nav-link {
		font-size: 18px;
		padding: 0 8px;
	}

	.banner .banner-inner .btn {
		font-size: 25px;
	}

	.banner .banner-inner span a {
		font-size: 17px;
	}

	.banner .banner-inner h1 {
		font-size: 40px;
		width: 100%;
	}

	.aboutus h2 {
		font-size: 40px;
	}

	.aboutus p {
		font-size: 17px;
		line-height: 30px;
	}

	.picture-gallery {
		padding: 60px 0;
	}

	.picture-gallery .owl-stage .owl-item {
		margin-left: -108px;
	}

    .picture-gallery .owl-item .item img {
        width: 100%;
    }

	.picture-gallery h2 {
		font-size: 40px;
		margin-bottom: 25px;
	}

	.name h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.name h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.name p {
		font-size: 17px;
		line-height: 30px;
	}

	.carousel-control-next,
	.carousel-control-prev {
		opacity: 1;
		width: 0;
	}

	.contact-us {
		padding-left: 70px;
	}

	.contact-us p {
		font-size: 17px;
		line-height: 30px;
	}

	footer p {
		margin-right: 0;
	}

	footer iframe {
		width: 560px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.banner .banner-inner {
		padding: 195px 0;
		padding-left: 60px;
	}

	.banner .banner-inner h1 {
		font-size: 37px;
	}

	.banner .banner-inner .btn {
		font-size: 20px;
	}

	.banner .banner-inner span a {
		font-size: 16px;
	}

	/* 
	.carousel .item h4 {
		width: 55%;
	}
	*/

	.aboutus {
		margin-bottom: 50px;
	}

	.aboutus .thumbnail {
		margin-left: -15px;
	}

	.aboutus .thumbnail figure img {
		left: 60px;
	}

	.aboutus h2 {
		font-size: 35px;
	}

	.picture-gallery .item .content {
		padding: 150px 30px 0;
	}

	.picture-gallery .owl-stage .owl-item {
		margin-left: -100px;
		width: 375px !important;
	}

	.picture-gallery .item h3 a {
		font-size: 28px;
	}

	.picture-gallery .item p {
		font-size: 16px;
	}

	.name {
		margin-bottom: 100px;
	}

	.name p {
		font-size: 16px;
		line-height: 28px;
	}

	.name-inner {
		margin-left: 0;
	}

	.name figure img {
		right: 60px;
	}

	.contact-us h3 {
		font-size: 40px;
	}

	.nogap > .col {
		padding-left: 20.5px;
		padding-right: 20.5px;
	}

	.contact-us {
		padding-left: 40px;
	}

	.contact-us .form-group:first-child .form-control {
		padding: 32px 15px;
		width: 100%;
	}

	.contact-us form .btn {
		font-size: 17px;
		padding: 12px 45px;
	}

	.contact-us .form-control {
		border: 3px solid #e1e1e1;
	}

	.form-control:focus {
		border-color: #fdb714;
	}

	footer .footer-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	footer .navbar-nav {
		padding-left: 20px;
	}

	footer iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 814px) {
	header {
		background-color: #000000b8;
	}

	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgb(253, 183, 20);
		background-color: #fdb714;
	}

	.navbar-light .navbar-nav .active > .nav-link {
		border-bottom: 0;
	}

	header .navbar .nav-item .nav-link {
		font-size: 15px;
		margin: 10px 0;
	}

	header .navbar .nav-item .nav-link:hover {
		border-bottom: 0;
		background-color: #fdb714;
	}

	.construction-companies .owl-carousel .item .slide {
		width: 60%;
	}

	.construction-companies figure {
		width: 100%;
	}

	.construction-companies .owl-carousel .owl-item img {
		width: 100%;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-prev {
		width: 35px;
		height: 35px;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-next span,
	.construction-companies .owl-carousel .owl-nav button.owl-prev span {
		font-size: 35px;
		line-height: 24px;
	}

	.aboutus .thumbnail {
		margin-left: 0;
		width: 100%;
		background-image: unset;
	}

	.aboutus .thumbnail figure img {
		width: 100%;
		height: 360px;
		position: inherit;
		top: 0;
		left: 0;
		border-radius: 20px;
	}

	.aboutus h2 {
		margin-bottom: 35px;
	}

	.picture-gallery .owl-stage .owl-item {
		margin-left: -108px;
	}

	.name .thumbnail {
		background-image: unset;
		width: 100%;
		margin-bottom: 50px;
	}

	.name figure img {
		width: 100%;
		height: 360px;
		object-fit: cover;
		position: inherit;
		top: 0;
		right: 0;
		border-radius: 20px;
	}

	.name-inner {
		margin-left: -15px;
	}

	.contact-us {
		padding-left: 15px;
	}

	footer p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner {
		padding-left: 0;
	}

	.mySlides {
		width: 100%;
		height: 100%;
	}

	footer .navbar-nav {
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.banner .banner-inner h1 {
		font-size: 32px;
	}

	.banner .banner-inner .btn {
		font-size: 17px;
	}

	.banner .banner-inner span a {
		font-size: 15px;
		margin-left: 15px;
	}

	.construction-companies .owl-carousel .item .slide {
		width: 50%;
		height: 100%;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-prev {
		width: 35px;
		height: 35px;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-next {
		width: 35px;
		height: 35px;
	}

	.construction-companies .owl-carousel .owl-item img {
		height: 85px;
	}

	.aboutus h2 {
		font-size: 24px;
	}

	.picture-gallery .owl-stage .owl-item {
		width: 385px !important;
	}

	.aboutus p {
		font-size: 15px;
		line-height: 28px;
	}

	.picture-gallery h2 {
		font-size: 30px;
		margin-bottom: 35px;
		margin-left: 0;
		text-align: center;
	}

	.name h2 {
		font-size: 30px;
	}

	.name p {
		font-size: 15px;
		line-height: 27px;
	}

	.contact-us h3 {
		font-size: 35px;
	}

	.contact-us p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 20px;
	}

	.contact-us .form-group:first-child .form-control {
		margin-top: 20px;
	}

	.contact-us form .btn {
		font-size: 16px;
		padding: 12px 40px;
	}

	footer p,
	span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 375px) {
	.banner .banner-inner h1 {
		font-size: 28px;
	}

	.banner .banner-inner .btn {
		font-size: 15px;
		letter-spacing: 1px;
		padding: 12px 25px;
		border: 2px solid transparent;
		margin-left: 0;
	}

	.banner .banner-inner .btn:hover {
		border: 2px solid #fdb714
	}

	.banner .banner-inner span a {
		font-size: 13px;
		margin-left: 10px;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-prev {
		width: 30px;
		height: 30px;
	}

	.construction-companies .owl-carousel .owl-nav button.owl-next {
		width: 30px;
		height: 30px;
	}

	.picture-gallery .owl-stage .owl-item {
		width: 349px !important;
	}

	.aboutus h2 {
		font-size: 21px;
	}

	footer h5 a {
		display: block;
	}

	footer span a {
		margin-right: 18px;
	}

	footer h5 sub {
		display: none;
	}
}
