p {
    color: black;
    cursor: default;
}

.txt {
    opacity: 0.6;
}

.txtform {
    opacity: 0.6;
    text-align: left;
    padding: 0px 0px 0px 10%;
}

.txtabout {
    opacity: 0.6;
    text-align: left;
}

.whois {
    opacity: 0.6;
    text-align: left;
    padding: 0px 0px 0px 20%;
}

h1 {
    font-weight: bold;
    font-style: normal;
    opacity: 0.8;
    text-transform: uppercase;
    cursor: default;
    font-size: small;
    color: black;
}

h2 {
    font-weight: bold;
    font-style: normal;
    opacity: 0.8;
    text-transform: capitalize;
    letter-spacing: 4px;
}

@font-face {
    font-family: Syncopate;
    src: url('fonts/Syncopate-Regular.ttf');
    font-display: swap;
}

h3 {
	text-align: center;
    color: black;
    font-family: Syncopate;
    font-size: 28px;
    line-height: 49px;
    letter-spacing: 4px;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    opacity: 0.8;
    cursor: default;
}

@font-face {
    font-family: Tangerine;
    src: url('fonts/Tangerine-Regular.ttf');
    font-display: swap;
}

h4 {
    text-align: center;
    color: black;
    font-family: Tangerine;
    font-size: 50px;
    line-height: 49px;
    letter-spacing: 4px;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    cursor: default;
    text-shadow: 0 0 20px black;
}

h5 {
    font-size: xx-large;
    color: ghostwhite;
    font-weight: bold;
    font-style: normal;
    opacity: 0.8;
    letter-spacing: 2px;
    cursor: default;   
}

.java {
    font-size: x-large;
    color: lightgrey;
    opacity: 0.8;
}

.title {
    text-align: center;
    opacity: 0.8;
}

.title_about {
    opacity: 0.8;
    text-align: left;
}

.title_gallery {
    text-align: center;
    opacity: 0.8;
}

.title_contact {
    opacity: 0.8;
    text-align: center;
}

.lihover {
    color: black;
    opacity: 0.6;
    cursor: default;
}

.alink {
    color: darkcyan;
    text-decoration: underline;
    cursor: pointer;
}

.alinkblock {
    color: darkcyan;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
    display: block;
}

.alink2 {
    color: darkcyan;
    text-decoration: underline;
    cursor: pointer;
    font-size: small; 
}

.alink_numbers {
    color: darkcyan;
    text-decoration: none;
    cursor: pointer;
    font-size: large;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.alink_numbers:hover {
    color: #232323;
}

a:hover {
    color: lightgrey;
}

.gallery-tabs {
    margin: 5px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
}
  
.tabs-for-gallery {
    padding: 10px;
    margin:5px;
    cursor: pointer;
    background-color: #fff;
    color: darkcyan;
    text-decoration: none;
    border-radius:5px;
}
  
.tabs-for-gallery:hover {
    color: #232323;
}

.ulfiles {
    columns: 2;
    list-style: none;
    /*margin-right: 33px;*/
    padding: inherit;
}

.ulfiles_1 {
    list-style: none;
    margin-right: 33px;
}

.ulfilesearch {
    list-style: none;
    padding: inherit;
}

.animated-text {
 font-family: monospace;
 overflow: hidden;
 height:1.1em;
 word-wrap: break-word;
 white-space: nowrap;
 animation: typing 4s steps(48) forwards;
}

@keyframes typing {
  from { 
    width: 0;
  }

  to { 
    width: 48ch;
  }
}

details {
    cursor: pointer;
    text-align: left;
}

details.services-pictures {
    cursor: pointer;
    text-align: center;
}

@media only screen and (max-width: 992px){
    h3 {
        text-align: center;
        font-family: Syncopate;
        font-size: 55px;
        line-height: 49px;
        letter-spacing: 4px;
        font-weight: bold;
        font-style: normal;
        text-transform: capitalize;
    }

    h4 {
        font-size: 70px;
        line-height: 49px;
        letter-spacing: 4px;
    }

    h5 {
        font-size: x-large;
        font-weight: bold;
        font-style: normal;
        opacity: 0.8;
        letter-spacing: 2px;
        cursor: default;   
    }
    
    .java {
        font-size: larger;
        opacity: 0.8;
    }
}

@media only screen and (max-width: 768px){
    h3 {
        text-align: center;
        font-family: Syncopate;
        font-size: 25px;
        line-height: 49px;
        letter-spacing: 4px;
        font-weight: bold;
        font-style: normal;
        text-transform: capitalize;
    }
    
    h4 {
        font-size: 48px;
        line-height: 49px;
        letter-spacing: 4px;
    }

    .whois {
        font-size: smaller;
    }
}

@media only screen and (max-width: 600px){
    h3 {
        text-align: center;
        font-family: Syncopate;
        font-size: 20px;
        line-height: 49px;
        letter-spacing: 2px;
        font-weight: bold;
        font-style: normal;
        text-transform: capitalize;
    }
        
    h4 {
        font-size: 40px;
        line-height: 49px;
        letter-spacing: 4px;
    }

    .whois {
        padding: 0px 0px 0px 10%;
    }

    .ulfiles {
        columns: 1;
    }
}

  /* Stil für das Dark-Theme */
  @media (prefers-color-scheme: dark) {
    p {
        color: rgb(255, 255, 255);
    }
    h1 {
        color: lightgrey;
    }
    h2 {
        color: lightgrey;
    }
    h3 {
        color: lightgrey;
    }
    h4 {
        color: white;
        text-shadow: 0 0 20px darkorange;
    }
    h5 {
        color: lightgrey;
    }
    .lihover {
        color: lightgrey;
    }

    .alink_numbers {
        background-color: #232323;
    }

    .alink_numbers:hover {
        color: whitesmoke;
    }
    
    .tabs-for-gallery {
        background-color: #333;
    }
      
    .tabs-for-gallery:hover {
        color: whitesmoke;
    }
  }