:root {
--cassiopeia-color-primary: #005000;
--cassiopeia-color-link: #006600;
--cassiopeia-color-hover: #FF0000;
--link-color: #006600;
--link-hover-color: #FF0000;
--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: #fff;
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--cassiopeia-font-family-headings,-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-weight: var(--cassiopeia-font-weight-headings,700);
}

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

a:hover {
  color: var(--cassiopeia-color-hover);
}

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

.container-header {
    position: relative;
    z-index: 9999;
    background-image: url("../../../../../images/headers/blau-gelb.jpg");
    background-size: contain;
}

.metismenu.mod-menu .metismenu-item {
    color: #003300;  
}

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

.circle.item-image {
    border-radius: 50%;
}

.container-banner .banner-overlay .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.footer {
    margin-top: 1em;
    color: white;
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg, var(--cassiopeia-color-primary) 0%, var(--cassiopeia-color-link) 100%);
}

.blog-item {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


.com-content-article {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  padding:5%;
}

.com-content-formular {
  max-width: 60%;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  padding:5%;  
}

.item-content {
  margin: 3%;
}

.btn-secondary {
  color: #353b41;
  background-color: #bdbdbd;
  border-color: #ced4da;
}

.newstext {
	width: 100%;
	column-width: 300px;
	column-gap: 30px;
	column-rule-color: gray;
	column-rule-width: 1px;
	column-rule-style: dotted;
	text-align: justify;
}

figure {
  padding: 5px;
/*  float: left; */
/*  border: 1px solid #006600; */
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;  
}

figure img {
  border-radius: 20px 20px 20px 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  /* background-color: #636363; */
  /* color: #cccccc; */
  font-style: verdana;
  font-size: 1em;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}

.meyton {
  max-width: 80%;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;  
  padding: 5px; 
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.meyton {
  max-width: 100%;
  border-collapse: collapse;
  padding: 2px;
  font-size: 8pt;
}	  
}

.table80 {
  width: 80%;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

.table90 {
  width: 90%;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

.table90 tr {
    	background-color: #e1e1e1;
		}
.table90 tr:nth-child(2n) {
    	background-color: #ffffff;
		}

.result th {
  padding: 5px;
  border: 1px solid black;
  background-color: DarkGrey;
}
.result td {
  padding: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;  
}
/*
.result tr:nth-child(odd) {
  background-color: #ffffff;
}
*/
.result tr:last-child td {
  padding: 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}
.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

#formular {
     margin: auto;
     width: 60%;
     padding: 20px;
     background: #fff;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
}

.form-group {
line-height: 50px;
}

.bildlinks {
    float: left;
    clear: left;
	margin: 5px;
}

.bildrechts {
    float: left;
    clear: left;
	margin: 5px;
}

   /*.cardlayout*/
   @media all {
      .cardlayout {
         display: flex;
         flex-wrap: wrap;
      }
      .cardlayout img {
         min-width: 1px;
         display: block;
         max-width: 100%;
         /*max-height: 100vh;*/
         border: 0;
      }
      .cardlayout h3 {
         margin-left: 0.5rem;
         margin-top: 0.1rem;
         margin-right: 0.5rem;
         margin-bottom: 0rem;
      }
      .cardlayout p {
         margin-left: 0.5rem;
         margin-top: 0.1rem;
         margin-right: 0.5rem;
         margin-bottom: 1.0rem;
      }
   }
   @media only screen and (min-width: 900px) {
      .cardlayout section {
         width: calc(100% - 0.5rem);
      }
      .cardlayout section:nth-child(1n+1) {
         margin-right: 0.75rem;
      }
   }
   @media only screen and (min-width: 1300px) {
      .cardlayout section {
         width: calc(50% - 0.5rem);
      }
      .cardlayout section:nth-child(1n+1) {
         margin-right: 0.5rem;
      }
   }

.left.item-image {
  max-width: 30%;
  height: auto;
}

img.zoom {
 transition: transform 0.5s;
 -moz-transition: transform 0.5s;
 -webkit-transition: transform 0.5s;
 -o-transition: transform 0.5s;
 -ms-transition: transform 0.5s;
}
img.zoom:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(2.5, 2.5);
 -moz-transform: scale(2.5, 2.5);
 -webkit-transform: scale(2.5, 2.5);
 -o-transform: scale(2.5, 2.5);
 -ms-transform: scale(2.5, 2.5);
} 

article div.box-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}
article div.box-wrapper div.box {
	width: 33%;
	height: 150px;
	overflow: hidden;
	position: relative;
}
article div.box-wrapper div.box:hover {
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
article div.box img {
	width: 100%;
	height: auto;
}

.container {
  display: flex;
  flex-wrap: wrap; /* Ermöglicht das Umbrechen der Spalten */
}

.column {
  flex: 1; /* Jede Spalte nimmt gleichen Platz ein */
  padding: 10px;
  box-sizing: border-box; /* Inkludiert Padding und Border in die Breite */
  border: 0px solid black; /* Optional: Für die Darstellung der Spalten */
}

/* Responsive Verhalten */
@media (max-width: 768px) {
  .column {
    flex: 0 0 50%; /* Auf kleineren Bildschirmen zwei Spalten */
  }
}

@media (max-width: 480px) {
  .column {
    flex: 0 0 100%; /* Auf noch kleineren Bildschirmen eine Spalte */
  }
}

.grid-container {
  display: grid;
  width: 80%;      /* Setzt die Breite auf 80% des Elternelements */
  margin: 0 auto;  /* Zentriert das Element horizontal */
  /* Standard für größere Bildschirme (4 Spalten) */
  grid-template-columns: repeat(4, 1fr);
  gap: 3px; /* Abstand zwischen Zellen */
  align-items: center;  
  justify-content: center;  
}

/* Media Query für Bildschirme unter einer bestimmten Breite */
@media (max-width: 767px) { /* Passen Sie die Breite an Ihre Bedürfnisse an */
  .grid-container {
  /* Layout für kleinere Bildschirme (2 Spalte) */
  grid-template-columns: repeat(2, 1fr);
  gap: 3px; /* Abstand zwischen Zellen */
  align-items: center;  
  justify-content: center;	
  }
}

@media (max-width: 480px) { /* Passen Sie die Breite an Ihre Bedürfnisse an */
  .grid-container {
  /* Layout für kleinere Bildschirme (1 Spalte) */
  grid-template-columns: 1fr;
  gap: 3px; /* Abstand zwischen Zellen */
  align-items: center;  
  justify-content: center;
  }
}

.grid-item {
/*  border: 1px solid black; */
  padding: 3px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;  
}

.wrapper {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wrapper > div {
  flex: 1 1 150px;
}

table#special {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }

table#special caption {
    font-size: 1.5em;
    margin: .5em;
  }

table#special tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }

table#special tr:nth-child(odd) {
  background-color: #e1e1e1; /* Ersetze dies durch deine gewünschte Hintergrundfarbe */
  }

