/* Schrift aus Google importieren - Gehe auf fonts.google.com, wähle eine Schrift aus und suche dort den Import Befehl */

/* @import url('https://fonts.googleapis.com/css2?family=Monserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans|Open+Sans');

/* 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: 'Open+Sans', sans-serif;
}
*/


/* Der Seitenkopf von Cassiopeia hat die Klasse "header" du steuerst diese also mit .header an */

.container-topbar
 {
	background: #e1e1e1;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.5rem;
}

h2 {
  font-size: 150%;
  margin-bottom: 20px;
}

.metismenu.mod-menu .metismenu-item {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
}



.container-topbar
  a:link, a:visited,{

     text-decoration: none;
  background-color: red;
 /* color: #a2c62c; */
  
}

.header {
	background: #e1e1e1;
  
  	margin-left: auto;
  margin-right: auto;
  
  clear: both;
  padding: 14px 0 30px 0;
  
}

/* Die Fußzeile in Emil Maechler CI Grün  */

.footer {
	/*background-image:../images/gaffa-black-min.png;*/
    background: #333333;
    /* height: 150px;*/
}

/*Footer Menüzeile zentrieren*/
.container-footer .grid-child {
    justify-content: center !important;
    width: fit-content;
    flex-direction: inherit;
}

/* Zitat Blockquote Startseite */

blockquote {
    border-left: 5px solid rgba(238, 226, 231, 0);
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
    padding-left: 30px;
  	padding-top: 30px;
  	padding-bottom: 30px;
    letter-spacing: 0px;
  	color: #6D3E91;
}

/* Abstand zwischen Header und Main Component */
.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 1em;
  margin-top: 4em;
}


p {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 2;
  /* font-size: larger; */
}

ul {
  line-height: 2;
  /* font-size: larger; */
}

  /* Menu links bÃ¼ndig unter Logo */
.metismenu.mod-menu {
  margin: 0 0 0 -1.05rem;
}

/* *************************** */

.card-header {
  background-color: #a2c62c;
}

.card-body {
  color: black;
  /* background-color: #ddedab;*/
}

/* *************************** */

body {
  background-color: #E6E6E6;
}


.breadcrumb {
    font-size: x-small;
 }



/**************************		CSS3 COLUMNS 		*************************************/

.two-columns, .three-columns, .four-columns, .five-columns, .six-columns {
-webkit-column-width: 160px;
-moz-column-width: 160px;
column-width: 160px;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
}

.two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

.three-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

.four-columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}

.five-columns {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}

.six-columns {
-webkit-column-count: 6;
-moz-column-count: 6;
column-count: 6;
}
