header.header.container-header {
background: #0000FF;    
}
.mod-list li.active > a {
    font-size: 30px;
}
/*body {
background-color: #0000FF
} */  
.grid-child.container-component {
  background-color: #ffffff;
 } 
.container-top-a .card-body {
	background: #ffffff;
	color: #ffffff;
 } 
.bottom-a.card {
background: #FFFFFF;color: #fff;        
}
.bottom-a.card a {
color: #fff;        
}
/*.container-banner {
border: 3px solid blue;
}*/ 
@charset "UTF-8";
:root, [data-bs-theme="light"] {
 --border-width: 0px;
  --border-style: solid;
  --border-color: #ffffff;
  --border-color-translucent: #ffffff;
  --border-radius: .25rem;
  --border-radius-sm: .2rem;
  --border-radius-lg: .3rem;
  --border-radius-xl: .3rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 .5rem 1rem #ffffff;
  --box-shadow-sm: 0 .125rem .25rem #ffffff;
  --box-shadow-lg: 0 1rem 3rem #ffffff;
  --box-shadow-inset: inset 0 1px 2px #ffffff;
  }
/* Zeile 1 */
*, *::before, *::after
{
  box-sizing: border-box;
}
/* Zeile 1 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 1 */
.form-control
{
  color: var(--body-color);
  background-color: var(--body-bg);
  border-top-width: ;
  border-right-width: ;
  border-bottom-width: ;
  border-left-width: ;
  border-top-style: ;
  border-right-style: ;
  border-bottom-style: ;
  border-left-style: ;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
  border-image-source: ;
  border-image-slice: ;
  border-image-width: ;
  border-image-outset: ;
  border-image-repeat: ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-right-radius: ;
  border-bottom-left-radius: ;
  background-clip: padding-box;
  width: 100%;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition-property: border-color, box-shadow;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  display: block;
}

/* Zeile 1 */
.form-control
{
  background-color: #C0C0C0;
  max-width: 100%;
}

/* Zeile 1 */
.invalid
{
  color: #a51f18;
  border-top-color: #a51f18;
  border-right-color: #a51f18;
  border-bottom-color: #a51f18;
  border-left-color: #a51f18;
}

/* Zeile 1 */
.valid
{
  border-top-color: #448344;
  border-right-color: #448344;
  border-bottom-color: #448344;
  border-left-color: #448344;
}

/* Zeile 1 */
.form-control:focus
{
  color: var(--body-color);
  background-color: var(--body-bg);
  border-top-color: #0000ff;
  border-right-color: #0000ff;
  border-bottom-color: #0000ff;
  border-left-color: #0000ff;
  outline-width: 0px;
  outline-style: none;
  outline-color: currentcolor;
  box-shadow: 0px 0px 0px 0.25rem rgba(1, 1, 86, 0.25);
}
/*https://www.uwes-service.de/media/templates/site/cassiopeia/css/user.css?71aa7e*/
/* Zeile 45 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 96 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 111 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* Zeile 1 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 1 */
button
{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Zeile 1 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 1 */
button, select
{
  text-transform: none;
}

/* Zeile 1 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 1 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 1 */
.btn
{
  --btn-padding-x: 1rem;
  --btn-padding-y: .6rem;
  --btn-font-family:  ;
  --btn-font-size: 1rem;
  --btn-font-weight: 400;
  --btn-line-height: 1.5;
  --btn-color: var(--body-color);
  --btn-bg: transparent;
  --btn-border-width: var(--border-width);
  --btn-border-color: transparent;
  --btn-border-radius: .25rem;
  --btn-hover-border-color: transparent;
  --btn-box-shadow: inset 0 1px 0 #ffffff26,0 1px 1px #00000013;
  --btn-disabled-opacity: .65;
  --btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--btn-focus-shadow-rgb),.5);
  padding-top: ;
  padding-right: ;
  padding-bottom: ;
  padding-left: ;
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-top-width: ;
  border-right-width: ;
  border-bottom-width: ;
  border-left-width: ;
  border-top-style: ;
  border-right-style: ;
  border-bottom-style: ;
  border-left-style: ;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
  border-image-source: ;
  border-image-slice: ;
  border-image-width: ;
  border-image-outset: ;
  border-image-repeat: ;
  border-top-left-radius: ;
  border-top-right-radius: ;
  border-bottom-right-radius: ;
  border-bottom-left-radius: ;
  background-color: var(--btn-bg);
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  display: inline-block;
}

/* Zeile 1 */
.btn-primary
{
  --btn-color: #fff;
  --btn-bg: #0000ff;
  --btn-border-color: #0000ff;
  --btn-hover-color: #fff;
  --btn-hover-bg: #0000ff;
  --btn-hover-border-color: #0000ff;
  --btn-focus-shadow-rgb: 39,39,111;
  --btn-active-color: #fff;
  --btn-active-bg: #0000ff;
  --btn-active-border-color: #0000ff;
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #0000ff;
  --btn-disabled-border-color: #0000ff;
}

