@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
html, body, div, form, fieldset, legend, label, li {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; }

img {
  border: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0px; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
  /* column-space */ }

.grid {
  width: 100%;
  max-width: 1000px;
  min-width: 755px;
  margin: 0 auto;
  /*overflow: hidden;*/ }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%; }

.push-1-2, .push-6-12 {
  margin-left: 50%; }

.push-1-3, .push-4-12 {
  margin-left: 33.33%; }

.push-1-4, .push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6, .push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

/* CONTACT FORM */
.email-form form {
  margin-left: 136px; }

fieldset {
  border: 0; }

label {
  display: inline-block;
  width: 90px;
  padding: 5px;
  font-weight: bold; }

.inputs, input, textarea {
  border: 1px solid #bbb;
  vertical-align: top;
  width: 80%;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: rgba(255, 255, 255, 0.8); }

textarea {
  height: 200px;
  overflow: auto; }

button {
  display: inline-block;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  background-color: #eeeeee;
  background-image: linear-gradient(#fcfcfc, #eee);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  vertical-align: middle;
  cursor: pointer; }
  button:hover {
    background-image: linear-gradient(#eee, #ddd);
    background-repeat: repeat-x; }

/*  CSS Notification */
.notification {
  display: none;
  padding: 20px;
  text-decoration: none;
  z-index: 999;
  width: 100%;
  height: 300px;
  text-align: center; }

.notification:target {
  outline: none;
  display: block; }

.alert .inner {
  display: block;
  padding: 6px;
  margin: 6px;
  border-radius: 3px;
  color: black;
  background-color: #65f093; }

.nav {
  background-color: #b1bdc8;
  bottom: 0px;
  height: 50px; }
  .nav a#pull {
    display: none; }
  .nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%; }
    .nav ul li {
      padding: 0;
      margin: 0;
      width: 25%;
      border-left: 2px solid #fff;
      float: left;
      position: relative;
      line-height: 50px; }
      .nav ul li:hover a,
      .nav ul li.active a {
        background-position: 0 -40px;
        background-color: #474c52; }
      .nav ul li:first-child {
        border-left: none !important; }
      .nav ul li a {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding: 0 12px;
        color: white;
        text-decoration: none; }
        .nav ul li a img {
          width: 28px;
          height: 28px;
          position: relative;
          bottom: -7px;
          right: 7px; }
      .nav ul li ul {
        height: auto;
        display: none;
        z-index: 20;
        width: 100%;
        position: absolute; }
      .nav ul li:hover ul {
        display: block; }
      .nav ul li ul li {
        border: none;
        border-top: solid 1px #fff;
        float: none;
        position: static;
        width: 100%; }
        .nav ul li ul li:hover a {
          background-color: #fff;
          color: #474c52; }
        .nav ul li ul li a {
          text-align: left;
          padding-left: 55px; }

@media screen and (max-width: 1000px) {
  .header {
    height: 100%; }
  .head-text {
    white-space: normal; }
  .nav {
    position: relative; }
  .wrap, .footer {
    width: 100%; }
  .head-logo {
    height: 100px; } }

@media handheld, only screen and (max-width: 767px) {
  .nav {
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 0; }
    .nav ul {
      display: none;
      height: auto;
      padding: 0; }
      .nav ul li {
        border: 0;
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #DDDDDD; }
        .nav ul li a {
          padding: 0; }
    .nav a {
      text-align: left;
      width: 100%;
      line-height: 40px;
      text-indent: 25px;
      font-weight: bold; }
    .nav a#pull {
      color: #3d3d3d;
      display: block;
      width: 100%;
      text-decoration: none;
      position: relative; }
      .nav a#pull:after {
        content: "";
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 5px; }
  .grid {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px; }
  [class*='col-'] {
    width: auto;
    float: none;
    padding-left: 0; }
  .header {
    height: auto;
    margin-top: 0;
    padding-top: 0; }
  .header {
    background-image: none !important; }
  .grid > .grid {
    padding-left: 0; }
  .email-form {
    height: auto;
    padding-bottom: 12px; }
    .email-form form {
      margin-left: 10px; }
      .email-form form .inputs, .email-form form input, .email-form form textarea, .email-form form input, .email-form form textarea, .email-form form button {
        width: 100%;
        display: block; }
  .footer {
    padding-top: 20px; }
    .footer a {
      display: block;
      font-size: 16px;
      margin-bottom: 12px;
      margin-right: 8px; }
      .footer a:last-child {
        margin-bottom: 0; }
  .profile div {
    width: 130px;
    margin-left: auto !important;
    margin: 0 auto; } }

body {
  font-family: Tahoma,'Droid Sans', sans-serif;
  height: 100%;
  background-color: #f9f9f9; }

.wrap {
  max-width: 1000px;
  margin: 15px auto 6px;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE;
  box-shadow: 0px 1px 8px #BEBEBE; }

.header {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-position-x: 40px;
  background-position-y: -60px;
  background-color: white;
  width: 100%;
  height: 195px;
  -webkit-box-shadow: inset 0px -2px 3px -2px #999;
  -moz-box-shadow: inset 0px -2px 3px -2px #999;
  box-shadow: inset 0px -2px 3px #999; }
  .header .header-logo {
    background-image: url("/img/header-logo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -3px;
    height: 100%;
    width: 100%; }

.content {
  -webkit-box-shadow: inset 0px 2px 3px -2px #999;
  -moz-box-shadow: inset 0px 2px 3px -2px #999;
  box-shadow: inset 0px 2px 3px #999;
  position: relative;
  padding: 30px 20px;
  min-height: 500px;
  overflow: hidden;
  color: #474C52;
  line-height: 1.4em;
  background-color: #e8ebee;
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-position: right -35px bottom -75px;
  background-size: 400px; }
  .content ul {
    padding-left: 0;
    list-style: none; }
  .content li {
    list-style-position: inside;
    text-indent: -16px;
    padding-left: 20px;
    margin-bottom: 5px; }
    .content li:before {
      font-family: Arial;
      font-weight: bold;
      font-size: 25px;
      line-height: 1px;
      position: relative;
      top: 3px;
      color: #cc0033;
      content: '\002022  '; }

.content-heading {
  background-color: #cc0033;
  font-weight: bold;
  color: white;
  margin-left: -10px;
  margin-right: -40px;
  padding: 5px 10px; }
  .content-heading h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    display: inline; }

.footer {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  text-align: right;
  color: #eee; }
  .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
    color: #777; }

.clear {
  clear: both; }

/* custom elements */
/* Kanzlei */
.img-shdw {
  -webkit-box-shadow: 2px 2px 4px #777;
  -moz-box-shadow: 2px 2px 4px #777;
  box-shadow: 2px 2px 4px #777; }

.table-vt td {
  padding-right: 10px; }

.table-vt > tbody tr > td:first-child {
  white-space: nowrap; }

.pad-t-20 {
  margin-top: 20px; }

.profile div {
  margin-left: 20px; }
  .profile div span {
    font-size: 12px; }

.cta {
  float: right; }

/* Leistungen */
.list-wide li {
  margin-bottom: 18px; }

/* Aktuelles*/
.news a:link, .news a:visited, .news a:hover, .news a:active {
  color: #cc0033; }

.news span {
  float: right; }

.news .news-item {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  margin-top: 10px; }

/* Impressum */
.impressum p {
  line-height: 1.2em;
  font-size: 12px; }
