/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px; }

body {
  margin: 0;
  padding: 0;
  color: #58585a;
  line-height: 1.2em;
  font-family: "adobe-garamond-pro";
  letter-spacing: 1px;
  font-size: 16px; }
  @media screen and (max-width: 1600px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 1500px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 1400px) {
    body {
      font-size: 11px; } }

h1 {
  font-size: 2em;
  line-height: 1em; }

h2 {
  font-size: 1.8em;
  line-height: 1em; }

h3 {
  font-size: 1.5em;
  line-height: 1em; }

h1, h2, h3 {
  margin-bottom: 16px;
  color: #20254e;
  letter-spacing: 2px; }

p {
  padding-bottom: 8px; }

#navigation {
  z-index: 50;
  position: fixed;
  width: 100%;
  height: 86px;
  border-bottom: 2px solid #20254e;
  background-color: white;
  text-align: center; }
  #navigation ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 14px; }
    #navigation ul li {
      float: left;
      padding: 24px;
      font-size: 1.6em; }
      #navigation ul li a {
        text-decoration: none;
        font-style: normal; }
      #navigation ul li a.active, #navigation ul li a:hover {
        border-bottom: 1px solid #20254e;
        color: #20254e; }
  #navigation .homelink {
    display: inline-block;
    height: 100%;
    padding-top: 14px;
    padding-left: 14px;
    margin-right: 14px; }
    #navigation .homelink:hover {
      border-bottom: none; }
    #navigation .homelink img {
      display: inline-block;
      max-height: 65px; }
  @media screen and (max-width: 1023px) {
    #navigation .homelink {
      display: block;
      float: left; }
    #navigation ul {
      display: block;
      float: right;
      margin-top: 30px;
      margin-right: 24px;
      position: relative;
      border: 2px solid #20254e;
      border-radius: 4px;
      height: 12px;
      width: 36px; }
      #navigation ul:before {
        border-bottom: 10px double #20254e;
        border-top: 3px solid #20254e;
        height: 4px;
        content: "";
        position: absolute;
        right: 3px;
        top: 4px;
        width: 30px; }
      #navigation ul li {
        display: none;
        background-color: white;
        border-bottom: 1px solid #20254e;
        margin-left: -140px;
        margin-right: -24px;
        float: none;
        top: 42px;
        position: relative; }
        #navigation ul li a {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          line-height: 48px; }
      #navigation ul.active li {
        display: block !important; } }

a {
  color: #58585a;
  text-decoration: none;
  font-style: italic; }

a:hover {
  color: #20254e;
  border-bottom: 1px solid white; }

img {
  max-width: 100%; }

header {
  padding-top: 48.25%;
  position: relative;
  min-height: 80px;
  background: url("/tpl/img/teaserSmall.jpg");
  background-size: contain !important;
  background-position-y: 86px !important;
  background-repeat: no-repeat !important; }
  @media screen and (min-width: 900px) {
    header {
      background-image: url("/tpl/img/teaserMedium.jpg"); } }
  @media screen and (min-width: 1400px) {
    header {
      background: url("/tpl/img/teaserBig.jpg"); } }
  header:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
  header .teaserText {
    text-align: center;
    top: 40%;
    left: 55%;
    color: white;
    width: 40%;
    position: absolute;
    line-height: 1.2em;
    font-size: 1.8em; }
    @media screen and (max-width: 1024px) {
      header .teaserText {
        font-size: 1.4em; } }
    @media screen and (max-width: 550px) {
      header .teaserText {
        display: none; } }

.splitted {
  float: left; }
  .splitted.right-50, .splitted.left-50 {
    width: 50%; }
  .splitted.right-30, .splitted.left-30 {
    width: 30%; }
  .splitted.right-40, .splitted.left-40 {
    width: 40%; }
  .splitted.right-60, .splitted.left-60 {
    width: 60%; }
  .splitted.left-70, .splitted.right-70 {
    width: 70%; }
  .splitted.col-33 {
    width: 33%; }
  @media screen and (max-width: 900px) {
    .splitted {
      width: 100% !important; } }

.gray {
  background-color: #707070;
  color: white; }
  .gray h1, .gray h2, .gray h3, .gray h4, .gray h5, .gray h6 {
    color: #1a2558; }
  .gray a {
    color: white;
    font-style: italic; }

section, footer {
  min-height: 50px;
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 48px 48px; }
  @media screen and (max-width: 1100px) {
    section, footer {
      padding: 48px 16px; } }
  section .helper, footer .helper {
    padding: 0px 36px; }
    @media screen and (max-width: 1100px) {
      section .helper, footer .helper {
        padding: 0px 16px; } }
  section .heading, footer .heading {
    padding: 0px 36px; }
    @media screen and (max-width: 1100px) {
      section .heading, footer .heading {
        padding: 0px 16px; } }
  section:after, footer:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }
  section.no-padding, footer.no-padding {
    padding: 0px; }
    section.no-padding .helper, footer.no-padding .helper {
      padding: 48px 84px; }
      @media screen and (max-width: 1100px) {
        section.no-padding .helper, footer.no-padding .helper {
          padding: 48px 36px; } }

