/*!
* ############################################################################
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * ############################################################################
 * bootstrap_package 13.0.5
 * net-styles - meine Anpassung - Erscheinungsbild
 */

/* footer  ################################################################# */
.footer-section-content {
   color: rgb(36, 76, 66);
   background-color: rgb(255, 255, 209);
   --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 {
   color: rgb(245, 240, 232);
   background-color: 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  ########################## */
.cc-window,
.cc-revoke {
   color: rgb(245, 240, 232);
   background-color: rgb(11, 44, 22);
}
.cc-link,
.cc-link:active,
.cc-link:visited {
  color: rgb(42, 157, 143);
}
.cc-btn {
   --bs-btn-color: rgb(249, 249, 249);
   --bs-btn-bg: rgb(42, 157, 143);
   --bs-btn-border-color: rgb(42, 157, 143);
   --bs-btn-hover-color: rgb(245, 240, 232);
}

/*!
 * ############################################################################
 * net-styles - meine Anpassung  - Erscheinungsbild - Rahmen
 */
.frame-box-layout {      /* Box layout        */
   color: rgb(249, 249, 249);
   background: rgb(99, 99, 99);
}
.frame-box-layoutlight { /* Box layout hell   */
   color: rgb(249, 249, 249);
   background: rgb(199, 199, 199);
}
.frame-box-layoutdark {  /* Box layout dunkel */
   color: rgb(249, 249, 249);
   background: rgb(55, 55, 55);
}

/* Link  ################################################################### */
.frame-box-layout a,
.frame-box-layout a:visited {
   color: rgba(44, 44, 44, 0.9);
}
.frame-box-layoutlight a,
.frame-box-layoutlight a:visited {
   color: rgba(55, 55, 55, 0.9);
}
.frame-box-layoutdark a,
.frame-box-layoutdark a:visited {
   color: rgba(199,199, 199, 0.9);
}
