		* { 
    box-sizing: border-box; 
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif, Papyrus, BlueHighway; 
    font-size: 14px;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    }
	
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
    background: url(https://landleben.kuhn-systems.de/inc/template/landleben_normal/pics/landleben-hintergrund.png) no-repeat fixed; 
	background-size: cover;
  background-position: left bottom;
	background-color: #000000; 
	font-family: BlueHighway;
	}
	
	#myVideo {
  position: absolute;
  right: 0;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index:-10;
}
header {
	background: url(https://landleben.kuhn-systems.de/inc/template/landleben_normal/pics/welle-oben.png) no-repeat fixed; 
    background-position: left top;
	background-size: 100% 110px;
	position: sticky;
	top: 0px;
	height: 110px;
	width: 100%; 
	
}
.logo {
		background: url(https://landleben.kuhn-systems.de/inc/template/landleben_normal/pics/landleben-logo.png) no-repeat fixed; 
    background-position: left top;
	height: 150px;
	}
	
.Seitentitel {
	position: absolute;
	top: 55px;
	left:480px;
	font-style: italic;
	
}

	a,  a li {
	color: #00ff00;
	transition: background-color 0.5s;
	font-family: Papyrus;
	text-decoration: none;
	padding-left:4px;
	padding-right:6px;
		}
	
	a#anav {
	color: #00ff00;
	transition: background-color 0.5s;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); 
	border-radius : 0 4px 0 4px;
	padding-left:4px;
	padding-right:6px;
	font-family: Papyrus;
	background-color: rgba(171,184,195,0.5);
	padding-bottom: 4px;
	margin-bottom: 4px;
	text-decoration: none;
	text-shadow:1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
	}

	a:hover, .hover, a#anav:hover {
    color: #00ff00;
	background-color: #abb8a3; 
	transition: background-color 0.5s;
	font-family: Papyrus;
	}	
	
	nav {
position:absolute;
height: 30px;
  max-width: 50%; 
  padding: 5px;
  top: 40px;
  color: #00ff00;
  font-weight: bold;
  font-family: Papyrus;
  font-size: 22px;
  
  }
	
    .navtop {
	height: 30px;
    border: 0;
	position: absolute; 
	top: 110px;
	left: 30%;
	
	}
  
    .navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
	font-family: Papyrus;
	
    }
    .navtop div h1 { 
    flex: 1;
    font-size: 22px;
    padding: 0; 
    margin: 0; 
    color: #ffffff; 
    font-weight: normal;
    }
	.navtop div, .navtop a::before { 
	
	}
	
    .navtop div a,
	.navtop a:hover::before{ 
    padding: 0 20px;
    text-decoration: none;
    color: #ffffff; 
    font-weight: bold;
	background-color: rgba(171,184,195,0.9);
	transition: background-color 0.5s;
	display: inline-flex;
	  }
    .navtop div a i {
    padding: 2px 8px 0 0;
	font-family: Papyrus;
    }
	
	
	.navtop div a:focus,
	.focus a:active,
	.active { 
    color: #ffffff;
	background-color: #abb8b3; 
	transition: background-color 0.5s;
    }
    .navtop div a:hover { 
    color: #ffffff;
	background-color: #abb8a3; 
	transition: background-color 0.5s;
    }
	
	content {
  width: 80%; 
  }
  
	h1 {
	text-align: left;
	margin-top: 15px; 
    padding: 0 7px; 
    font-size: 18px; 
	color: #00ff00;
	font-family: Papyrus;
	font: bold;
	text-shadow: 1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
     }   



   h2 {
	text-align: left;
	margin-top: 15px; 
    padding: 0 7px; 
    font-size: 25px; 
	color: #00ff00;
	font-family: Papyrus;
	font: bold;
	text-shadow: 1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
     }
	

	.stiefel {
	background: url(https://landleben.kuhn-systems.de/inc/template/landleben_normal/pics/stiefel.png) no-repeat ; 
	background-origin: border-box;
	height: 120px;
	width: 120px;
	float: left;
	background-size: 120px;
	background-position: left top;
			}
		
	.stiefel_name {
	font-size: 10px; 
	margin-top: 10px;
	padding-left: 30px;
	position:absolute;
	inline-size: 80px;
  overflow-wrap: break-word;
}

.main_oben {
    display: inline-block;
height: 40px;
  width: 80%; 
  font: bold;
  margin: 0 auto;
  display: flex;
flex-wrap: wrap;
justify-content: center; 

}
	
	#inhalt-linie {
	background-color: rgba(171,184,195,0.7);
height: 40px;
	min-width: 400px;
	width: 100%;
	border-top: 4px solid black;
	border-right: 4px solid black;
	border-left: 4px solid black;
	border-bottom: 2px solid black;
	border-radius :  14px 14px 0 0;
	}
		
