@charset "utf-8";

.tmenu-mobile { background-color: rgb(17, 17, 17); display: none; width: 100%; top: 0px; z-index: 990; }

.tmenu-mobile_positionfixed { position: fixed; }

.tmenu-mobile__text { color: rgb(255, 255, 255); }

.tmenu-mobile__container { min-height: 64px; padding: 20px; position: relative; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; }

.tmenu-mobile__list { display: block; }

.tmenu-mobile__burgerlogo { display: inline-block; font-size: 24px; font-weight: 400; white-space: nowrap; vertical-align: middle; }

.tmenu-mobile__imglogo { height: auto; display: block; box-sizing: border-box; padding: 0px; margin: 0px auto; max-width: 300px !important; }

@media screen and (max-width: 980px) {
  .tmenu-mobile__menucontent_hidden { display: none; height: 100%; }
  .tmenu-mobile { display: block; }
}

@media screen and (max-width: 980px) {
  #rec614294373 .tmenu-mobile { background-color: rgb(0, 0, 0); }
  #rec614294373 .t-menuburger { order: 1; }
}