/*----- General Formating -----*/
* {
    margin: 0;
    padding: 0;
}
body, html {
  font-family: Verdana, Arial, sans-serif;
/*  background-color: #eee;*/
  font-size: 0.95em;
  margin: 0;
  padding: 10;
  height: 100%;
  width: 100%;
}
a:active, a:focus {outline: none;}

/*----- Menu -----*/
nav {
  margin: 0 auto;
  width: 100%;
  height: 8em;
  text-align: right;
  position: relative;
  background: hsla(350,50%,50%,0.1); 
  transition: background 2s;
/*  background: rgba(255, 255, 255, 0.7); */
/*  border-bottom: 0.5px solid white; */
/*  border-bottom: 4px solid yellow; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.job nav {
  background-image: url(../grafiken/banner_telekom.png);
}
.privat nav {
  background-image: url(../grafiken/banner_neutral.png);
}
.strohmanus nav {
  background-image: url(../grafiken/banner_neutral_blau.png);
}
.leer nav {
  background: rgba(5, 0, 0, 0.0);
  background-image: none;
  height: 5em;
}
nav:hover {
	background: hsla(350,50%,50%,0.9)
}

nav ul {
  margin: 0;
  padding: 5.1em 0 0 0;
}
nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
nav ul li a {
  color: #831D17;
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul.menu li a:hover {
  color: #03405f;
  font-weight: bold;
  border-bottom: 2px solid #03405f;
}
/*----- Logo -----*/
.brand {
  float: left;
  padding: 0.5em 1em 0 0.5em;
}

/*----- Fixed Menu -----*/
nav#menu.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  height: 5em;
}
nav#menu.fixed ul {
  padding: 0.75em 0 0 0;
  font-size: 90%;
}			
nav#menu.fixed .brand img {
  margin-top: 0em;
  height: 5em;
}		
nav#menu.fixed a {
  padding: 1em 0;
}
/*--------------------------------------*/
main {
  line-height: 180%;
  padding-left: 5px;
}
.privat main {
  background:#dddddd url(../images/background_orsera.jpg) left no-repeat fixed;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}
main ul li{
  margin-left: 20px;
line-height:1.2;
}
.protokolle main li {
line-height:2;
}



/*----------------*/

/*------------------------------*/

/*----------------*/
article, aside{
box-sizing: border-box;
  background: hsla(350,50%,50%,0.1); 
}

article {
min-height: 100%;
width: 99%;
min-width:600px;
max-width:1000px;
padding: 5px;
border: 0px solid #cccc33;
border-radius: 7pt;
/*	background: #dddd88;*/
margin: 0px 0px 30px;
flex: 3 1 calc(60% - 8px);
order: 2;
}
protokolle article {
max-width:800px;
}
#main.fixed article {
  color: #555;
  margin-top: 150px;
}

aside {
min-width:330px;
max-width:400px;
padding: 5px;
border: 0px solid #8888bb;
border-radius: 7pt;
  background: hsla(300,50%,50%,0.1); 
margin: 4px;
flex: 1 2 calc(20% - 8px);
order: 3;
}
#main.fixed aside {
  margin-top: 150px;
}

/*----- Content Sections -----*/
#abschnitt1, #abschnitt2, #abschnitt3, #abschnitt4, #abschnitt5 {
/*	border-radius: 0px 0.5em 0.5em;*/
/*	border: 1px solid; */
/*	border: 1px #fff;*/
}
#abschnitt3 {	
  color: #000;
  background: #95a1ae;
}
#abschnitt4 {
  color: #fff;
  background: #778899;
}	
#abschnitt5 {
  color: #fff;
  background: #525f6d;
}	
.content {
  padding: 1.5em 1.5em 3em 1.5em;
 margin: 20px;
}
/*--------------------------------------*/
.content {
    color: #555;
    background-color: #f5f5f5;
/*	opacity: 0.8;*/
}

.content ul li a {
  text-decoration: none;
}

.content h1, h2, h3, h4, h5, h6, h7 {
	color: #6A849D;
}
.content a:hover {
  color: #f36;
  text-decoration: underline;
}

 img {
 	height: auto;
 }


.kasten
{
  font-family: cursive, sans-serif;
/*  font-family: Cavolini, sans-serif*/
  font-size: 1.20em;
  color: #630;
  width: 310px;
  border: 5px solid #FFC;
  margin: 5px 0 5px 0; 
  background-color: #FFC;
}

.notiz
{
  font-family: cursive, sans-serif;
  font-family: Verdana, Arial, sans-serif;
/*  font-family: Cavolini, sans-serif*/
  font-size: 1.30em;
  color: #900;
  width: 310px;
  border: 0px solid #FFC;
  margin: 5px 0 5px 0; 
}

.top
{
  width: 0px;
  color: #F06;
  background-color: #FFC;
    position: fixed;
	right:20px;bottom:0;
}

footer {
  background: hsla(350,50%,50%,0.1); 
	clear:left;
	left:0;bottom:0;
	z-index:9;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	margin-top:20px;
	display: flex;
	text-align: center;
	box-shadow:inset 0 30px 30px -30px rgba(0,0,0,0.12);
	text-transform:uppercase;
	}
.leer footer {
/*  position: fixed;
	left:20px;bottom:0;
  background: rgba(5, 0, 0, 0.0);*/
	}
footer * {
	flex: 1 1 0%;
	justify-content: space-between;
}
.footer {
	margin-right: 16px;
}
/*----- Media Queries -----*/
@media screen and (min-width: 961px) {
nav ul {
}
  nav a#nav-m,
  nav a.close {
    display: none;
  }
  nav #menu.fixed ul {
    margin-top: 2.25em;
  }	
  nav ul li {
    margin: 0 30px 0 0;
  }
article {
min-height: 700px;
}
}

@media screen and (max-width: 960px) {
  /*Formatierung Mobiles Menue*/
.strohmanus nav {
  background-image: url(../grafiken/banner_neutral_blau.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

nav ul {
    top: 11.15em;
    position: absolute;
    background: #ccc;
    width: 100%;
    left: -100%;

    list-style-type:none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
/*    -o-transition: all 0.6s ease;*/
    transition: all 0.6s ease;
  }
  nav#menu.fixed ul {
    position:relativ;
    z-index: 99;
    background: #aaa;
    top: 6.8em;
  }
  nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
  nav ul li a {
    color: #555;
    padding: 1em 0;
  }
  nav ul.menu li a:hover {
    border-bottom: 0;
  }

  /*Hamburger-Icon dev */
img {
/*    width: 40px; */
    height: auto;
  }
  nav > .close,
  nav a#nav-m:target {
    display: none;
  }
  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block;
  }
  nav nav#menu.fixed a:target ~ .close {	
    margin-top: -14px;
  }
  nav a:target ~ .close {
    position: absolute;
    margin-left: -40px;
  }
  nav a:target ~ ul {
    left: 0;
  }
  
  
article {
min-height: 600px;
min-width:300px;
padding: 0px;
}
aside {
	min-height: 50px;
}
#main.fixed aside {
  margin-top: 0px;
}
.kasten
{
  width: 440px;
}

}
/*--------------------------------------*/
/**** Zusaetze ****/
.verborgen {color:transparent}

