@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box}:focus{outline:0!important;
	color: red;
	margin: 0;
	padding: 0;
		
}

html{
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	font-size: 20px;
}
	

body{
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin:0;
	font-family:'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    scroll-behavior: smooth;
	}


.header {
	position: relative;	
}

.header h1 {
	margin-left: 7rem;
}


div {
    display: block;
}


.site_header {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    padding: 1.1rem 0;
}


section {
	position: relative;

}


article {

}

img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	
	border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

h1 {
    font-size: 5rem;
    line-height: 1.15;
	text-transform: uppercase;
	display: block;
    position: absolute;
	bottom: 3.25rem;
    width: 100%;
    left: 0;
    z-index: 1;
    max-width: 1000px !important;
	margin-left: 7rem;
}

h1, h2, h3, h4 {
    /* font-weight: 700; */
    line-height: 1.3;
    margin-top: 0;
}

h2 {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.23;
    margin-bottom: 0.25rem;
}

h3 {
	font-size: 2rem;
	/* font-weight: 900; */
}

ul li {
	list-style-type:none;
	left: 0;
}

ul {
	padding: 0;
    margin: 0;
    list-style-position: inside;}

p {
	margin: 0;
	padding: 0;
}

/*Navbar------------------------------------------*/


.menu {
}

.menu ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;

}

.menu a {
	margin-left: 2.5rem;
	text-decoration: none;
	color: black;
	font-weight: 700;
}

/*------Portfolio-Unterseiten--------*/

.inside {
	max-width: 1320px;
	margin: 0 auto;
	}

	.titlepart {
		margin-top: 10rem;
	}

.intro  {
	position: relative;
	/* margin-top: 10rem; */
	font-size: 0.8rem;

}
.title_projektbeschreibung::after {
	content: "";
    position: absolute;
    width: 3.5rem;
    height: 0.15rem;
    bottom: -0.5rem;
    left: 0;
    background-color: #707070;
}

.title_projektbeschreibung {
		position: relative;
		margin-top: 1rem;
		font-size: 2rem;
}


.first-row {
margin-top: 7rem;
}


.projektbeschreibung  {
	max-width: 30rem;
	/* margin-bottom: 15rem; */
	margin-top: 1rem;

}

aside {
	width: 36.5rem;
}

.container-projektbeschreibung{
display: flex;
}

.lead {
	font-weight: bold;
}

.client-services {
	width: 36.5rem;
    height: 18.5rem;
	position: relative;
    right: -6rem;
}

.client-services h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	padding: 0;
	margin: 0;

}
.client-services p, .client-services li{
	text-transform: uppercase;
}

.client, .services {
	margin-bottom: 2rem;
}

.video-container {
	
	width: 100%;
}

.video-container iframe {
	width: 100%;
	height: 35rem;

}

.hero_row {
	display: flex;
	flex-direction: row;
	margin-bottom: 3rem;
	gap: 5rem;
}
.hero_row:nth-child(2n){
	flex-direction: row-reverse;
}

.hero_row:nth-child(2n) .hero_col2{
	padding-left: 0rem;
}


.hero_col1 {
	max-width: 30rem;
	overflow: hidden; 
}

.hero_col2 {
	width: 36.5rem;
}

.ergebnis .inside img {
	max-width: 20rem;
}

.visuals_row {
	display: flex;
    gap: 3rem;
	margin-top: 3rem;
}

.thumbnail img{
	width: 500px;
	height: 280px;
}

.swiper-slide:before,
.swiper-slide:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;

}
.swiper-slide::before {
	top: 0;
	/*background: linear-gradient(to top, #333 0%, transparent 100%);*/
	background: linear-gradient(0deg,transparent,rgba(255,255,255,.3) 80%);
}



.weitere_projekte {
	display: flex;
	flex-direction: row;
	margin-bottom: 15.75rem;
}

.weitere_projekte a:hover {
	background-color: red;
}

