/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw0aXpsog.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw9aXpsog.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw2aXpsog.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXpsog.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
}
.container {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container2 {
	min-height: 100vh;
	align-items: center;
	justify-content: left;
	margin-top: -5px;
}
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
	color: black;
	font-size: 1.7rem;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.section-title {
	font-size: 4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}

.section-title span {
	color: #c4a511;
}

.section-title-mar {
	font-size: 9rem;
	font-weight: 300;
	color: black;
	margin-bottom: 30px;
	margin-top: 200px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}

.section-title-mar span {
	color: #c4a511;
}

.section-title-small {
	font-size: 2.7rem;
	font-weight: 400;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-top: 30px;
}
.section-title-small span {
	color: #c4a511;
}
.section-title-puts {
	font-size: 1.4rem;
	font-weight: 400;
	color: black;
	margin-bottom: 10px;
	margin-left: 10px;
	text-transform: uppercase;	
	text-align: left;
	margin-top: 30px;
}
.section-title-puts span {
	font-size: 2.0rem;
	font-weight: 800;
	color: #c4a511;
}
.section-title-mets {
	font-size: 1.5rem;
	font-weight: 500;
	color: black;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-bottom: 30px;
}
.section-title-mets span {
	color: #c4a511;
}
.section-contact-small {
	font-size: 1.4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}
.section-contact-small span {
	color: #c4a511;
}
.section-contact-small-last {
	font-size: 1.4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}
.section-contact-bigger {
	font-size: 2.8rem;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	text-align: center;
}
.cta {
	display: inline-block;
	padding: 10px 30px;
	color: white;
	background-color: transparent;
	border: 2px solid #c4a511;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.7s ease;
	transition-property: background-color, color;
}
.cta:hover {
	color: white;
	background-color: #c4a511;
}
.ctb {
	display: inline-block;
	padding: 10px 15px;
	color: white;
	background-color: transparent;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 30px;
	transition: 0.3s ease;
	transition-property: background-color, color;
	align-items: center;
}
.ctb:hover {
	color: white;
	background-color: #c4a511;
}
.brand {
	margin-top: 10px;

}
.brand h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: white;
}
.brand h1 span {
	color: #c4a511;
}

.box {
	width: 50vw;
	height: 50vh;
	position: relative;
	min-width: 330px;
	min-height: 200px;
	place-items: center;
	margin-bottom: 50px;
	margin-top:  50px ;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border: 7px solid #c4a511;
  }
  

/* Header section */
#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
	transition: 0.3s ease background-color;
	
}

#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
	
}
#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	padding: 0 10px;
	
	
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: 0.5s ease left;
	background-color: rgb(41, 50, 60);
}
#header .nav-list ul.active {
	left: 0%;

}
#header .nav-list ul a {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	padding: 20px;
	display: block;
}
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(218, 27, 27, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: 0.3s ease letter-spacing;
	
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: #c4a511;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(0.9);
	margin-right: 10px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: white;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: white;
	transition: 0.3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}
/* End Header section */

/* muybien Section */
#muybien {
	background-image: url(./img/oben-bg.jpeg);
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}
#muybien::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: -1;
}
#muybien .muybien {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3px;
	justify-content: flex-start;
}
#muybien h1 {
	display: block;
	width: fit-content;
	font-size: 3rem;
	position: relative;
	color: transparent;
	animation: text_reveal 0.5s ease forwards;
	animation-delay: 1s;
}
#muybien h1:nth-child(1) {
	animation-delay: 1s;
}
#muybien h1:nth-child(2) {
	animation-delay: 2s;
}
#muybien h1:nth-child(3) {
	animation: text_reveal_name 0.5s ease forwards;
	animation-delay: 3s;
}
#muybien h1 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #c4a511;
	animation: text_reveal_box 1s ease;
	animation-delay: 0.5s;
}
#muybien h1:nth-child(1) span {
	animation-delay: 0.5s;
}
#muybien h1:nth-child(2) span {
	animation-delay: 1.5s;
}
#muybien h1:nth-child(3) span {
	animation-delay: 2.5s;
}

/* End muybien Section */

/* Services Section */
#services .services {
	flex-direction: column;
	text-align: center;
	max-width: 1500px;
	margin: 0 auto;
	padding: 70px 0;
}

