/*  Spezielle Anpassungen fuer den AZV Kammerforst 03/2025     */

body {
padding: 0;
margin: 0;
font-size: 1.3rem;
}
/* Anpassungen AZV Ueberschriften      */
h1, .h1 {
	color:var(--heading-color);
	margin-top:0;
	margin-bottom:2.5rem;
}
/* Anpassung der Überschriften  - Abstand unten     */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2 {
	margin-bottom:.8rem;
}
/* Ende - Anpassung der Überschriften  - Abstand unten     */

/* Anpassung der Sprachauswahl     */
.mod-languages img {
    width: 36px!important;
    height: 27px!important;
}
#language_btn_110, .lang-block > li:nth-child(1) > a:nth-child(1) {
  font-size: 102%!important;
  border:0px solid green!important;
}
/* Ende - Anpassung der Sprachauswahl     */

.btn {
  --btn-padding-x: .5rem;
  --btn-padding-y: .3rem;
}

.navbar-toggler {
	font-size: 1.7em!important;    /*Vergrößert das Icon */
  /* Alternativ:
  width: 30px;
  height: 30px; */
}


/* Versteckt das Material Icon und zeigt PNG stattdessen */
._access-icon.material-icons {
    font-size: 0 !important; /* Versteckt den Text "accessible" */
    background-image: url('../images//Icons/accessibility-icon.png') !important;
    background-size: 52px 52px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}






/* Hamburger-Menü auf die rechte Seite! */

@media only screen and (max-width:992px) {

ul.mod-menu:nth-child(1) { background:#e6e7e8;}

.container-header .container-nav {

justify-content: right;

}

ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li {

justify-content: right;

}

nav.navbar.navbar-expand-lg {

justify-content: right;
    padding: 30px 20px;
}

}

.item-143 > button:nth-child(1), .item-147 > button:nth-child(1), .item-179 > button:nth-child(1), .item-210 > button:nth-child(1), .item-222 > button:nth-child(1) {
  font-size: 120%;
}

/* Gestaltung der Zurück-Buttons     */
.btn-primary {
	background: #007cba;
	border: none;
	border-radius: 50px;
	padding: 12px 24px;
	color: #fff;
	cursor: pointer;
}

.btn-primary-alltag {
	background: #007cba;
	border: none;
	border-radius: 40px;
	padding: 6px 20px;
	color: #fff;
	cursor: pointer;
}

.btn-primary:hover {
  background-color: #005a87;
  border-color: #0062cc;
}

.btn-primary-alltag:hover {
  background-color: #005a87;
  border-color: #0062cc;
}
.item-to-align {
 	display: grid;
  	grid-template-columns: 1fr;
  	justify-items: end; /* Richtet nur dieses Element rechtsbündig aus */
}
/* Ende - Gestaltung der Zurück-Buttons     */



.container-header .grid-child {
  padding-bottom: 0em!important;
}


.abstand { display:inline-block; width:150px; }
.abstand_offen { display:inline-block; width:75px; }


/* ._access-main-css, ._access-icon { display:none!important; }  */


/* Anpassung der Suche als Overlay     */

<style>
        /* Demo Body Styles */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f5f5f5;
        }
        
        .demo-header {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .demo-trigger {
            background: #007cba;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            margin-right: 10px;
        }
        
        .demo-trigger:hover {
            background: #005a87;
        }
        
        /* === SEARCH OVERLAY STYLES === */
        .search-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(5px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .search-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .search-overlay-content {
            width: 100%;
            max-width: 700px;
            padding: 0 20px;
            position: relative;
        }
        
        .search-overlay-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .search-overlay-title {
            color: #fff;
            font-size: 2.5rem;
            font-weight: 300;
            margin: 0 0 10px 0;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
            animation-delay: 0.2s;
        }
        
        .search-overlay-subtitle {
            color: #ccc;
            font-size: 1.1rem;
            margin: 0;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
            animation-delay: 0.3s;
        }
        
        .search-form-container {
            position: relative;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
            animation-delay: 0.4s;
        }
        
        .search-form {
            display: flex;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            padding: 8px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .search-form:focus-within {
            border-color: #007cba;
            background: rgba(255, 255, 255, 0.15);
        }
        
        .search-input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 15px 20px;
            font-size: 1.2rem;
            color: #fff;
            outline: none;
        }
        
        .search-input::placeholder {
            color: #ccc;
        }
        
        .search-submit {
            background: #007cba;
            border: none;
            border-radius: 50px;
            padding: 12px 24px;
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .search-submit:hover {
            background: #005a87;
            transform: translateX(2px);
        }
        
        .search-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: #fff;
            font-size: 2rem;
            cursor: pointer;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            opacity: 0;
            transform: scale(0.8);
            animation: fadeIn 0.6s ease forwards;
            animation-delay: 0.5s;
        }
        
        .search-close:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: scale(1.1);
        }
        
        .search-suggestions {
            margin-top: 30px;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
            animation-delay: 0.6s;
        }
        
        .search-suggestions-title {
            color: #ccc;
            font-size: 0.9rem;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .search-suggestions-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .search-suggestion {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }
        
        .search-suggestion:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: #007cba;
            transform: translateY(-2px);
        }
        
        /* Animations */
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .search-overlay-title {
                font-size: 2rem;
            }
            
            .search-overlay-content {
                padding: 0 15px;
            }
            
            .search-input {
                font-size: 1rem;
                padding: 12px 16px;
            }
            
            .search-close {
                top: 15px;
                right: 15px;
                width: 40px;
                height: 40px;
                font-size: 1.5rem;
            }
            
            .search-suggestions-list {
                justify-content: center;
            }
        }
        
        /* Accessibility */
        .search-overlay:focus-within .search-close {
            opacity: 1;
        }
        
        @media (prefers-reduced-motion: reduce) {
            .search-overlay,
            .search-overlay-title,
            .search-overlay-subtitle,
            .search-form-container,
            .search-close,
            .search-suggestions {
                animation: none;
                transition: none;
            }
        }
    </style>    