em {
  font-style: italic; }

#Anwalt h1 {
  padding-left: 24px; }
  @media screen and (max-width: 1100px) {
    #Anwalt h1 {
      padding-left: 12px; } }

.DatenListe .item {
  padding-bottom: 12px; }
  .DatenListe .item .jahr {
    float: left;
    width: 150px;
    display: block; }
  .DatenListe .item .what {
    margin-left: 150px;
    display: block; }
  @media screen and (max-width: 500px) {
    .DatenListe .item .jahr {
      float: none; }
    .DatenListe .item .what {
      margin-left: 0; } }

#Kontakt .left {
  position: relative;
  z-index: 1; }
#Kontakt .left:after {
  content: '';
  position: absolute;
  right: 4.25%;
  top: 15%;
  height: 75%;
  border-right: 1px solid #1f2550; }
  @media screen and (max-width: 900px) {
    #Kontakt .left:after {
      border-right: none; } }
#Kontakt .kontaktFormular input, #Kontakt .kontaktFormular textarea {
  font-family: "adobe-garamond-pro";
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  border: none;
  background-color: #e6e6f0;
  font-size: 1.3em;
  font-weight: 100;
  padding: 12px;
  color: #58585a; }
#Kontakt .kontaktFormular textarea {
  height: 150px; }
#Kontakt .kontaktFormular .formcontent {
  margin-left: -6px;
  padding: 4px 0px;
  padding-right: 24px; }
  @media screen and (max-width: 900px) {
    #Kontakt .kontaktFormular .formcontent {
      padding-right: 0;
      margin-right: -6px; } }
#Kontakt .kontaktFormular .submit {
  padding: 4px 0px;
  margin-left: -12px;
  padding-right: 48px; }
  @media screen and (max-width: 900px) {
    #Kontakt .kontaktFormular .submit {
      padding-right: 0px;
      margin-right: -12px; } }
#Kontakt .kontaktFormular .fieldname {
  padding: 0px 8px;
  display: block; }
#Kontakt .maps {
  margin-top: 44px;
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 1400px) {
    #Kontakt .maps {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    #Kontakt .maps {
      margin-top: 44px;
      margin-left: -12px;
      margin-right: -12px; } }
  @media screen and (min-width: 900px) {
    #Kontakt .maps {
      padding-bottom: 100%; } }
  @media screen and (min-width: 1400px) {
    #Kontakt .maps {
      padding-bottom: 70.5%; } }
#Kontakt .maps iframe {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
#Kontakt .addr {
  padding-top: 24px; }

#Rechtsgebiete {
  overflow: hidden;
  padding-bottom: 66px; }
  #Rechtsgebiete .helper {
    padding-bottom: 24px; }

.tiles {
  margin: 0 -1%; }
  @media screen and (max-width: 900px) {
    .tiles {
      margin: 0 -2.1%; } }
  @media screen and (max-width: 500px) {
    .tiles {
      margin: 0 -4.5%; } }
  .tiles .tile {
    width: 25%;
    padding-bottom: 18.687707638%;
    float: left;
    position: relative; }
    @media screen and (max-width: 900px) {
      .tiles .tile {
        width: 50%;
        padding-bottom: 37.3754153%; } }
    @media screen and (max-width: 500px) {
      .tiles .tile {
        width: 100%;
        padding-bottom: 74.7508306%; } }
    .tiles .tile .image {
      position: absolute;
      top: 4%;
      bottom: 4%;
      left: 4%;
      right: 4%;
      background-size: cover; }
      .tiles .tile .image .desc {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 0px;
        overflow: hidden;
        background-color: rgba(26, 37, 88, 0.8);
        color: white;
        padding: 0px;
        transition: height 0.5s;
        padding: 0px 24px;
        font-style: italic;
        text-align: center; }
      .tiles .tile .image:hover .desc {
        height: 55%; }
      .tiles .tile .image:hover .name {
        bottom: 55%; }
      .tiles .tile .image .name {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-color: rgba(26, 37, 88, 0.8);
        color: white;
        text-align: center;
        line-height: 50px;
        transition: bottom 0.5s; }

#Impressum {
  display: none;
  padding-top: 40px; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

div.impressumsLink {
  text-align: center; }

body#Impressum {
  display: block !important; }

#Kanzlei .fullscreenImage {
  background: url("/tpl/img/bueroSmall.png") 0 0 no-repeat;
  width: 100%;
  padding-bottom: 73%;
  background-size: contain;
  margin: 14px;
  margin: 0px 16px; }
  @media screen and (min-width: 900px) {
    #Kanzlei .fullscreenImage {
      background-image: url("/tpl/img/buero.png"); } }
