/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, generic/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, generic/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, generic/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 50, generic/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 63, generic/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 73, generic/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, generic/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 93, generic/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 105, generic/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 113, generic/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, generic/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, generic/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, generic/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 157, generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, generic/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, generic/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, generic/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, generic/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 217, generic/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, generic/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 248, generic/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, generic/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 286, generic/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 298, generic/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 307, generic/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 318, generic/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 330, generic/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 342, generic/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 353, generic/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 366, generic/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, generic/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, generic/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, generic/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 404, generic/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, generic/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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
   ========================================================================== */
/* line 13, generic/_boilerplate.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 25, generic/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 30, generic/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 39, generic/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 53, generic/_boilerplate.scss */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 65, generic/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 75, generic/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 83, generic/_boilerplate.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 118, generic/_boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 127, generic/_boilerplate.scss */
.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: h5bp.com/p
 */
/* line 143, generic/_boilerplate.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 157, generic/_boilerplate.scss */
.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.
 */
/* line 173, generic/_boilerplate.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 179, generic/_boilerplate.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 189, generic/_boilerplate.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 196, generic/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 201, generic/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 205, generic/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 213, generic/_boilerplate.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 218, generic/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 224, generic/_boilerplate.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 228, generic/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 233, generic/_boilerplate.scss */
  img {
    max-width: 100% !important;
  }

  /* line 237, generic/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 244, generic/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'TrajanBold';
  src: url("../fonts/trajan/trajan_pro_bold.eot");
  src: url("../fonts/trajan/trajan_pro_bold.eot") format("embedded-opentype"), url("../fonts/trajan/trajan_pro_bold.woff") format("woff"), url("../fonts/trajan/trajan_pro_bold.ttf") format("truetype"), url("../fonts/trajan/trajan_pro_bold.svg#TrajanBold") format("svg");
  font-weight: bold;
}
/* line 10, base/_base.scss */
html {
  height: 100%;
}

/* line 11, base/_base.scss */
body {
  background: #0b3044 url("../img/bg.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: .85em;
}

/* line 16, base/_base.scss */
a {
  text-decoration: none;
  color: #fff;
  outline: none;
}
/* line 18, base/_base.scss */
a:focus {
  outline: none;
}
/* line 19, base/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 22, base/_base.scss */
h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'TrajanBold', serif;
  font-size: 1.7em;
  position: relative;
  margin: 2em 0 1.6em 0;
}
/* line 25, base/_base.scss */
h1 small {
  display: block;
  text-transform: none;
  font-family: 'Source Sans Pro', serif;
  font-size: .9rem;
  font-weight: normal;
  width: 525px;
  margin: 2em auto 0px auto;
  line-height: 1.9em;
}
/* line 30, base/_base.scss */
h1.cc span {
  display: none;
}
/* line 32, base/_base.scss */
h1.underline {
  padding-bottom: 1.6em;
}
/* line 34, base/_base.scss */
h1.underline:after {
  content: "";
  display: block;
  width: 244px;
  position: absolute;
  left: 50%;
  margin-left: -122px;
  bottom: 0;
  height: 1px;
  background: #557080;
}

/* line 41, base/_base.scss */
h2 {
  font-family: 'TrajanBold', serif;
  color: #fff;
  font-size: 1.3em;
  margin: 1.5em 0 1.1em 0;
  text-transform: uppercase;
}

/* line 44, base/_base.scss */
h3 {
  font-family: 'TrajanBold', serif;
  color: #fff;
  font-size: 1.1em;
  margin: 1.5em 0 1em 0;
  text-transform: uppercase;
}

/* line 48, base/_base.scss */
.intro {
  position: relative;
}
/* line 50, base/_base.scss */
.intro.underline {
  margin-bottom: 3.5em;
  padding-bottom: 1.6em;
}
/* line 52, base/_base.scss */
.intro.underline:after {
  content: "";
  display: block;
  width: 244px;
  position: absolute;
  left: 50%;
  margin-left: -122px;
  bottom: 0;
  height: 1px;
  background: #557080;
}

/* line 59, base/_base.scss */
.wrapper {
  width: 979px;
  margin: 0 auto;
}

/* line 63, base/_base.scss */
.icon {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/iconsx2.png");
  width: 40px;
  height: 40px;
  background-size: 400px;
  background-repeat: no-repeat;
}

