#box1 {
    background-color:#D7D7D7;
    position: relative;
    width: 180px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
#box2 {
    background-color:#ACACAC;
    position: relative;
    width: 200px;
    height: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
display: flex;
  align-items: center;
  justify-content: center;
}
#box4 {
    background-color:#D7D7D7;
    position: relative;
    width: 140px;
    height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.inputTextfeld {
color: #3E000A; 
font-size: 17px;
font-weight: bold; 
border-width: 6px; 
border-color: #C68E2F; 
border-style: outset; 
padding: 5px;
background-color: #ffffff;
}
.Button02 {
color: #3E000A; 
font-size: 16px;
font-weight: bold; 
border-width: 5px; 
border-color: #C68E2F; 
border-style: outset; 
padding: 3px;
background-color: #ffffff;
width: 200px;
}
.Button04 {
color: #3E000A; 
font-size: 16px;
font-weight: bold; 
border-width: 5px; 
border-color: #C68E2F; 
border-style: outset; 
padding: 3px;
background-color: #ffffff;
width: 300px;
}
.fontMenuMobilie{font-size:16px;font-weight:bold;}
.fontFat{font-size:150%;font-weight:bold;}
.MenuMobile {display: none;}
@media screen and (max-width: 1024px) {
#box4 {
    background-color:#D7D7D7;
    position: relative;
    width: 140px;
    height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.fontMenuMobilie{font-size:16px;font-weight:bold;}
}
@media only screen and (max-width : 768px) {
#box4 {
    background-color:#D7D7D7;
    position: relative;
    width: 110px;
    height: 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.fontMenuMobilie{font-size:14px;font-weight:bold;}
}
@media only screen and (max-width : 480px) {
#box4 {
    background-color:#D7D7D7;
    position: relative;
    width: 75px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.fontMenuMobilie{font-size:12px;font-weight:bold;}
}
@media only screen and (max-width : 320px) {
#box4 {
    background-color:#D7D7D7;
    position: relative;
    width: 60px;
    height: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
display: flex;
  align-items: center;
  justify-content: center;
}
.fontMenuMobilie{font-size:11px;font-weight:bold;}
}