table#special th,
table#special td {
    padding: .325em;
    text-align: center;
  }

table#special th {
    font-size: .85em;
    letter-spacing: .1em;
	color:#ffffff;
  }
  
@media screen and (max-width: 640px) {
table#special {
      border: 0;
    }

table#special caption {
      font-size: 1.3em;
    }

table#special thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
	  font-size: 8pt;
    }

table#special tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .5em;
      background-color: #ffffff;	  
    }

tr:nth-child(even) {
  background-color: #e1e1e1; /* Ersetze dies durch deine gewünschte Hintergrundfarbe */
	}

table#special td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }

table#special td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }

table#special td:last-child {
      border-bottom: 0;
    }
  }
  
  @media screen and (max-width: 1000px) {  
table#special thead {
		font-size: 8pt;
	}
table#special td {
      font-size: 10pt;
    }
  }

.cont_a {
	max-width:80%;
	z-index:1;
	margin: auto;
	overflow: visible;
	display: flex;
    flex-direction: column;
}

.cont_b {
  display: grid;
  grid-template-columns: 30% 70%;
/*  grid-template-columns: 1fr 1fr; /* Erzeugt zwei gleich große Spalten */
}

.box {
	margin: auto;	/* Weitere Styles für z.B. Rand, Hintergrund, etc. */
	padding: 5px 5px 5px 5px;
	}

.table {
	display: table;
	border: 1px solid silver;
	border-collapse:collapse;
	width: 100%;
}

.table-row {
	display: table-row;
	border: 1px solid silver;
}

.table-cell {
	display: table-cell;
	border: 1px solid silver;
	padding: 15px;
}

.thead {
	font-weight: bold;
	background:#eee;
}
 @media only screen and (max-width: 700px) {

.box {
	margin: auto;	  /* Weitere Styles für z.B. Rand, Hintergrund, etc. */
	}

	.table {
	width: 100%;	
	border:none;}
	
	.table-row,
	.table-cell {
		display: block;
		border: 1px solid silver;
	}
	
	.table-row { margin-bottom: 20px; }
	
}

 @media only screen and (max-width: 1000px) {

.cont_b {
  display: grid;
  grid-template-columns: 1fr; /* Erzeugt übereinader liegende Container */
	}	 
 }

