*{
    padding: 0;
    list-style: none;
    text-decoration: none;
    height: 100%;
    margin: 0;
  }

  #maint_cont{
    position: relative;
    height: 65%;
    width: auto;
  }

  #maint_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: auto;
    transform: translate(-50%,-50%);
  }

.header{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img{
    height: 35px;
    width: auto;
}

.mem_content_cont{
    position: relative;
    top: 65px;
    left: 50%;
    width: 600px;
    height: auto;
    transform: translate(-50%,0%);
    background-color: none;
}

.mem_top_txt_cont{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-family: Metropolis-L;
    color: white;
    padding-bottom: 10px;
    opacity: 0.25;
}

.mem_name_cont{
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 45px;
    font-family: Metropolis-L;
    color: white;
    padding-bottom: 15px;
    opacity: 0.8;
}

.mem_stat_cont{
    position: relative;
    width: 50%;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.mem_stat_cont p{
    font-size: 18px;
    font-family: Metropolis-L;
    color: white;
    opacity: 0.3;
}

.mem_picture_cont{
    position: relative;
    left: 50%;
    top: 0px;
    transform: translate(-50%,0%);
    width: 100%;
    height: 480px;
    display: flex;
    background-color: none;
    justify-content: center;
    align-items: center;
}

.mem_picture_cont img{
    height: 450px;
    width: auto;
    border-radius: 13px;
}

.mem_spruch_cont{
    position: relative;
    width: 500px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 30px;
}

.mem_spruch_spruch{
    font-size: 30px;
    font-family: Metropolis-TI;
    opacity: 0.65;
    text-align: center;
    color: white;
    padding-bottom: 20px;
}

.mem_spruch_credit{
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: Metropolis-LI;
    color: white;
    opacity: 0.25;
}

#c3_imgsec{
    position: relative;
    width: 100px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 75px;
}


.mem_memmory_cont{
    position: relative;
    height: auto;
    width: 80%;
    background-color: #0a0a0a;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.mem_memmory_cont img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: auto;
    border-radius: 16px;
    margin-bottom: 35px;
}

.mem_memmory_cap{
    position: relative;
    left: 25px;
    width: 500px;
    height: auto;
    font-size: 25px;
    font-family: Metropolis-L;
    color: white;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
}


.mem_candle_cont{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 800px;
    height: 480px;
    background-color: none;
    transform: translateX(-50%);
    z-index: -400;
}

.mem_candle_cont img{
    height: auto;
    opacity: 1;
}

#impressum_txt{
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Metropolis-L;
    font-size: 18px;
    color: white;
    width: 100%;
    text-align: center;
}






.footer{
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
}

.icon_cont{
    position: relative;
    width: 500px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: none;
}

.icon_cont a{
    width: auto;
    height: 30px;
}

.icon_cont img{
    width: auto;
    height: 30px;
    opacity: 0.35;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.icon_cont img:hover{
    opacity: 1;
}

@media screen and (max-width: 750px){
    .mem_content_cont{
        width: 350px;
    }

    .mem_top_txt_cont{
        font-size: 22px;
    }

    .mem_stat_cont{
        width: 80%;
    }

    .mem_stat_cont p{
        font-size: 19px;
    }

    .mem_spruch_cont{
        width: 350px;
    }

    .mem_spruch_spruch{
        font-size: 25px;
    }

    .mem_spruch_credit{
        font-size: 18px;
    }
    
    .icon_cont{
        position: relative;
        width: 80%;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: none;
    }
    
    .icon_cont img{
        width: auto;
        height: 30px;
        opacity: 0.35;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }
    
    .icon_cont img:hover{
        opacity: 1;
    }

    .mem_memmory_cont{
        width: 350px;
    }
    
    .mem_memmory_cont img{
        width: 325px;
    }

    .mem_memmory_cap{
        padding-left: 10px;
        width: 150px;
    }

}