/* Zeile 1 */
.btn-primary
{
  background-color: var(--cassiopeia-color-primary);
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}

/* Zeile 1 */
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled)
{
  cursor: pointer;
}

/* Zeile 1 */
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled)
{
  cursor: pointer;
}

/* Zeile 1 */
.btn:hover
{
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}

/* Zeile 1 */
.btn-primary:hover, .btn-primary:focus
{
  background-color: var(--cassiopeia-color-hover);
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}

/* Zeile 1 */
.btn-primary:hover, .btn-primary:focus
{
  background-color: var(--cassiopeia-color-hover);
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}

/* Zeile 1 */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus
{
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
}
/*https://www.uwes-service.de/media/templates/site/cassiopeia/css/user.css?71aa7e*/
/* Zeile 45 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 96 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 102 */
button
{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Zeile 111 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 123 */
button, select
{
  text-transform: none;
}

/* Zeile 129 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 134 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 129 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 134 */
button, [type="button"], [type="reset"], [type="submit"]
{
}

/* Zeile 139 */
.btn
{
  --btn-padding-x:  1rem;
  --btn-padding-y:  .6rem;
  --btn-font-family:   ;
  --btn-font-size:  1rem;
  --btn-font-weight:  400;
  --btn-line-height:  1.5;
  --btn-color:  var(--body-color);
  --btn-bg:  transparent;
  --btn-border-width:  var(--border-width);
  --btn-border-color:  transparent;
  --btn-border-radius:  .25rem;
  --btn-hover-border-color:  transparent;
  --btn-box-shadow:  inset 0 1px 0 #ffffff26,0 1px 1px #00000013;
  --btn-disabled-opacity:  .65;
  --btn-focus-box-shadow:  0 0 0 .25rem rgba(var(--btn-focus-shadow-rgb),.5);
  font-family:  var(--btn-font-family);
  font-size:  var(--btn-font-size);
  font-weight:  var(--btn-font-weight);
  line-height:  var(--btn-line-height);
  color:  var(--btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color:  var(--btn-bg);
  text-decoration-color: currentcolor;
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s;
  display: inline-block;
}

/* Zeile 201 */
.btn-primary
{
  --btn-color:  #fff;
  --btn-bg:  #0000ff;
  --btn-border-color:  #0000ff;
  --btn-hover-color:  #fff;
  --btn-hover-bg:  #0000ff;
  --btn-hover-border-color:  #0000ff;
  --btn-focus-shadow-rgb:  39,39,111;
  --btn-active-color:  #fff;
  --btn-active-bg:  #0000ff;
  --btn-active-border-color:  #0000ff;
  --btn-active-shadow:  inset 0 3px 5px #00000020;
  --btn-disabled-color:  #fff;
  --btn-disabled-bg:  #0000ff;
  --btn-disabled-border-color:  #0000ff;
}

/*checkbox formular*/
/* Zeile 1 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 1 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 1 */
.form-check-input
{
  --form-check-bg: var(--body-bg);
  vertical-align: top;
  /*background-color: var(--form-check-bg);*/
  background-color: #0000ff;
  background-image: var(--form-check-bg-image);
  border-top-width: ;
  border-right-width: ;
  border-bottom-width: ;
  border-left-width: ;
  border-top-style: ;
  border-right-style: ;
  border-bottom-style: ;
  border-left-style: ;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
  border-image-source: ;
  border-image-slice: ;
  border-image-width: ;
  border-image-outset: ;
  border-image-repeat: ;
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
}

/* Zeile 1 */
.valid
{
  border-top-color: #448344;
  border-right-color: #448344;
  border-bottom-color: #448344;
  border-left-color: #448344;
}

/* Zeile 1 */
.form-check .form-check-input
{
  float: left;
  margin-left: -1.5em;
}

/* Zeile 1 */
.form-check-input[type="checkbox"]
{
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

/* Zeile 1 */
.form-check-input:focus
{
  border-top-color: #0000ff;
  border-right-color: #0000ff;
  border-bottom-color: #0000ff;
  border-left-color: #0000ff;
  outline-width: 0px;
  outline-style: none;
  outline-color: currentcolor;
  box-shadow: 0px 0px 0px 0.25rem rgba(1, 1, 86, 0.25);
}
/*https://www.uwes-service.de/media/templates/site/cassiopeia/css/user.css?aa7c42*/
/* Zeile 45 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 145 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 151 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 168 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 353 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 359 */
*, *::before, *::after
{
  box-sizing: border-box;
}

/* Zeile 50 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 157 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 183 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 374 */
input, button, select, optgroup, textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Zeile 121 */
.valid
{
  border-top-color: #448344;
  border-right-color: #448344;
  border-bottom-color: #448344;
  border-left-color: #448344;
}
/*mod_debug*/
a {
  color: #ffffff;
  background-color: #0000ff;
}