.main_mitte {
    display: inline-block;
  width: 80%; 
  color: #000000;
  font: bold;
  margin: 0 auto;
  display: flex;
flex-wrap: wrap;
justify-content: center; 
text-align:left;
min-height: 80%;
}
	 #inhalt-hg {
	background-color: rgba(171,184,195,0.7);
	min-height: 450px;
	max-height: 450px;
	min-width: 400px;
	width: 100%; 
	overflow-y: auto;
	border-right: 4px solid black;
	border-left: 4px solid black;
	}
		
.main_unten {
    display: inline-block;
height: 4px;
  width: 80%; 
  color: #000000;
  font: bold;
  margin: 0 auto;
  display: flex;
flex-wrap: wrap;
justify-content: center; 

}	
			
	#inhalt-linie-unten {
	background-color: rgba(171,184,195,0.7);
	height: 30px;
	min-width: 400px;
	width: 100%; 
	border-bottom: 4px solid black;
	border-right: 4px solid black;
	border-left: 4px solid black;
	border-radius : 0 0 20px 20px;
	}
	
	


   .main_mitte  > p, .main_mitte  > div {
    margin: 0;
    padding: 5px;
    }
	
    .main_mitte  > p table td, .main_mitte  > div table td {
    padding: 5px;
	width: 100%;
	 }




	hr { 
    color: #ffffff;
	border: 1px dotted;
    }
	smaller {
	font-size: x-small;
	font-weight: bold; 
    font-style: italic;
	}
	
	button {
	background-color: rgba(0,0,0,0.3);
	font-size: 14px;
	font-style: italic;
	border-radius: 4px;
	color: #ffffff;
	border: 0;
	padding:5px;
	transition: background-color 0.5s;
	}
	
	 button:hover { 
    color: #ffffff;
	background-color: #abb8a3; 
	transition: background-color 0.5s;
    }
	
	 button:active { 
    color: #000000;
	background-color: #088A08; 
	transition: background-color 0.1s;
    }
	
	
	.hidden {
		visibility: hidden;
	}
	
.footer {
color: #00ff00;
text-transform: uppercase;
    left: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
height: 45px;
justify-content: center; 
padding-top: 10px;
 background-color: rgba(255,255,255,0.3);
 border-top: 2px solid;
 border-color: rgba(0,0,0,0.7);
 border-radius: 20px 20px 0 0;
}

#footer-li {
	float: left;
	width: 250px;
	font-size: 10px;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	padding-left:30px;
}

#footer-mi {
	font-size: 10px;
	}

#footer-re {
	float: right;
	width: 250px;
	font-size: 10px;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding-right:30px;
}

 .footer a, .footer a:hover{ 
    text-decoration: none;
    color: #00ff00; 
    font-weight: bold;
	font-size: 10px;
	font-family: BlueHighway;
	  }

	textarea {
  width: 80%;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgb(117,168,56);
  border-radius: 4px;
  font-size: 10px;
  resize: none;
  background: none;
}

.contentc {
  width: 80%;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgb(117,168,56);
  border-radius: 4px;
  font-size: 10px;
  resize: none;
  background: none;
}

iframe {
  min-height: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgb(117,168,56);
  border-radius: 4px;
  font-size: 10px;
  resize: none;
  background: none;
}


.output {
	font-family: "monospace"; font-size: 16px;
	padding-left: 15px;
	
}



.bottom {
	border-bottom: 1px solid;
	border-color: rgb(117,168,56);
	}

iframe{
    overflow:hidden;
    max-height: 2000px;
min-height: 600px;
    width:100%;
    border-width:1px;
}


#contact input {
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    height: 32px;
			    width: 245px;
			    font-family: Helvetica;
			    font-size: 12px;
			    margin-right: 16px;
			    padding: 8px;
			}
