body {
    font-family:  Helvetica, Arial, sans-serif;
}

header, footer {
    background-color: rgb(255, 255, 255);
}

.image-text {
    position: absolute;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    color: rgb(48, 48, 56);
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    width: 100%;
    padding-top: 35px;
}

.grid-con {
    display: grid; 
 
    grid-template-rows: 80px 250px 320px 50px 150px 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    
    gap: 0px;
    height: 100%;
 
 }

 /*
 .grid-con p {
    align-self: center;
 }
*/

 .navigation {
    width: 100%; /* Ändern Sie die Breite nach Ihren Wünschen */
    max-width: 5000px; /* Maximale Breite, um sie nicht zu breit werden zu lassen */
    margin: 0 auto; /* Zentrieren der Navigationsleiste */
    margin-top: 30px;
    background-color: #ffffff; /* Hintergrundfarbe anpassen */
    padding: 10px; /* Innenabstand anpassen */
}
.txt1 {

    font-size: 17px;
    margin-top: 15px;
    margin-left: -70px;
    margin-bottom: 25px;
    

}

.txt2 {
    font-size: 17px;
    margin-top: 15px;
    margin-left: -210px;
    margin-bottom: 25px;
}
   
 #item-0 {
 
    background-color: rgb(44, 88, 133); 
    grid-row-start: 1;
    grid-column-start: 1;

    grid-row-end: 3;
    grid-column-end: 6;
    text-align: center;

 } 

 h4 {
    font-size: 24px;
    font-style: italic;
    color: white;
    margin-top: 75px;
    margin-bottom: 10px;

}

 #item-1 {
 
   background-color: #ffffff; 
   grid-row-start: 3;
   grid-column-start: 1;

   grid-row-end: 6;
   grid-column-end: 3;
   
 } 

 #item-2 {
 
    background-color: white;
    margin-left: 200px; 
    grid-row-start: 3;
    grid-column-start: 3;

    grid-row-end: 6;
    grid-column-end: 6;
 }
 
 #LT {
    margin-left: 65px;
    margin-top: 35px;
    margin-right: -300px;
    height: 85.5%;
    border: solid 1px black;
    

 }

 #item-3 {

    background-color: rgb(255, 255, 255); 
    grid-row-start: 7;
    grid-column-start: 1;

    grid-row-end: 10;
    grid-column-end: 4;
    
 }
 #item-4 {
 
    background-color: white; 
    grid-row-start: 7;
    grid-column-start: 4;
 
    grid-row-end: 10;
    grid-column-end: 6;
 }
/*
 #item-5 {

   background-color: #25374f; 
   grid-row-start: 6;
   grid-column-start: 1;

   grid-row-end: 7;
   grid-column-end: 6;
    
 }
*/
 #item-6 {
   background-color: #25374f; 
   grid-row-start: 10;
   grid-column-start: 1;

   grid-row-end: 11;
   grid-column-end: 6;
   height: 100px;
   margin-top: 50px;
 }

 h6 {
    color: white;
    text-align: center;
    word-spacing: 10cm;
 }

header {
    padding: 10px;
    position: fixed;
    z-index:3;
    margin: -30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

header nav{
    margin-left: 20px;
    padding-bottom: 12px;
    display: flex;
}

#Logo {
    width: 3.5%;
    height: 3.5%;
    margin-left: 15px;
    align-self: center;
}

#LogoGroß {
    width: 60%;
    height: 75%;
    margin-left: 70px;
    align-self: center;
    padding-top: 55px;
    padding-left: 25px;
    padding-right: 40px;
    padding-bottom: 15px;
    border: 1px solid black;
}

h3 {
    margin-top: 5px;
    margin-left: -210px;
    font-size: 21px;
    margin-bottom: 10px;
}

#contactform {
    color: white;
    font-size: 20px;
    line-height: 45px;
    padding-left: 70px;
}

#author {
    color : white;
    font-size: 18px;
    letter-spacing: 0.13cm;
}

header nav a {
    text-decoration: none;
    color: rgb(0, 68, 123);
    font-size: 10px;
    padding-right: 10px;
    text-decoration-thickness: 1.5px;
}

header nav a:hover {
    color: rgb(177, 177, 177);
}

#upper-main {
    text-align: center;
}

#upper-main a img {
    width: 100%;
    height: 75%;
    margin-top: 80px;
}


#lower-main a img {
    width: 100%;
    margin-top: 50px;
}

/* info Icon-UXD */
#info {
    position: absolute;
    width: 30px;
    height: auto;
    top: 110px;
    margin-top: 3%;
    right: 30px;
    z-index: 0;
}

#info-text {
    font-size: 12px;
    display: none;
    position: absolute;
    text-align: left;
    top: 20%;
    right: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 15px;
    width: 150px;
}



.title-Home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 2;
    color: white;
    display: inline-block;
    border: 1px solid gainsboro;
    background-color: rgba(0,0,0,0.5);
    padding: 0px;
    margin-top: 50px;
    top: 0px;
    opacity: 0;
    transition: all 1s ease;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-UXD {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 2;
    color: white;
    display: inline-block;
    border: 1px solid gainsboro;
    background-color: rgba(0,0,0,0.5);
    padding: 0px;
    margin-top: 50px;
    top: 0px;
    opacity: 0;
    transition: all 1s ease;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#image2:hover > .title-Home {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image3:hover > .title-Home {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image4:hover > .title-Home {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image5:hover > .title-Home {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image6:hover > .title-UXD {
    background-color: rgb(0, 0, 0,1);
    opacity: 0.8;
}
#image7:hover > .title-UXD{
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image8:hover > .title-UXD {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image9:hover > .title-UXD {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image10:hover > .title-UXD {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image11:hover > .title-UXD {
    background-color: rgba(0,0,0,1);
    opacity: 0.8;
}
#image2 {
   
    position: relative;
}

#image3 {
       
    position: relative;
}

#image4 {

    position: relative;
}
#image5 {
    
    position: relative;
}

