body {
	margin: 10px auto;
	max-width: 60em;
	font-family: sans-serif;
	color: #333333;
}

main,
aside,
footer {
  border-radius: 0.5em 0.5em 0.5em;
  padding: 20px;
  margin: 15px;
  background: powderblue;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  -webkit-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
}

footer {
  border-radius: 0.5em 0.5em 0.5em;
  padding: 20px;
  margin: 15px;
  background: linear-gradient(164deg, black, transparent);
  -webkit-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
}

header {
  height: auto;
  border-radius: 0.5em 0.5em 0.5em;
  padding-top: 20px;
  margin: 15px;
  background: linear-gradient(164deg, black, transparent);
  -webkit-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
  box-shadow: -9px -8px 7px -2px rgba(0,0,0,0.75);
}

*{ 
  box-sizing:border-box;
  font-family:"Dosis", sans-serif; 
}

.main-navigation{
}

ul{
  margin:0;
  padding:0;
}

.menu {
  flex-direction: column;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 8px 8px;
  z-index:1000;
  width: 100%;
  text-shadow: 0px 0px 8px black;
} 

.menu li{
    display:block;
    list-style-type:none;
    text-transform:uppercase;
  }
  
.menu li a{
    display:flex;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:1rem;
  }
  
.menu li a:hover{
    color:#fff;
    background: #207CE5;
  }

@media (min-width: 550px) {
  .menu {
    flex-direction:row;
    justify-content:space-between;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    z-index:1000;
  }
}

.menu-item-has-children > a:after{
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul {
    display: none;
}

@media (min-width: 550px) {
  nav ul ul {
    display: none;
    position:absolute;
  }
}

nav ul li:hover > ul {
  display:block;
  color:#fff;
  padding-left:2rem;
}

@media (min-width: 550px) {
  nav ul li:hover > ul {
    padding-left:0;
    background: #333;
    color: #777;
    z-index:1000;
  	opacity: 0.95;
  	filter: alpha(opacity=95); /* For IE8 and earlier */
  }
  
  nav ul li:hover > ul a {
    color: #fff;
  }
  
  li {
    display:flex;
  }
    
  .menu li:hover, .menu li a:hover {
    background: #207CE5;
    color:#fff;
  }
    
  nav ul ul ul {
    margin:-50px 0 0 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  }
  
  .menu-item-has-children .menu-item-has-children > a:after {
    margin-left: auto;
    margin-right: -10px;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
  }
}

section {
	background: #F1F3F4;
	border-color: slateblue;
}

main {
  display: block;
}

article {
}

aside {
}

footer {
  text-align: center;
  background-color: #666;
}

html {
  background: url(/static/images/background.JPG) no-repeat center center fixed;
  background-color: #5A9DEE;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column {
  width: 33%;
  padding: 10px;
  text-align: center;
  border-radius: 0.5em 0.5em 0.5em;
  background-color: white;
  border: 1px solid;
}

.row {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 888px) {
 .column {
  	height: 30%;
    margin-bottom: 10px;
    width: 95%;
    border-radius: 0.5em 0.5em 0.5em;
    text-align: center;
    background-color: white;
    border: 1px solid;
  }
 .row {
   display: flex;
   flex-direction: column;
   align-items: center;
 }
}

.ah1 {
  color: #fff;
  text-decoration: none;
}

aside ul {
  list-style: none;
  padding-left: 0px;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}

article h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #000;
}

footer p a {
  color: white;
  text-decoration: underline;
}

a {
  color: black;
  text-decoration: underline;
}

footer p {
  color: white;
}

.entry li {
  padding-top: 3px;
  list-style: none;
}

.flex { 
  float: left;
  border: 10px solid #fff;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#oeffentlich {
	width: 300px;
}

#lokal {
	width: 300px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

pre .hll { background-color: #ffffcc }
pre .c { color: #408080; font-style: italic } /* Comment */
pre .err { border: 1px solid #FF0000 } /* Error */
pre .k { color: #008000; font-weight: bold } /* Keyword */
pre .o { color: #666666 } /* Operator */
pre .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */
pre .cp { color: #BC7A00 } /* Comment.Preproc */
pre .c1 { color: #408080; font-style: italic } /* Comment.Single */
pre .cs { color: #408080; font-style: italic } /* Comment.Special */
pre .gd { color: #A00000 } /* Generic.Deleted */
pre .ge { font-style: italic } /* Generic.Emph */
pre .gr { color: #FF0000 } /* Generic.Error */
pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
pre .gi { color: #00A000 } /* Generic.Inserted */
pre .go { color: #888888 } /* Generic.Output */
pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
pre .gs { font-weight: bold } /* Generic.Strong */
pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
pre .gt { color: #0044DD } /* Generic.Traceback */
pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
pre .kp { color: #008000 } /* Keyword.Pseudo */
pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
pre .kt { color: #B00040 } /* Keyword.Type */
pre .m { color: #666666 } /* Literal.Number */
pre .s { color: #BA2121 } /* Literal.String */
pre .na { color: #7D9029 } /* Name.Attribute */
pre .nb { color: #008000 } /* Name.Builtin */
pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */
pre .no { color: #880000 } /* Name.Constant */
pre .nd { color: #AA22FF } /* Name.Decorator */
pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
pre .nf { color: #0000FF } /* Name.Function */
pre .nl { color: #A0A000 } /* Name.Label */
pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
pre .nv { color: #19177C } /* Name.Variable */
pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
pre .w { color: #bbbbbb } /* Text.Whitespace */
pre .mb { color: #666666 } /* Literal.Number.Bin */
pre .mf { color: #666666 } /* Literal.Number.Float */
pre .mh { color: #666666 } /* Literal.Number.Hex */
pre .mi { color: #666666 } /* Literal.Number.Integer */
pre .mo { color: #666666 } /* Literal.Number.Oct */
pre .sb { color: #BA2121 } /* Literal.String.Backtick */
pre .sc { color: #BA2121 } /* Literal.String.Char */
pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
pre .s2 { color: #BA2121 } /* Literal.String.Double */
pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
pre .sh { color: #BA2121 } /* Literal.String.Heredoc */
pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
pre .sx { color: #008000 } /* Literal.String.Other */
pre .sr { color: #BB6688 } /* Literal.String.Regex */
pre .s1 { color: #BA2121 } /* Literal.String.Single */
pre .ss { color: #19177C } /* Literal.String.Symbol */
pre .bp { color: #008000 } /* Name.Builtin.Pseudo */
pre .vc { color: #19177C } /* Name.Variable.Class */
pre .vg { color: #19177C } /* Name.Variable.Global */
pre .vi { color: #19177C } /* Name.Variable.Instance */
pre .il { color: #666666 } /* Literal.Number.Integer.Long */
pre .err { border: none !important }

pre {
  overflow: auto;
  word-wrap: normal;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 0.5em #ccc;
  background: rgba(255,255,255,0.9);
  padding: .7em 1em;
  font-size: 90%;
  line-height: normal;
}