/* line 68, base/_base.scss */
.no-backgroundsize .icon {
  background-image: url("../img/icons.png");
}

/* line 70, base/_base.scss */
.content {
  margin: 0 auto;
  text-align: center;
  width: 850px;
}
/* line 73, base/_base.scss */
.content ul {
  list-style-type: square;
  padding-left: 0;
  text-align: left;
  font-size: 1.1em;
}
/* line 75, base/_base.scss */
.content ul.col {
  padding-left: 20px;
}
/* line 79, base/_base.scss */
.content li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
/* line 81, base/_base.scss */
.content li a {
  text-decoration: underline;
}
/* line 82, base/_base.scss */
.content li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 7px;
}
/* line 88, base/_base.scss */
.content p.note {
  text-align: left;
  clear: both;
  position: relative;
  padding-left: 40px;
  width: 470px;
  margin: 1.5em auto 1.5em auto;
}
/* line 91, base/_base.scss */
.content p.note .icon {
  background-position: -120px 0;
  top: -11px;
}

/* line 96, base/_base.scss */
.col {
  float: left;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 98, base/_base.scss */
.col img {
  width: 100%;
  height: auto;
}

/* line 100, base/_base.scss */
.col2 {
  width: 50%;
}

/* line 103, base/_base.scss */
.col3 {
  width: 33.33333%;
}

/* line 106, base/_base.scss */
.col4 {
  width: 25%;
}

/* line 109, base/_base.scss */
.col-big {
  width: 63.52941%;
}

/* line 112, base/_base.scss */
.col-small {
  width: 31.76471%;
}

/* line 115, base/_base.scss */
.gap {
  margin-right: 4.70588%;
}

/* line 118, base/_base.scss */
.center-narrow {
  margin: 0 auto;
  width: 585px;
  line-height: 1.8em;
  text-align: center;
}

/* line 122, base/_base.scss */
.alter {
  padding: 50px 0;
  background: #14384c;
}
/* line 125, base/_base.scss */
.alter .lawyer h3 {
  font-family: 'TrajanBold', serif;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
/* line 128, base/_base.scss */
.alter .lawyer .fig {
  width: 43.76471%;
  float: left;
  margin: 0;
}
/* line 131, base/_base.scss */
.alter .lawyer .personalia {
  padding-left: 40px;
  text-align: left;
  float: left;
}
/* line 133, base/_base.scss */
.alter .lawyer .personalia a {
  color: #879fab;
}

/* line 139, base/_base.scss */
.office {
  font-size: 1.1em;
  width: 500px;
  margin: 3em auto;
}
/* line 141, base/_base.scss */
.office label {
  font-family: 'TrajanBold', sans-serif;
  float: left;
  padding-right: 25px;
  padding-top: 16px;
  text-transform: uppercase;
}
/* line 144, base/_base.scss */
.office .address {
  font-style: normal;
  float: left;
  border-left: 1px solid #fff;
  text-align: left;
  padding-left: 25px;
}

/* line 149, base/_base.scss */
.image-set {
  margin: 2.8em 0;
}
/* line 151, base/_base.scss */
.image-set.vacatures {
  margin-left: 65px;
  margin-right: 64px;
}
/* line 154, base/_base.scss */
.image-set.vacatures figure.col {
  float: none;
  width: auto;
  display: block;
}

/* line 162, base/_base.scss */
.inset {
  margin-bottom: -50px;
}

/* line 164, base/_base.scss */
.lawyers {
  margin-bottom: -50px;
}
/* line 166, base/_base.scss */
.lawyers .col2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 169, base/_base.scss */
.lawyers .col2 h3 {
  font-family: 'TrajanBold', serif;
}
/* line 172, base/_base.scss */
.lawyers .col2 a {
  color: #879fab;
}
/* line 175, base/_base.scss */
.lawyers .col2 .personalia {
  float: left;
  width: 42.3913%;
}
/* line 178, base/_base.scss */
.lawyers .col2 .fig {
  width: 51.08696%;
  float: left;
  margin: 0 0 0 0;
}
/* line 181, base/_base.scss */
.lawyers .col2 .caption {
  background: #fff;
  padding: 30px;
  font-style: italic;
  color: #0b3044;
  font-weight: 600;
  text-align: left;
}
/* line 186, base/_base.scss */
.lawyers .lawyer1 {
  text-align: right;
  padding-right: 3.06435%;
}
/* line 188, base/_base.scss */
.lawyers .lawyer1 .fig {
  margin-left: 6.52174%;
}
/* line 190, base/_base.scss */
.lawyers .lawyer2 {
  text-align: left;
  padding-left: 3.06435%;
}
/* line 192, base/_base.scss */
.lawyers .lawyer2 .fig {
  margin-right: 6.52174%;
}
/* line 193, base/_base.scss */
.lawyers .lawyer2 .personalia {
  float: right;
}

/* line 199, base/_base.scss */
.contact {
  margin-bottom: 100px;
  font-size: 1em;
}
/* line 201, base/_base.scss */
.contact .fig {
  height: 225px;
  width: 41.36874%;
  overflow: hidden;
  float: left;
  margin: 0;
}
/* line 204, base/_base.scss */
.contact #map {
  height: 225px;
  width: 34.11645%;
  float: left;
  background: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 211, base/_base.scss */
.contact .address {
  width: 24.51481%;
  height: 225px;
  float: left;
  background: #fff;
  font-style: normal;
  color: #0b3044;
  text-align: left;
  padding: 33px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 214, base/_base.scss */
.contact .address hr {
  border: none;
  height: 3px;
  width: 10px;
  background: #0b3044;
}
/* line 217, base/_base.scss */
.contact .address a {
  color: #0b3044;
}

/* line 221, base/_base.scss */
#mobile-menu {
  border: none;
  top: 86px;
  background-position: -200px 0;
  right: 5%;
  left: auto;
  margin-right: -11px;
  outline: none;
  display: none;
  z-index: 10;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* line 227, base/_base.scss */
  .wrapper {
    width: 850px;
  }
  /* line 229, base/_base.scss */
  .wrapper.lawyer1024 {
    width: 90%;
  }

  /* line 234, base/_base.scss */
  .content {
    width: auto;
  }

  /* line 239, base/_base.scss */
  .alter .content {
    width: 90%;
  }

  /* line 245, base/_base.scss */
  .image-set.vacatures {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 253, base/_base.scss */
  .wrapper {
    width: 90%;
  }

  /* line 258, base/_base.scss */
  .alter .lawyer .fig {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 2em;
  }
  /* line 260, base/_base.scss */
  .alter .lawyer .fig img {
    width: 186px;
    height: auto;
  }
  /* line 264, base/_base.scss */
  .alter .lawyer .personalia {
    float: none;
    text-align: center;
    width: auto;
    padding-left: 0;
  }

  /* line 269, base/_base.scss */
  .contact {
    position: relative;
    padding-bottom: 260px;
    margin: 0 auto 100px auto;
    max-width: 645px;
  }
  /* line 271, base/_base.scss */
  .contact #map {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 225px;
    position: absolute;
  }
  /* line 274, base/_base.scss */
  .contact .fig {
    width: 407px;
  }
  /* line 277, base/_base.scss */
  .contact .address {
    margin-left: 407px;
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 900px) {
  /* line 284, base/_base.scss */
  .lawyers {
    width: 508px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 286, base/_base.scss */
  .lawyers .col2 {
    width: 254px;
  }
  /* line 288, base/_base.scss */
  .lawyers .col2 .personalia {
    float: none;
    width: auto;
    text-align: center;
  }
  /* line 293, base/_base.scss */
  .lawyers .col2 .fig {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  /* line 297, base/_base.scss */
  .lawyers .lawyer1 {
    padding-right: 20px;
  }
  /* line 300, base/_base.scss */
  .lawyers .lawyer2 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 307, base/_base.scss */
  body {
    background-size: 600px;
  }

  /* line 311, base/_base.scss */
  h1 small {
    width: auto;
  }
  /* line 313, base/_base.scss */
  h1.cc img {
    max-width: 100%;
    height: auto;
  }

  /* line 317, base/_base.scss */
  .wrapper .center-narrow {
    width: auto;
  }

  /* line 319, base/_base.scss */
  .center-narrow {
    width: 90%;
  }

  /* line 322, base/_base.scss */
  .office {
    width: auto;
  }
  /* line 324, base/_base.scss */
  .office label {
    float: none;
    display: block;
    text-align: center;
    padding-right: 0;
    padding-bottom: 10px;
  }
  /* line 328, base/_base.scss */
  .office .address {
    border: none;
    float: none;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 333, base/_base.scss */
  .alter .col {
    float: none;
    width: auto;
  }
  /* line 336, base/_base.scss */
  .alter .lawyer:first-child {
    margin-bottom: 3em;
  }

  /* line 341, base/_base.scss */
  .lawyers {
    width: auto;
    position: relative;
  }
  /* line 343, base/_base.scss */
  .lawyers .col {
    float: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 346, base/_base.scss */
  .lawyers .lawyer1 {
    margin-bottom: 50px;
  }

  /* line 350, base/_base.scss */
  .content p.note {
    width: auto;
  }
  /* line 351, base/_base.scss */
  .content ul.col {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }

  /* line 357, base/_base.scss */
  .contact .fig img {
    width: 100%;
  }
  /* line 358, base/_base.scss */
  .contact .address, .contact .fig {
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  /* line 366, base/_base.scss */
  .image-set .col-big {
    width: 100%;
  }
  /* line 367, base/_base.scss */
  .image-set .col-small {
    display: none;
  }
  /* line 368, base/_base.scss */
  .image-set .gap {
    margin-right: 0;
  }
}
/* line 1, gui/_header.scss */
#header {
  font-family: 'TrajanBold', serif;
  font-size: .8em;
  margin-bottom: 50px;
  text-transform: uppercase;
}
/* line 3, gui/_header.scss */
#header .languages {
  float: right;
  font-size: .9em;
}
/* line 5, gui/_header.scss */
#header .languages a {
  text-transform: uppercase;
  display: block;
  float: left;
  padding-left: 8px;
}
/* line 7, gui/_header.scss */
#header .languages a.active {
  color: #879fab;
}
/* line 8, gui/_header.scss */
#header .languages a:hover {
  color: #0b3044;
  text-decoration: none;
}

/* line 13, gui/_header.scss */
#header-top {
  padding: 20px 0;
}
/* line 15, gui/_header.scss */
#header-top .left {
  float: left;
  text-transform: uppercase;
  padding-left: 23px;
  position: relative;
}
/* line 17, gui/_header.scss */
#header-top .left .icon {
  top: -13px;
  left: -13px;
}