/* Anpassung der Suche als Overlay     */

@media (min-width: 768px) {
    .container-header .mod-menu {
        display: flex;
        flex-direction: row;
    }
}

/* Anpassung Breadcrumb - Seitennavigation     */
.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
}
.py-2 {
  padding-top: 0.0rem !important;
  padding-bottom: 3.5rem !important;
}
.px-3 {
  padding-left: 0rem !important;
  padding-right: 1rem !important;
}
.breadcrumb {
  --breadcrumb-padding-x: 0;
  --breadcrumb-padding-y: 0;
  --breadcrumb-margin-bottom: 1rem;
  --breadcrumb-bg: ;
  --breadcrumb-border-radius: ;
  --breadcrumb-divider-color: var(--secondary-color);
  --breadcrumb-item-padding-x: .5rem;
  --breadcrumb-item-active-color: #005580;
  font-size: var(--breadcrumb-font-size);
  list-style:
none;
}
a {
  color:#005580;
}

.container-component > :first-child {
  margin-top: 0em;
}

/* Anpassung der Position der Bedienungshilfe      */
._xxxaccess-icon {
top: 5% !important;
left: 85% !important;		
}

/* Anpassungen AZV fuer die rechte Sidebar      */

.container-sidebar-right {
padding-top: 145px;
padding-bottom: 2.5rem;;
margin: 0;
font-size: 1.0rem;
}

