

@media (prefers-color-scheme: dark) {
  /* dunkles Farbschema für die Nacht #############################################################*/
    header {
    color: white;
    background: black;
  }
  
	body {
		color: white;
		background: black;
	}

	.button , .buttonDel , .buttonJa , .buttonNein{
		color: black;
		background: #4682B4;
		font-weight: bold;
		border-radius: 12px;
		opacity: 0.6;
		transition: 0.3s;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		
		font-size: 15px;
		margin: 4px 2px;
		padding: 5px 10px;
		
	}
	.button:hover {opacity: 1}
	.buttonDel:hover {opacity: 1}
	.buttonJa:hover {opacity: 1}
	.buttonNein:hover {opacity: 1}
	.centerdiv{
		COLOR: #2E9AFE;	
	}

	.email, .inputtext, .pw   {
		font-family: verdana; 
		font-size: 15pt; 
		COLOR: white;
		background: black;
		border: 1px solid blue;
	}

.row{
			COLOR: #2E9AFE;
}





}	
  


@media (prefers-color-scheme: light) {
  /* helles Farbschema für den Tag ###################################*/
    header {
		color: black;
		background: white;
	}
	
	body {
		color: black;
		background: white;
	}

	.button , .buttonDel , .buttonJa , .buttonNein{
		color: black;
		background: #2ECCFA;
		font-weight: bold;
		border-radius: 12px;
		opacity: 0.6;
		transition: 0.3s;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		font-size: 15px;
		margin: 4px 2px;
		padding: 5px 10px;
		
	}
	.button:hover {opacity: 1}
	.buttonDel:hover {opacity: 1}
	.buttonJa:hover {opacity: 1}	.buttonNein:hover {opacity: 1}
	.centerdiv{
		COLOR: black;	
	}

	.email , .inputtext, .pw {
		font-family: verdana; 
		font-size: 15pt; 
		COLOR: black;
		background: white;
		border: 1px solid black;
	}
	
.row{
			COLOR: black;
}	
	
}
 /*  ################################################################# Farbschema ENDE ###################################*/

.sticky{
	position: sticky;
	top: 0;
	background:#01A9DB;
	font-weight: bold;
	font-family: verdana; 
	font-size: 15pt;
}


.DatumNurBeiDruck, .seitenumbruch{
	display: none;
}


#ueberschrift_h1 {
  font-family: verdana; font-size: 30pt; COLOR: blue;
}
#ueberschrift_h2 {
  font-family: verdana; font-size: 22pt; COLOR: blue;
}
#ueberschrift_h3 {
  font-family: verdana; font-size: 15pt; COLOR: blue;
}

* {
  box-sizing: border-box;
}

	.datumwahl {
		font-family: verdana; 
		font-size: 15pt; 

		border: 1px solid blue;
	}



 
.tabklapp {
	width:100%;
}

.tabklapp, .tdklapp, .trklapp, .thklapp {
	border:2px solid blue;
	border-collapse: collapse;
	text-align: left;
}

.tdklapp, .trklapp, .thklapp {
	padding:1em;
}

.thklapp {
	background:#01A9DB;
	font-weight: bold;
	COLOR: black;
}

@media screen and (max-width:700px) {
	
	.imgTab{
		width: 0.875em;
		height: 0.875em;
	}
	
	.checkboxTab{
		transform: scale(0.8);
	}
	
	.tabklapp, .trklapp, .tdklapp {
		padding:0;
		border:1px solid blue;
		font-size: 0.875em;
	}

	.tabklapp {
		border:none;
	}

	.theadklapp {
		display:none;
	}

	.trklapp {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	.tdklapp {
		float: left;
		width: 100%;
		padding:1em;
		font-weight: bold;
		font-size: 1em;
		
	}
	/*
	.tdklapp .klappForm{
		display: inline-block;
		margin:-10% 0% -10% 25%;
	}*/

	.tdklapp::before {
		content:attr(data-label);
		word-wrap: break-word;
		background: #01A9DB;
		COLOR: black;

		border:2px solid blue;
		
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		font-size: 0.875em;
		margin:-1em 1em -1em -1em;
	}
	
	

	.wrapper{
		    font-size: 0.8em;
	}
	
	
	div.monateDetail{
      display: none;
    }
	
.wegBeiKleinemDisplay {
      display: none;
    }

}




/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  
  

  
  

}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}



}





