@charset "UTF-8";
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "arial", sans-serif;
  font-weight: 600;
}

p {
  line-height: 1.5;
  font-family: "arial", sans-serif;
}

a {
  color: #b5102b;
}

.header {
  max-width: 1140px;
  margin: 0 auto;
}

.branding {
  margin: 0 auto;
}

.branding .logo {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  width: 450px;
  height: auto;
}

.navigationwrap {
  background-color: #b5102b;
  margin-bottom: 1.5em;
}

.navigation {
  max-width: 960px;
  height: 50px;
  margin: 0 auto;
  display: table;
}

.navigation li {
  display: table-cell;
  padding: 0 1em;
}

.navigation li a {
  color: white;
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 50px;
  font-family: "arial", sans-serif;
  letter-spacing: 1px;
}

.navigation li a:hover {
  text-decoration: underline;
}

.current {
  text-decoration: underline;
}

.content-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.content-main {
  width: 70%;
  margin: 0 auto;
  min-height: 500px;
}

.content-main p {
  margin-right: 10%;
  font-family: "arial", sans-serif;
}

.aside {
  float: right;
  width: 30%;
  background-color: #c8bfab;
  background-color: #d1dc48;
  background-color: #eee;
  min-height: 495px;
  border-left: 5px solid #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}

.aside-secondary-headline {
  background-color: #b5102b;
  margin-left: 20px;
  color: white;
  font-weight: 400;
  padding: 0.25em 1em;
  font-size: 1.125em;
  box-shadow: 1px 1px 2px #555;
}

.aside p {
  margin-left: 20px;
}

.aside .datum {
  border-bottom: 1px solid #222;
  margin-right: 20px;
}

h1 {
  font-size: 1.5em;
}

h1:first-child {
  margin-top: 2em;
}

.portrait {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0.5em;
  width: 200px;
}

.anwaelte {
  float: left;
  margin-right: 30px;
  width: 300px;
}

.mehr {
  text-align: right;
  margin-right: 20px;
}

.mehr a {
  color: #b5102b;
}

.name {
  margin-bottom: 0;
  color: #b5102b;
  font-size: 1em;
  font-weight: 600;
  margin-top: 35px;
}

.beruf {
  margin-top: 0.25em;
  margin-bottom: 0;
}

.bio {
  margin-top: 0;
}

.footer {
  clear: both;
  border-top: 1px solid #cccccc;
  margin-top: 2em;
}

/*
    Fachbeiträge
 */
.fachbeitrag {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 0.5em 1em;
}
.fachbeitrag .fachbeitrag-titel {
  float: left;
  margin-right: 40px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 200px;
  border: 1px solid #dddddd;
}
.fachbeitrag .download-button {
  background-color: #b5102b;
  color: white;
  border: none;
  padding: 5px 10px;
}

/*
  *     Form
  */
.mailform {
  margin: 1em 0;
  padding: 0;
  max-width: 500px;
}

.error {
  color: #f00;
}

.mailform ol {
  list-style: none;
  padding: 0;
}

.mailform ol li {
  margin-bottom: 1em;
  clear: left;
  overflow: hidden;
}

.mailform ol li label {
  width: 95%;
  clear: left;
}

.mailform ol li input,
.mailform ol li select {
  padding: 2px;
  margin-top: 0.5em;
  width: 95%;
  height: 1.65em;
  font-size: 1em;
}

.mailform ol li select {
  margin-left: 0.5%;
  font-size: 1.125em;
}

.mailform ol li input[type=submit] {
  width: 97%;
  height: 2em;
}

.mailform ol li textarea {
  padding: 1%;
  margin-top: 0.5em;
  width: 95%;
}

.mailform ol li label em, .mailform ol li legend em {
  line-height: 0.75em;
  display: inline;
  color: #B51126;
  font-size: 1em;
  text-transform: none;
  vertical-align: middle;
  padding-left: 5px;
}

.mailform ol li input[type=radio] {
  display: inline;
  width: 2em;
}

.mailform ol li input[type=checkbox] {
  display: inline;
  width: 1em;
  vertical-align: bottom;
  margin: 0 1%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
