<!--
 

/* Light Mode */
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #d2d2d2;
    --color-h1: #515151;
    --color-h2: #55656c;
    --color-h3: #55656c;
    --color: #515151;
    --background-color-head: #eee;
    --bd-color-head-navi: #3a3a3a;
    --large-dropdown-color: darkgray;
    --large-dropdown-bg: white;
    --button-color: white;
    --button-bg: #60a029;
    --button-border: 0px solid #ccc;
    --button-bg-mover: #478521;
    --button-color-hover: #fbfdfb;
    --color-tr-ho: #f7f7f7;
    --color-td: #444;
  }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #d2d2d2;
    --color-h1: #515151;
    --color-h2: #55656c;
    --color-h3: #55656c;
    --color: #515151;
    --background-color-head: #eee;
    --bd-color-head-navi: #3a3a3a;
    --large-dropdown-color: darkgray;
    --large-dropdown-bg: white;
    --button-color: white;
    --button-bg: #60a029;
    --button-border: 0px solid #ccc;
    --button-bg-mover: #478521;
    --button-color-hover: #fbfdfb;
    --color-tr-ho: #f7f7f7;
    --color-td: #444;
  }
}



/*------------------------ general settings ------------------------*/ 

*
{
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

body, html
{
	padding: 0px;
	margin: 0px;
  color: #000000;
  /*background-color: #fff;*/
  background-color: var(--background-color);
  height: 100%;  /* wichtig fuer parallax */
  font-family: Arial, Helvetica, sans-serif;
  /* font-family: 'Gruppo', cursive; */
  /* font-family: 'Quicksand', sans-serif; */
  /* font-family: 'M PLUS 1', sans-serif; */
  /* font-size: 1.4em; */
  /* font-weight: bold; */
  /*font-stretch: 	ultra-expanded; */
}

main {
  display: block; 
}

a:link, a:visited {
  text-decoration: none;
  color: var(--color);
  color: #999;
}
a:hover, a:active {
  text-decoration: none;
  color: var(--color);
  color: black;
}


h1 
{
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 2.0em; */
  color: var(--color-h1);
}

h2 
{
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 1.3em;
  color: var(--color-h3);
}

h3 
{
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 1.1em;
  color: var(--color-h3);
}


/* ############################################################################ 
#  Header Box
##############################################################################
*/

.headercontainer
{
  display: flex;
  position: fixed;
  top: 0px;
  border: 0px solid red;
  width: 100%;
  /* background-color: white; */
  background-color: var(--background-color-head);
  padding: 10px 20px 10px 20px;
  z-index: 10;
}

/* Logo  */
.headercontainer img {
  width: 180px;
  margin-top: 12px;
  margin-left: 75px;
  /* height: 30px; */
  /* right: 100px; */
  border: 0px solid red;
}


/*------ Footer ------------------*/ 
.footer
{
  text-align: center;
  padding: 40px;
  color: #808080;
  background-color: #191919;
  border: 0px solid red;
  border-top: 7px solid transparent;
}

.footer img {
  border: 0px;
  width: 150px;
  margin-bottom: 30px;
}

.skmenu_box {
  border: 0px solid green;
}

.skmenu_box a:link {
  color: #808080;
  text-decoration: none;
  padding: 10px;
}


.skmenu_box a:hover {
  color: #808080;
  text-decoration: underline;
}

#gotop
{
  width:120px; 
  height:40px; 
  background-color: #2d9b00; 
  color:white;
  margin: 50px;
  /* nur für IE */
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  
  display:flex; 
  align-items:center; 
  justify-content:center;

	border: 0px solid #cdcdcd;
	-webkit-border-radius:	05px;
	-moz-border-radius:		05px;
	border-radius:			05px;	
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);  
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
	box-shadow: 0 0 10px rgba(0,0,0,0.2);    
  	    
}

#gotop a {
  color: white;                  /* Schriftfarbe */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 9px 20px 8px 20px;              /* oben/unten 4px, re/li 8px */
}

#gotop a:hover {
  color:  #007380;
}

#gotop a:activ {
  color:  #f0f0f0;
  margin-bottom: 0px solid white;
}

#desktop
{
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  color:white;

  /* nur für IE */
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  
  display:flex; 
  align-items:center; 
  justify-content:center;

  border: 0px solid #cdcdcd;
  -webkit-border-radius:	05px;
  -moz-border-radius:		05px;
  border-radius:			05px;	
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);  
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
  box-shadow: 0 0 10px rgba(0,0,0,0.2);    
}
#desktop a {
  color: white;                  /* Schriftfarbe */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 9px 20px 8px 20px;              /* oben/unten 4px, re/li 8px */
}

