@charset "utf-8";
/* CSS Document */

body {
   margin: 10px auto;
   width: 950px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: 5b5b5b;
}

a {
	color: #2D4191;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

header {
	width: 950px;
	height: 165px;
	display: table-cell;
    vertical-align: middle;
}

#parent {
    width: 950px;
    height: 30px;
	position: relative;
}

#nav-bg {
	width: 950px;
    height: 26px;
	position: absolute;
	border-bottom: 1px solid #AFCD57;
	z-index: 100;
}

/* IE 9, 10 & 11 */
@media screen and (min-width:0\0){
#nav-bg {
	width: 950px;
    height: 25px;
	position: absolute;
	border-bottom: 1px solid #AFCD57;
	z-index: 100;
}
}

nav {
    width: 945px;
    height: 30px;
	position: absolute;
	z-index: 200;
	margin-left: 15px;
}

nav:after {
    content:'';
    clear: left;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    list-style: none;
    float: left;                
    position: relative;
	margin: 0; 
    padding: 0;
}

nav ul ul {
    position: absolute;
	display: none;
	margin-top: -1px;
   /* font: 0/0 serif;            /* Unternavigation ausblenden */
   /* z-index: -1;*/
}

nav ul li:hover ul {
   /* font: inherit;
    z-index: 200;               /*  Unternavigation einblenden */
	display: block;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
}

nav ul ul li {
    float: none;
}

.architektur {
	border-top: 3px solid #2D4191;
	width: 150px;
	margin-top: -2px;
}

nav a {
    display: block;
    width: auto; 
    padding: 0.4em;
    text-decoration: none; 
	color: #5b5b5b;
	text-decoration: none;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	-moz-transition: 	background-color 0.4s ease-in-out, color 0.4s ease-in-out;
	transition: 		background-color 0.4s ease-in-out, color 0.4s ease-in-out;
} 

nav a:hover {
		text-decoration: none;
}

.underline{
	position: absolute;
	bottom: -1px;
	height: 3px;
	z-index: 10;
	width:100%;
	left:0;
	opacity: 0;
	visibility: hidden; 
	background-color: #2D4191;
	transition: all 0.3s ease-out 0s;
}
  
nav li:hover .underline,
.current a .underline,
nav li:hover .current_page_item a.underline {
	opacity: 1;
	visibility: visible;
	text-decoration: none;
}

nav ul ul a:hover {
	background-color: rgba(225, 225, 225, 0.6);
    background: rgba(225, 225, 225, 0.6);
	border: none;
	text-decoration: none;
}

#banner {
	widht: 950px;
	height: 220px;
	margin: 15px 0 30px 0;
}

main {
	width: 950px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #5b5b5b;
}
article {
	padding: 0 20px 0 20px;
	line-height: 1.4em;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: #5b5b5b;
	margin-bottom: 15px;
	font-weight: normal;
}

.kontakt{
	line-height: 35px;
}

/*input[type="text"], select, textarea{
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #ababab;
	-webkit-box-shadow:inset 0 0 2px 2px #F0F0F0;
	box-shadow:inset 0 0 2px 2px #F0F0F0;
}*/

input, select {
	height: 25px;
}

input, select, textarea {
	margin-bottom: 5px;
}

.unsichtbar {
	display: none;
}