.weitere_projekte p {
	position: absolute;
	display: block;
	z-index: 1;
    bottom: 0vh;
    margin-left: 1rem;
	color: white;
	font-weight: 700;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.swiper {
	width: 100%;
	height: 28rem;
	margin-bottom: 10rem;
	margin-top: 3rem;
	padding-bottom: 3rem !important;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: red;

  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper-pagination-progressbar {
    bottom: 0 !important;
    top: unset !important; /* Deaktiviert die obere Position */
	left: unset !important;
	right: 0 !important;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 20% !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000 !important;
}

.feedback {
	background-color: #0F0F0F;
	height: 40rem;
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	display: flex;
    align-items: center;
	margin-bottom: 11.25rem;
	
}
.quote {
	margin-top: 13rem;
}

.quote p {
	position: relative;
	font-weight: 900;
    font-size: 2.5rem;
	margin: 0;
	color: white;
}

.quote p::before,
.quote p::after {
	position:absolute;
	z-index: -1;
	display: block;
	content: "a";
	z-index: 0;
	font-size: 8rem;
	font-family: "Constantia", "Lucida Bright", "DejaVu Serif", "Georgia", "serif";
}

.quote p::before {
    top: -7.5rem;
    left: -3rem;
	content: open-quote;
	color: rgba(255,255,255,0.5);
}

.quote p::after {
	bottom: -5.7rem;
    right: 5rem;
	content: close-quote;
	color: rgba(255,255,255,0.5);

}
.feedbackgeber {
	font-size: 1rem;
    text-align: right;
    margin: 2.5rem 5.8rem 9rem 0;
	color: white;
}

.content > section {
	margin-top: -3rem;
    padding-top: 3rem;
}

.projekte h2 {
	margin-bottom: 6.75rem;
}

p.projekt_name {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 1;
    margin: 0;
}

.projekt_name {
	color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

	
	/*------------Startseite ----------------*/
.about, .kompetenzen, .portfolio {
	padding-top: 8rem;
}

.underline {
    margin: 0 0 3.5rem;
	font-size: 1.1rem;
	line-height: 1.28;}


.about_content {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 10.75rem;	
}

.about_content img {
	max-width: 780px;
    margin-right: 2.25rem;
}

.about_text {
	font-size: 1rem;
    line-height: 1.5;
	margin:0;
}
	
.kompetenzen {
	background-color: #0F0F0F;
	color: white;
	width: 100%;
	height: 30rem;
}	

.boxes {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}



.portfolio .card {
	margin:0;
	width: 30.75rem;
}

.portfolio .card:first-child {
	margin-bottom: 10rem;
}

.portfolio .card:last-child {
	margin-bottom: 5.5rem;
}

.portfolio .card img {
	height: 17.5rem;

}

.swiper-slide a {
	text-decoration: none;
	color: black;
	font-weight:700;
	font-size: 1.1rem;
}



.button {
	display: flex;
    justify-content: center;
}
button {
	background-color: #0F0F0F;
    color: white;
    border: none;
    padding: 1.25rem;
	font-size: 1.1rem;
	margin-bottom: 24.5rem;
	
}
/*---------footer-----------------------------*/
.footer {
	position: absolute;
	background-color: #0F0F0F;
	color: white;
	width: 100%;
}

.logo {
	margin-top: 7.5rem;
}
.row1, .row2 {
	display: flex;
    flex-direction: row;
}

.row1 a, .row2 a {
	color: white;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 0.63;

}



.row2 {
	margin-left: 11rem;
}

.brand {
	margin-right: 5rem;
	width: 10rem;
}

.kontakt, .sitemap, .terms {
	margin-right: 5rem;
}

.kontakt h4, .sitemap h4{
	font-weight: 700;
    color: #fff6;
	margin-bottom: 2.5rem;
    line-height: 2.73;
    font-size: 1.1rem;}

.terms a {
	color: #fff6;
	text-decoration: none;
}

.copy {
	font-size: 0.6rem;
}

.name {
	font-size: 1.1rem;
    line-height: 1.23;
}


.quote_viv {
	font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
	margin-bottom: 7.5rem;
}

.quote_viv p {
	margin: 0;
}
.sitemap {

}

.terms {
	
    margin-top: 4.6rem;

}

.terms li:last-child {
	margin-bottom: 16.5rem;
}


/* portfolio */

  .projects {
	display: flex;
	flex-wrap: wrap;
    margin: -0.5rem;
	padding-bottom: 10rem;
  }

  .project {
	position: relative;
	padding: 0.5rem;
	width: 25%;
  }

.project a img, .project .portfolio__image__container {
	height: 100%;
  }


	.portfolio__image__container {
		position: relative;
		width: 360px; /* can be omitted for a regular non-lazy image */
		max-width: 100%;

	}

	.portfolio__image__container::after {
		content: '';
		width:100%; height:100%;
		position:absolute;
		left:0; top:0;
		background: rgb(0,0,0);
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, 70%,  rgb(0, 0, 0) 100%);
	}

	.portfolio__image__container .image_hover {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		opacity: 0;
		transition: opacity .2s;
	}

	.portfolio__image__container:hover .image_hover {
		opacity: 1;
	  }

	.project a {
		width: 100%;
		height: 100%;
    	display: inline-block;
	}

	.project .project__title {
		position: absolute;
		bottom: 0;
		left: 0;
		color: white;
		z-index: 1;
		padding: 1rem;
	}

	.project .project__title__important {
		font-weight: 700;
		text-transform: uppercase;
	}