@charset "UTF-8";
/* Core */
/* Base */
html,
body {
  height: 100%;
}

html {
  background: #000000;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  text-align: center;
  background: #353535;
  font-size: 14px;
  color: #ffffff;
  font-family: tahoma, Arial, Helvetica, "Roboto", sans-serif;
  font-weight: normal;
}

a img {
  border: 0;
}

p {
  font-size: 100%;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a:hover {
  color: #fe7a61;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li {
  list-style-type: disc;
  background: transparent;
  margin: 4px;
}

img {
  border: none;
  margin: 5px 5px 10px 0;
  padding: 0;
}

.highlight {
  background: #ff9900;
  padding: 0 2px;
  color: #fafafa;
}

.button, #loginModal .mod-login .btn {
  background: #333333;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
}

.inputbox, #loginModal .mod-login input[type=text],
#loginModal .mod-login input[type=password] {
  color: #000;
  background: #fff;
  border: none;
  padding: 4px;
  font-weight: bold;
  border-radius: 4px;
}

fieldset {
  margin: 0 5px 5px 5px;
  padding: 10px;
  border: none;
}

.clr {
  clear: both;
}

/* Layout */
/* ===== BODY & GENERAL ===== */
body.site-body {
  background-color: #353535;
  color: #ffffff;
  font-family: tahoma, Arial, Helvetica, "Roboto", sans-serif;
}

/* ===== HEADER SECTION ===== */
.header-section {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 0;
}
.header-section .header-logo {
  flex: 1;
}
.header-section {
  /* Diskreter Login-Link */
}
.header-section .login-link-discrete a {
  color: #999;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s ease;
}
.header-section .login-link-discrete a:hover {
  color: #fe7a61;
}
@media (max-width: 768px) {
  .header-section {
    height: 120px;
    padding: 10px 0;
  }
}

/* ===== MAIN CONTAINER ===== */
.main-container {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  background-color: #353535;
}

/* ===== CONTENT AREA (Flexible Sidebars) ===== */
.content-area {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.content-area.row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .content-area {
    flex-direction: column;
    row-gap: 30px;
  }
}

/* Sidebars */
.sidebar {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
  border-left: 3px solid #ff9900;
}
.sidebar.sidebar-left {
  border-left: 3px solid #ff9900;
}
.sidebar.sidebar-right {
  border-right: 3px solid #ff9900;
  border-left: none;
}
@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

/* Main Content */
.content-main {
  background-color: transparent;
  padding: 0;
}