#image6 {
    
    position: relative;
}
#image7 {

    position: relative;
}
#image8 {

    position: relative;
}
#image9 {

    position: relative;
}
#image10 {

    position: relative;
}
#image11 {

    position: relative;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100%;
    grid-gap: 10px;
    background-color: white;
    padding: 40px;
}

.grid-container-ux-design {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100%;
    grid-gap: 10px;
    background-color: white;
    padding: 40px;
}

#about-me-image {
    width: 100%;
    margin-top: 150px;
}

.grid-container-about-me {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100%;
    grid-gap: 10px;
    background-color: white;
    padding: 10px;
}

 
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
}

input[type=senden] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

input[type=senden]:hover {
    background-color: #45a049;
}

footer {
    text-align: center;
    padding: 12px;
}
footer a {
    text-decoration: underline;
    color: rgb(0, 0, 0);
    margin: 10px;
}
footer p {
    font-size: 15px;
}


.social-media {
    margin-left: 15px;
    margin-right: 15px;
}
.current {
    text-decoration: underline;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-thickness: 3px;
}
#about-me-image {
    width: 50%;       
    padding-top: 20px;
    margin-top: 0px;
}

#about-me-text {
    width: 50%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: left;
}



@media only screen and (min-width: 600px) {
    header nav {
        text-decoration: none;
        float: right;
        margin-top: 1.5%;
        margin-right: 3%;
    }
    #Logo{
        float: left;
        width: 12%;
        height: auto;
        margin-left: 3%;
        margin-top: 2.3%;
    }
    #info {
        position: absolute;
        width: 30px;
        height: auto;
        top: 110px;
        margin-top: 3%;
        right: 30px;
        z-index: 0;
    }
    #info-text {
        font-size: 14px;
        display: none;
        position: absolute;
        text-align: left;
        top: 25%;
        right: 30px;
        color: white;
        border: 2px solid white;
        border-radius: 10px;
        padding: 15px;
        width: 200px;
    }
    #image2 {
        margin-left: 20%;
        position: relative;
    }
    
    #image3 {
        margin-right: 20%;   
        position: relative;
    }
    .current {
        text-decoration: underline;
        text-decoration-color: rgb(255, 255, 255);
        text-decoration-thickness: 3px;
    }
    
    #about-me-text {
        width: 50%; 
        margin-left: auto; 
        margin-right: auto; 
        text-align: left;
    }
    
}

@media only screen and (min-width: 800px) {
    header {
        padding-left: 30px;
        padding-right: 30px;
        
        z-index: 3;
    }
    
    #Logo{
        width: 7%;
        height: auto;
        margin-left: 3%;
        margin-top: 0.7%;
    }

    header nav{
        display: inline;
        float: right;
        margin-right: 7%;
        margin-bottom: -50px;
    }
    
    header nav a {
        text-decoration: none;
        padding-right: 30px;
        font-size: 17px;
    }

    #image1 {
        width: 100%;
        height: 75%;
        margin-top: 100px;
        margin-bottom:-20px;
    }
    
    #info {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 150px;
        right: 50px;
        z-index: 0;
    }
    
    #info-text {
        font-size: 18px;
        display: none;
        position: absolute;
        text-align: left;
        top: 35%;
        right: 50px;
        color: white;
        border: 2px solid white;
        border-radius: 10px;
        padding: 15px;
        width: 250px;
    }

    #text {
        width: 87%;
        margin-left: auto;
        margin-right: auto;
    }

	.grid-container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50% 50%;
        grid-gap: 10px;
        background-color: white;
        padding: 25px;
        margin-bottom: 20px;
    }

    .grid-container a img {
        width: 100%;
        height: 90%;
    } 
   

    .grid-container a {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }

    .grid-container-ux-design {
        margin-top: 50px;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: 50% 50% 50%;
        grid-gap: 10px;
        background-color: white;
        padding: 75px;
    }

    .grid-container-ux-design a img {
        width: 100%;
        height: 90%;
    }

    #about-me-image {
        width: 50%;       
        padding-top: 20px;
        margin-top: 0px;
    }

    #about-me-text {
        width: 50%; 
        margin-left: auto; 
        margin-right: auto; 
        text-align: left;
    }

    .grid-container-about-me {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: 50% 50%;
        grid-gap: 10px;
        background-color: white;
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .grid-container-about-me div {
        margin-top: 150px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
    
    .grid-container-about-me div form h3 {
        text-align: left;
    }

    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
    } 

    form {
        width: 92%;
       
     }

    footer p {
        font-size: 15px;
    }

    #image2 {
        margin-left: 10%;
        position: relative;
    }
    
    #image3 {
        margin-right: 10%;   
        position: relative;
    }

    #image4 {
        margin-left: 10%;
        position: relative;
    }
    
    #image5 {
        margin-right: 10%;   
        position: relative;
    }

    #image6 {
        margin-left: 3%;
        position: relative;
    }
    
    #image7 {
        margin-right: 3%;   
        position: relative;
    }

    #image8 {
        margin-left: 3%;
        position: relative;
    }
    
    #image9 {
        margin-right: 3%;   
        position: relative;
    }

    #image10 {
        margin-left: 3%;
        position: relative;
    }
    
    #image11 {
        margin-right: 3%;   
        position: relative;
    }
    .current {
        text-decoration: underline;
        text-decoration-color: rgb(255, 255, 255);
        text-decoration-thickness: 3px;
    }

}

