.hidden {
  visibility: hidden;
}
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
 HTML5 display definitions
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
 Base
 ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
 Links
 ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
 Typography
 ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
 Lists
 ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
 Embedded content
 ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object, video {
  margin-bottom: 30px;
  max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
  margin-bottom: 0;
}
/* ==========================================================================
 Figures
 ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
 Forms
 ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
 Tables
 ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
  color: #2b2b2b;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body {
  background: #f5f5f5;
}
a {
  color: #24890d;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:active, a:hover {
  color: #41a62a;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 36px 0 12px;
}
h1 {
  font-size: 26px;
  line-height: 1.38462;
}
h2 {
  font-size: 24px;
  line-height: 1;
}
h3 {
  font-size: 22px;
  line-height: 1.09091;
}
h4 {
  font-size: 20px;
  line-height: 1.2;
}
h5 {
  font-size: 18px;
  line-height: 1.33333;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b, strong {
  font-weight: 700;
}
cite, dfn, em, i {
  font-style: italic;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.26316;
  margin-bottom: 24px;
}
blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
dl {
  margin-bottom: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 24px;
}
ul, ol {
  list-style: none;
  margin: 0 0 24px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin: 0 0 0 20px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
input, textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #767676;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}
.hide {
  display: none;
}
.break {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  border: none;
}
/* BASIC STYLES
 ========================================================== */
/**
 * 1.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  background-color: #fff;
  text-align: center;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
textarea, pre, code, kbd, samp, var, tt {
  font-family: 'Ubuntu', sans-serif;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.hidden {
  font-size: 0px;
  visibility: hidden;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #004368;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #004368;
  color: #000;
  text-shadow: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #edeae6;
}
:-moz-placeholder {
  color: #edeae6;
}
::-moz-placeholder {
  color: #edeae6;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #edeae6;
}
/* TYPO STYLES
 ========================================================== */
p {
  margin: 0 0 22.5px 0;
}
p strong {
  font-weight: 600;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #004368;
}
a.download {
  color: #004368;
}
a.download:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1.4em;
}
h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
h3 {
  font-size: 18px;
  font-weight: 400;
}
h4, h5, h6 {
  font-size: 16px;
  font-weight: 400;
}
hr {
  color: #edeae6;
  background: transparent;
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #edeae6;
  clear: both;
}
/****** LISTS *******/
ul, ol, dl {
  line-height: 1.4em;
  margin: 0;
}
ul > li {
  list-style-type: none;
  margin-bottom: 22.5px;
}
article ul {
  margin-bottom: 22.5px;
}
article ul > li {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
article ul > li:before {
  content: "•";
  padding-right: 0.3em;
}
ul ul > li {
  list-style-type: disc;
  list-style-image: none;
}
ol > li {
  list-style-type: decimal;
}
ol ol > li {
  list-style-type: lower-latin;
}
li {
  line-height: 1.4em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 0.8em;
}
/* Bilder */
img {
  max-width: 100%;
  height: auto;
}
/* Buttons */
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  border: 0;
  padding: 10px 15px;
  line-height: 1em;
  background: #999;
  box-sizing: border-box;
  vertical-align: bottom;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.primary, .button.primary, input[type="button"].primary, input[type="reset"].primary, input[type="submit"].primary {
  background: #004368;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #999;
}
a.pdf-link {
  position: relative;
  padding-left: 2rem;
}
a.pdf-link::before {
  content: "pdf";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: #004368;
  padding: 0.1rem 0.2rem;
  border-radius: 1px;
  line-height: 0.9rem;
}
/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */
.page {
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 780px) {
  /*.page {
    padding-top: 75px;
    padding-bottom: 125px;
  }*/
}
.page .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
}
.page .inner {
  zoom: 1;
  padding-left: 10px;
}
.page .inner:before, .page .inner:after {
  content: "";
  display: table;
}
.page .inner:after {
  clear: both;
}
@media only screen and (min-width: 780px) {
  .page .inner {
    width: 86%;
  }
}
header {
  padding: 10px 15px;
  background: #004368;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 780px) {
  /*header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    padding: 22.5px 0;
  }*/
}
#topimage-wrapper {
  background-image: url(../img/header.jpg);
  position: relative;
  height: 850px;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