#contact select {
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    height: 32px;
			    width: 245px;
			    font-family: Helvetica;
			    font-size: 12px;
			    margin-right: 16px;
			    padding: 8px;
			}
#contact textarea {
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    height: 80px;
			    width: 345px;
			    max-width: 339px;
			    font-family: Helvetica;
			    font-size: 12px;
			    margin-top: 16px;
			    padding: 8px;
				color: #ffffff; 
			}
			
		

form ix {
	margin-left: -40px;
	margin-right: 20px;
	cursor: pointer;
	color: #000000;
}

#contact input {
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    height: 32px;
			    width: 245px;
			    font-family: Helvetica;
			    font-size: 12px;
			    margin-right: 16px;
			    padding: 8px;
				background-color: rgba(0,0,0,0.3);
				color: #ffffff;
			}
#contact select {
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    height: 32px;
			    width: 245px;
			    font-family: Helvetica;
			    font-size: 12px;
			    margin-right: 16px;
			    padding: 8px;
				background-color: rgba(0,0,0,0.3);
				color: #ffffff;
			}


.autosize {
  resize: none;
  overflow: hidden;
}

#datumUhr {
  top: 20px;
  left: 100px;
  position: fixed;
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
 text-shadow: 1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
	color: #ffffff;
}

.winter { color: #ffffff;}
.fruehling {color: #25c441;}
.sommer {color: #f7f05a;}
.herbst {color: #FF5733 ;}

	span .span {
				width: 160px;
				border-bottom: 1px solid;
				border-color: rgba(117,168,56,0.4);
			}
			
     .login {
        width: 400px; 
        background-color:rgba(255,255,255,0.5);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2); 
        margin: 10px auto;
		border-radius : 20px 20px 20px 20px;
        }
        .login h1 {         
        text-align: center; 
        font-size: 20px; 
        padding: 20px 0 20px 0; 
        border-bottom: 1px solid #dee0e4;
		
        }
        .login form {
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        padding-top: 20px;
		
        }
        .login form label { 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        width: 50px; 
        height: 50px; 
        background-color: #00ff00; 
        color: #ffffff;
		border-radius : 20px 0 0  20px;
		border: 0px;
        }
        .login form input[type="password"], .login form input[type="text"] {
        width: 310px; 
        height: 50px; 
        margin-bottom: 20px; 
        padding: 0 15px;
		border-radius : 0 20px 20px 0;
		background-color:rgba(255,255,255,0.5);
		border: 0px;
		}
		
        .login form input[type="submit"] { 
        width: 100%; 
        padding: 15px; 
        margin-top: 20px; 
        background-color: #abb8c3; 
        border: 0; 
        cursor: pointer; 
        font-weight: bold; 
        color: #ffffff; 
        transition: background-color 0.5s;
		
        }
        .login form input[type="submit"]:hover { 
        background-color: #abb8a3; 
        transition: background-color 0.5s;
		
        }			



.button {
width: 100%; 
        padding: 15px; 
        margin-top: 1px; 
        background-color: #abb8c3; 
        border: 0; 
        cursor: pointer; 
        font-weight: bold; 
        color: #ffffff; 
        transition: background-color 0.5s;
		border-radius : 0 0 20px 20px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}




.geld {
	font-weight: bold; 
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
			color: #00ff00;
	transition: background-color 0.5s;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); 
	border-radius : 0 4px 0 4px;
	padding-left:4px;
	padding-right:6px;
	background-color: rgba(171,184,195,0.5);
	text-shadow:1px 1px 1px black;
	width: 310px;
	top: 100px;
	position: absolute;
}


.deingeld {
	text-align: left;
	margin-top: 35px; 
    padding: 0 7px; 
    font-size: 18px; 
	color: #00ff00;
	font-family: Papyrus;
	font: bold;
	text-shadow: 1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
}

.deingeldzahlen{
	 font-size: 18px; 
	color: #ffffff;
	font-family: Papyrus;
	font: bold;
	text-shadow: 1px 1px 2px black,
    0 0 1em blue,
    0 0 0.2em blue;
}
.waehrung {
	color: #000000;
	background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	padding-left:4px;
	padding-right:4px;
	border-radius:50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4); 
	text-shadow: none;
	}