/* line 21, gui/_header.scss */
#header-bar {
  background: #fff;
  padding: 22px 0;
}

/* line 25, gui/_header.scss */
#logo {
  float: left;
}

/* line 28, gui/_header.scss */
#mainnav {
  float: right;
  margin-top: 15px;
  width: 661px;
}
/* line 30, gui/_header.scss */
#mainnav ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}
/* line 33, gui/_header.scss */
#mainnav li {
  list-style-type: none;
  display: inline-block;
}
/* line 36, gui/_header.scss */
#mainnav a {
  color: #0b3044;
  text-transform: uppercase;
  display: block;
  padding: 12px 7px 7px 7px;
  line-height: normal;
}
/* line 38, gui/_header.scss */
#mainnav a.active {
  color: #fff;
  background: #879fab;
}
/* line 39, gui/_header.scss */
#mainnav a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  /* line 47, gui/_header.scss */
  #header-bar .wrapper {
    width: 100%;
  }

  /* line 51, gui/_header.scss */
  #header-bar {
    padding-bottom: 0;
  }

  /* line 54, gui/_header.scss */
  #logo {
    display: block;
    text-align: center;
    float: none;
  }

  /* line 57, gui/_header.scss */
  #mainnav {
    float: none;
    width: auto;
    text-align: center;
    background: #F1F7FF;
  }
  /* line 59, gui/_header.scss */
  #mainnav ul {
    display: block;
    text-align: center;
  }
  /* line 62, gui/_header.scss */
  #mainnav li {
    display: inline-block;
    float: none;
  }
  /* line 65, gui/_header.scss */
  #mainnav a {
    padding: 14px 7px 12px 7px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 71, gui/_header.scss */
  #logo {
    text-align: left;
    padding-left: 5%;
    padding-left: 5%;
  }

  /* line 74, gui/_header.scss */
  #header {
    margin-bottom: 0;
  }

  /* line 75, gui/_header.scss */
  #header .left a span {
    display: none;
  }

  /* line 76, gui/_header.scss */
  #header-bar {
    height: 78px;
  }

  /* line 79, gui/_header.scss */
  #mainnav {
    position: fixed;
    z-index: 100;
    top: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0s linear .5s, opacity .3s linear;
    -moz-transition: visibility 0s linear .5s, opacity .3s linear;
    -ms-transition: visibility 0s linear .5s, opacity .3s linear;
    -o-transition: visibility 0s linear .5s, opacity .3s linear;
    transition: visibility 0s linear .5s, opacity .3s linear;
  }
  /* line 90, gui/_header.scss */
  #mainnav li {
    display: block;
  }

  /* line 93, gui/_header.scss */
  #mobile-menu {
    display: block;
  }

  /* line 94, gui/_header.scss */
  .menu-open {
    overflow: hidden;
    height: 100%;
  }
  /* line 96, gui/_header.scss */
  .menu-open body {
    overflow: hidden;
    height: 100%;
  }
  /* line 97, gui/_header.scss */
  .menu-open #mainnav {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 430px) {
  /* line 107, gui/_header.scss */
  #logo img {
    width: 250px;
    height: auto;
  }

  /* line 109, gui/_header.scss */
  #header-bar {
    height: 59px;
    padding-top: 16px;
  }

  /* line 112, gui/_header.scss */
  #mobile-menu {
    top: 73px;
  }

  /* line 115, gui/_header.scss */
  #mainnav {
    top: 115px;
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, gui/_slider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 19, gui/_slider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 25, gui/_slider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 26, gui/_slider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 27, gui/_slider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 28, gui/_slider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 31, gui/_slider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 32, gui/_slider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 33, gui/_slider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 38, gui/_slider.scss */
.no-js .slides > li:first-child {
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 41, gui/_slider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 42, gui/_slider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 45, gui/_slider.scss */
.homeslider {
  color: #0b3044;
  position: relative;
}
/* line 47, gui/_slider.scss */
.homeslider h3 {
  color: #879fab;
  font-family: 'TrajanBold', serif;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-top: 0;
}
/* line 52, gui/_slider.scss */
.homeslider .slides li {
  background: #fff;
  position: relative;
}
/* line 53, gui/_slider.scss */
.homeslider .slides img {
  width: 100%;
  display: none;
}
/* line 55, gui/_slider.scss */
.homeslider .col2 {
  padding: 50px 50px 0 50px;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 60, gui/_slider.scss */
.homeslider .fig {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 247px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 63, gui/_slider.scss */
.homeslider .fig img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 66, gui/_slider.scss */
.homeslider .fig:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -18px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
}
/* line 74, gui/_slider.scss */
.homeslider .flex-control-paging {
  text-align: center;
  display: block;
  margin-top: 39px;
}
/* line 76, gui/_slider.scss */
.homeslider .flex-control-paging li {
  display: inline-block;
}
/* line 79, gui/_slider.scss */
.homeslider .flex-control-paging a {
  display: block;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  border: 1px solid #fff;
  margin: 0 5px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 82, gui/_slider.scss */
.homeslider .flex-control-paging a.flex-active {
  background: #fff;
}
/* line 86, gui/_slider.scss */
.homeslider .flex-direction-nav a {
  background-image: url("../img/iconsx2.png");
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: -34px 7px;
  text-indent: -9999px;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: -135px;
}
/* line 91, gui/_slider.scss */
.homeslider .flex-direction-nav a.flex-next {
  background-position: -74px 7px;
  left: auto;
  right: -135px;
}
/* line 98, gui/_slider.scss */
.homeslider.single-item .flex-direction-nav, .homeslider.single-item .flex-control-paging {
  display: none;
}

/* line 105, gui/_slider.scss */
.no-backgroundsize .flexslider .flex-direction-nav a {
  background-image: url("../img/icons.png");
}

@media only screen and (max-width: 1024px) {
  /* line 111, gui/_slider.scss */
  .flexslider {
    width: 850px;
    margin: 0 auto;
  }
  /* line 114, gui/_slider.scss */
  .flexslider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    background-position: -40px 0px;
    left: -70px;
    margin-top: -55px;
  }
  /* line 116, gui/_slider.scss */
  .flexslider .flex-direction-nav a.flex-next {
    background-position: -80px 0px;
    left: auto;
    right: -70px;
  }
  /* line 123, gui/_slider.scss */
  .flexslider .col2 {
    padding: 30px 30px 0 30px;
  }
  /* line 126, gui/_slider.scss */
  .flexslider .fig {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 132, gui/_slider.scss */
  .flexslider {
    width: auto;
    margin: 0 70px;
  }
  /* line 134, gui/_slider.scss */
  .flexslider .slides li {
    min-height: 247px;
  }
  /* line 137, gui/_slider.scss */
  .flexslider .col2 {
    padding: 30px;
  }
  /* line 140, gui/_slider.scss */
  .flexslider .fig {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 150, gui/_slider.scss */
  .flexslider {
    margin: 0;
  }

  /* line 153, gui/_slider.scss */
  .flex-direction-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* line 159, gui/_slider.scss */
  .flexslider {
    margin-top: 30px;
  }
  /* line 161, gui/_slider.scss */
  .flexslider .col2 {
    width: auto;
    float: none;
  }
  /* line 162, gui/_slider.scss */
  .flexslider .fig {
    width: auto;
    float: none;
    position: relative;
    left: 0;
    background: none !important;
  }
  /* line 164, gui/_slider.scss */
  .flexslider .fig img {
    display: block;
  }
  /* line 165, gui/_slider.scss */
  .flexslider .fig:before {
    left: 50%;
    margin-left: -18px;
    top: 18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
    border-bottom: none;
  }
}
/* line 1, gui/_accordion.scss */
.accordion {
  border-bottom: 1px solid #557080;
}
/* line 3, gui/_accordion.scss */
.accordion:last-child {
  border: none;
}
/* line 5, gui/_accordion.scss */
.accordion.open button .icon {
  background-position: -160px 0;
}
/* line 7, gui/_accordion.scss */
.accordion button {
  background: none;
  outline: none;
  border: none;
  position: relative;
  width: 100%;
  display: block;
  top: -2px;
  font-family: 'TrajanBold', sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0 7px;
}
/* line 10, gui/_accordion.scss */
.accordion button .icon {
  background-position: -80px 0;
  left: auto;
  right: 0px;
}
/* line 14, gui/_accordion.scss */
.accordion .acc-content {
  display: none;
  text-align: left;
}
/* line 16, gui/_accordion.scss */
.accordion .acc-content p {
  margin-top: 0;
}

/* line 1, gui/_tabs.scss */
.tab-nav {
  text-align: center;
}
/* line 3, gui/_tabs.scss */
.tab-nav a {
  font-family: 'TrajanBold', sans-serif;
  display: inline-block;
  border: 2px solid #fff;
  position: relative;
  font-size: 1em;
  padding: 12px 20px 10px 20px;
  line-height: normal;
  margin: 0 7px;
  text-transform: uppercase;
}
/* line 6, gui/_tabs.scss */
.tab-nav a.active {
  background: #fff;
  color: #0b3044;
}
/* line 8, gui/_tabs.scss */
.tab-nav a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
}
/* line 16, gui/_tabs.scss */
.tab-nav a:hover {
  text-decoration: none;
}

/* line 19, gui/_tabs.scss */
.tab-content {
  margin-top: 3.5em;
}

@media only screen and (max-width: 600px) {
  /* line 25, gui/_tabs.scss */
  .tab-nav a {
    margin-bottom: 1em;
  }
  /* line 28, gui/_tabs.scss */
  .tab-nav a.active:after {
    display: none;
  }
}
/* line 1, gui/_footer.scss */
#footer {
  color: #879fab;
  text-align: center;
  font-family: 'TrajanBold', sans-serif;
  padding: 35px 0;
  font-size: .8em;
  text-transform: uppercase;
  position: relative;
}
/* line 3, gui/_footer.scss */
#footer a {
  color: #879fab;
}
/* line 6, gui/_footer.scss */
#footer .weblounge {
  position: absolute;
  right: 20px;
  top: 35px;
  color: #466575;
  font-size: .6em;
}

@media only screen and (max-width: 1024px) {
  /* line 16, gui/_footer.scss */
  #footer .weblounge {
    display: block;
    text-align: center;
    position: static;
    margin-top: 10px;
  }
}
