*{
    box-sizing: border-box;
}


body{
    background-color: #222222;
    margin: 0px;
    padding-bottom: 70px;
}


h1{
    text-align: center;
    font-size: 35px;
    color: #e2761c;
    margin-bottom: 40px;
    margin-top: 50px;
    font-family: sans-serif;
}

.text-noti{

    color: white;
    font-size: 25px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

.text-lyd{
    color: white;
    font-size: 25px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

.text-vibration{
    color: white;
    font-size: 25px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

.streg{
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;

}

.kontakt{
    text-align: center;
    font-weight: bold;
    color: #e2761c;
    font-size: 33px;
    margin-top: 45px;
    font-family: sans-serif;
}
.fa-envelope{
    margin-bottom: 19px;
    font-size: 38px;
    margin-right: 10px;
}

.fa-phone{
    margin-bottom: 20px;
    font-size: 38px;
    margin-top: 0px;
    padding-right: 60px;
}

.fa-toggle-on{
    margin-top: 20px;
    font-size: 38px;
    color: #e2761c;
}

.fa-toggle-off{
    color: white;
    margin-top: 18px;
    font-size: 38px;
}

.mail{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    color: white;
    font-size: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
}

.telefon-nr{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    color: white;
    font-size: 25px;
    font-family: sans-serif;
}

.kontakt-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.container-noti{
    padding-left: 50px;
    padding-right: 50px;
}

.container-lyd{
    padding-left: 50px;
    padding-right: 50px;
}

.container-vibra{
    padding-left: 50px;
    padding-right: 50px;
}


.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;

    background: linear-gradient(to top, #181818 0%, #3d3d3d 100%);

    justify-content: space-evenly;
    padding: 22px;
    font-size: 30px;
    z-index: 9999;
}