[class*="col-"] {
  float: left;
  padding: 2px;
 /* border: 1px solid red; */
  
  	font-family: verdana; 
	font-size: 15pt; 

}
.row::after {
  content: "";
  clear: both;
  display: table;
}


.header {
  text-align:center;
}

.body {
  font-size: 100%;
}



 /*
.nav {
  background-color: #F5F5F5;
 color: #000000;
  padding: 2px;
}
*/
.footer {
  /*background-color: #F5F5F5;
  color: #000000;*/
  margin-top: 2em;
  padding: 1px;
  border: 1px solid red;
}

#achtung {
	display: block;
	margin: auto;
	width: 20%;
	height	: 20%;
	max-width: 30%;
	max-height: 30%;
}



#strommann {
	display: block;
	margin: auto;
	width: 50%;
	height	: 50%;
	max-width: 80%;
	max-height: 80%;
}

input.pw {
	-webkit-text-security: disc;
	text-security: disc;
}


.loginfrom{
	width: 50%;
	margin: auto;
}

.ediduserform{
	width: 50%;
	margin: auto;
}



.centerdiv{
			
	
	font-family: verdana; 
	font-size: 15pt; 
	text-align: center;
}

#labelemail{
	display: inline-block;
	width: 200px;
}
.email{
	text-align: left;
	margin:0 auto;
	width:100%;
}

.inputtext, .pw{
	text-align: left;
	margin:0 auto;
	width:100%;
}


#labelpassword{
	display: inline-block;
	width: 200px;
}
.pwLogin{
	text-align: left;
	margin:0 auto;
	width:100%;
}

/* ################# NavLeiste #############################################  */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* ################# NavLeiste ENDE #############################################  */

/* ################# Tab Schichtplan start #############################################  */

 div.wrapper {

	width:100%;
	margin:auto;
    white-space: nowrap;
    position: relative; 
 }
 div.TabelleV5-1 {
	 padding-left:8em;

	 }
div.TabelleV5-2 {
	position:relative;
	width:100%; 
	padding:0px;
	}
div.TabelleV5-3 {
	overflow-x:auto;
	padding:0px;
	

	}
table.TabelleV5-4 {
	width:100%;
	border-collapse:collapse;
	padding:0px;	

	font-size: 1em; 
	}
	
	.TabelleV5-4 td a { 
		
		display:block; 
		width:100%; 
		text-decoration: none;
		}
	
	.TabelleV5-4 tr:hover {opacity: 0.7}
	
	
	
	
	.TabelleV5-4 td  {
		/*min-width:9em;*/
		border-top:1px solid #ccc;
		padding:0.3em .3em ;	

		text-align:center;
		font-weight:bold;
		}
	.TabelleV5-4 td.V5columnH  {
		min-width:8em;
		text-align:left
		}	

		
		
	.TabelleV5-4 td, .TabelleV5-4 th {
		border-top:1px solid #ccc;
		padding:0.3em .3em ;	
		border:2px solid blue;
		}
	.TabelleV5-4 td.V5columnH, .TabelleV5-4 th.V5columnH {
		position:absolute;
		left:-8em;
		}
	.TabelleV5-4 td.V5columnH, .TabelleV5-4 th {
		font-weight:bold;

		}
		
/* ################# Tab Schichtplan ende #############################################  */
/* ################# Schichtplan Monate Navi start#############################################  */

 div.monate , div.monateDetail {
	width:100%;
	margin:auto;
	text-align: center;
	padding: 5px 5px;		
 }
 
   div.monateDetail a.monatbutton ,div.monate a.monatbutton{

		color: black;
		background: #D8D8D8;
		font-weight: bold;
		border-radius: 12px;
		opacity: 0.6;
		transition: 0.3s;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		font-size: 15px;
		margin: 4px 2px;
		padding: 5px 10px;
 }
	div.monate a.monatbutton:hover {opacity: 1}
	div.monateDetail a.monatbutton:hover {opacity: 1}
	
/* ################# Schichtplan Monate Navi ende #############################################  */
/* ################# Dropdown start #############################################  */
/* Style The Dropdown Button */
.dropbtn {
  background-color: #f9f9f9;
  color: white;
  padding: 5px;
  font-size: 5px;
  border: none;
  cursor: pointer;
  min-width: 100px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  	text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color:  #4B8A08;
}
/* ################# Dropdown ende #############################################  */