container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1440px;
	}
}

h1, h2, h3 {
    color: #111111;
    font-weight: bold;
}

h1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.0rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.2rem;
    }
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2.0rem;
    }
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 1.8rem;
    }
}

/* Button Styling */
.btn-primary {
    background-color: #198754;
    border-color: #198754;    
    color: #FFFFFF;          
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(232, 90, 14, 0.2); 
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: #1EAA63; 
    border-color: #1EAA63;
}

.btn-einspruch {
    width: 100%;
}

.lead {
    font-size:1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .lead {
    font-size: 1.2rem;
  }
}

.link-hover {
    color: #E85A0E;
}

.card-body a {
    color: #AA4A44;
    text-decoration: underline;
}

.card-body a:hover {
    color: #A23B3B;
    text-decoration: none;
}

.card-body a:active,
.card-body a:focus {
    color: #b34409;
    outline: none;
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    p {
        font-size: 1.05rem;
        line-height: 1.5;
    }
}

.text-accent {
    color: #A23B3B; !important;
}

.link-hover.text-accent {
    text-decoration: underline; 
    transition: text-decoration 0.3s ease;
}

.link-hover.text-accent:hover {
    text-decoration: underline;
    color: #A23B3B; 
}

.link-hover {
    color: inherit; 
    text-decoration: none;
}

.link-hover:hover {
    text-decoration: underline;
}

.styled-list-arrows {
    list-style: none; 
    padding-left: 0;   
}

.styled-list-arrows li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;  
    color: #333;       
}

.styled-list-arrows li::before {
    font-family: "bootstrap-icons";
    content: "\F134"; 
    color: #AA4A44;
    position: absolute;
    left: 0;
    top: 2px; 
    font-size: 1.4rem; 
    line-height: 1; 
}

@media (min-width: 769px) { 
  .styled-list-arrows li {
    font-size: 1.1rem;
  }
}

.table thead th {
    background-color: #AA4A44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}

.table thead th .form-check-label {
    color: #fff;
}

.info-box-v2 {
    background-color: #FDFBFB;
    border: 1px solid #F0E2E2;
    border-radius: 6px;
    padding: 20px; /* Innenabstand der Infobox */
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.info-box-v2 .info-header-line {
    display: flex; 
    align-items: flex-start;
    margin-bottom: 10px; 
    padding-top: 0;
    margin-top: 0;
}

/* --- Info Icon Styling --- */
.info-box-v2 .info-icon {
    flex-shrink: 0; 
    margin-right: 10px; 
    color: #AA4A44;
    font-size: 1.8rem;
    line-height: 1; 
    padding-top: 0;
    margin-top: 0;
}

/* --- Die H4 Überschrift --- */
.info-box-v2 .info-header-line h4 {
    color: #A23B3B;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 2px; 
    margin-bottom: 0px; 
    line-height: 1.2;
    flex-grow: 1; 
    padding: 0; 
}

/* --- Die Liste (separate Zeile, ausgerichtet) --- */
.info-box-v2 .styled-list-arrows {
    list-style: none; 
    padding-left: 0; 
    margin-top: 10px; 
    margin-bottom: 0;
    margin-left: 5px; 
}

.styled-list-arrows li {
    position: relative;
    padding-left: 30px; /* Einrückung für den Pfeil */
    margin-bottom: 12px;
    line-height: 1.6;
    color: #333;
    font-size: 1.125rem; /* Basisgröße */
}

.styled-list-arrows li::before {
    font-family: "bootstrap-icons";
    content: "\F134";
    color: #AA4A44;
    position: absolute;
    left: 0;
    top: 2px; /* Position des Pfeils relativ zur Textzeile */
    font-size: 1.4rem;
    line-height: 1;
}

/* --- Responsive Anpassungen --- */
@media (max-width: 768px) {
    .info-box-v2 .info-icon {
        font-size: 1.6rem;
    }
    .info-box-v2 .info-header-line h4 {
        font-size: 1.0rem;
    }
    .info-box-v2 .info-header-line {
        margin-bottom: 5px; /* Anpassung für mobile Ansicht */
    }
    .info-box-v2 .styled-list-arrows {
        margin-left: 2px;
        margin-top: 15px; 
    }
    .styled-list-arrows li {
        font-size: 1.05rem;
    }
}

@media (min-width: 769px) {
    .styled-list-arrows li {
        font-size: 1.1rem;
    }
}

/* Allgemeine Linkfarbe */
a {
    color: #AA4A44; 
    text-decoration: none; 
}

a:hover {
    color: #8B3B37; 
}

.navbar-nav .nav-link:hover,
.navbar-brand:hover,
footer a:hover {            
    text-decoration: none !important; 
}

.breadcrumb-item a {
    color: #AA4A44; 
}

.breadcrumb-item a:hover {
    color: #8B3B37;
}

.breadcrumb-item.active {
    color: inherit;
    font-weight: normal; 
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    padding-right: 0.5rem;
    padding-left: 0.0rem; 
    color: var(--bs-breadcrumb-divider-color, #6c757d); 
}