a {
  text-decoration: none;
  color: #000000;
}
a:link {
  text-decoration: none;
  color: #000000;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:active {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #666666;
}

.labeltext {
  font-weight: normal;
}
.labeltextbold {
  font-weight: bold;
}

#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.nq_row_abst {
  margin-top: 40px;
}
.nq_row_abst_small {
  margin-top: 10px;
}
.nq_row_abst_bg {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 14px;
  background-color: #F0F0EE;
}
.nq_row_img {
  margin-top: 0px;
}
.nq_row_img_abst {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #F0F0EE;
}
.nq_row_txt {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 4px;
  background-color: #F0F0EE;
}
.nq_menu_txt {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 4px;
  background-color: #000000;
}

.nq_txt_block {
  text-align: justify;
  padding-top: 5px;
}

.nq_fs_ueber {  
  font-size: calc(1.275rem + 0.3vw) !important;
}  

.nq_to_top_size {
  font-size: 40px;
} 

@media (max-width: 767px) {
}
@media (max-width: 480px) {
  .nq_fs_ueber {  
    font-size: 1rem !important;
  }  
  .nq_txt_block {
    text-align: left;
    padding-top: 5px;
  }
  .nq_to_top_size {
    font-size: 20px;  
} 
}


