:root {
  --sp1: 40px;
  --pa_top: 40px;
  --men_marg_fac: calc(100% / 2.3);
  --men_min_width: 300px;
}
@font-face {
  font-family: hexwolfFont;
  src: url("https://www.hexwolf.de/core/fonts/monsa/Saira/Saira-VariableFont_wdth,wght.ttf")
    format("truetype");
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: transparent;
}
body {
  position: absolute;
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: hexwolfFont;
  background-color: rgb(32, 30, 30);
  color: #ffffff;
}
.cont_scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  border: none;
}
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent;
  background-color: transparent;
  border-radius: 10px;
  position: fixed;
  right: 0px;
  z-index: 2000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(147, 143, 143, 0.523);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(188, 187, 187, 0.733);
}
.hw_index_cont {
  position: fixed;
  width: auto;
  height: auto;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border: 0px solid green;
}

.hw_cont_area {
  position: absolute;
  height: auto;
  width: 95%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px;
  margin: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.hw_cont {
  position: relative;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: 0px solid blue;
}
.hw_flex {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#hw_flex_col {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}

#hw_frame_right_bg {
  width: 100%;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
#hw_frame_right_bg_info {
  margin-top: 100px;
  border-top: 0px solid #0b6ef0;
  border-bottom: 0px solid #0b6ef0;
}

.hw_header {
  width: 0px;
  height: 0px;
  padding: 0px;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  background-color: transparent;
}
.hw_men {
  position: relative;
  width: auto;
  height: 50px;
}
.hw_body {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  border: 0px;
  margin: auto;
  padding: 0px;
  padding-top: var(--pa_top);
  overflow-x: hidden;
  overflow-y: scroll;
}
#hw_frame_right {
  position: relative;
  width: auto;
  height: 220px;
  right: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #040404ae;
  border-radius: 10px;
  padding: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.hw_content_right {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 300px;
  height: auto;
  top: 0;
  right: 0;
  padding: 0px;
  border: 3px solid transparent;
  border-radius: 10px;
  background-color: transparent;
  gap: 20px;
}
.hw_body_2 {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0px;
  background-color: transparent;
  border: 0px solid transparent;
}
.hw_lnk {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  background-color: #1649ef;
  padding: 8px;
  border: 1px solid #1a00e0;
  border-radius: 30px;
  text-decoration: none;
}
.hw_lnk_fix {
  width: 200px;
  text-align: center;
}
.hw_lnk:hover {
  background-color: #3967ff;
}
.link-bild {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-position: center;
  height: 15px;
  width: 15px;
}
.hw_tag {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  font-size: 14px;
  color: #ffffff;
  background-color: #0f1011;
  padding: 5px;
  top: 5px;
  position: fixed;
  border: 1px solid #424242;
  border-radius: 30px;
  text-decoration: none;
  align-items: center;
  z-index: 4;
  overflow: hidden;
}
.hw_tag_left {
  left: 5px;
}
.hw_tag_right {
  right: 5px;
}
.hw_tag_2 {
  font-size: 12px;
  color: #0b6ef0;
  background-color: #0f1011;
  border: 1px solid #424242;
  border-radius: 30px;
  text-decoration: none;
  padding: 8px;
}
.hw_tag_info {
  position: absolute;
  font-size: 11px;
  color: #ffffff;
  background-color: #17c23c;
  border: 1px solid #424242;
  border-radius: 30px;
  text-decoration: none;
  padding: 8px;
  margin: 5px;
}
#hor {
  writing-mode: horizontal-tb;
}
#ver {
  writing-mode: vertical-rl;
}
#hw_info_tag {
  display: flex;
  gap: 5px;
  font-size: 12px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
  background-color: #1b1f2a;
  text-decoration: none;
  padding: 8px;
  border: 1px solid #4d4c5b;
  border-radius: 30px;
  z-index: 1006;
}
#hw_pic {
  padding: 10px;
  border: 1px solid #0048ff;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.hw_pic_dim {
  width: 100px;
  height: 200;
}

