@CHARSET "UTF-8";
/*   
	==========================================================================
     HTML5 Boilerplate CSS: h5bp.com/css
    ========================================================================== 
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ffffff; color: #fff; text-shadow: none; }
::selection { background: #ffffff; color: #fff; text-shadow: none; }

a { color: #0076ad; text-decoration: none; }
a:visited { color: #0076ad; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul { margin: 1em 0; padding: 0 0 0 1em; }
ol { margin: 1em 0; padding: 0 0 0 1.3333em; }
dd { margin: 0 0 0 1em; }
nav ul, nav ol,
header ul, header ol {list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; width:100%;}
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/*   
	==========================================================================
     own css
    ========================================================================== 
     320 Pixel =  20em (iPhone portrait and smaller)
     480 Pixel =  30em (iPhone landscape)
     768 Pixel =  48em (iPad portrait)
    1024 Pixel =  64em (iPad landscape)
    1600 Pixel = 100em (widescreen)
    1920 Pixel = 120em (FullHD and wider)

*/
:root{
	--main-color:#48231e;
	--front-color:#545C45;
	--head-font:'lucida console';
}

body{
  font-size:0.75em;
  font-family:Verdana, Helvetica, Geneva, Arial, 'Lucida Sans', sans-serif;
  line-height:1.3em;
  font-weight:normal;
  background: #ffffff; 
  background-repeat: no-repeat;
  padding:0;
  margin:0;
}

header{
    height:120px;
    width:100%;
    margin:0;
    padding:0;
    border:none;
   

}
.clock{
      float:left;
      width:90px;
      height:90px;
      position:absolute;
      margin-left:10px;
     
}

h1{
   color: #a45909;
}

h4{
    margin-top:10px;
    margin-left:10px;
}
h5{
   padding:3px;
   float:right;
}

h5 a{
   padding:3px;
   color:darkgreen;
   background-color: lightgreen;
}
hr{
	clear:both;
	visibility:hidden;
}

img{
    border:none;
    text-decoration:none;
}
img a{
    border:none;
    text-decoration:none;
}

ul {
    list-style-type: none;
}

.other{
	list-style-image: url('../../images/hyphen.png');
	/*list-style-type: none;*/
}
	


header h1{
	font-family:Verdana, Helvetica, Geneva, Arial, 'Lucida Sans', sans-serif;
	font-size:5em;
  	text-align:center;
}

div#content{
	/*margin:5px auto;*/
    min-height:70em;
	width:960px;
	
}

div#main{
	width:100%;
        min-height:70em;
	
}



table{
	border-collapse: collapse;
	background-color:white;
	width:940px;
	margin: 10px auto;
}



div#print{
	float:right;
	margin-right:100px;
}



table tr td a{
	color:#656b1d;
}



table.border{
    border:#423C30 1px solid;
}



th{
	background-color:#dfecea;
}

th,td{
    padding:5px;
    border:darkred 1px solid; 
    font-weight:bold;
    height: 10px;
}

td.noBorder{
    border:none;
}

td.left{
    text-align:right;
}

div#topNav{
    margin-left:20px;
}



div#topNav div.active,
div#topNav div.nav{
    border:solid 2px #423C30;
    text-align:center;
    float:left;
    background-color:#70635B;
    border-radius: 5px 5px 0px 0px;
}

div#topNav div.nav:first-child,
div#topNav div.active:first-child{
     /*border-right:none;*/
     margin-left:2px;
    border-radius: 5px 5px 0px 0px;
}

div#topNav div.nav{
    padding:3px 7px;
    margin-top: 2px;
    
}

div#topNav div.nav:first-child{
   border-right: none;
    border-radius: 5px 0px 0px 0px;
}

div#topNav div.nav:nth-child(2n){
   border-left: none;
    border-radius: 0px 5px 0px 0px;
}

div#topNav div.active{
    border-bottom:none;
    padding:5px;
    position:relative;
    z-index:1000;
}

div#topNav div.nav a,
div#topNav div.nav a:visited{
    font-weight:bold;
    color:#cdcdcd;
}



div#topNav div.active a,
div#topNav div.active a:visited{
    font-weight:bold;
    color:#fff;
    
}

div#wrapper{
	display: flex;
    /* border: 1px solid orange; */
    min-height: 600px;
    margin: 10px 0;
    border-radius: 2px;
}

main#innerContent {
  flex: 3;
  padding: 20px 10px;
  min-height: 700px;
}
main#innerContent article.anmelden {
  height: 350px;
  width: 700px;
  margin: 50px auto;
  background-color: #ffffff;
}
main#innerContent article {
  padding: 20px;
}
/*#### LOGIN ######*/
div#login {
  margin: 2em;
  padding: 20px;
  width: 590px;
  background-color: #ffffff;
  color: var(--main-color);
  border: solid 5px #ababab;
}
form {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}

div#login h3 {
  margin-top: -32px;
  margin-bottom: 32px;
  background-color: #efefef;
  width: 130px;
  border: solid 1px #223410;
  border-radius: 2px;
  color: var(--main-color);
}
div#login ul li {
  width: 450px;
  list-style-type: none;
}
div#login ul li input[type="password"], div#login ul li input[type="text"] {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #333;
  background-color: #efefef;
  padding: 2px;
  box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
  height: 19px;
  margin-right: 5px;
}
div#login ul li input {
  float: right;
  border: solid 1px #333333;
  background-color: #efefef;
  color: var(--main-color);
  margin-right: 8px;
  height: 25px;
  width: 200px;
}
button, input {
  line-height: normal;
}
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*#### LOGIN ######*/
div#logout {
  float: right;
  margin-top:10px;    
  margin-left: 20px;
}

