@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
a{
  text-decoration: none;
  color: black;
}
#footer_links{
  width: max-content;
  margin: auto;
}
#footer_links a{
  padding:5px;
}
html{
  scroll-behavior: smooth;
}
body{
     margin: auto;
     font-family: 'Roboto', sans-serif;
     height: 100%;
     list-style: none;
}
#side_footer{
  bottom: 10px;
  width: 100%;
}
#side_footer_kontakt{
  bottom: 10px;
  width: 100%;
}
#footertext{
    text-align: center;
    font-size: 1.094vw;
    z-index: 1;
}
#loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1E1E1C;
    z-index: 99;
}
.spinner {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 45%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 16px solid #1E1E1C;
    border-radius: 50%;
    border-top: 16px solid #D2AF24;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 99;
  }
  #main_container{
    position: relative;
    text-align: center;
    color: black;
    
  }
  .home_lines_img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  .top_bar{
    position: absolute;
    top: 8px;
    left: 16px;   
  }
  .top_navbar{
    position: absolute;
    top: 4px;
    right: 16px;
    margin-right: 40px;
    font-size: 1.094vw;
  }
  .phone_number{
    margin-left: 50px;
    font-size: 1.094vw;
  }
  .logo{
    z-index: 2;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
#home_paragraph1_text {
  font-size: 1.560vw;
  text-align: center;
  margin-top: 0px;
}
#home_paragraph1_link {
  text-decoration: underline;
}
#navbar{
  list-style-type: none;
  font-family: 'RobotoReg';
}
#main_contents{
  list-style-type: none;
  width: 100%;
}
#navbar_item {
  display: inline;
  margin: 14px;
}
#home_content_below_main {
  /* display: none; */
}
#main_image001{
  margin-top: 50px;
  height: 750px;
}
#white_box_001{
    background-color: white;
    height: 75%;
    position: absolute;
    width: 9%;
    right: 0px;
}
#white_box_002{
  background-color: white;
  height: 75%;
  position: absolute;
  width: 9%;
  left: 0px;
}
#white_box_003{
  background-color: white;
  height: 75%;
  position: absolute;
  width: 9%;
  right: 0px;
}
.fa {
  background: white;
  color: black;
  font-size: 1.667vw;
}
#scrollTop{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
  font-size: 50px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @font-face{
    font-family: 'RobotoReg';
    src: url("/Roboto-Regular.ttf");
  }
