/*// <uniquifier>: Use a unique and descriptive class name

.nabla-<uniquifier> {
  font-family: "Nabla", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "EDPT" 100,
    "EHLT" 12;
} */

body {
  z-index: 1;
  background-color: #060606;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eee; /* Light text */
  line-height: 1.2;
  letter-spacing: -0.3px;
  padding: 15%;
  padding-top: 20px;
  margin: 0;
  margin-top: 0.2%;
  overflow: scroll;
  /*background-image: url(imgs/grid_bg.png);*/
  /*background-image: url(imgs/bg-bw-2.jpeg); ---repeating polariods
  background-size: 125px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;*/

  /*background-image: url(imgs/signature2.jpg); -float sign
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 2%;
  background-position-y: 97%;
  background-size: 6%;*/

  background-image: url(imgs/tiletex-dark.jpg); 
  background-size: 125px;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}


/*
.scanlines {
  position: relative;
  overflow: hidden;
}

.scanlines:before,
.scanlines:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.scanlines:before {
  z-index: 2;
  background: radial-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 100% 20px; /* Adjust 20px for scanline spacing 
  animation: scanline-animation 40s linear infinite;
}

@keyframes scanline-animation {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -100%;
  }
} */
.icon-float img{
  height: 64px;
  z-index: 3;
}

.icon-float{
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 3;
}
/*
.vorhang{
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-left: 15%;
  z-index: 2;
  height: cover;
}
*/
header {
  margin-bottom: 20px;
  border-style: dashed;
  border-color: #363634;
  border-top: #aaa;
  border-left: #aaa;
  border-right: #aaa;
  font-size: inherit;
}

h1 {
  font-size: 4.2rem;
  color: #eee;
  margin-bottom: 0;
  margin-top: 1%;
  font-family: "DotGothic16", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "MORF" 15, "SHLN" 50;
}

h2 {
  font-family: "DotGothic16", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "MORF" 21, "SHLN" 00;
  font-size: 2.5rem;
  color: #aaa;
  font-weight: normal;
  margin-top: 0;
}

nav {
  font-family: "DotGothic16", sans-serif;
  font-size: 1.2em;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "MORF" 21, "SHLN" 00;
  text-align: right;
  margin-bottom: 20px;
  border-top: #eee;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: -0.6em;
}

nav ul li {
  display: inline;
  margin-left: 15px;
}

nav ul li a {
  color: #eee;
  text-decoration: none;
}

/* INDEX Grid für Projekte*/
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(/*25rem*/1fr, 1fr));
  gap: 10px;
  text-shadow: 0 0 0px #e9fae7;
  z-index: 4;
  min-width: 65%;
}

.project {
  background-color: rgba(118, 118, 118, 0);
  padding: 10px;
  padding-bottom: 3vw;
  box-shadow: 0 4px 8px 0 rgba(0, 2, 2, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.project img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  display: block;
  z-index: 4;
}

.Beschreibung{
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  justify-content: space-between;
}

.project .top {
  margin: 5px 0;
  font-size: calc(7px + 2.5vw);
  color: #eee;
  display: inline-block;
}

.project .sub {
  margin: 1rem 0;
  font-size: calc(3px + 1.5vw);
  color: #ddd;
  display: inline-block;
}

.project .category {
  font-size: calc(3px + 1.5vw);
  color: #ddd;
  font-style: italic;
}

/*PHTOTS Grid für die Bilder*/
.picture-grid {
  display: grid;
  gap: 20px;
  text-shadow: 0 0 0px #e9fae7;
  z-index: 4;
}

.picture {
  background-color: rgba(118, 118, 118, 0);
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 2, 2, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  width:fit-content;
}

.picture img {
  width: 100%;
  display: flex;
  z-index: 4;
}
/*impressums / kontakt angaben*/
#imp{
  margin-left: 2vw;
  text-align: left;
  font-size: small;
  font-style: italic;
  background-color: rgba(118, 118, 118, .2);
  padding: 2%;
}

.temp {
  text-align: left;
  text-shadow: 0 0 3px #93fa88;
  font-size: 2em;
}

.info{
  text-align: left;
  width: 2fr;
  height: 50%;
  padding: 3vw;
}
/*Hier ist das about Foto*/
.grid-contact img{
  width: 35vw;
  margin-top: 2vw;
  margin-left: 1vw;
  margin-bottom: 1vw;
  padding: collapse;
}

.grid-contact {
  display: grid;
  grid-template-columns: 1fr 2fr;
  text-shadow: 0 0 0px #e9fae7;
  z-index: 4;
  height: 30vh;
}

a {
  text-decoration: none;
}

.bxf a:visited{
  color:rgb(255, 213, 4);
}

footer {
  margin-top: auto;
  background-color: #333;
  padding: 20px;
}
