*{
    
    padding: 0%;
    margin: 0%;
}
.impressum{
    overflow: hidden;
}
a{
    color: #ffffff;
}
.nav-link {
    background: 
      linear-gradient(to right, #FF7804, #FF7804),
      linear-gradient(to right, #ffffff, #ffffff, #ffffff);
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
  }
  
  a:hover,
  a:focus {
    background-size: 0 0.1em, 100% 0.1em;
  }
body{
    background-image: url("./Pictures/drucker.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #2A2A2A;
}
footer{
    background-color: black;
}
.logo{
    width: 28%;
    padding-left: 2%;
    padding-top: 2%;
}
.title{
    font-size: 480%;
    padding-top: 2%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 50%;
}
.hochladen{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anfertigen{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verschiken{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comming-soon{
    font-size: 480%;
    padding-top: 60%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 5%;
}
.title-about-us{
    font-size: 480%;
    padding-top: 2%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 50%;
}
.text{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    float: left;
}
.text-aboutus{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    float: left;
}
.text-impressum{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 5%;
}
.text-comming-soon{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 10%;
}
.text-footer{
    font-size: 130%;
    text-align: center;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}
.text-anleitung{
    font-size: 200%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 5%;
}
.utitle{
    font-family: "massilia", sans-serif;
    font-weight: 1000;
    font-style: normal;
    color: #ffffff;
    font-size: 250%;
    padding-left: 2%;
    padding-bottom: 10%;
}
.utitle-contact-us{
    font-family: "massilia", sans-serif;
    font-weight: 1000;
    font-style: normal;
    color: #ffffff;
    font-size: 250%;
    padding-left: 2%;
    padding-bottom: 5%;
}
.sobestellensie{
    text-align: center;    
    font-family: "massilia", sans-serif;
    font-weight: 1000;
    font-style: normal;
    color: #ffffff;
    font-size: 250%;
}
.anleitung{
    width: 30%;
    float: left;
}
.anleitung1{
    width: 33%;
    float: left;
}
.anleitung2{
    width: 28%;
    float: left;
}
.anleitung-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 7%;
}
.anleitung-container-text{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10%;
}
.nav-open .nav {
    transform: translateX(-100%);
}
.nav-open .main {
    transform: translateX(100%);
}

.nav{
    width: 25%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 100%;
    background: #FF7804;
    box-shadow:inset 10px 0px 7px 0px  #ff963a;
    transform: translateX(400%);
    transition: transform 0.75s;
}

.main{
    transition: transform 0.75s;
}
.nav-close {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: 70%;
        margin-top: 7%;
        width: 12%;
}
#top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 4%;
    font-size: 200%;
}
.nav-img{
    width: 3.5%;
}
.nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 4vh;
    margin: 1vh;
    font-family: "massilia", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 20%;
    margin-top: 20%;
}
.orange-background{
    background-color: #FF7804;

}
.orange-background svg{
    display: block;

}
.portrait{
    width: 20%;
    float: right;
    border-radius: 20px;
}
.portrait2{
    width: 20%;
    float: right;
    border-radius: 20px;

}
.portrait3{
    width: 20%;
    float: right;
    border-radius: 20px;
}
.container{
    display: flex;
    align-items: center;
    padding-bottom: 15%;
    justify-content: space-between;
    margin-right: 10%;
}
.button-jetzt-entdecken{
    background-color: #FF7804;
    width: 20%;
    height: 15%;
    display: block;
    margin: 0 auto;    
    border-radius: 25px;
    border: #FF7804;
    box-shadow:inset 7px 7px 7px 7px #ff963a;
    margin-bottom: 20%;
}
.button-cantact-us{
    background-color: #FF7804;
    width: 15%;
    height: 15%;
    border-radius: 25px;
    border: #FF7804;
    box-shadow:inset 7px 7px 7px 7px #ff963a;
    margin-left: 2%;
    margin-bottom: 30%;
}
.text-butten{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 250%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;

}
button{
    padding: 0;
    margin: 0;
}
.title-contact-us{
    font-size: 480%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #FF7804;
    display: flex;
    justify-content: center;
}
.text-contact-us{
    font-size: 300%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 70%;
}
.text-contact-us2{
    font-size: 300%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 30%;
}
.title-contact-us2{
    font-size: 480%;
    padding-top: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #FF7804;
}
.mail-impressum{
    padding-left: 2%;
    font-size: 200%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 2%;
}
@media screen and (max-width: 700px) {
    .title{
        font-size: 300%;
        padding-top: 2%;
        padding-left: 2%;
        font-family: "massilia", sans-serif;
        font-weight: 970;
        font-style: normal;
        color: #ffffff;
        padding-bottom: 50%;
        margin-right: 5%;
    }
    .anleitung-container{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .anleitung{
        width: 30%;
        float: left;
    }
    .anleitung1{
        width: 33%;
        float: left;
    }
    .anleitung2{
        width: 29%;
        float: left;
    }
    .sobestellensie{
        text-align: center;    
        font-family: "massilia", sans-serif;
        font-weight: 1000;
        font-style: normal;
        color: #ffffff;
        font-size: 200%;
    }
    .text-anleitung{
        font-size: 150%;
        font-family: "massilia", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .button-jetzt-entdecken{
        background-color: #FF7804;
        width: 60%;
        height: 15%;
        display: block;
        margin: 0 auto;    
        border-radius: 15px;
        border: #FF7804;
        box-shadow:inset 7px 7px 7px 7px #ff963a;
        margin-bottom: 20%;

        }
    .text-butten{
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: 200%;
        font-family: "massilia", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
    }
    .text-footer{
        text-align: center;
        font-size: 150%;
        font-family: "massilia", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #ffffff;
    }
    .utitle{
        font-family: "massilia", sans-serif;
        font-weight: 1000;
        font-style: normal;
        color: #ffffff;
        font-size: 100%;
        padding-left: 2%;
        padding-bottom: 10%;
    }
    body{
    background-image: url("./Pictures/drucker.png");
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: #2A2A2A;
}
.logo{
    width: 60%;
    padding-left: 2%;
    padding-top: 2%;
}
.nav{
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 100%;
    background: #FF7804;
    box-shadow:inset 10px 0px 7px 0px  #ff963a;
    transform: translateX(400%);
    transition: transform 0.75s;
}
.nav-img{
    width: 7%;
}
.nav-close {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 89%;
    margin-top: 3%;
    width: 7%;
}
.text{
    font-size: 100%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    float: left;
    margin-right: 5%;
}
.comming-soon{
    font-size: 380%;
    padding-top: 100%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 5%;
    text-align: center;

}
.text-comming-soon{
    font-size: 100%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 10%;
    text-align: center;
}
.title-about-us{
    font-size: 330%;
    padding-top: 2%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 100%;
}
.container{
    display: flex;
    align-items: center;
    padding-bottom: 15%;
    flex-direction: column-reverse;
    margin-right: 0;
}
.portrait{
    width: 70%;
    border-radius: 20px;

}
.portrait2{
    width: 70%;
    border-radius: 20px;

}
.portrait3{
    width: 70%;
    border-radius: 20px;
}
.text-aboutus{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}
.title-contact-us{
    font-size: 380%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #FF7804;
    display: flex;
    justify-content: center;
}
.text-contact-us{
    font-size: 200%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.text-contact-us2{
    font-size: 200%;
    padding-top: 1%;
    font-family: "massilia", sans-serif;
    font-weight: 970;
    font-style: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    margin-bottom: 60%;
}
.utitle-contact-us{
    font-family: "massilia", sans-serif;
    font-weight: 1000;
    font-style: normal;
    color: #ffffff;
    font-size: 100%;
    padding-left: 2%;
    padding-bottom: 30%;
}
.text-impressum{
    font-size: 200%;
    padding-left: 2%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    padding-bottom: 5%;
    text-align: center;
}
.mail-impressum{
    padding-left: 2%;
    font-size: 200%;
    font-family: "massilia", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    padding-bottom: 5%;
}
.button-cantact-us{
    background-color: #FF7804;
    width: 35%;
    height: 15%;
    border-radius: 15px;
    border: #FF7804;
    box-shadow:inset 7px 7px 7px 7px #ff963a;
    margin-bottom: 10%;
    margin-left: 2%;
    display: block;
    margin: 0 auto; 
    margin-bottom: 70%;
}
}