#services .ImpressHeader {
	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
	padding: 150px 0;
	font-size: 4rem;
}
#services .service-top {
	max-width: 500px;
	margin: 0 auto;
	padding: 10px;
}
#services .service-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
#services .service-item {
	flex-basis: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 15px;
	border-radius: 10px;
	background-size: cover;
	margin: 10px 5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 320px;
}
#services .service-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.9;
	z-index: -1;
}

#services .service-bottom .icon {
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}
#services .service-item h2 {
	font-size: 2rem;
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#services .service-item p {
	color: white;
	text-align: left;
}
/* End Services Section */

/* filialen section */
#filialen .filialen {
	flex-direction: column;
	max-width: 1200px;
	margin: auto auto;
	padding: 80px 0;
}
#filialen .filialen-header h1 {
	margin-bottom: 50px;
}
#filialen .all-filialen {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#filialen .project-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 95%;
	margin: 5px auto;
	overflow: hidden;
	border-radius: 10px;
}
#filialen .project-info {
	padding: 30px;
	flex-basis: 50%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	color: white;
}
#filialen .project-info h1 {
	font-size: 2.8rem;
	font-weight: 500;
	margin-top: -10px;
}
#filialen .project-info h2 {
	font-size: 1.9rem;
	font-weight: 500;
	margin-top: 10px;
}
#filialen .project-info p {
	color: white;
}
#filialen .project-img {
	flex-basis: 50%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
#filialen .project-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
	opacity: 0.7;
}
#filialen .project-img img {
	transition: 0.3s ease transform;
}
#filialen .project-item:hover .project-img img {
	transform: scale(1.2);
}
/* End filialen section */

/* About Section */
#about .about {
	flex-direction: column-reverse;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}

#about .col-left {
	width: 250px;
	height: 360px;
}
#about .col-right {
	width: 100%;
}
#about .col-right h2 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
#about .col-right p {
	margin-bottom: 20px;
}
#about .col-right .cta {
	color: black;
	margin-bottom: 50px;
	padding: 0px 20px;
	font-size: 2rem;
}
#about .col-left .about-img {
	
	position: relative;
	
}
#about .col-left .about-img::after {
	content: '';
	position: absolute;
	left: -33px;
	top: 19px;
	height: 98%;
	width: 98%;
	border: 7px solid #c4a511;
	z-index: -1;
}

/* End About Section */

/* contact Section */
#contact .contact {
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	margin-top: 100px;
}


#contact .contact-items {
	/* max-width: 400px; */
	width: 100%;
	
}
#contact .contact-item {
	width: 80%;
	padding: 20px;
	text-align: center;
	border-radius: 15px;
	margin: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 0px 18px 0 #0000002c;
	transition: 0.3s ease box-shadow;
	
}
#contact .contact-item:hover {
	box-shadow: 0px 0px 5px 0 #0000002c;
}
#contact .contact-google {
	width: 96%;
	height: 500px;
	border-radius: 10px;
	padding: 10px;
	margin: 30px;
	box-shadow: 0px 0px 18px 0 #0000002c;
	margin-top: 50px;
}
#contact .icon {
	width: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#contact .contact-info h1 {
	font-size: 1.9rem;
	font-weight: 800;
	margin-bottom: 5px;
}
#contact .contact-info h2 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 500;
}
/*End contact Section */

#video {
	padding-top: 300px;
	padding-bottom: 10px;
}



/* Footer */
#footerlogo {
	height: 55px;
	width: 55px;
}

#footer .footer {
	min-height: 150px;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer h2 {
	color: white;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}

#footer .social-icon {
	display: flex;
	margin-bottom: 30px;
}

#footer .social-item {
	height: 50px;
	width: 50px;
	margin: 0 5px;
	
}

#footer .social-logo {
	height: 90px;
	width: 270px;
	margin: 30px 10px;	
}

#footer .social-links {
	font-size: 1.3rem;
}
#footer .social-item img {
	filter: grayscale(1);
	transition: 0.3s ease filter;
}
#footer .social-item:hover img {
	filter: grayscale(0);
}
#footer p {
	color: white;
	font-size: 1.3rem;
}
/* End Footer */