/* ===== TOP & DOWN SECTIONS ===== */
.section-top,
.section-down {
  border-top: 0;
  border-bottom: 0;
  padding: 5px 0 0 0 !important;
  margin: 5px 0 !important;
}
.section-top .col-lg-4,
.section-top .col-md-6,
.section-down .col-lg-4,
.section-down .col-md-6 {
  margin-bottom: 0px;
}
.section-top .ignitegallery .thumb,
.section-down .ignitegallery .thumb {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  display: block;
}
.section-top .ignitegallery .thumb img,
.section-down .ignitegallery .thumb img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-top .tpl-fim-igallery-module,
.section-down .tpl-fim-igallery-module {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* ===== FOOTER SECTION ===== */
.footer-section {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2a2a;
  margin-top: 0px;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-content {
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .footer-section {
    height: 100px;
    margin-top: 40px;
  }
}

/* ===== ROW HEIGHT STYLING ===== */
.section-top .top-row,
.section-down .down-row {
  aspect-ratio: 16/9;
  max-height: 300px;
  overflow: hidden;
}

.section-top .top-row:has(.tpl-fim-igallery-module),
.section-down .down-row:has(.tpl-fim-igallery-module) {
  aspect-ratio: auto;
  max-height: none;
  overflow: visible;
}

.section-top .tpl-fim-igallery-module .ig-gallery-wrapper,
.section-down .tpl-fim-igallery-module .ig-gallery-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.section-top .tpl-fim-igallery-module .ig-grid-img-link,
.section-top .tpl-fim-igallery-module .ig-scroller-img-wrapper,
.section-down .tpl-fim-igallery-module .ig-grid-img-link,
.section-down .tpl-fim-igallery-module .ig-scroller-img-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.section-top .tpl-fim-igallery-module .ig-thumbs-grid-image,
.section-top .tpl-fim-igallery-module .ig-scroller-img,
.section-top .tpl-fim-igallery-module .ig-slideshow-image,
.section-down .tpl-fim-igallery-module .ig-thumbs-grid-image,
.section-down .tpl-fim-igallery-module .ig-scroller-img,
.section-down .tpl-fim-igallery-module .ig-slideshow-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991.98px) {
  /* Top-module hide behavior is generated dynamically in index.php via template params. */
}
/* ===== RESPONSIVE HELPERS ===== */
@media (max-width: 768px) {
  .main-container {
    padding: 0 0px;
  }
  .content-area {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
  }
  .no-down-modules .footer-section {
    margin-top: 0;
  }
}
/* ===== MAIN CONTENT AREA ===== */
main.content-main {
  min-height: 60vh;
  background-color: transparent;
  padding: 0;
  /* Components */
}
main.content-main h1, main.content-main h2, main.content-main h3, main.content-main h4, main.content-main h5, main.content-main h6 {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
main.content-main p {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 1rem;
}
main.content-main a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
main.content-main a:hover {
  color: #fe7a61;
  text-decoration: underline;
}
main.content-main {
  /* Tables */
}
main.content-main table {
  width: 100%;
  background-color: #353535;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
main.content-main table th, main.content-main table td {
  padding: 0.75rem;
  text-align: left;
  background-color: #353535;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
}
main.content-main table th {
  background-color: #353535;
  font-weight: 600;
  color: #ffffff;
}
main.content-main table thead tr,
main.content-main table thead th {
  background-color: #353535;
  color: #ffffff;
}
main.content-main table tr:hover {
  background-color: #ff9900;
}
main.content-main {
  /* Forms */
}
main.content-main form {
  margin: 1.5rem 0;
}
main.content-main form .form-group {
  margin-bottom: 1rem;
}
main.content-main form label {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: block;
}
main.content-main form input[type=text],
main.content-main form input[type=email],
main.content-main form input[type=password],
main.content-main form textarea,
main.content-main form select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: tahoma, Arial, Helvetica, "Roboto", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
main.content-main form input[type=text]:focus,
main.content-main form input[type=email]:focus,
main.content-main form input[type=password]:focus,
main.content-main form textarea:focus,
main.content-main form select:focus {
  outline: none;
  border-color: #ff9900;
  box-shadow: 0 0 0 3px rgba(255, 154, 0, 0.1);
}
main.content-main form button,
main.content-main form input[type=submit] {
  background-color: #ff9900;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
main.content-main form button:hover,
main.content-main form input[type=submit]:hover {
  background-color: rgb(204, 122.4, 0);
}

/* ===== CONTAINER ===== */
.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
  main.content-main {
    padding: 0 0px;
  }
  table {
    font-size: 0.9rem;
  }
  table th, table td {
    padding: 0.5rem;
  }
}
/* Components */
/* ===== NAVBAR STYLING ===== */
.navbar-fim {
  background-color: #353535;
  padding: 0.25rem 0;
  box-shadow: none;
}
.navbar-fim .navbar-brand {
  color: #ffffff;
  font-weight: bold;
  margin-right: 2rem;
}
.navbar-fim .navbar-brand:hover {
  color: #fe7a61;
}
.navbar-fim {
  /* Navigation Links */
}
.navbar-fim .navbar-nav {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  position: relative;
  transition: color 0.3s ease;
}
.navbar-fim .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem;
  position: relative;
  transition: color 0.3s ease;
}
.navbar-fim .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fe7a61;
  transition: width 0.3s ease;
}
.navbar-fim .navbar-nav .nav-link:hover {
  color: #fe7a61;
}
.navbar-fim .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.navbar-fim .navbar-nav .nav-link:focus {
  color: #fe7a61;
}
.navbar-fim .navbar-nav {
  /* Aktiver Link (Pfad-Vorfahre) und aktuelle Seite */
}
.navbar-fim .navbar-nav .nav-item.active > .nav-link,
.navbar-fim .navbar-nav .nav-item.current > .nav-link,
.navbar-fim .navbar-nav .nav-link.active {
  color: #fe7a61;
}
.navbar-fim .navbar-nav .nav-item.active > .nav-link::after,
.navbar-fim .navbar-nav .nav-item.current > .nav-link::after,
.navbar-fim .navbar-nav .nav-link.active::after {
  height: 4px;
  width: 100%;
}
.navbar-fim {
  /* Joomla-Menü ohne Aufzählungspunkte in der Navbar */
}
.navbar-fim .mod-menu,
.navbar-fim .mod-menu ul {
  padding-left: 0;
}
.navbar-fim .mod-menu li {
  list-style-type: none;
}
.navbar-fim {
  /* Hamburger Menü (mobil) */
}
.navbar-fim .navbar-toggler {
  border-color: #ffffff;
  padding: 0.15rem 0.3rem;
  font-size: 1.1rem;
  line-height: 1;
  min-height: 28px;
  min-width: 28px;
}
.navbar-fim .navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(255, 154, 0, 0.18);
}
.navbar-fim .navbar-toggler .navbar-toggler-icon {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M3 5h16M3 11h16M3 17h16'/%3e%3c/svg%3e");
}
.navbar-fim {
  /* Dropdown Menü (Submenü) — gilt für Bootstrap .dropdown-menu und Joomla .mod-menu__sub */
}
.navbar-fim .dropdown-menu,
.navbar-fim .mod-menu__sub {
  background-color: #353535;
  border: 1px solid #333;
  border-radius: 0;
  padding: 0;
}
.navbar-fim .dropdown-menu .dropdown-item,
.navbar-fim .dropdown-menu .nav-link,
.navbar-fim .mod-menu__sub .dropdown-item,
.navbar-fim .mod-menu__sub .nav-link {
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 0.95rem;
}
.navbar-fim .dropdown-menu .dropdown-item:hover,
.navbar-fim .dropdown-menu .nav-link:hover,
.navbar-fim .mod-menu__sub .dropdown-item:hover,
.navbar-fim .mod-menu__sub .nav-link:hover {
  background-color: #fe7a61;
  color: #000000;
}
.navbar-fim .dropdown-menu .dropdown-item.active, .navbar-fim .dropdown-menu .dropdown-item:active,
.navbar-fim .dropdown-menu .nav-link.active,
.navbar-fim .dropdown-menu .nav-link:active,
.navbar-fim .mod-menu__sub .dropdown-item.active,
.navbar-fim .mod-menu__sub .dropdown-item:active,
.navbar-fim .mod-menu__sub .nav-link.active,
.navbar-fim .mod-menu__sub .nav-link:active {
  background-color: #fe7a61;
  color: #000000;
}
@media (max-width: 991.98px) {
  .navbar-fim .navbar-collapse {
    margin-top: 0.5rem;
    border-top: 0;
    padding-top: 0.5rem;
  }
  .navbar-fim .navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .navbar-fim .navbar-nav .nav-item {
    width: 100%;
    border: 0;
    box-shadow: none;
  }
  .navbar-fim .navbar-nav .nav-item + .nav-item {
    border-top: 0;
  }
  .navbar-fim .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    border: 0;
    box-shadow: none;
    background-image: none;
  }
  .navbar-fim .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-fim .navbar-nav .nav-link::before {
    display: none;
  }
  .navbar-fim .navbar-nav .nav-link.active::after {
    display: none;
  }
  .navbar-fim .navbar-nav .nav-item.active > .nav-link {
    color: #fe7a61;
    background-color: transparent;
  }
}

.bg-fim {
  background-color: #353535 !important;
}

/* Core */
/* Base */
#loginModal .modal-content {
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
}
#loginModal h5 {
  font-weight: 600;
}
#loginModal .mod-login .control-group,
#loginModal .mod-login .form-group {
  margin-bottom: 0.75rem;
}
#loginModal .mod-login input[type=text],
#loginModal .mod-login input[type=password] {
  width: 100%;
}
#loginModal .mod-login .btn {
  width: 100%;
}

/* ===== FIMAgenda Theme Tokens ===== */
body.site-body {
  --fimagenda-sticky-offset: 0px;
  --fimagenda-table-bg: #353535;
  --fimagenda-table-text: #ffffff;
  --fimagenda-table-border: #777777;
  --fimagenda-mobile-label-width: 7.5rem;
}

/* Optional system mode: add class .fimagenda-theme-system or data-fimagenda-theme="system" on body */
body.site-body.fimagenda-theme-system,
body.site-body[data-fimagenda-theme=system] {
  --fimagenda-table-bg: Canvas;
  --fimagenda-table-text: CanvasText;
  --fimagenda-table-border: GrayText;
}/*# sourceMappingURL=template.css.map */