
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #eee;
}

h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #222;
}
.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}
.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  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: #3274d6;
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}


/*********************************************/
/*********************************************/

.linkbutton {
    padding: 6px 8px;
    background-color: #aaa;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    user-select: none;
    text-decoration: none;
}

.linkbutton:hover {
    color: #fff;
    background-color: #999;
    text-decoration: none;
}

.linkbutton:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #888;
}

.linkbutton_active {
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #888;
    text-decoration: none;
}


/*
nav {
	margin: 27px auto 0;

	position: relative;
	width: 590px;
	height: 50px;
	background-color: #34495e;
	border-radius: 8px;
	font-size: 0;
}

.btn{
  color:#999;
  background:rgba(0, 0, 0, 0.5);
  padding:10px 20px;
  font-size:12px;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.btn:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background:#fff;
  padding:20px 20px; #000;
  color:#1b1b1b;
}
*/
/*
#horizmenue {
  width:33em; 
}
#horizmenue li {
  display: inline;
  padding: 0em 0.8em; 
}
#horizmenue a {
  padding: 0.1em 0.8em 0.8em 0.1em; 
}
#horizmenue li a {
  padding: 2px 10px;
  margin-left: 0.5em;;
  border: 2px solid #777;
  border-bottom: 0px;
  text-decoration: none; 
  background-color:#F7FCBD;
}
#horizmenue li a#aktuell {
  padding-bottom:4px; 
  border-bottom: 2px solid #fc0;
}
*/

a.textlink:link     {color: darkblue;}
a.textlink:visited  {color: darkblue; }
a.textlink:hover    {color: black; text-decoration: none; }
a.textlink:focus    {color: darkblue; }
a.textlink:active   {color: darkblue; }


