:root {
  --bs-border-color: #000;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: #00378b;
  color: white;
}

#main-content {
  margin-top: 200px; 
}

h1, .h1, h2, .h2 {
  color: var(--primary-color)!important;
}

h1, .h1 {
  font-size: 36px;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

img.hover-effect {
  transition: transform 0.5s ease 0s;
}

a {
  color: var(--primary-color);
}

.bg-dynamic {
  background-color: var(--primary-color);
}

.text-color-white {
  color: white;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

.page-header {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

img.hover-effect:hover {
  transform: scale(1.2);
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-warning {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.btn-warning:hover {
  background-color: #404040;
  border-color: #404040;
   color: #fff;
   text-decoration: none;
}

.btn-warning:active {
  background-color: #404040;
  border-color: #404040;
}

/* Visuell versteckter Text f�r Screenreader */
.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Container f�r Zoom-Bilder */
.zoom-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
}

/* Zoom-Bild selbst */
.zoom-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block;
}

/* Zoom bei Hover oder Tastatur-Fokus */
.zoom-wrapper:hover img,
.zoom-wrapper:focus img,
.zoom-wrapper:focus-within img {
transform: scale(1.2);
 /* transform: scale(1.05); /* 5 % gr��er */
}

.footer {
  background-color: #eff2f6;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-color: #e7e7e7;
  border-radius: 4px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.bg-grey {
  background-color: #eff2f6;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
  border-color: var(--primary-color);
}

.panel-footer {
  padding: 10px 15px;
  background-color: var(--primary-color);
  border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
	border-color: var(--primary-color);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer a {
  color: white;
  font-weight: bold;
}
a{
	text-decoration: none;
}

a:hover, a:focus {
  /*color: white;*/
  text-decoration: underline;
}


.logo {
max-height: 100px;
max-width: 250px;
}

.navbar-brand {
  white-space: normal;
  word-break: break-word;
  line-height: 1;
  max-width: 700px;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    max-width: 300px;
  }
}

/*NAVI*/
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-nav .nav-link.active {
  background: #fff;
}

.dropdown-menu {
  transition: all 0.2s ease;
}

.dropdown-item {
	color: #000!important;
	padding-top:5px!important;
	padding-bottom:5px!important;	
}

.dropdown-item::before {
  content: "\f054"; /* Unicode f�r fa-chevron-right */
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 6px;
  font-size: 0.9em;
}


.article-divider {
  position: relative;
}

.article-divider::before,
.article-divider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
}

.article-divider::before {
  left: -30px;
}

.article-divider::after {
  right: 30px;
}

/* Optional: Trennung nur auf mittlerem/gr��erem Bildschirm */
@media (max-width: 767.98px) {
  .article-divider::before,
  .article-divider::after {
    display: none;
  }
}

  
.navbar-starpool {
  background-color: var(--primary-color);
  height:60px;
}

.navbar a {
	color:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-link {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar a:hover {
	color:#fff;
}

.navbar-starpool .nav-link.dropdown-toggle:hover {
  background-color: #fff;
  color: #000 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  text-decoration: none;
  background-color: var(--primary-color);
}

@media (max-width: 991.98px) {
	.logo-wrapper {
			padding-left: 20px;
				padding-right: 20px;
	}
	
  .navbar-starpool .container {
    background-color: var(--primary-color);
  }
   .container, .container-md, .container-sm {
	 max-width: 1024px;
	}
	
	.navbar-brand{
		padding-left: 10px;
	}
 }
 
 
 .navbar-starpool .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); 
}

.navbar-starpool .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-starpool .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, 0.5);
  outline: none; 
}

.input_plz__gemein_name {
  top: 13px;
}