
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: var(--main--#154965);
}
body{
    background-color: #003629;
}
header{
    background-color:#008965;
}
li{
    list-style: none;
}
a{
    color: var(--thirt);
    text-decoration: none;
}

.navbar{
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    font-size: 2rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.nav-logo{
    font-size: 3rem;
    display: flex;

}

.nav.link{
    transition: 0.7s ease;
}

.nav-link:hover{
    color:#fff;
    transition: 2s;  
}

.hamburger{
    display: none;
    cursor:pointer;   
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color:aliceblue;
}
.logo{
    width: 15vw;
    position: relative;
    left: -25px;}

.typewriter{
    color:#008965;
    display: flex;
    position: relative;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 3rem;
    justify-content: center;
    box-shadow: 5px 5px 5px 5px #001b11;
}
.info {
    background-color: #154965;
    width: 100%;
    height: 60%;
}
    @media(max-width:768px) {
        .hamburger{
            display: block;
        }
    
        .hamburger.active .bar:nth-child(2){
            opacity: 0;
        }
        .hamburger.active .bar:nth-child(1){
            transform: translateY(8px) rotate(45deg);
        }
        .hamburger.active .bar:nth-child(3){
            transform: translateY(-8px) rotate(-45deg);
        }
    
        .nav-menu{
            position: fixed;
            left: -100%;
            top: 70px;
            gap: 0;
            flex-direction: column;
            background-color:#00684e;
            width: 100%;
            text-align: center;
            transition: 0.3s;
            z-index: 2;

        }
        .nav-item{
            margin: 16px;
        }
        .nav-menu.active{
             left: 0;
        }
        .logo{
            width: 25vw;
            position: relative;
            left: -25px;
            
        }
        .nav-link:hover{
            color: var(--main);
            transition: 2s;  
        }}
        .uber {
            background-color:black;
            width:900px;
            height: min-content;
            text-align: center;
            position: relative;
            color: #fff;
            font-size: 1.2rem;
            border: solid #00684e;
            top: 20px;
            left: 90px;
            border-radius: 20%;
            box-shadow: 2px 2px 2px 2px #4f4f4f;

        }
        .u1{
            justify-content: center;
            background-image: url(../img/hinter1.png);
            height: min-content;
            text-align: center;
            display: flex;
            background-size: cover;
            
        }
        .main{
            background-color: #00140f;
            color: #008965;
            
        }
        .ich{
            display: flex;
            justify-content:flex-start;
            padding-left: 80px;
            padding-top: 20px;
          }
          .ich1 {
            width: 150px;
            height: 150px;
            
        }
            .text{
                top: -150px;
                left: 290px;
                position: relative;
                width: 495px;
            }
            .footer {
                background-color:#00140f;
                width: 100%;
                text-align: left;
                font-family: sans-serif;
                font-weight: bold;
                font-size: 16px;
                padding: 50px;
                margin-top: 50px;
              }
              
              .footer .footer-left,
              .footer .footer-center,
              .footer .footer-right {
                display: inline-block;
                vertical-align: top;
              }
              
              
              /* footer left*/
              
              .footer .footer-left {
                width: 33%;
                padding-right: 15px;
              }
              
              .footer .about {
                line-height: 20px;
                color: #ffffff;
                font-size: 13px;
                font-weight: normal;
                margin: 0;
              }
              
              .footer .about span {
                display: block;
                color: #ffffff;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 20px;
              }
              
              .footer .icons {
                margin-top: 25px;
              }
              
              .footer .icons a {
                display: inline-block;
                width: 35px;
                height: 35px;
                cursor: pointer;
                background-color: #33383b;
                border-radius: 2px;
                font-size: 20px;
                color: #ffffff;
                text-align: center;
                line-height: 35px;
                margin-right: 3px;
                margin-bottom: 5px;
              }
              
              
              /* footer center*/
              
              .footer .footer-center {
                width: 30%;
              }
              
              .footer .footer-center i {
                background-color: #33383b;
                color: #ffffff;
                font-size: 25px;
                width: 38px;
                height: 38px;
                border-radius: 50%;
                text-align: center;
                line-height: 42px;
                margin: 10px 15px;
                vertical-align: middle;
              }
              
              .footer .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
              }
              
              .footer .footer-center p {
                display: inline-block;
                color: #ffffff;
                vertical-align: middle;
                margin: 0;
              }
              
              .footer .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
              }
              
              .footer .footer-center p a {
                color: #008965;
                text-decoration: none;
              }
              
              
              /* footer right*/
              
              .footer .footer-right {
                width: 35%;
              }
              
              .footer h2 {
                color: #ffffff;
                font-size: 36px;
                font-weight: normal;
                margin: 0;
              }
              
              .footer h2 span {
                color: #0099ff;
              }
              
              .footer .menu {
                color: #ffffff;
                margin: 20px 0 12px;
                padding: 0;
              }
              
              .footer .menu a {
                display: inline-block;
                line-height: 1.8;
                text-decoration: none;
                color: inherit;
              }
              
              .footer .menu a:hover {
                color: #0099ff;
              }
              
              .footer .name {
                color: #0099ff;
                font-size: 14px;
                font-weight: normal;
                margin: 0;
              }
              
              @media (max-width: 767px) {
                .footer {
                  font-size: 14px;
                }
                .footer .footer-left,
                .footer .footer-center,
                .footer .footer-right {
                  display: block;
                  width: 100%;
                  margin-bottom: 40px;
                  text-align: center;
                }
                .footer .footer-center i {
                  margin-left: 0;
                }
                .ich1{
                    display: none;
                }
                .text{
                    left: -1px;
                    width: 290px;
                    top: 20px;
                    padding-left: 20px;
                }
                .uber{
                    width: 300px;
                    left: -2px;
                    text-align: left;
                    border-radius: 0%;
                    height: 100vh;
                    z-index: -0;
                }
                .u1{
                background-size: cover;
                }
                
                
              }
              @media (max-width: 567px){
                .uber{
                    width: 300px;
                    left: -2px;
                    text-align: left;
                    border-radius: 0%;
                    height: 170vh;
                    z-index: -0;

                }
              }
              .logofooter{
                width: 300px;
                
              }
          #fb{
            width: 35px;
          }


          
          .parent {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 1fr);
            grid-column-gap: 6px;
            grid-row-gap: 6px;
            top: -20px;
            position: relative;
            padding-left: 20px;
            background-image: url(../img/hinter1.png);
            background-size:cover;

            } 
            .skill{
                border-radius: 20px;
                width: 400px;
                height: min-content;
                text-align: center;
                background-color: #00140f;
                margin-top: 40px;
                box-shadow: 5px 5px 5px 5px #000;
            }
            .skill h1 {
                color: #00684e;
                padding-bottom: 10px;
            }
            .skill li {
                color:#fff;
                padding-bottom: 3px;
                font-weight: bold;
            }
            @media (max-width: 767px){
                .parent {
                    display: grid;
                    grid-template-columns: repeat(1, 1fr);
                    grid-template-rows: repeat(3, 1fr);
                    grid-column-gap: 6px;
                    grid-row-gap: 6px;
                    top: -20px;
                    position: relative;
                    padding-left: 20px;
                    background-image: url(../img/hinter1.png);
                    background-size:cover;
                    
            }
            .skill{
                border-radius: 20px;
                width: 300px;
                height: min-content;
                text-align: center;
                background-color: #00140f;
                margin-top: 40px;
                box-shadow: 5px 5px 5px 5px #000;
                position: relative;
                left: 40px;
                
            }
            }
            .grid {
                width: 100%;
                max-width: 60rem;
                margin-left: auto;
                margin-right: auto;
                height: 120vh;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                flex-direction: row;
                flex-wrap: wrap;

              }
              
              .grid-block {
                width: 25%;
                min-height: 11.25rem;
                padding: 1rem;
                position: relative;
                top: 100px;
                
              }
              
              .image-grid {
                -webkit-transform: rotateX(45deg) rotateZ(45deg);
                transform: rotateX(45deg) rotateZ(45deg);
                -webkit-perspective: 1000px;
                perspective: 1000px;
              }
              
              .image-grid .tile-link:hover .tile-img {
                top: -1rem;
                left: -1rem;
              }
              
              .image-grid .tile-img {
                position: relative;
                top: 0;
                left: 0;
                -webkit-transition-property: opacity, top, left, box-shadow;
                transition-property: opacity, top, left, box-shadow;
              }
              
              .tile-link {
                display: block;
              }
              
              .tile-link:hover .tile-img {
                opacity: 1;
              }
              
              .tile-link:hover .tile-img-link {
                display: block;
              }
              
              .tile-link:hover .tile-img-link:hover .tile-img {
                opacity: 0.5;
              }
              
              .tile-img {
                display: block;
                width: 100%;
                height: auto;
                opacity: 1;
                -webkit-transition-property: opacity;
                transition-property: opacity;
                -webkit-transition-duration: 0.125s;
                transition-duration: 0.125s;
                -webkit-transition-timing-function: ease-in;
                transition-timing-function: ease-in;
              }
              .tile-link:hover .tile-img1 {
                box-shadow: 5px 5px rgba(244, 170, 200, 0.4),
                  10px 10px rgba(244, 170, 200, 0.3), 15px 15px rgba(244, 170, 200, 0.2),
                  20px 20px rgba(244, 170, 200, 0.1), 25px 25px rgba(244, 170, 200, 0.05);
              }
              
              .tile-link:hover .tile-img2 {
                box-shadow: 5px 5px rgba(45, 186, 233, 0.4), 10px 10px rgba(45, 186, 233, 0.3),
                  15px 15px rgba(45, 186, 233, 0.2), 20px 20px rgba(45, 186, 233, 0.1),
                  25px 25px rgba(45, 186, 233, 0.05);
              }
              
              .tile-link:hover .tile-img3 {
                box-shadow: 5px 5px rgba(214, 221, 244, 0.4),
                  10px 10px rgba(214, 221, 244, 0.3), 15px 15px rgba(214, 221, 244, 0.2),
                  20px 20px rgba(214, 221, 244, 0.1), 25px 25px rgba(214, 221, 244, 0.05);
              }
              
              .tile-link:hover .tile-img4 {
                box-shadow: 5px 5px rgba(82, 119, 192, 0.4), 10px 10px rgba(82, 119, 192, 0.3),
                  15px 15px rgba(82, 119, 192, 0.2), 20px 20px rgba(82, 119, 192, 0.1),
                  25px 25px rgba(82, 119, 192, 0.05);
              }
              
              .tile-link:hover .tile-img5 {
                box-shadow: 5px 5px rgba(138, 218, 245, 0.4),
                  10px 10px rgba(138, 218, 245, 0.3), 15px 15px rgba(138, 218, 245, 0.2),
                  20px 20px rgba(138, 218, 245, 0.1), 25px 25px rgba(138, 218, 245, 0.05);
              }
              
              .tile-link:hover .tile-img6 {
                box-shadow: 5px 5px rgba(203, 215, 193, 0.4),
                  10px 10px rgba(203, 215, 193, 0.3), 15px 15px rgba(203, 215, 193, 0.2),
                  20px 20px rgba(203, 215, 193, 0.1), 25px 25px rgba(203, 215, 193, 0.05);
              }
              
              .tile-link:hover .tile-img7 {
                box-shadow: 5px 5px rgba(91, 209, 250, 0.4), 10px 10px rgba(91, 209, 250, 0.3),
                  15px 15px rgba(91, 209, 250, 0.2), 20px 20px rgba(91, 209, 250, 0.1),
                  25px 25px rgba(91, 209, 250, 0.05);
              }
              
              .tile-link:hover .tile-img8 {
                box-shadow: 5px 5px rgba(145, 156, 196, 0.4),
                  10px 10px rgba(145, 156, 196, 0.3), 15px 15px rgba(145, 156, 196, 0.2),
                  20px 20px rgba(145, 156, 196, 0.1), 25px 25px rgba(145, 156, 196, 0.05);
              }
              
              .tile-link:hover .tile-img9 {
                box-shadow: 5px 5px rgba(188, 97, 129, 0.4), 10px 10px rgba(188, 97, 129, 0.3),
                  15px 15px rgba(188, 97, 129, 0.2), 20px 20px rgba(188, 97, 129, 0.1),
                  25px 25px rgba(188, 97, 129, 0.05);
              }
              
              .tile-link:hover .tile-img10 {
                box-shadow: 5px 5px rgba(4, 140, 231, 0.4), 10px 10px rgba(4, 140, 231, 0.3),
                  15px 15px rgba(4, 140, 231, 0.2), 20px 20px rgba(4, 140, 231, 0.1),
                  25px 25px rgba(4, 140, 231, 0.05);
              }
              
              @media (max-width: 726px){
                .grid {
                    width: 100%;
                    max-width: 60rem;
                    margin-left: auto;
                    margin-right: auto;
                    height: min-content;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    flex-direction: row;
                    flex-wrap: wrap;
                  }
                  
                  .grid-block {
                    width: 25%;
                    min-height: 11.25rem;
                    padding: 1rem;
                    position: relative;
                    top: 100px;
                    left: 100px;
                    border:none;
                    
                  }
                  .image-grid {
                    -webkit-transform: none;
                    transform: none;
                    -webkit-perspective: none;
                    perspective: none;
                    left: -100px;
                    position: relative;

                  }

                }
              .video{
                justify-content: center;
                text-align: center;
                padding-top: 50px;
              }
              .bum{
                color: red;
                padding-bottom: 30px;
              }
              .stream{
                color: #008965;
                padding: 30px;
              }
              .ref h1 {
                color: #008965;
                text-align: center;
                padding-bottom: 30px;
              }
              .ref article{
                text-align: center;
                color: #fff;
                padding: 5px;
              }
              .ref h2 {
                color: #008965;
                text-align: center;
                padding-top: 10px;
              }
              .ref a {
                color: #008965;
                font-size: 2rem;
                text-align: center;
                justify-content: center;
                left: 560px;
                position: relative;
                
              }
              .ds{
                text-align: center;
                background-color:#008965;}
                .impressum{
                    justify-content: center;
                    text-align: center;
                    color: #fff;
                }

                .gallery-container {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    background-color: #fff;
                    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
                    width: 80%;
                    margin: 0 auto;
                    padding: 10px;
                    top: 60px;
                    position: relative;
                }
                .gallery-item {
                    flex-basis: 32.7%;
                    margin-bottom: 6px;
                    opacity: .85;
                    cursor: pointer;
                }
                .gallery-item:hover {
                    opacity: 1;
                }
                .gallery-item img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .gallery-content {
                    font-size: .8em;
                }
                
                .lightbox {
                    position: fixed;
                    display: none;
                    background-color: rgba(0, 0, 0, 0.8);
                    width: 100%;
                    height: 100%;              
                    overflow: auto;
                    top: 0;
                    left: 0;
                }
                .lightbox-content {
                    position: relative;
                    width: 70%;
                    height: 70%;
                    margin: 5% auto;
                }
                .lightbox-content img {
                    border-radius: 7px;
                    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
                    width: 100%;
                    height: min-content;
                    object-fit: auto;
                }
                .lightbox-prev{
                    position: absolute;
                    background-image: url(../img/vorher.png);
                    background-size: cover;
                    color: #fff;
                    padding: 7px;
                    top: 45%;
                    cursor: pointer;
                }
                .lightbox-next {
                    position: absolute;
                    background-image: url(../img/next.png);
                    background-size: cover;
                    color: #fff;
                    padding: 7px;
                    top: 45%;
                    cursor: pointer;
                }
                .lightbox-prev {
                    left: 0;
                }
                .lightbox-next {
                    right: 0;
                }
                .lightbox-prev:hover,
                .lightbox-next:hover {
                    opacity: .8;
                }
                
                @media (max-width: 767px) {
                    .gallery-container {
                        width: 100%;
                    }
                    .gallery-item {
                        flex-basis: 49.80%;
                        margin-bottom: 3px;
                    }
                    .lightbox-content {
                        width: 80%;
                        height: 60%;
                        margin: 15% auto;
                    }
                }
                @media (max-width: 480px) {
                    .gallery-item {
                        flex-basis: 100%;
                        margin-bottom: 1px;
                    }
                    .lightbox-content {
                        width: 90%;
                        margin: 20% auto;
                    }
                    .hp{
                        position: relative;
                        left: -100px;
                        display:contents;
                    }
                        
                    }
                
               
    
              
