/* Entfernt das Standard-Margin und Padding von rows */
.row {
  margin-right: 0;
  margin-left: 0;
}

/* Entfernt das Padding der Spalten */
.col-12, .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}

/* Padding für die Content-Spalten */
.col-md-4 {
  padding-right: 2;
  padding-left: 2;
}

/* Optional: Entfernt Padding für das gesamte Container-Element */
.container {
  padding-right: 0;
  padding-left: 0;
}

/* Verhindert zusätzlichen Abstand zwischen den Spalten */
.navbar-collapse {
  margin-bottom: 0;
}

.nav-link.active {
  font-weight: bolder !important;
}

.custom-nav li.active {
  font-weight: bolder !important;
  color: #36454f;
}

code {
  font-family: "Courier New", Courier, "Consolas", "Lucida Console", monospace;
  color: #36454f; /*  Charcoal Gray */
  font-size: 0.875em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.well-code {
  font-family: "Courier New", Courier, "Consolas", "Lucida Console", monospace;
  color: #36454f; /*  Charcoal Gray */
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #DBE2E9;
  border: 1px solid #bec3c6;
  border-radius: 8px;
}

.comment-body {
  display: block;
  padding: 1rem;
  background-color: #cfcfc4; /* Pastel Gray */
  color: #212529;
  border: 2px solid #36454f; /* Charcoal Gray */
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.teaser {
  font-size: 16px;
  font-weight: bold;
  color: #6f6f6f;
}

.price_p {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #6f6f6f !important;
}

.price-header {
        background-color: #dcdcdc;
        padding: 10px 0;
        position: relative;
        text-align: center;
}
.price_content_top {
        padding-top: 17px;
        padding-bottom: 30px;
        position: relative;
        border-bottom: 1px red;
        border-style: solid;
        text-align: center;
	
	font-size: 15px;
	font-style: bold;
	letter-spacing: 0.092em;
}

.price_content {
        padding: 30px;
        text-align: center;
        position: relative;
        text-align: center;
        list-style: none !important;
}

.price {
        list-style: none !important;
        padding: 0 !important;
        line-height: inherit !important;
	text-align: center;
}


li.not_available {
    color: #ccc;
}

/* Navbar ohne Hintergrund */
.navbar {
  background-color: transparent !important;
}

/* Menülinks ohne Hintergrund und ohne Rahmen */
.navbar-nav .nav-link {
  color: #000; /* Standardfarbe für Links */
  border: none;
}

.nav-link:focus,
.dropdown-item:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Dropdown-Menü mit Rahmen */
.navbar-nav .dropdown-menu {
  border: 1px solid #ddd; /* Grau-Rand für Dropdown */
}

/* Wenn der Dropdown-Button fokussiert wird, noch ein besseres Styling */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  border: 1px solid #1b1d81; /* Blauer Rand bei Hover */
}

/* Positionierung des Dropdown-Buttons */
.nav-item.dropdown {
  position: relative; /* Damit der Dropdown-Button oben bleibt */
}

/* Dropdown-Menü ohne Hintergrund für die Untermenüs */
.dropdown-submenu .dropdown-menu {
  background-color: white; /* Weiße Hintergrundfarbe für Untermenüs */
}

/* Grundlegende Dropdown-Submenü-Stile */
.dropdown-submenu {
  position: relative;
}

/* Grundlegende Dropdown-Submenü-Stile */
.dropdown-submenu {
  position: relative;
}

.dropdown-menu {
  --bs-dropdown-border-color: #1b1d81 !important;
}

.bg-body-tertiary {
  background-color: #fff !important;
}

/* Untermenü verstecken */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
  /* padding-left: 25px !important; Versetze das Untermenü nach rechts */
}

/* Zeige das Untermenü, wenn das Eltern-Element gehovt wird */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Pfeil an der rechten Seite des übergeordneten Dropdown-Elements */
.dropdown-submenu > a:after {
  content: " ▼";
  font-size: 12px;
  margin-left: 5px;
}

