	
/*  */
* {
  box-sizing: border-box;
}

.ShYaRy {
    font-family: 'Grenze Gotisch', cursive;
    font-size: 36px;
	margin-top: 15px;
	margin-left: 30px;
	color: #0A3C82;
}

h1, h2, h3, h4, h5, h6  {
	color: #0A3C82;
}

hr.block {
	border-top: 1px solid #0A3C82;	
}
	
body {
  background-color: #eeeeee;
}
	  
body, table {
  font-size: 15px;	
}

.flex-container {
  display: flex;
  justify-content: center;
  background-color: #eeeeee;
}

.flex-container > div {
	width: 100%;
	max-width: 1000px;
	margin: 10px;
	background-color: #ffffff;
	border-radius: 25px;
}

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

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.header {
  background-color: #ffffff;
  color: #ffffff;
  padding: 15px;
  border-radius: 15px;
}

a {text-decoration: none;}

.smenu {
  color: #000;
  font-weight: bold;
 }
 
 /* Navigation */
 .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* 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: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  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: #3e8e41;
}
 /* ENDE Navigation */
.dropbtn {
  background-color: #999;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.verboten {
  background-color: #999;
  color: gray;
  text-decoration: line-through;
	text-decoration: none;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.verboten:hover {
  background-color: #aaa;
  color: #900;
  text-decoration: line-through;
	text-decoration: none;
  border: none;
  cursor: pointer;
}

.logout {
  background-color: #9e9;
  color: gray;
  text-decoration: line-through;
	text-decoration: none;
  padding: 12px 16px;
  display: block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: solid 1px olive;
  border-radius: 5px;
}

.logout:hover {
  background-color: #e33;
  color: #900;
  border: none;
  cursor: pointer;
  border: solid 1px gray;
  border-radius: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #bAdCf2;}

.dropdown:hover .dropdown-content {
  display: block;
  padding: 10px;
}

.dropdown:hover .dropbtn {
  background-color: #0A3C82;
}

.dropdown:hover .verboten {
  background-color: #a4a4a4;
  text-decoration: line-through;
	text-decoration: none;
}

.aside {
  background-color: #DA0400;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}

abschnitt {
  color: 0A3C82; 
  font-weight: bold;
}

.headline {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
}

.meldung {
  margin: 10px;
  text-align: center;
  font-size: large;
  font-weight: bold;
  color:forestgreen;
}

.footer {
        font-size: 15px;
        background-color: #0A3C82;
        color: white;
	    width: 100%;
        padding: 25px;
        position: absolut;
        bottom: 5px;
	margin-top: 1px;
	margin-bottom: 51px;
	text-align: center;
    font-size: 16px;
}

.phone {
   display: inline;
   background-color: #ffffff;
}

.tablet {
  display: none;
   background-color: #eeeeee;
}

.desktop {
  display: none;
   background-color: #cccccc;
}


input:focus {
  background-color: #ffc;
}

select:focus {
  background-color: #ffc;
}

.appleTest {color: gray;}
