@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #595958;
  color: #1280A9;
}

.header-1 {             /* text >Phycical < Gallery  */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;       /* mal sehen  78px */
  background-color: #3f3d3e;
  font-family: 'Courier New', 'Courier' , 'monospace';     /* text >Phycical < Gallery  */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px  1px;            /* padding um MrMoor war 10px 33px */
  box-sizing: border-box;
  color:  #D9D7D7;
  z-index: 1000;
}

.site-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-title h1 {
  font-family: 'Halimun', sans-serif;
  font-weight: 40;
  font-size: 1.7rem;
  transform: scaleX(1.2);
  transform-origin: left;
  margin-top: -9px;
}

.phygital-gallery {
  margin-top: 35px;   /* weiss nicht was das ist. 33px */
 }

.logo {
  height: 66px;            /* weiss nicht was das ist. 66px */
  margin-left: 0px;      /* Mr Moor ?  war 22px */
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.logo:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.connect-button {              /* Der graue Knopf oben rechts */
  background-color: #383535;
  color: #928b8b;        /* font connect color */
  border: none;
  padding: 10px 22px;
  font-family: 'Courier New','Courier','monospace';
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
}

.connect-button:hover {
  background-color: #4C4B4A;
}

.header-2 {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  background-color: #3A3838;
  display: flex;
  justify-content: flex-end;
  padding: 0px 55px;           /* padding fur den streifen. 44px jetzt 55px */
  font-family: Courier, monospace;
    z-index: 999;
  height: 20px; /* fixed height to prevent expansion */
  align-items: center;
}
.header-2 {
  justify-content: flex-end;
  padding-right: 2px; /* adjust as needed */
}

.header-2 a {
  color: #999898;/*   text Farbe fur die LINK 1,2,3 Fonts  */
  text-decoration: none;
  margin-left: 50px;
  font-weight: 400;
}

.header-2 a:hover {
  color: #9D9898;
  border-bottom: 1px solid #ECEBDE;
}

main {
  margin-top: 130px;
}

@font-face {
  font-family: 'Halimun';
  src: url('fonts/Halimun.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
body {
  font-family: 'Halimun', sans-serif;
  line-height: 1.0;  /*nachtraglich distance  1.6  */
}

.nav-link {
  background: none;
  border: none;
  color: #848383;
  font-weight: 400;      /*       400.   */
  font-size: 1rem;
  cursor: pointer;
  padding: 8px 33px;
  font-family: 'Courier New', 'sans-serif';
}

.nav-link:hover {
  color: #848383;
  border-bottom: 1px solid #3C3939;    /* 1px solid #3C3939 */
}

.carousel-strip {
  position: fixed;
  top: 122px; /* adjust based on headers  97px */
  left: 0;
  right: 0;
  width: 100vw; /* full viewport width */
  max-width: 100%;
  background-color: #464343;
  padding: 1px 0;                /* oben + unten logo/Ausw_text  20px 0. */
  overflow-x: auto;
  white-space: nowrap;
  z-index: 996;
  cursor: grab;
  scroll-behavior: smooth;
}

.carousel-strip::-webkit-scrollbar {
  height: 7px;                           /* scroll,sieht man nur auf handi  9px */

}

.carousel-track {
  display: flex;
  gap: 22px;         /*Abst zwishen Auswahl logo/text 1-15.  66px */
  padding: 0 0px;    /* wohl doppelt,Abst. Asw + unterkante.  0. 20px */
}

.carousel-item {
  flex: 0 0 auto;
  text-align: center;
  color: #fff;
}

.carousel-item img {
  width: 80px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 11px;    /* 11 px funktioniert */
  cursor: pointer;
}
.carousel-strip {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
}

.carousel-strip::-webkit-scrollbar {
   /* optional: hide scrollbar */
}

.item {
  min-width: 200px;      /* or whatever fits your design */
  margin-right: 10px;   /* 10px hat funktioniert  */
}
.carousel-track.dragging {
  cursor: grabbing;
}
.carousel-item img {
  width: 55px;           /* Make sure width and height are equal */
  height: 55px;
  border-radius: 50%;     /* This makes it a circle */
  object-fit: cover;      /* Ensures the image fills the circle */
  display: block;
  margin: 0 auto;   
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-item img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}/* Center the image inside the item */
.carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px; /* controls spacing between items erst 110px  */
  text-align: center;
  font-family: 'Courier New', 'Courier', 'monospace'; /* or your preferred font */
  font-size: 1rem;
  color: #EEEAEA;
  gap: 8px; /* spacing between logo and text, funktionirt jetzt  8  */
}
.carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 130px;                  /* 130px */
  height: 93px; /* controls vertical space  of the block and logo/font 93px*/
  text-align: center;
  font-family: 'Courier New', 'Courier', 'monospace';
  font-size: 1.0rem;
  color: #C7C5C5;  
  gap: 8px; /*    spacing between logo/text zur unterkante */
}

.carousel-item p {
  margin: 0;
  padding: 0px 0px;       /* 3px. 0px */
}

.header-3 {                   /* "Photo,Digital,Physical" Flache */
  position: fixed;
  top: 109px;                 /* 109 . "Photo,Digi,Physicl" Flache start Position, genau unter Header-2 . 109 */
  left: 0;
  width: 100%;
  height: 110px;               /* 100 or 105 . "Photo,Digi,Physicl"  Höhe der Fläche-Header_3 die hoch geht - 100 */
  background-color: #464343;/* "Photo,Digital,Physical" FARBE - Flache */
  color: #60A03F;                        /*      ????   */
  z-index: 997;             /*  "Photo,Digi,Physicl"   STEUERUNG , fährt nach oben*/
  transition: top 0.8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-buttons {           /* PhotographieDigiPhyscl schrift ?? */
 display: flex;
  gap: 22px;                 /* war 70 .horz "Photo,Digi,Physicl" Abstand zwischen den Logos */
             
}
 

.header-item {              /*  "Photo,Digi,Physicl"   STEUERUNG ( Doppelt )*/
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
 /* width: 0px;    /*           /* 110 .  "Photo,Digi,Physicl" auch der Abstand dazwischen */
  font-family: 'Courier New', 'Courier', 'monospace';
  font-size: 1.2rem;                               /* 1 rem .  "Photo,Digi,Physicl" Font Size, wenn man nicht clicked */
  color: #D7D4D4;                            /* 1 rem .  "Photo,Digi,Physicl" Font color, wenn man nicht clicked */
  transition: transform 0.3s ease;
 
}

.header-item img {            /* 1 rem .  "Photo,Digi,Physicl"    */
  width: 75px;                    /* 1 rem .  "Photo,Digi,Physicl"    */
  height: 75px;           /* 75px */
  border-radius: 50%;
  object-fit: cover;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	}

	.header-item p {    /* entfernt das p verhalten Default margin,vertical spacing*/
	margin:  0;
    padding: 0;
	line-height: 2.5;
	margin-bottom: 2px;    /* 22.  "Photo,Digi,Physicl"  Abstand von der unterkante der Fläche?   */
}

.header-item:hover {
  transform: scale(1.1);        /* 1.1  "Photo,Digi,Physicl" vergrößerung beim drüber hoovern mit Maus   */
}
.header-labels {
  display: flex;
  gap: 22px;                      /*  "Photo,Digi,Physicl"  Abstand der Logo/schrift, für wenn man drauf clickt  ( doppelt )  */
  justify-content: center;
  font-family: 'Courier New','Courier', monospace;
  font-size:   1rem;
  color: #FBF5F5;				 /*  "Photo,Digi,Physicl"  Farbe text,  wenn schrift oben ist  ( doppelt )  */
}

 /* ab hier kommt der teil nach den Headern , die tiles   */
.gallery-container {
  position: relative;
  width: 100%;
  background-color: #302F2F;      /* Farbe des Bodens bei den floating tiles   */
  padding: 40px 20px;
  display: none;
  z-index: 1;
	margin-top: 170px;
}

.tile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;                        /*  wie weit die Tiles auseinander sind ?  */
  justify-content: center;
}
/* das hier ist d Bilder Fliese Tiles   */
.tile {
  background-color: #302F2F;
  width: 260px;                   /*  220px */
  height: 260px;                 /*  220px */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(1px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.tile.visible {
  opacity: 1;
  transform: translateY(0);
}

.tile:hover {
  transform: scale(1.03);
  box-shadow: 6px 5px 14px rgba(0, 0, 0, 0.5);
}

.tile img {
  width: 95%;
  height: auto;
  max-height: 95%;
  object-fit: contain;
  cursor: pointer;
}





.tile {
  transition: transform 0.8s ease, box-shadow 0.6s ease;
}

.tile:hover {
  transform: scale(1.03);
  box-shadow: 0 0px 12px rgba( 0, 0, 0, 0.3);
}


.footer {
  background-color: #1a1a1a;
  color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  margin-top: 60px;
}

.footer img {
  height: 40px;
}

.footer-left,
.footer-right {
  width: 30%;
  text-align: center;
}

.footer-center {
  text-align: center;
}



.link-page {
  display: none;
  width: 100%;
  min-height: 300vh; /* 3x screen height */
  background-color: rgba(255, 255, 255, 0.95);
  padding: 60px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  background-color: #1a1a1a;
  color: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  margin-top: 60px;
}

.footer img {
  height: 40px;
}

.footer-left,
.footer-right {
  width: 30%;
  text-align: center;
}

.footer-center {
  text-align: center;
}

.link-page {
  min-height: 100vh;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #fff;
}


.footer {
  margin-bottom: 10px;
  margin-top: 60px;
  padding: 50px 20px;
  background-color: #1a1a1a;
  color: #ccc;
}


/* --- Mobile Layout (< 768px) for Index.html Main Elements --- */
    @media (max-width: 767px) {
        /* This rule is for the HEADER-3 CONTAINER itself */
        section.header-3 {
            /* Keep properties that style the section.header-3 container */
             padding: 10px 0; /* Example: Keep vertical padding for header-3 */
             width: 100%; /* Example: Keep header-3 full width */
             /* Add any other styling for the section.header-3 container */
             /* REMOVE display: flex, flex-direction, justify-content, gap if you had them here */
        }

        /* This rule is for the INNER DIV that is the direct parent of the buttons */
        /* Add this NEW rule block to styles.css */
       .header-3 div.header.buttons { /* <-- Use this selector */
            display: flex; /* MAKE THIS DIV the flex container */
            flex-direction: row; /* Arrange the buttons (its children) side-by-side */
            justify-content: center; /* Center the group of buttons horizontally */
            gap: 10px; /* <-- Adjust this value for spacing BETWEEN the buttons */
            flex-wrap: wrap; /* Allow buttons to wrap */
             width: 100%; /* Ensure this div fills its parent's width */
             /* align-items: center;  If you want to center buttons vertically within this div */
        }

           /* You might still need a rule for section.header-3 itself on mobile */
    section.header-3 {
        /* ... padding, width, etc. for the section container on mobile ... */
        /* Ensure its top/position is correct for mobile */
    }
        /* section.header-3 button { margin: 0; padding: 0; } */


        /* Add other mobile responsive rules for index.html sections here later */


    } /* <-- Closing brace for the Mobile Layout media query block */


/* --- Mobile Layout (< 768px) for Index.html Main Elements --- */
    @media (max-width: 767px) {
        /* This rule is for the HEADER-3 CONTAINER itself */
        section.header-3 {
            /* Keep properties that style the section.header-3 container */
             padding: 0px 0; /* Example: Keep vertical padding for header-3 */
             width: 100%; /* Example: Keep header-3 full width */
             /* Add any other styling for the section.header-3 container */
             /* REMOVE display: flex, flex-direction, justify-content, gap if you had them here */
        }

        /* This rule is for the INNER DIV that is the direct parent of the buttons */
        /* Add this NEW rule block to styles.css */
       .header-3 div.header.buttons { /* <-- Use this selector */
            display: flex; /* MAKE THIS DIV the flex container */
            flex-direction: row; /* Arrange the buttons (its children) side-by-side */
            justify-content: center; /* Center the group of buttons horizontally */
            gap: 10px; /* <-- Adjust this value for spacing BETWEEN the buttons */
            flex-wrap: wrap; /* Allow buttons to wrap */
             width: 100%; /* Ensure this div fills its parent's width */
             /* align-items: center;  If you want to center buttons vertically within this div */
        }

 


        /* Add other mobile responsive rules for index.html sections here later */


    } /* <-- Closing brace for the Mobile Layout media query block */
 
 