/* main */
.wrapper {
	width: 100%;
}

body {
	background: #ddd;
  	color: #333;
  	font-family: verdana, tahoma, sans-serif;
  	font-size: 12pt;
}

header {
	margin: 0 auto;
	max-width: 1200px;
	width: 85%;
	min-height: 50px;
	background: #fff;
}

	.logo {
		background: url('../img/logo.png') no-repeat;
   		background-size: contain;
   		background-position: 50% 50%;
   		max-width: 1000px;
   		width: 80%;
   		margin: 0 auto;
   		margin-top: 5px;
   		padding: 10px 0;
	}
	.logo:after {
   		content: '';
   		padding-top: 30%;
   		width: 100%;
   		display: block;
 	}

nav {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	padding: 3px 10px;
	background: #22085A;
}
	nav ul.menu li { display: inline-block; text-align: center;}
	nav ul.menu { margin: 0 auto; }

li.ueber-uns ul {
	display: none;
    position: absolute;
    background-color: #442a7c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	
}
.ueber-uns {
	position: relative;
    display: inline-block;
}
.ueber-uns:hover ul {
    display: block;
}

footer {
	width: 100%;
	height: *px;
	text-align: right;
	background: #22085A;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #aaa;
	font-size: 12pt;
	padding: 2px 20px;
}


section .content {
	max-width: 1200px;
	width: 85%;
    min-height: 500px;
    padding: 2.5%;
    
    color: #333;
    display: block;
}

.inhalt { 
  	max-width: 1200px;
	width: 85%;
	margin: 0 auto;
  	position: absolute;
  	background: #fff;
  	height: *;
  	top: 0px;
  	left: 10%;
	padding-bottom: 30px;
}

/* text-tags */
b {color: #5b3c9f;} i {color: #999;} u {color: #5b3c9f;} s { color: #835C00;}
  h1 {
  font-size: 150%;
  font-weight: light;
  font-variant: small-caps;
  color: #775CB3;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-shadow: 0px 0px 4px #ccc, 0px 0px 8px #ccc, 0px 0px 16px #ccc;}
  h2 {
  font-size: 120%;
  font-weight: light;
  color: #775CB3;
  text-align: left;
  width: 50%;
  border-bottom: 1px solid #ccc;
  text-shadow: 0px 0px 2px #ccc, 0px 0px 4px #ccc, 0px 0px 8px #ccc;}
  h3 {
  font-size: 120%;
  color: #775CB3;
  font-weight: normal;
  text-align: left;
  width: 75%;}
  h4 {
  font-size: 80%;
  font-weight: light;
  color: #775CB3;
  text-align: right;
  width: 100%;
  border-bottom: 1px dashed #775CB3;}
  p {
  text-align: justify;
  max-width: 85%;
  padding: 5px 20px;}

a {

}

a:hover {

}

nav a {
	border: #d59e1c solid 0px;
    color: #ccc;
    text-decoration: none;
    line-height: 2;
    padding: 0 15px;
    font-size: 13pt;
}
	
nav a:hover {
	border: #cdaa2f solid 0px;
    color: #fff;
      
    text-shadow: 0 0 3px #ab7b0c, 0 0 6px #ab7b0c, 0 0 9px #ab7b0c, 0 0 12px #fff, 0 0 15px #fff, 0 0 18px #fff, 0 0 21px #fff;
    -webkit-transition: all 1000ms cubic-bezier(0.05, 0.05, 0.23, 0.45);
    -moz-transition: all 1000ms cubic-bezier(0.05, 0.05, 0.23, 0.45);
    transition: all 1000ms cubic-bezier(0.05, 0.05, 0.23, 0.45);
}

hr {

}

/* stripes */
#boot { 
  width: 7px;
  min-height: 100%;
  top: 0px;
  left: calc(10% - 10px);
  margin: 0 auto;
  position: fixed;
  background: #e4bd36;
}

#petrol { 
  width: 7px;
  min-height: 100%;
  top: 0px;
  left: calc(10% - 20px);
  margin: 0 auto;
  position: fixed;
  background: #0b556a;
}

#lila { 
  width: 7px;
  min-height: 100%;
  top: 0px;
  left: calc(10% - 30px);
  margin: 0 auto;
  position: fixed;
  background: #5b3c9f;
}

				@media screen and (min-width: 64em) {
					body {
						font-size: 12pt;
					}
				}
				@media screen and (min-width: 40em) and (max-width: 64em) {
					body {
						font-size: 10pt;
					}
				}
				@media screen and (max-width: 40em) {
					body {
						font-size: 9pt;
					}
				}