﻿@font-face {
 font-family: 'Ebrima';
 src: url('ebrima.eot');
 src: url('ebrima.eot?#iefix') format('embedded-opentype'), url('ebrima.woff') format('woff'), url('ebrima.ttf') format('truetype'), url('ebrima.svg#Ebrima') format('svg'); font-weight: normal; font-style: normal;
}

body {
 margin: 0px;
 color: #006;
 font-family: Ebrima, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 background: url('kfz-gutachter.jpg');
 background-size: cover;
 background-attachment: fixed;
 background-position: center center;
 white-space: nowrap;
 padding-top: 220px;
}

#header {
 position: fixed;
 width: 100%;
 height: 137px;
 background: url('header.png') left top repeat-x;
 top: 0px;
 z-index: 2;
 text-align: right;
 color: #fff;
}

.header-text {
 line-height: 1.1em;
 margin: 0px 25px 0px 0px;
}

#logo {
 float: left;
 margin: 25px;
}

h3 {
 margin: 2px 25px 0px 0px;
 color: #339;
 font-size: 26pt;
 font-weight: normal;
 display: none;
}

#links {
 position: fixed;
 top: 163px;
 width: 100%;
 text-align: center;
 font-size: 14pt;
 z-index: 3;
}

#links a {
 text-decoration: none;
 padding: 6px 10px 6px 10px;
 color: #339;
}

.current  {
 background-color: #339;
 -webkit-border-radius: 99px;
 border-radius: 99px;
 color: #fff !important;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}

.page {
 position: static;
 display: inline-block;
 width: 100%;
 height: 200px;
 vertical-align: top;
}

.content {
 position: relative;
 margin: 0px 105px 0px 105px;
 padding: 25px 45px 25px 45px;
 background-color: #fff;
 background-color: rgba(255, 255, 255, .75);
 -webkit-border-radius: 35px;
 border-radius: 35px;
 -webkit-box-shadow: 0 0 15px 0 rgba(204,102,0,.5);
 box-shadow: 0 0 15px 0 rgba(204,102,0,.5);
 white-space: normal;
 z-index: 1;
}

.prev, .next {
 float: left;
 top: 70%;
 position: relative;
 margin: 25px;
 padding: 5px;
}

.next {
 float: right;
}

.prev:hover {
 padding: 5px 10px 5px 0px;
}

.next:hover {
 padding: 5px 0px 5px 10px;
}


h1 {
 margin: 0px;
 color: white;
 text-decoration: underline;
 font-size: 34pt;
 text-shadow: 1px 2px 8px #006;
 text-align: left;
}

li {
 line-height: 1.6em;
}

em {
 font-style: normal;
 font-weight: bold;
}

#impressumlink {
 position: fixed;
 bottom: 0px;
 right: 0px;
 padding: 8px 8px 8px 20px;
 background: url('header.png') left top repeat-x;
  -webkit-border-radius: 35px 0px 0px 0px;
 border-radius: 35px 0px 0px 0px;
}

#impressumlink a {
 color: white;
 text-decoration: none;
}

img {
 border: 0px;
}

table {
 margin: auto;
}

td {
 vertical-align: top;
}

input, textarea {
 border: 1px #006 solid;
 width: 180px;
 padding: 2px;
 background-color: transparent;
 background-color: rgba(255, 255, 255, .4);
 color: #006;
}

input:focus, textarea:focus {
 background-color: #fff;
}