a.nav-link {
  font-size: larger;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-secondary-bg);
}

h1 {
  font-weight: 300;
  color: #ce1518 !important;
}

h2 {
  font-weight: 300;
color: #ce1518 !important;
}

h3 {
  font-weight: 300;
color: #ce1518 !important;
}

h4 {
  font-weight: 300;
}
abbr.de {
    background-image: url(/media/de-flag.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    border: none;
}
abbr.uk {
    background-image: url(/media/uk-flag.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    border: none;
}
/* Grundstil + Text ausblenden */
a.inactive abbr {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  border: 0;
}

/* DE: matcht "de", "de_de", "de-DE", ... */
a.inactive abbr[class^="de"] { background-image: url("/media/de-flag.png"); }

/* EN: matcht "en", "en_gb", "en-GB", ... */
a.inactive abbr[class^="en"] { background-image: url("/media/uk-flag.png"); }


footer {
	padding-top: 10px;
	padding-bottom: 30px;
	background: #505559;
}

/* footer .row {
	margin-right: -30px;
    margin-left: -30px;
}  */
footer .col-md-4 {
	padding-left: 30px;
	padding-right: 30px;
}

footer h4 {
	color: #d9dadb;
}
footer p {
	color: #d9dadb;
}
footer li {
	list-style-type: square;
	color: #d9dadb;
}

footer a { color: #d9dadb; }
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer li.active a {
	color: #d9dadb;
}

footer .social-links a { margin-right: 20px; }
footer i {
	font-size: 15px;
	color: #d9dadb;
	padding-right: 5px;
}

footer i:hover { color: #d9dadb; }

.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}


/* Dropdown auf Desktop (=992px) beim Hover zeigen */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Saubere Ausrichtung */
.navbar .dropdown-menu {
  margin-top: 0;
}

img {
    max-width: 100%;
}


.headericons img {
    width: 60px;
    height: auto;
    margin-left: 11px;
    margin-right: 11px;
}
.navbar .nav-link.active {
    color: #c00;
}

.video-description {
  margin-bottom: 0.1rem;
}

/* 2026-04-24: Navigation in Sticky geändert */
.site-header {
  background: var(--bs-secondary-bg-subtle);
}

.header-top {
  padding-top: 15px;
  padding-bottom: 10px;
}

.headericons {
  padding-left: 0;
}

.site-logo {
  width: 200px;
  height: auto;
}

.header-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--bs-secondary-bg-subtle);
}

.main-nav {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.main-nav .dropdown-menu {
  border-radius: 0;
}

@media (min-width: 992px) {
  .main-nav .nav-link:first-child {
    padding-left: 0;
  }
  .nav-item {
      padding-right: 5px;
  }

}

.header-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--bs-secondary-bg-subtle);
}

.header-nav-wrap .container-fluid {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navbar-collapse {
  flex-grow: 1;
}

.sticky-brand-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;

  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;

  transition: opacity 0.2s ease, visibility 0.2s ease, width 0.2s ease;
}

.sticky-logo {
  width: 90px;
  height: auto;
  display: block;
}

.sticky-language-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.sticky-language-switch a {
  text-decoration: none;
}

/* wird per JavaScript beim Scrollen aktiviert */
body.is-scrolled .sticky-brand-tools {
  opacity: 1;
  visibility: visible;
  width: auto;
  overflow: visible;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(204, 0, 0, 1);
    color: rgba(217, 218, 219, 1);
}
a img,
abbr[title],
a {
    cursor: pointer !important;
}