div#logout ul li{
    border: solid 1px #777777;
    padding:3px;
}
div#logout ul li:last-child{
   border-top:0px solid white;  
}
div#logout ul li a{
    color:#777777;
    font-weight:normal;
}




div#container h2{
	margin-left:1em;
}


header div#datum{
      float:left;
      margin-left:20px;
      font-size:1em;
      font-weight:bold;
      margin-top:10px;
}

div#container button.right{
      float:right;
      margin-bottom:20px;
      margin-top:20px;
      margin-right:20px;
      font-size:1em;
      font-weight:bold;
      padding:5px;
      border: solid 1px darkred;
      background-color: #ececec;
      color: darkred;
      width: 60px;
      border-radius: 5px;
}
div#globalSearch,
div#monthSearch{
	width:500px;
	
}	
div#globalSearch ul.search,
div#monthSearch ul.search{
	margin-left:10px;
	padding:0 5px 0 0;
	
}	

div#globalSearch ul.search li,
div#monthSearch ul.search li{
	display:inline;
	list-style-type:none;
}

div#globalSearch ul.search li select,
div#monthSearch ul.search li select{
     height: 25px;
}

div#globalSearch ul.search li input[type=submit],
div#monthSearch ul.search li input[type=submit]{
   padding:4px 6px 4px 6px;
   border-radius: 5px;     


}
div#graphMenu{	float:right;}

div#graphMenu div{
        float: left;
        margin-top:-20px;
        padding: 5px;
        
       
}

div#graphMenu div.graphMenu a{
        color: #747474;
        margin-left:-50px;
}
div#graphMenu div a{
       color: #343434;
}


div#image{
     margin-left:10px;
}






div#pageContent{
	margin-left: 10px;
	margin-top:  20px;
}

div#remove{
     margin:30px;
}

div#remove div{
     float: left;
     margin-left:30px;
     vertical-align:middle;
}

div#remove .red_button{
   border:solid 1px darkred;
   height:30px;
   width:70px;
   text-align:center;
   background-color:red;
}

div#remove .green_button{
   border:solid 1px darkgreen;
   height:30px;
   width:70px;
   text-align:center;
   background-color:green;
}

div#remove div a{
   color:#000;
   font-weight:bold;
}

.warning{
   padding:3px;
   font-weight:bold;
   width:520px;
   margin-left:20px;
}

.hint{
   padding:3px;
   font-weight:bold;
   width:520px;
}
h2.title{
   padding:3px;
   font-weight:bold;
   width:520px;
   margin-left:200px;
}

p {
    padding:0.5em;
}
p.bottom{
    margin-top:300px;
}

header h1{
   clear:both;
   margin-top:30px;
}

header h1 a,
header h1 a:visited,
header h1 a:focus,
header h1 a:hover, 
header h1 a:active
{ 
   color: #a45909;
}

h2 {
	font-weight:bold;
	margin-top:0.3em;
	padding:0;
	font-size:1.6em;
	color:#403F43;	
}
h3 {
	font-weight:bold;
	margin:0 10px;
	padding:0;
	font-size:1.2em;
	color:#CABEA4;		
}

h3.h3Pos{
	margin-left:20px;	
}	
h4{
	margin-left:10px;
    margin-top: 50px;
	padding:0;
	font-size:1.0em;
	color:#343434;
}	
.footer{
    margin-left:3em;
}
span.commentBox{
	border-bottom:#0AA11F solid 1px;
	
}



div#home a, div#home img{
	text-decoration:none;
	border:0;
}

.textarea{
	width:20.5em;	
    height:5em;
}
.smallInput{
    width:15em;	
}

.checkbox {
    margin-left:0px;
} 

th.tableBorder, td.tableBorder{
    padding:5px;
    border:solid 1px #B0221E; 
}

td.tableBorderDisabled a{
    padding:5px;
    text-decoration:none;
    color: #C41306;
    font-weight:bold; 
}

td.tableTextRed{
    padding:5px;
    font-weight:bold;
    border:solid 1px #B0221E; 
}

td.tableTextGreen{ 
    padding:5px;
    font-weight:bold;
    border:solid 1px #B0221E; 
}

input.button{
    text-decoration:none;
    margin-left:2px;
    padding:0.12em;
}
a.button{
    text-decoration:none;
    margin-left:2px;
    padding:0.30em;
}


td.bright, td.dark{
	padding:3px;
}
a.button, .button{
  text-decoration:none;
  font-weight:bold;
  border:solid 1px #C41306;
  color:#C41306;
  background-color:white;
} 

.noButton{
  text-decoration:none;
  font-weight:bold;
 
  color:#C41306;
  background-color:white;
} 
textarea,
input{
	border:solid 1px darkred;
	background-color:#ececec;
	color:darkred;
        width: 138px;
        border-radius: 5px;
}

input.readonly{
    background-color: #f2ddb5;
}

input[type="submit"]{
	font-weight: bold;
}

footer{
	/*background-color:#635A49;
        border:5px solid #635A49;*/
	padding: 30px;
	height:auto;
}
footer div#links h3{
	margin:0;
	padding:0;
}
footer div#links{
	float:left;
	padding:0;
}

footer div#links ul{
	margin:5px 0;
}

footer div#links li{
	margin:0;
	padding:0;
}

/*################### iPad ##################*/
@media only screen and (max-width: 1024px) { 
       body{
		 padding:0;
	}

}
/*################### andere ##################*/
@media only screen and (max-width: 640px) {
        body{
		 padding:0;
	}

}
/*################### iPhone ##################*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ################### iPhone 6, 6S, 7 and 8 ################### */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait)
 { 
        body{
		 padding:0;
                 width: 100%;
	}

}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape)
 { 
        body{
		 padding:0;
                 height: 100%;
	}

}