#desktop a:hover {
  color:  #007380; 
}

#desktop a:activ {
  color:  #f0f0f0;
  margin-bottom: 0px solid white;
}



/* ############################################################################ 
#  Content Bereich
##############################################################################
*/

.text_container
{

  padding: 0px 70px 70px 30px;

  line-height: 2.0em;
  
  border: 0px solid green;
  
  min-height: 395px;

}


#textheadline
{
  color: var(--color-h1);
  /*font-family: novecento;*/
  font-weight: bold;
  
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0px solid blue;
}  

#textcontent
{
  
  /* color: #515151; */
  color: var(--color);
  /* font-size: 2.0em; */
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0px solid pink;
  z-index: 1;
}

#textcontent p
{
  
  margin-top: 10px;
  margin-right: 00px;
  margin-bottom: 10px;
  margin-left: 00px;
  border: 0px solid blue;
}

#app_content
{
  display: block;
  border: 0px solid blue;
}


/*##########################################################################
#  Login, Organizer
/*##########################################################################*/

.large_filter {
	width: auto;
	border: 0px solid green;
}


.large_filter th {
	background-color: transparent;
  border: none;
  
  color: #58656b;
  padding-left: 40px;
}

.large_filter td {
	background-color: transparent;
  border: none;
  padding-left: 40px;
}

.large_filter label {
	background-color: transparent;
  border: none;
  color: #58656b;
  padding-left: 0px;
}

/*
.large_filter input, .large_filter select, .large_filter textarea {
	display: inline-block;
  color: black;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;

}
*/

/* 
.large_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px solid red;
}

.large_table th, .large_table td {
padding: 18px;
text-align: left;
font-size: 1.2em;
color: var(--large-table-color);

border-bottom: 1px solid var(--large-table-border-even);
}

.large_table  tr:nth-child(even) {
  background-color: var(--large-table-bg-even);
}


.large_table a {
  color: #555;
  color: var(--large-table-color-href);
}
.large_table a:hover {
  color: #c0c0c0;
  color: var(--large-table-color-hover);
}

 */


/*##########################################################################
#  Login, Organizer
/*##########################################################################*/

