/* ==================================================
   FONTS
   ================================================== */

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dosis";
  src: url("assets/fonts/Dosis-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dosis";
  src: url("assets/fonts/Dosis-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ==================================================
   GLOBAL FONT SETTINGS
   ================================================== */

/* Flie�text */
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
}


/* �berschriften und Navigation */
h1,
h2,
h3,
h4,
h5,
h6,
.menu_items,
.menu_items_main_cat,
.menu_items_main_cat_mobile,
.menu_items_main_cat_header_mobile,
.lang_btn,
.panorama_title,
.infohs_title,
.button_text,
.startscr_title,
.startscr_title_mobile,
.startscr_logocenter_mobile,
.startscr_button_txt,
.navihotspot {
  font-family: "Dosis", Helvetica, Arial, sans-serif;
}


/* ==================================================
   TEXT STYLES
   ================================================== */

.menu_items {
  font-weight: 600;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: 1px;
}

.menu_items_main_cat {
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 1px;
}

.menu_items_main_cat_mobile {
  font-weight: 400;
  font-size: 15px;
  line-height: 115%;
}

.menu_items_main_cat_header_mobile {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
}

.lang_btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
}

.panorama_title {
  font-weight: 600;
  font-size: 20px;
}

.panorama_description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.infohs_title {
  font-weight: 600;
  font-size: 15px;
  line-height: 115%;
}

.infohs_description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.button_text {
  font-weight: 600;
  font-size: 12px;
}

.startscr_title {
  line-height: 1.2;
  font-weight: 700;
  font-size: 48px;
}

.startscr_title_mobile {
  line-height: 1.2;
  font-weight: 700;
  font-size: 28px;
}

.startscr_logocenter_mobile {
  line-height: 1.2;
  font-weight: 600;
  font-size: 28px;
}

.startscr_description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

.startscr_button_txt {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}

.navihotspot {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}


/* ==================================================
   SCROLLBAR
   ================================================== */

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: #ffffff !important;
}


/* ==================================================
   LINKS
   ================================================== */

a:link {
  color: #e10000;
  text-decoration: none;
}

a:visited {
  color: #ff5959;
  text-decoration: none;
}

a:hover {
  color: #ffc1c1;
  text-decoration: none;
}