.hw_menu {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  background-color: transparent; /*rgb(17, 17, 17);*/
  border: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  z-index: 2;
  width: 100%;
  height: 70px;
  overflow: hidden;
  /*
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 2%,
    transparent 12%
  );
  */
}
.hw_menu_lnk {
  position: relative;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  width: 200px;
  text-align: center;
  border-top: 3px solid #090909;
  text-decoration: none;
}
.hw_menu_lnk:active {
  border-top: 3px solid #0127ff;
}
.hw_menu_left {
  position: fixed;
  height: auto;
  width: auto;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: 0px solid #000000;
  overflow: show;
}

.hw_menu_center {
  position: fixed;
  display: flex;
  justify-content: center;
  height: auto;
  width: auto;
  top: 20px;
  left: 30%;
  right: 30%;
  background-color: transparent;
  border: 0px solid #000000;
}
.hw_menu_right {
  position: fixed;
  height: auto;
  width: auto;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: 0px solid #000000;
}
#space {
  padding: 0px;
}
table {
  width: auto;
  background-color: transparent;
  border: 1px solid rgba(11, 11, 11, 0.788);
  border-radius: 20px;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow: show;
}
tr {
  max-height: 20px;
}
td,
th {
  border: none;
  text-align: right;
  padding: 5px;
}

td:nth-child(even),
th:nth-child(even) {
  background-color: transparent;
}
tr:hover {
  background-color: rgba(81, 80, 80, 0.788);
}

#flag {
  width: 30px;
  height: 20px;
}
.hw_flag {
  position: absolute;
  /*
  width: calc(100% - calc(var(--sp1) * 2));
  height: calc(100% - calc(var(--sp1) * 2));
  margin: var(--sp1);
  */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
/* DROPDOWN */
.dropbtn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgb(11, 11, 11);
  color: rgb(255, 255, 255);
  padding: 16px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 0px solid #0008ff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 1005;
  overflow: show;

  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #1d2124;
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #060505;
  min-width: 160px;
  overflow: hidden;
  width: 350px;
  height: 450px;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 0px 5px 4px rgba(3, 7, 18, 0.03),
    0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.06),
    0px 32px 24px rgba(3, 7, 18, 0.08);
  z-index: 1005;
  border: 1px solid #010101a0;
  border-radius: 15px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.show {
  display: block;
}
.hide {
  display: none;
}
/* DROPDOWN */
.hw_search_cont_container {
  position: absolute;
  background-color: rgba(1, 1, 1, 0.415);
  height: 0px;
  width: 0px;
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: hidden;
}
.hw_search_cont {
  display: flex;
  border: 0px solid #0008ff;
  background-color: #000000;
  height: auto;
  width: 300px;
  margin-top: 0px;
  margin-left: 0px;
  overflow: hidden;
  padding: 0px;
}
.hw_search_cont_res {
  position: absolute;
  background-color: #161616;
  box-shadow: 2px 1px 38px -12px rgba(23, 25, 25, 1);
  -webkit-box-shadow: 2px 1px 38px -12px rgba(23, 25, 25, 1);
  -moz-box-shadow: 2px 1px 38px -12px rgba(23, 25, 25, 1);
  border-radius: 10px;
  height: auto;
  width: 300px;
  margin-top: 90px;
  margin-bottom: 8px;
  margin-left: 30px;
  z-index: 1001;
  padding: 0px;
  overflow: hidden;
}
.hw_search {
  background-color: #161616;
  border: 2px solid rgba(0, 0, 0, 0.789);
  border-radius: 0px;
  font-size: 15px;
  color: #ffffff;
  height: 45px;
  width: 450px;
  top: 0px;
  left: 0px;
  z-index: 1001;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.hw_search_pos {
  top: 10px;
  left: 10px;
}
.hw_search:focus {
  outline: none;
}
.hw_search_textbar {
  position: relative;
  width: calc(100% - 10px);
  height: auto;
  border: 1px solid rgba(28, 27, 27, 0.883);
  border-radius: 30px;
  background-color: rgba(6, 6, 6, 0.734);
  font-size: 18px;
  color: #ffffff;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.hw_search_textbar:focus {
  outline: none;
}

.hw_txt {
  position: relative;
}

.adsbygoogle {
  width: 100%;
  height: 100%;
}

.hw_default_lnk {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 67, 236);
  border-radius: 15px;
  overflow: hidden;
}