#headerlogo-container {
  width: 40vw;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: white url(../layout/logo-bork2.jpg) no-repeat center;
  background-size: contain;
}
#langnav {
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  header {
    height: 246px;
  }
  header .inner {
    position: relative;
    top: -85px;
  }
  #topimage-wrapper {
    background-image: none;
    height: 190px;
  }
  #headerlogo-container {
    background: white url(../layout/logo-bork2.jpg) no-repeat center;
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
  }
}
.maincontent {
  clear: both;
  position: relative;
  text-align: left;
}
.maincontent {
  zoom: 1;
}
.maincontent:before, .maincontent:after {
  content: "";
  display: table;
}
.maincontent:after {
  clear: both;
}
.maincontent * {
  box-sizing: border-box;
}
.maincontent .inner {
  padding: 30px 0;
}
@media only screen and (min-width: 780px) {
  .maincontent .inner {
    padding: 60px 0;
  }
}
.maincontent .subpage {
  position: relative;
  clear: both;
}
.maincontent .subpage {
  *zoom: 1;
}
.maincontent .subpage:before, .maincontent .subpage:after {
  content: "";
  display: table;
}
.maincontent .subpage:after {
  clear: both;
}
.maincontent .subpage.blue {
  background: #004368;
}
.maincontent .subpage .page-title {
  padding: 10px 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  background: #004368;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .maincontent .subpage .page-title {
    position: absolute;
    left: 50%;
    width: auto;
    text-align: center;
    font-size: 12px;
  }
  .maincontent .subpage .page-title.right {
    left: auto;
    right: 50%;
  }
}
.maincontent .col {
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .maincontent .col {
    width: 50%;
    float: left;
    height: 100%;
  }
}
.maincontent .col.intro {
  background: #edeae6;
}
.maincontent .col.contact {
  background: #004368;
  color: #fff;
}
.maincontent .col.contact img {
  border: 4px solid #fff;
  box-sizing: border-box;
  margin-top: 10px;
}
@media only screen and (min-width: 780px) {
  .maincontent .col.contact img {
    margin-top: 0;
  }
}
.maincontent .col.contact a {
  color: #fff;
}
.maincontent .col.contact a:hover {
  text-decoration: underline;
}
.maincontent .col.text .half-inner {
  padding: 30px 15px 20px;
}
@media only screen and (min-width: 780px) {
  .maincontent .col.text .half-inner {
    padding: 30px 80px;
  }
}
@media only screen and (min-width: 992px) {
  .maincontent .col.text .half-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 14%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .maincontent .col.text.right .half-inner {
    padding-right: 14%;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .maincontent .col.text.right.contact .half-inner {
    padding-left: 0;
  }
}
.maincontent .col.image {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .maincontent .col.image {
    min-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .maincontent .col.image img {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .maincontent .col.right {
    float: right;
  }
}
@media only screen and (min-width: 1600px) {
  .maincontent .col .half-inner {
    width: 800px;
    float: right;
  }
  .maincontent .col.right .half-inner {
    float: none;
  }
}
.maincontent .col .page-img {
  width: 100%;
}
footer {
  clear: both;
  background: #edeae6;
  zoom: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}

footer #footer-impressum {
  text-align: center;
  font-weight: 400;
  flex: 1;
}
footer #footer-impressum a {
  color: #004368;
  font-size: 20px;
}

footer #footer-slogan {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../layout/slogan_de.png);
  background-position: center;
  flex: 1;
  height: 80px;
}
footer #footer-slogan.en {
  background-image: url(../layout/slogan_en.png);
}

footer #footer-logo {
  background: white url(../layout/logo-bork2.jpg) no-repeat center;
  flex: 1;
  height: 80px;
  background-size: contain;
}

/**
 * ------------------------------------------------------------------------------------------------- #
 *
 * Tables | Tabellen
 *
 * @section content-tables
 */
table {
  border-collapse: collapse;
  border: 1px solid #edeae6 !important;
}
th {
  vertical-align: bottom;
  font-weight: bold;
  border-right: 1px solid #edeae6;
  border-bottom: 1px solid #edeae6;
  padding: 5px 10px;
  text-align: left;
}
td {
  padding: 5px 10px;
  border-right: 1px solid #edeae6;
  border-bottom: 1px solid #edeae6;
  text-align: left;
  vertical-align: bottom;
}
th p, td p {
  padding-bottom: 5px;
  margin: 0 !important;
}
/**
 * Content
 * -----------------------------------------------------------------------------
 */
/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
.topnav {
  position: relative;
  z-index: 0;
}
.topnav ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 780px) {
  .topnav ul {
    text-align: center;
  }
}
.topnav ul li {
  list-style: none;
  margin: 0.2em 0;
}
@media only screen and (min-width: 780px) {
  .topnav ul li {
    line-height: 2em;
    color: #fff;
    display: inline-block;
    margin: 0;
  }
  .topnav ul li:after {
    content: "|";
  }
  .topnav ul li:last-child:after {
    content: "";
  }
}
.topnav ul li a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.topnav ul li a.active, .topnav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 780px) {
  .topnav ul li a {
    padding: 0 15px;
    text-align: center;
  }
}
.topnav ul li.active > a {
  color: #fff;
}
#langnav {
  position: absolute;
  right: 0;
  top: 0.3em;
  z-index: 1;
}
#langnav ul {
  margin: 0;
}
#langnav li {
  margin: 0 0 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #004368;
}
@media only screen and (min-width: 780px) {
  #langnav li {
    display: inline-block;
    margin: 0 3px;
  }
}
#langnav li a {
  color: #fff;
  display: block;
  width: 26px;
  height: 17px;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100px;
}
#langnav li#de {
  background-image: url(../layout/de_flag.png);
  /*background-image:
   linear-gradient(transparent, transparent),
   url(#{$layoutPath}de_flag.svg);*/
}
#langnav li#en {
  background-image: url(../layout/en_flag.png);
}
#langnav li.current {
  border-color: #fff;
}
#menu-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
}
@media only screen and (min-width: 780px) {
  #menu-toggle {
    display: none;
  }
}
/**
 * Print
 * -----------------------------------------------------------------------------
 */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt;
  }
  .site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
    max-width: 100%;
  }
  #site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
    display: none;
  }
  .site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
    color: #2b2b2b;
  }
  .entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
  }
  .site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
    background: transparent;
  }
  .header-main {
    padding: 48px 10px;
  }
  .site-title {
    float: none;
    font-size: 19pt;
  }
  .content-area {
    padding-top: 0;
  }
  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px;
  }
  .post-thumbnail img {
    margin: 0 10px 24px;
  }
  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0;
  }
  .site-content footer.entry-meta {
    margin: 24px auto;
  }
  .entry-meta .tag-links a {
    color: #fff;
  }
  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
  }
  .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }
  .archive-title, .page-title {
    margin: 0 10px 48px;
  }
  .featured-content .hentry {
    margin-bottom: 48px;
  }
  .featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
    padding-top: 0;
  }
  .featured-content .post-thumbnail img {
    position: relative;
  }
  .featured-content .entry-header {
    padding: 0 10px 24px;
  }
  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px;
  }
  .featured-content .cat-links {
    font-weight: 900;
  }
  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  #pharmaimg-wrapper {
    background-position-y: bottom;
  }
}
