/* Grundsätzliche Template Farben und Einstellungen */


:root {
    --cassiopeia-font-family-body: "Roboto", sans-serif;
    --cassiopeia-font-family-headings: "Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;
    --cassiopeia-color-link: #0088cc;
	
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 34, 38, 42;
  --body-bg-rgb: 255, 255, 255;
  --font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--cassiopeia-font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #22262a;
  --body-bg: white;	
  /* Eigene Definitionen */
  /*  --gradient:  linear-gradient(135deg, #1f3047 0%, #2e486b 100%); */ /*linear-gradient(180deg, rgba(0, 255, 255, 0.15), rgba(50, 255, 255, 0)); */
	--color-text: #eee;
	--color-Background: #080c11;
	--color-menubackground: #2e486b;
	--color-h1 : rgba(70,140,200,1);
	--color-h2 : #ddd; /*#5e0d25;*/ /*#c23476; *//*rgba(70,140,200,1);*/
	--color-h3 : #5e77f7;
	--color-card-background : #010b15;/*#101823; */
	--color-link: #0088cc;
}

/* Schrift auf der Seite nutzen: Auf Google findest du auch die CSS Anweisung für die Nutzung der Schrift. 
   Wenn du diese in das body element einfügst dann wird die Schrift auf der ganzen Webseite genutzt. */
body {
      font-family: 'Georama', sans-serif; 
	  background: var(--color-Background); /*rgb(3,6,10);*/ /*#111;*/ /* #212529; */
	  color: var(--color-text);
	  font-size: 18px;
}

/* Überschriften sind html Elemente, die Hauptüberschrift ist eine h1, dann kommt h2, h3, h4 usw. Ein html Element steuerst du an indem du einfach den Namen davorschreibst */
h1 {
  color: var(--color-h1);
  font-size: 26px;
}

h2, .h2 {
  font-size: calc(1.05rem + 0.5vw);
 /* font-family: var(--font-sans-serif);*/
  color: var(--color-h2);
}

h3, .h3 {
  color: var(--color-h3);
  font-size: calc(0.9em + 0.5vw);
}

/* funktioniert */
.card-header {
  border: 3px solid #000000; 
  border-radius: 3px 3px 3px 3px;
}

/* Module haben die Klasse card, man steuert sie also mit .card an - wenn du nur ein bestimmtes Modul ansteuern willst, kannst du dem Modul in den Einstellungen eine eigene CSS Klasse geben und dann damit ansteuern  */

.card {
	/*
  box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	*/
  background: var(--color-card-background) ; /*#0a1424;*/ /* rgb(4,12,19,1)   #475BAF; #212529; */
  color: #aaa;
  border-radius: 0.6rem; 
}

.card-link + .card-link {
  margin-left: 1rem;
  color: #aaa;
}

/* Der Seitenkopf von Cassiopeia hat die Klasse "header" du steuerst diese also mit .header an */
.header {
    background: #02162a; 
}

/* Hintergrund oberer Statusleiste ???? */
/*
.container-header {
  position: relative;
  z-index: 10;
  background-color: var(--cassiopeia-color-primary); 
  background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-hover) 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
*/

.item-image {
    border-radius: 5%;
}

.page-link {
  position: relative;
  display: block;
  color: var(--cassiopeia-color-link);
  text-decoration: none;
  background-color: var(--color-Background);
  border: 1px solid #dfe3e7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:focus {
  z-index: 3;
  color: var(--color-Background); /*var(--cassiopeia-color-hover); */
  background-color: #eaedf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
}


/* Das Dropdown-Menu im Menu färbst du mit der Klasse .metismenu.mod-menu .mm-collapse ein */
.metismenu.mod-menu .mm-collapse {
  background: rgb(3,6,10);  /* rgba(0,75,150,1); */ /*#475BAF; */
}

/* Die Links im Dropdown Menu musst du dann auch einzeln ansteuern */
.metismenu.mod-menu .mm-collapse .metismenu-item a {
  /*background: rgb(200,6,10); *//* Rot Hintergrund    rgba(0,75,150,1);*/ /*#475BAF; */
   /* color: var(--color-link);*/ /*#5aa; */
}





/* In Joomla haben die meisten Buttons die Klasse btn-primary - im Element Inspektor kannst du nachsehen ob der Button, den du einfärben willst wirklich diese Farbe hat.
*/



/*
.style {
	margin: auto; 
	border: 2px solid black; 
	border-radius: 12px 12px 12px 12px; 
	display: block;
*/

/*Laufen dir auf der Webseite icons über den Weg kannst du diese einzeln einfärben*/

/*
.icon-user {
  
}
*/

/* oder du färbst mit dieser besonderen Anweisung alle Icon ein*/

/*
.fa, .fas, [class*=" icon-"], [class^="icon-"] {
  color: #403678;
}
*/

/*
.back-to-top-link {
        color: #99ccff;
 }
 */
 
 /* Farbe des Textes für die Links */
/*.com-content-article__body a {color: #66B2FF}*/

/* Menu */
/* Override the lila background with white */
/*.container-header  {
  background-color: #212529; 
  background-image: none
}
*/

/*
.container-header .navbar-brand img {
    width: 18rem;
    min-width: 18rem;
}

.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #0088cc;
}

.container-header .mod-menu a:hover {
  background-color: #eee;
}
*/

/* Banner Image */
/*
.mybanner {
  min-width: 100%;
}
*/



/* Text should now be blue */
/*
.container-header .mod-menu {
  color: #0088cc;
}
*/

/* We add padding and radius so that on hover there is a nice background */
/*
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: #0088cc;
}
*/


/* On hover there should be a gray background*/
/*
.container-header .mod-menu a:hover {
  background-color: #eee;
}
*/

/* We need to change the color of the Hamburger Menu because white on white is not good */
/*
.container-header .navbar-toggler {
  color: #0088cc;
  border: 1px solid #0088cc;
}
*/

/* ====================================  TEST ====================*/

/*
.nav.nav-tabs .nav-link {
  position: relative;
  padding: 0.75em 1em;
  color: #900;
  border: ;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
}
.nav.nav-tabs .nav-link.active {
  background-color: rgba(200, 0, 0, 0.3);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 100%);
  border-right: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 2px 0 1px -1px rgba(0, 0, 0, 0.08), inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}
.nav.nav-tabs .nav-link.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 5px;
  content: "";
  background-color: #f10156;
  opacity: 0.8;
}

.nav-tabs + .tab-content {
  padding: 15px;
  background: white;
  border: 1px solid;
  border-color: #dfe3e7;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
*/

/*
.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 2rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6d757e;
}


.btn-primary {
  color: var (--yellow);
  background-color: #010156;
  border-color: #010156;
}
.btn-primary:hover {
  color: var(--yellow);
  background-color: #010149;
  border-color: #010145;
}
*/


/*
.container-header .navbar-brand {
  position: relative;
  display: inline-block;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-size: 2rem;
  color: yellow;
}
.container-header .navbar-brand a {
  color: yellow;
}
.container-header .navbar-brand:hover, .container-header .navbar-brand:focus {
  color: #fff0f0;
}
*/

/* =============================== eigene Definitionen rechtes Menü =============== */

