@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
	font-family: 'texgyreadventor';
	src: url('../oliver-glueck-fonts/texgyreadventor-regular-webfont.woff') format('woff');
}
html, body {
 margin: 0;
 padding: 0;

}

html {
 background: linear-gradient(152deg, #fff, #ccc);
}


body {
	background-image: -webkit-linear-gradient(top left, white 0%, #eee 100%);
	background-image: -moz-linear-gradient(right bottom, white 0%, #eee 100%);
	font-family: texgyreadventor, Verdana, Geneva, sans-serif;

	color: #6f6f6e;
}

        /* Bestehende Styles */
        .IC, .rund { cursor: pointer; transition: transform 0.2s; }
        .IC:hover, .rund:hover { transform: scale(1.03); }

        .overlay {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0; top: 0; width: 100%; height: 100%;
            background-color: rgba(0,0,0,0.85);
            backdrop-filter: blur(8px);
            overflow-y: auto;
			
			height: 100vh;
			
			max-width: 100%;
			
			  justify-content: center; /* Horizontal center */
			  align-items: center;     /* Vertical center */
			  z-index: 1000;

        }
        .overlay-content {
            background-color: #fff;
            margin: 5% auto;
            padding: 30px;
            width: 80%;
            max-width: 550px;
            position: relative;
            text-align: center;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
            animation: fadeIn 0.3s ease-out;
        }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
        .close-overlay { position: absolute; right: 20px; top: 10px; font-size: 35px; cursor: pointer; color: #999; }
        
        .overlay-logo { width: 240px; margin-bottom: 25px; }
        .overlay-profile { width: 100px; height: 100px; border-radius: 50%; border: 3px solid #f39200; margin-bottom: 25px; object-fit: cover; }
        .overlay-body { border-top: 1px solid #eee; padding-top: 20px; text-align: left; }
        .overlay-body h3 { color: #f39200; font-family: sans-serif; margin-bottom: 10px; text-align: center; }
        .overlay-body p { color: #444; line-height: 1.6; font-family: sans-serif; font-size: 0.95em; margin-bottom: 10px; }
        .vita-list { list-style: none; padding: 0; margin: 15px 0; }
        .vita-list li { margin-bottom: 8px; padding-left: 20px; position: relative; color: #555; font-size: 0.9em; }
        .vita-list li::before { content: "•"; color: #f39200; position: absolute; left: 0; font-weight: bold; }
		
		
.logo
{
	max-width: 80%;
	
}

a{
	text-decoration: none;
	color: #aaa;
}

a:hover
{
	text-decoration: underline;
	color: #555;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width: 100%;
}

swiper-container {
  width: 100%;
  height: 300px;
  	background-color: #6f6f6e;
	border: 0;
	border-radius: 15px;
	color: #fff;
}

.rund {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 400px;
	max-width: 500px;
}
.products, .brands {
	color: #fff;
	background:linear-gradient(152deg, rgba(75,75,75,1) 0%, rgba(20,20,20,1) 100%);
	border: 0;
	border-radius: 15px;
	width: 100%;
	text-align: center;
	vertical-align: middle;

}
.products-inner, .brands-inner {
	width: fit-content;
	margin: auto;
	max-width: 1600px;
	text-align:center;
}

.brands
{
	background: #fff;
	border: 1px solid #6f6f6e;
	color: #000;
}

.brands p
{
	color: #000 !important;
}

.brands .soft
{
	color: #fff !important;
}

.brand
{

	margin: 30px !important;
	border: 1px solid #333;
	background: #000;
}
.foot, #header {
	
	border: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	display: table;
}

.foot{
	background: linear-gradient(152deg, rgba(0,0,0,1) 0%, rgba(55,55,55,1) 100%);
}

.orange {
	color: #f07640 !important;
}
.grau {
	color: #6f6f6e !important;
}
.gridContainer.clearfix #LayoutDiv1 p {
	color: #fff;
}

.stro {

	font-weight: 200;
}
.socialicon {
	margin: 20px;
	padding: 40px;
}
.IC {
	padding-top: 2em;
	padding-bottom: 5em;

}

h3 {
	font-size: 26px !important;
}

p {
	font-size: 24px;
}

p.soft
{
	font-size:0.85em !important;
	opacity: 0.4 !important;
}


/**********SWIPER ****************/

  .gm-swiper-section {
    background: #6f6f6e;
    padding: 2.5rem 2rem 3.5rem;
    color: #e8e4dc;
    overflow: hidden;
	border-radius: 15px;
  }

  .gm-section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c8a96e;
    text-align: center;
    margin-bottom: 0.4rem;
  }

  .gm-section-title {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #f5f0e8;
    text-align: center;
    margin: 0 0 1.8rem;
    letter-spacing: -0.02em;
  }

  .swiper {
    width: 100%;
    padding: 0 2px 2.8rem !important;
  }

  .swiper-slide {
    height: auto;
  }

  .project-card {
    background: #161616;
    border: 1px solid #2a2a2a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s;
  }

  .project-card:hover {
    border-color: #c8a96e;
  }

  .project-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
    
  }

  .project-img-wrap svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .project-tag {
    position: absolute;
    top: 25%;
    left: 10px;
    background: #c8a96e;
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 3px 8px;
	border: 1px solid #fff;
  }

  .project-body {
    padding: 0.9rem 1rem 1.1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .project-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #f5f0e8;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .project-text {
    font-size: 14px;
    font-weight: 300;
    color: #9a9488;
    line-height: 1.6;
    flex: 1;
  }

  .project-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c8a96e;
    text-decoration: none;
    margin-top: 0.3rem;
  }

  .project-link::after {
    content: '→';
    font-size: 11px;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #3a3a3a;
    opacity: 1;
    border-radius: 0;
  }

  .swiper-pagination-bullet-active {
    background: #c8a96e;
    width: 20px;
    border-radius: 0;
    transition: width 0.3s;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 34px;
    height: 34px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    top: auto;
    bottom: 0;
    color: #c8a96e;
    transition: background 0.2s, border-color 0.2s;
  }

  .swiper-button-prev { left: calc(50% - 44px); }
  .swiper-button-next { right: calc(50% - 44px); }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #c8a96e;
    color: #0d0d0d;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 11px;
    font-weight: 700;
  }
  
  .project-img-wrap img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.project-card:hover .project-img-wrap img {
  filter: grayscale(0%);
  
}

.swiper-wrapper { align-items: stretch; }

.swiper-slide { display: flex; }

.project-card { width: 100%; }

.project-text { flex: 1; }



/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.rund
{
	max-width: 100%;
}


/* Smartphone fixes */

@media only screen and (min-width: 1px) and (max-width: 480px)

{
	.overlay-content
	{
		max-width: 80% !important!;
	}
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) and (max-width: 768px){
	


	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#LayoutDiv2 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#LayoutDiv3 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	.brand img
	{
		max-width:300px;
	}
		
	 .IC, .brand {
	 float:none;
	}
	
	.brand
	{
		padding: 30px;
	}

	.overlay-content
	{
		max-width: 80%;
	}


}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.clearfix {
	clear: both;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	width: auto;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	width: auto;
	display: block;
}
.IC {
	float: left;
	margin-left: 0;
	width: 185px;
	height: 185px;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	padding: 4em;
}

 .brand {
	float: left;
	margin-left: 0;
	width: 225px;
	height: 225px;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	padding: 2em;
}


.logo
{
	max-width: 400px;
	
}





}



/* new fixes */

.project-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  /*background: radial-gradient(ellipse at center, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.35) 100%);*/

  pointer-events: none;
}

.project-card:hover .project-img-wrap::after {
  opacity: 0;
}

.project-img-wrap img {
  filter: grayscale(100%) brightness(1) contrast(1.1);
  transform: scale(1.04);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.project-card:hover .project-img-wrap img {
  filter: grayscale(0%) brightness(1) contrast(1);
  transform: scale(1.0);
}

.project-tag {
  left: 50%;
  transform: translateX(-50%);
}
.project-tag {
  position: absolute;
  z-index: 100;

}
.project-tag {
  box-shadow: 0 0 10px rgba(0,0,0,0.8), 0 0 22px rgba(0,0,0,0.5);
}