/* Pfeil ändern, wenn das Menü aufgeklappt ist */
.dropdown-submenu:hover > a:after {
  content: " ▲";
}

/* Aktive Seite im Dropdown-Menü hervorheben */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: #1b1d81; 
  color: #ffffff; 
}


h1, .h1 {
  color: #1b1d81 !important; /* Blue Reflex */
}

h2, .h2 {
  color: #788787 !important; /* Templeton Gray */
}

h3, .h3 {
  color: #6a7680 !important; /* Sheffield Gray */
}

h4, .h4 {
  color: #b5bda5 !important; /* Sage Gray */
}

h5, .h5 {
  color: #8c92ac !important; /* Cool Gray */
}

h6, .h6 {
  color: #9aa297 !important; /* Heather Gray */
}

/* Ändert den Rahmen des Dropdown-Menüs */
.navbar .dropdown-menu {
  border: 2px solid #1b1d81 !important;
}

/* Optional: Ändert die Hintergrundfarbe des Dropdown-Menüs, um es auffälliger zu machen */
.navbar .dropdown-menu .dropdown-item {
  background-color: #f8f9fa; /* Setzt die Standardfarbe der Items */
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #DBE2E9 /* aus Blue Reflex abgeleitet */
}

/* Setzt Tahoma als Schriftart für den gesamten Body */
body {
  font-family: Tahoma, Geneva, sans-serif;
}

p {
	/*color: #807E78; /* Asphalt Gray */
	color: #36454f; /* Charcoal Gray */
}

a {
	color: #858a7e !important; /*  Cement Gray */
	text-decoration: none;
}

a:hover {
   color: #43464b !important; /* Dark Steel Gray */
	text-decoration: none;
	font-weight: bold;
}

.dropdown-submenu > a.dropdown-toggle::after {
  transform: rotate(0deg) !important;
  content: " ▼";
  font-size: 0.8em;
  margin-left: 5px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #36454f !important;
  text-decoration: none !important; 
  background-color: #b2beb5 !important; /* Ash Gray */
}

.disabled-item {
  pointer-events: none;  /* Verhindert Interaktionen */
  text-decoration: line-through;
  color: #6c757d;  /* Gedämpfte Farbe */
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link  {
  color: #36454f !important;
  text-decoration: none !important; 
  background-color: #8C9CAD !important;
}

.w-100 {
  width: 100% !important;
  height: auto !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #C2C8CF !important;
  --bs-btn-border-color: #C2C8CF !important;
}

.btn:hover {
  color: #ffffff !important;
  background-color: #8C9CAD !important;
  border-color: #8C9CAD !important;
}

.btn-primary a {
  color: #ffffff !important;
}

.frame-space-before-extra-large {
  margin-top: 12em;
}

.custom-nav {
  border: 2px solid #D9D9D6; 
  border-radius: 10px;
  background-color: #FBFBF8; 
  padding: 25px;
}

.dropdown-toggle::after {
  content: "\25BC";             
  font-size: 0.65em;         
  margin-left: 0.4em;        
  vertical-align: middle;
  border: none !important;   
}

/* --- MOBILE-FIX --- */
@media (max-width: 991.98px) {
  /* Kleine Geräte: Submenüs unterhalb anzeigen */
  .dropdown-submenu > .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > a::after {
    content: ' ▼'; /* andere Richtung bei Mobilsicht */
  }
}

.image-embed-item {
  width: 100% !important;         /* Ignoriert feste Breite */
  height: auto !important;        /* Passt Höhe automatisch an */
  max-width: 100%;                /* Verhindert Überschreitung des Containers */
  display: block;                 /* Entfernt mögliche Inline-Whitespace */
  object-fit: contain;            /* Bild wird komplett angezeigt */
}

.nav-link:focus,
.dropdown-item:focus {
  outline: none !important;
  box-shadow: none !important;
}