.blaubox-header { margin:0; padding:0; background:#005580; width:100%;  height:178px;  background-image: url(../../../../../images/Einklinker/info_header_klein.png); background-repeat:no-repeat; overflow:hidden;}
.blaubox {
background: #005580;
padding: 50px 20px 50px 20px;
color: #ffffff;
}


/* Anpassungen AZV fuer den Footerbereich      */

footer {
padding: 0;
margin: 0;
font-size: 1.0rem;
background-image:url(../images/Hintergrund-Footer.png)!important;
background-color:#014871!important;
background-repeat: repeat-y;
}

.footer .grid-child {
	justify-content:space-between;
	align-items:start;
	padding:2.5rem .5em
}

/* Anpassungen Überschrif}ten im Footerb{ereich      */
.footerheader {
	font-weight:600; font-size:1.2rem;
}

.footer2 { display:none!important; }



label {
  display: inline-block;
  color: #005580;
}

/* Tabellenlayout AZV    */

.azv-tabelle { width:95%; margin-bottom:20px; font-size:inherit;}
.azv-tabelle table, td { border: 1px solid #005580; border-collapse: collapse; padding:10px;}
.azv-tabelle th { border: 1px solid #d1cfcf; border-collapse: collapse; padding:10px;}
.azv-tabelle thead tr { background-color:#005580; color:#ffffff;}
.azv-tabelle tbody tr { background-color:#d1cfcf; color:#000000;}

.azv-tabelle-vergabe { width:95%; margin-bottom:20px; font-size:inherit;}
.azv-tabelle-vergabe table, td { border: 1px solid #005580; border-collapse: collapse; padding:10px;}
.azv-tabelle-vergabe th { border: 1px solid #d1cfcf; border-collapse: collapse; padding:10px;}
.azv-tabelle-vergabe thead tr { background-color:#005580; color:#ffffff;}
.azv-tabelle-vergabe tbody tr { background-color:#d1cfcf; color:#000000;}

.azv-tabelle-historie { width:95%; margin-bottom:20px; font-size:inherit;}
.azv-tabelle-historie table, td { border: 1px solid #005580; border-collapse: collapse; padding:10px;}
.azv-tabelle-historie th { border: 1px solid #d1cfcf; border-collapse: collapse; padding:10px;}
.azv-tabelle-historie thead tr { background-color:#005580; color:#ffffff;}
.azv-tabelle-historie tbody tr { background-color:#d1cfcf; color:#000000; }
.azv-tabelle-historie tbody tr:nth-child(odd) { background-color:#fefefe; color:#000000 }





/* Anpassungen AZV fuer die Sprachauswahl      */
div.mod-languages ul {
  margin:0;
  padding:0;
  list-style:none;
  color: #005580;
}
div.mod-languages li {
  margin:.5rem .5rem
}
div.mod-languages ul.lang-inline li {
  display:inline-block
}
div.mod-languages .dropdown-menu {
  padding:.5rem 0
}
div.mod-languages ul.lang-block li {
  text-align:start;
  padding:.5rem 0;
  display:block
}
div.mod-languages ul li.lang-active {

}


/* Anpassung der Inhalte fliessender Text als 2 und 3 Spalter     */
.azv-container-2spalten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
    grid-auto-flow: row dense;
    align:left;
}

.azv-container-3spalten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    grid-gap: 8px;
    grid-auto-flow: row dense;
	align:left;
	font-size:1.0rem;
}

.azv-container-3spalten img { border:1px solid #7a9aad;}
.azv-item10 { padding: 0px 10px 10px 0px; }
.azv-item20 { padding: 0px 20px 10px 0px; }
.azv-item30 { padding: 0px 30px 10px 0px; }

/* Ende - Anpassung der Inhalte fliessender Text als 2 und 3 Spalter     */


.container-below-top {
	display:flex;
	justify-content:end!important;
}



/* Anpassung der Reihenfolge der Elemente in der Topbar   */
.container-topbar {
	display:grid;
	/*grid-template-columns: 60% 20% 20%; */
	grid-auto-rows: minmax(50px, auto);
	grid-template-areas: "eins zwei drei";
	border: 0px solid green;
	align-items:end;
}
.container-topbar .mod-finder { grid-area: eins;  }
.container-topbar .azv-brieficon { grid-area: zwei; }
.container-topbar .mod-languages { grid-area: drei; }



.container-topbar .mod-finder {
	border: 0px solid blue;
}
.container-topbar .azv-brieficon {
	border: 0px solid yellow;
}
.container-topbar .mod-languages {
	border: 0px solid red;
}

/* Anpassung des Schattens unter dem Bannerbild    */
.container-banner img {
box-shadow: 0 1px 10px -1px rgba(0, 85, 128, 1);
}

/* Anpassung der Trennlinie unter der Überschrift    */
hr {
  color: #005580;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: var(--border-width)solid;
  opacity: .45;
  margin:
1rem 0;
}

.com-content-article__body { padding-bottom: 2.5rem;}

@media (max-width: 900px) {
.azv-tabelle, .azv-tabelle-vergabe { width:95%; margin-bottom:10px; font-size:70%;}


}