/*!
 * ############################################################################
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * ############################################################################
 * bootstrap_package 13.0.1 
 * net-styles - meine Anpassung - Erscheinungsbild
 */

/* footer  ################################################################# */
.footer-section-content {
   background-color: rgb(255, 255, 209);
   color: rgb(36, 76, 66);
   --frame-color: rgb(36, 76, 66);
   --frame-background: rgb(255, 255, 209);
   --frame-link-color: rgb(42, 157, 143);
   --frame-link-hover-color: rgb(39, 145, 132);
}
.footer-section-meta {
   background-color: rgb(99, 77, 66);
   color: rgb(245, 240, 232);
   --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  ########################## */
.cc-window,
.cc-revoke {
   background-color: rgb(11, 44, 22);
   color: rgb(245, 240, 232);
}
.cc-link,
.cc-link:active,
.cc-link:visited {
  color: rgb(42, 157, 143);
}

/*!
 * ############################################################################
 * 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);
}