.impress {
	font-size: 2.9rem;
	font-weight: 800;
	margin: auto;
	margin-top: 100px;
	width: 90%;
	max-width: 1450px;
	padding: 10px;

}
.impress h1 {
	font-size: 3.0rem;
	margin-top: 50px;
}
.impress h2 {
	font-size: 2.2rem;
	margin-top: 50px;
}
.impress h3 {
	font-size: 1.9rem;
	margin-top: 50px;
}
.impress li {
	font-size: 1.5rem;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;;
	text-align: left;
}
.layout {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-rows: repeat(auto-fit, 2fr);
	grid-template-columns: 1.6fr 0.6fr;
	gap: 8px;
  }
.impressbigtext  {
	font-size: 4.9rem;
	margin-bottom: 50px;
	font-family:Arial, Helvetica, sans-serif;
}
.impressmalltext  {
	font-size: 1.9rem;
	margin-bottom: 0px;
}
.impressmalltextbig  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 2.9rem;	
	margin-bottom: 0px;
}
.impressmalltextmargin  {
	font-size: 1.9rem;
	margin-bottom: 50px;
}
.impressmalltextbigmargin  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 2.9rem;
	margin-bottom: 50px;	
}

	
/* Keyframes */
@keyframes hamburger_puls {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.4);
	}
}
@keyframes text_reveal_box {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		width: 0;
		left: 100%;
	}
}
@keyframes text_reveal {
	100% {
		color: white;
	}
}
@keyframes text_reveal_name {
	100% {
		color: #c4a511;
		font-weight: 500;
	}
}
/* End Keyframes */

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {
	.cta {
		font-size: 2.5rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 6rem;
	}

	/* muybien */
	#muybien h1 {
		font-size: 7rem;
	}
	/* End muybien */

	/* Services Section */
	#services .service-bottom .service-item {
		flex-basis: 45%;
		margin: 2.5%;
	}
	/* End Services Section */

	/* Project */
	#filialen .project-item {
		flex-direction: row;
	}
	#filialen .project-item:nth-child(even) {
		flex-direction: row-reverse;
	}
	#filialen .project-item {
		height: 400px;
		margin: 0;
		width: 90%;
		border-radius: 0;
	}
	#filialen .all-filialen .project-info {
		height: 100%;
	}
	#filialen .all-filialen .project-img {
		height: 100%;
	}
	/* End Project */

	/* About */
	#about .about {
		flex-direction: row;
	}
	#about .col-left {
		width: 600px;
		height: 400px;
		padding-left: 60px;
	}
	#about .col-left h1 {
		text-align: left;
		
	}
	#about .col-left h2 {
		text-align: left;
		font-size: 2.5rem;
		
	}

	#about .about .col-left .about-img::after {
		left: -45px;
		top: 34px;
		height: 98%;
		width: 98%;
		border: 10px solid #c4a511;
	}
	#about .col-right {
		text-align: left;
		padding: 30px;
	}
	#about .col-right h1 {
		text-align: left;
		
	}
	/* End About */

	/* contact  */
	#contact .contact {
		flex-direction: column;
		padding: 100px 0;
		align-items: center;
		justify-content: center;
		min-width: 75vh;
	}
	#contact .contact-items {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		margin: 0;
		
	}
	#contact .contact-item {
		width: 30%;
		margin: 0;
		flex-direction: row;
	}
	#contact .contact-item .icon {
		height: 100px;
		width: 100px;
	}
	#contact .contact-item .icon img {
		object-fit: contain;
	}
	#contact .contact-item .contact-info {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	/* End contact  */
}
/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {
	/* header */
	#header .hamburger {
		display: none;
	}
	#header .nav-list ul {
		position: initial;
		display: block;
		height: auto;
		width: fit-content;
		background-color: transparent; 
	}
	#header .nav-list ul li {
		display: inline-block;
	}
	#header .nav-list ul li a {
		font-size: 1.8rem;
	}
	#header .nav-list ul a:after {
		display: none;
	}
	/* End header */

	#services .service-bottom .service-item {
		flex-basis: 22%;
		margin: 1.5%;
	}
}
.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 0;
}
.brand-logos img {
  max-width: 200px;
  height: auto;
}
/* End  Media Query For Desktop */
