/*!
 * ############################################################################
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * ############################################################################
 * bootstrap_package 15.0.4
 * net-styles - meine Anpassung - Erscheinungsbild
 */
 
/* footer  ################################################################# */
.footer-section-content {
   background: rgb(99, 82, 65);
   --frame-color: rgb(245, 240, 232);
   --frame-background: rgb(99, 82, 65);
   --frame-link-color: rgb(42, 157, 143);
   --frame-link-hover-color: rgb(39, 145, 132);
}
.footer-section-meta {
   background: rgb(99, 77, 66);
   --frame-color: rgb(245, 240, 232);
   --frame-background: rgb(99, 77, 66);
   --frame-link-color: rgb(42, 157, 143);
   --frame-link-hover-color: rgb(39, 145, 132);
}

/* cookies  ################################################################ */
:root {
  --cookieconsent-zindex: 1080;
  --cookieconsent-padding: 2rem;
  --cookieconsent-space: 20px;
  --cookieconsent-bg: rgb(55, 44, 22);
  --cookieconsent-color: rgb(245, 240, 232);
  --cookieconsent-link-color: rgb(42, 157, 143);
  --cookieconsent-button-bg: rgb(112.0718122063, 139.2962289289, 119.7286794095);
  --cookieconsent-button-highlight-bg: transparent;
}

/*!
 * ############################################################################
 * net-styles - meine Anpassung  - Erscheinungsbild - Rahmen
 */

/* Background  ############################################################# */
.frame-boxlayout {      /* Box layout        */
   background: rgb(99, 99, 99);
}
.frame-boxlayoutlight { /* Box layout hell   */
   background: rgb(199, 199, 199);
}
.frame-boxlayoutdark {  /* Box layout dunkel */
   background: rgb(55, 55, 55);
}

/* Schrift  ################################################################ */
.frame-boxlayout {      /* Box layout        */
   color: rgb(249, 249, 249);
}
.frame-boxlayoutlight { /* Box layout hell   */
   color: rgb(249, 249, 249);
}
.frame-boxlayoutdark {  /* Box layout dunkel */
   color: rgb(249, 249, 249);
}

/* Link  ################################################################### */
.frame-boxlayout a,
.frame-boxlayout a:visited {
   color: rgba(44, 44, 44, 0.9);
}
.frame-boxlayoutlight a,
.frame-boxlayoutlight a:visited {
   color: rgba(55, 55, 55, 0.9);
}
.frame-boxlayoutdark a,
.frame-boxlayoutdark a:visited {
   color: rgba(199,199, 199, 0.9);
}