.button {
  background: var(--button-bg);
	border: 1px solid var(--button-border);
	color: var(--button-color);
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  font-size: 1.1em;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

 .button:hover {
  background-color: var(--button-bg-mover);
  color: var(--button-color-hover);
}


.button_gray {background-color: #b0b0b0;}
.button_blue {background-color: #008CBA;}
.button_red {background-color: #f44336;} 

.button_gray:hover {
  background-color: #838383;
  color: white;
}

.button_blue:hover {
  background-color: blue;
  color: white;
}

.button_red:hover {
  background-color: red;
  color: white;
}



.button_table {
  background: var(--button-bg);
	border: 1px solid var(--button-border);
	color: var(--button-color);
	padding: 8px 20px;
	text-decoration: none;
	display: inline-block;
  font-size: 0.9em;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

 .button_table:hover {
  background-color: var(--button-bg-mover);
  color: var(--button-color-hover);
}


.button_table_img {
  background: transparent;
	border: 0px solid white;
	color: var(--button-color);
	padding: 8px 8px;
	text-decoration: none;
	display: inline-block;
  font-size: 0.9em;
  border-radius: 4px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button_table_img:hover {
  background-color: lightgray;
  border: 0px solid gray;
}



/*##########################################################################
#  Organizer, Projects
/*##########################################################################*/

.table_organizer {
  display: table;
  border:1px solid #aaa;
  margin-top: 3em;
}

.table_organizer_row {
  display: table-row;
  border:0px solid red; 
}

.table_organizer_cell {
  display: table-cell;
  border:0px solid blue; 
  text-align:center; 
  padding: 0.5em;
  background: #ddd;
}

.table_organizer_cell:nth-child(1) {
  padding-left: 0.4em;
}


/* ############################################################################ 
#  Projects Ausgabe
##############################################################################
*/

.projects-container {
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  flex-direction: row;
  align-items:center;
  justify-content:center;
  border: 0px solid red;
  
}


.projects-container > div {
	display: flex;
  /* max-width: 20%; */
	flex-direction: column;
	align-items: center;
  margin: 10px;
  padding: 10px;
  font-size: 1.6em;
  white-space: nowrap;
  border: 0px solid red;
}

.projects-container img {
  /* width: 100%;  */
  padding-top: 20px;
  max-width: 250px;
  max-height: 375px;
}


.projects-container a {
  font-size: 0.9em;
}


/* The container */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #aaa;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.notification {
  text-decoration: none;
  position: relative;
}

.notification:hover {
  border: 0px solid black;
}

.notification .badge {
  position: absolute;
  top: -15px;
  right: -30px;
  padding: 2px 7px;
  border-radius: 50%;
  background-color: red;
  color: white;
}



.picture_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  padding-bottom: 8px;
}

/* Create equal columns that sits next to each other */
.picture_column {
  padding: 0 4px;
}

.picture_column img {
  margin-top: 8px;
  vertical-align: middle;
}




.pic_flex {
  display: flex;
  flex-wrap : wrap;
  padding-right: 8px;
  
}

/* Create equal columns that sits next to each other */
.pic_flex > div {

  padding-left: 8px;
  padding-bottom: 8px ;
  border: 0px solid red;
}

.pic_flex img {
  margin-top: 0px;
  vertical-align: middle;
  
}






.slideshow {

  border: 0px solid red;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}

.slideshow div {

  border: 0px solid red;
  background-color: transparent;
  width: 45px;
  color: black;

  padding: 350px 0;
}


.slideshow img {

  border: 0px solid red;
  max-width: 700px;
  margin: 10px;
}

.slidenavi {

  border: 0px solid red;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  font-size: 2em;
}

.slidenavi div {

  border: 0px solid red;
  background-color: transparent;
  
  color: black;
  
  padding: 50px 40px;
}

/* Number text (1/3 etc) */
.numbertext {
  
  padding: 8px 12px;
  
  top: 0;
  left: 1000px;
  text-align: center;
  
}

/*##########################################################################
#  Organizer, Projects, Login, Contact
/*##########################################################################*/

input[type=text], input[type=password], select, textarea {
  display: inline-block;
  color: gray;
  width: 100%;
  /* font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; */
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 1em;
  resize: vertical;
}

input[type=checkbox] {
  
  margin-right: 1.5em;
  margin-bottom: 1em;
}

/*
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.login_wrapper {
  width: 25%; 
  padding: 1em; 
  margin-top: 3em;
  background: transparent;
}
*/

/* ############################################################################ 
#  Banner
##############################################################################
*/

.banner {
  
  /* min-height: 500px;  */

  height: 100px;
  background-attachment: fixed;
  background-position: 0px 130px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px solid red;
}


/* ############################################################################ 
#  Parallax
##############################################################################
*/

.parallax-container {
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:center;
  height: 800px;
}

.parallax-window {
  padding: 100px 35px;
  background: transparent;
}

.section {
  text-align: center;
  line-height: 1.6em;
  padding: 130px 80px;
  font-size: 1.4em;
}

.section-light{
  background-color: #f4f4f4;
  color: #333;
}

.section-dark{
  background-color: #191919;
  color: #eee;
}



.pic-text {
  position: relative;
  top:50%;
  width: 100%;
  text-align: center;
  color: #000;
  /* font-size: 28px; */
  font-size: 1.6em;
  /* font-weight: bold; */
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}


.pic-text .border {
  background-color: black;
  color: #fff;
  opacity: 0.8;
  padding: 20px;
  /* border-radius: 10px; */
}

.pic-text a:hover {
  background-color: transparent;
  /* border-radius: 10px; */
  padding: 20px 0px 20px 0px;
}

.pic-text .border.trans {
  background-color: transparent;
}


/* ############################################################################ 
#  Contact Form
##############################################################################
*/

.contact-container {
  width: 560px; 
  margin-left:auto; 
  margin-right:auto;
}

/* ############################################################################ 
#  Media
##############################################################################
*/

@media (max-width: 600px) {
  
  .parallax-container {
    
    flex-direction: column;
    
    height: 1800px;
  }
  
  
  .pic-text {
    /* font-size: 16px; */
    font-size: 0.6em;
  }

  .section {
    font-size: 0.8em;
    /* line-height: 2em; */
    padding: 60px 40px;
  }

  .picture_column {
    flex: 50%;
    max-width: 50%;
  }

  .headercontainer img {
    width: 75px;
  }

  .picture_column {
    flex: 100%;
    max-width: 100%;
  }

  .banner {
    height: 79px;  
  }

  .contact-container {
    width: 350px; 
  }





}




-->