.header-left-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width:180px;
  margin-right: 15px;
}
#header-logo {
  width: 160px;
  padding-left: 10px;
}
.header{
  height: 85px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content:first baseline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 72, 0);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/thumb/homepage_Elemente/Header1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
}

.header-right-section{
  display: flex;
 
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 20px;
  width:150px;
}
.header-right-section button{
  border: 1px grey solid;
 
  padding: 8px 20px;
  color: rgb(56, 56, 56);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transition-duration: 40ms;
  cursor: pointer;
  margin-right: 10px;
  background: none;
  font-weight:600;
  margin-bottom: 5px;
}
@media (min-width:90) and (max-width:1210px) {
  /* For mobile phones: */
  .header-right-section button{
    font-size: 3rem;
  }
}
#header-button:hover{
  background-color: rgb(255, 72, 0);
  color: white;
  box-shadow: none;
}
#header-button-news{
    background-color: rgb(238, 255, 0);

  color: rgb(0, 0, 0);
  box-shadow: none;
}
#header-button-news:hover{
  background-color: rgb(255, 72, 0);
  color: white;
  box-shadow: none;
}
#headerLogo{
padding: 10px;
width: 45px;
margin-left: 15px;
}
#headerLogo:hover{
cursor: pointer;
background: rgb(112, 95, 95, 0.3);
border-radius: 5px;
transition: background-color 0.3s;
}
.sidebar-responsive {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 200;
  border-right-color: rgb(255, 72, 0);
  border-right-width: 2px;
  border-right-style: solid;
  width: 95px;
  position: fixed;
  top: 85px;
  bottom: 45px;
  overflow: scroll;
  background-image: url(/thumb/homepage_Elemente/sidebar1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
 
}
.sidebar-link
{
  display: flex;
  flex-direction: column;
  min-width: 95px;
  height: 9.5vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgb(56, 56, 56);
  font-size: 13px;
  font-weight: 600;
}
.sidebar-link p{
  color: rgb(56, 56, 56);
  font-size: 0.9rem;
}
.sidebar-link:hover {
  color: wheat;
}
.sidebar{
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  bottom: 40px;
  top: 85px;
  width: 95px;
  z-index: 100;
  padding-top: 5px;
  border-right-color: rgb(255, 72, 0);
  border-right-width: 2px;
  border-right-style: solid;
  background-image: url(/thumb/homepage_Elemente/sidebar1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
}
.middle-nav-logo{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  min-height: 20px;
}
#nav-logo{
  width: 50px;
}
.middle-nav-logo p{
  font-size: 9px;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.sidebar-link:hover
{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.3s;
  text-decoration: none;
}
.index-sidebar{
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 45px;
  top: 85px;
  width: 95px;
  z-index: 200;
  border-right-color: rgb(255, 72, 0);
  border-right-width: 2px;
  border-right-style: solid;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(/thumb/homepage_Elemente/sidebar1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
  overflow: hidden;
}
.index-sidebar :hover{
  background-color: rgb(255, 72, 0);
  transition: background-color 0.6s;
}
.index-sidebar-link
{
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgb(56, 56, 56);
  min-width: 95px;
  font-size: 13px;
}
#index-nav-logo{
  width: 60px;
  margin-bottom: 10px;
}
#separator{
  height: 2px;
  background: rgb(255, 72, 0);
}
.greeter-flex{
  position: fixed;
  top: 90px;
  background: rgb(255, 72, 0, 0.80);
  padding: 10px;
  border-radius: 5px;
}
#greeter-text{
  font-size: 30px;
  font-family: Arial;
  font-style: italic;
}
.footer-div {
  display: flex;
  position: fixed;
  background-color: rgb(214, 214, 214);
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: 100;
  border-top-color: rgb(255, 72, 0);
  border-top-width: 2px;
  border-top-style: solid;
  background-image: url(/thumb/homepage_Elemente/footer1.png);
  background-repeat: no-repeat;
  background-position:left bottom;
  background-attachment: fixed;
  background-size: auto;
}
.left-footer-section {
  display: flex;
  padding-left: 100px;
  min-width:130px;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
 
}
.left-footer-section p{
  color: rgb(56, 56, 56);
  font-size: 0.6rem;
  font-weight: 600;
}
.right-footer-section {
  display: flex;
  justify-content:center;
  align-items: center;
  width:100vw;
  overflow: hidden;
}
.footer-div a{
  color: rgb(56, 56, 56);
}

.footer-div button {
  padding: 0px 10px 0 10px;
  width: 150px;
  min-height: 45px;
  border: none;
  background: none;
  font-weight: 600;
  color: rgb(56, 56, 56);
}
.button-div :hover {
  cursor: pointer;
  background: rgb(255, 72, 0);
  font-weight: 600;
  color: wheat;
}
#footer-b2b-text {
  color: rgb(56, 56, 56);
  font-weight: 600;
  margin-right: 10px;
}
@media (min-width:700px) {
  /* For mobile phones: */
  .header-middle-section p{
    font-size: 40px;
  }
}
@media (min-width:0px) and (max-width:699px){
  /* For mobile phones: */
  .header-middle-section p{
    font-size: 18px;
  }
  .footer-div button {
    font-size: 8px;
   }
   .footer-div button {
    padding: 0px 2px 0 2px;
    width: 70px;
    height: 40px;
    border: none;
    background: none;  
  }
  .left-footer-section {
    padding-left: 25px;
  }
  .right-footer-section {
   padding-right: 80px;
  } 
}
@media (min-width:700px) and (max-width:939px){
  /* For mobile phones: */
  .header-middle-section p{
    font-size: 24px;
  }  
}
@media (min-width:939px) and (max-width:1079px){
  /* For mobile phones: */
  .header-middle-section p{
    font-size: 26px;
  }
}
@media (min-width:1080px) and (max-width:1320px){
  /* For mobile phones: */
  .header-middle-section p{
    font-size: 24px;
  } 
}
