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;
}

h2 {
  font-weight: 300;
}

h3 {
  font-weight: 300;
}

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"); }

section#unite_gallery.container {
    margin-left: -15px;
}



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%;
}



