@font-face{
    font-family:"Lacquer-Regular";
    src:"url("../FONTS/Lacquer-Regular.woff2") format("woff2")
"
}

@font-face{
    font-family:"WhiteOnBlack";
    src:"url("../FONTS/WhiteOnBlack.woff2") format("woff2")"
}

.header-image {background-image:url("../IMAGES/headerimage1920width.jpg");
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    margin: 0;
    padding:
    width: 100vw; /* Bild füllt die Breite */
    height: 400px; /* Seitenverhältnis beibehalten */
    
}

h1{
    font-family: "WhiteOnBlack";
    color: whitesmoke;
    font-size: 36px;
    margin: 20px;
}
h2{font-family: "WhiteOnBlack";
    color: whitesmoke;
    font-size: 30px;
    text-align: center;
    }
h3{font-family: "Lacquer-Regular";
    color: whitesmoke;
    text-align: center;
    
}
.headerH1{
    display: flex;
    justify-content: center;
    margin: 20px;
    width: 100%;
    grid-gap: 10px;
}
.headerH1img{
    height: 1em;
    width: auto;
}

/* --- Basis-Stile (Mobile < 600px) --- */
.logo {
    width: 100px; /* Klein */
    height: auto;
    margin-top: 12px;
    margin-left: 12px;

    transition: all 0.3s ease; /* Weicher Übergang */
}

/* --- Tablet (ab 533px bis 1080px) --- */
@media screen and (min-width: 533px) {
    .logo {
        align-items: 
        width: 150px;
        /* Mittel */
        height: auto;
        margin-top: 12px;
        
    }
    .grid-3{
        grid-auto-columns: 1fr 1fr 1fr;
    }
}

/* --- Desktop (ab 1024px) --- */
@media screen and (min-width: 1080px) {
    .logo {
        
        width: 250px;
        /* Groß */
        margin-top: 160px
        
        
    }
}

.h1ImGrid{
    font-family: "WhiteOnBlack";
    color: #00AEEF;
    font-size: 36px;
   }
.h2ImGrid{
    font-family: "WhiteOnBlack";
    color: #00AEEF;
    font-size: 30px;
    text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.h1ImGridMagenta{
    font-family: "WhiteOnBlack";
    color: magenta;
    font-size: 36px;
}
.h2Dienstleistungen{
    
}

.p{
    font-family: "Lato-Regular";
    text-align: center;
    color: whitesmoke;
    font-size: 14pt;
}

nav {
    max-width: 100vw;
    background-image: linear-gradient(white, white);
    margin-left: auto;
    margin-right: 0;
    opacity: 85%;
    position: relative;
    top: 0;
}

nav ul {
    display: flex;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
}
nav ul li {
    font-family: "Lacquer-Regular", sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

a{
    color: black;
}

body{
    
    font-family: "PTSans", sans-serif;
    background-color: black;
    margin: 0;
}

.background-containerAboutMe {
    background-image: url("../IMAGES/Füllung_2 GesichterCMY_Zeichenfläche 1.png");
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }
.backround-containerDienstleistungen{
    background-image:url("../IMAGES/Füllung_Pencilface_Zeichenfläche 1.png");
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }

.img{
    max-width: 100vw;
    height: auto;
    display: block;
}

.AKI{
    width:100%;
    border-radius: 0px 0px 0px 0px;
}

.imgDT{
    max-width: 100px;
   height: auto;
    filter: drop-shadow(10px 10px 10px magenta);
    
}
.gif-container {
    max-width: 100px;
   height: auto;
    filter: drop-shadow(10px 10px 10px magenta);
    border-radius: 10px; /* Gewünschter Radius */
    overflow: hidden;    /* Zwingt das GIF in die Form */
}

.btn{
    color: yellow;
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center;
}

.Trennlinie{
    align-items: center;
}
.desktop, .tablet{
    display:none;
}

.big{
    font-weight: 800;
    font-size: 2.0em;
}

.colspan-all{
    grid-column: 1/-1;
}

.grid,
.grid-2,
.grid-3,
.grid-4,
.grid-6{
    display: grid;
    max-width: 100vw;
    margin:0px auto;
    padding: 0px;
    grid-gap:20px;
    align-content: center;
}

.grid-2{
    grid-template-columns: 1fr;
}

.grid-3{grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    place-items: center;
    padding: 20px;
    margin: 10px;
    transition: all 0.1s ease;
}


.grid-4{
    grid-template-columns: 1fr;
}

.grid-6{
    grid-template-columns: 1fr 1fr;
}

.gif{
    outline: 2px magenta;
}

div.outer img{
    width:100%;
    border-radius: 15px 15px 0 0;
}

div.outer{
    background-color:transparent;
    border-radius: 15px;
    padding:20px
}

div.outerTransparent{
    max-width: 100%;
    background-color:transparent;
    border-radius: 15px;
    padding:20px
}

.divOuterBackround{
    max-width: 100%;
    height: auto;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	border-bottom-left-radius: 25%;
	border-bottom-right-radius: 19%;

}

div.inner{
    margin: 20px;
}

#gallery div.outer{
    padding: 0;
}

#gallery div.inner{
    margin:10px;
}

#gallery h4{
    font-size: 0.7em;
    text-align: center;
}

.Dienstleistungen{
    max-width: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;   
    display: block;
 }


.container {
  display: grid;
  place-items: center; /* Zentriert horizontal und vertikal */
  height:100%;
}

video{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    
    }


.table{
    font-family: "Lacquer-Regular";
    color: whitesmoke;
}
input,
textarea
{
   
    font-family: "Lato-Regular";
    font-weight: lighter;
    table-layout: fixed;
    border-radius: 0.5em;
    border-color: magenta;
}  


/* 

CSS: @media querry 
Website: Breakpoint;

*/
@media screen and (min-width:400px){
    
    body{
        background-color: black;
        
    }
    
    .smartphone{
        display: none;
    }
    
    .tablet{
        display: block;
    }
    
    
    h1{
    font-size: 30px;
        text-align: center;
    }
    
    .pGrid1{
        font-family: "Lato-Regular";
        font-size: 16px;
        text-align: cover;
        color: whitesmoke;
        margin-left: 10px;
    }
    
    .pGrid2{
    font-family: "Lacquer-Regular";
        font-size: 16px;
        text-align: center;
        color: magenta;
}
    
    .pImpressum{
        font-family:"Lato-Regular";
        color: whitesmoke;
        font-size: 14px;
        text-align: center;
    }
    
    
    .grid-2{
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-3{
        grid-auto-columns: 1fr 1fr 1fr;
        transition: 0.1s ease;
    }
    .grid-4{
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-6{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  
}

@media screen and (min-width:533px){
    
    body{
        background-color: black;
        
    }
    .pGrid1{
        font-family: "Lacquer-Regular";
        font-size: 16px;
        text-align: cover;
        color: whitesmoke;
        text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
    }
    
    .smartphone{
        display: none;
    }
    
    .tablet{
        display: block;
    }
    
    
    h1{
    font-size: 30px;
        text-align: center;
    }
    
    
    .grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .grid-3{
        grid-auto-columns: 1fr 1fr 1fr;
         transition: all 0.1s ease;
    }
    
    .grid-4{
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-6{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  
}
    
@media screen and (min-width:1080px){
    
    body{
        background-color: black;
    }
    
    .tablet{
        display:none;
    }
        
    .desktop{
        display:block;
    }
    
    h1{
    font-size: 60px;
    }
    
    .grid-4{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .grid-6{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    
}