<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address 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.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct 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;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct 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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove 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],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove 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. 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).
 */
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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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;
}
/**** vars ****/

/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/istok-web-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/istok-web-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/istok-web-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/istok-web-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/**** layout ****/
body {
  background: url(../img/bg.jpg);
  padding: 0 10px 10px 10px;
}
body.mceContentBody {
  background: white;
}
body.contentpane {
  background: white;
}
#wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#main,
#right,
#main.hasarticles article {
  background: white;
  padding: 10px;
  box-shadow: 2px 2px 4px 2px rgba(200, 201, 184, 0.75);
  margin-top: 15px;
}
#main.hasarticles {
  padding: 0;
  margin-top: 0;
  background: transparent;
  box-shadow: 0 0 0 0 transparent;
}
#wrapper &gt; header {
  position: relative;
  height: 185px;
}
#wrapper &gt; header .moduletable.search {
  position: absolute;
  margin-top: -10px;
  right: 10px;
  background: #ffffff url(../img/searchicon.png) no-repeat 4px 3px;
  box-shadow: 2px 2px 4px 2px rgba(200, 201, 184, 0.75);
  padding: 3px 5px 3px 28px;
  overflow: hidden;
  min-height: 20px;
  cursor: pointer;
}
#wrapper &gt; header .moduletable.search .button {
  display: none;
}
#wrapper &gt; header .moduletable.search input {
  border: 1px solid #dddbd1;
  height: 17px;
}
#wrapper &gt; header .moduletable.language {
  position: absolute;
  bottom: 135px;
  right: 70px;
}
#wrapper &gt; header .moduletable.language ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper &gt; header .moduletable.language ul li {
  display: inline;
  margin-right: 10px;
}
#wrapper &gt; header .moduletable.language ul li img {
  display: none;
}
#wrapper &gt; header .moduletable.language ul li:last-child {
  margin-right: 0;
}
#wrapper &gt; header .moduletable.language a:link,
#wrapper &gt; header .moduletable.language a:active,
#wrapper &gt; header .moduletable.language a:visited {
  color: black;
}
.js #wrapper &gt; header .moduletable.search {
  width: 0;
}
.js #wrapper &gt; header .moduletable.search input {
  width: 0;
  border: 0;
}
.js #wrapper &gt; header .moduletable.search.active {
  width: auto;
}
.js #wrapper &gt; header .moduletable.search.active input {
  width: auto;
  border: 1px solid #dddbd1;
}
#logo {
  height: 30px;
  margin: 5px 0 0 10px;
  position: absolute;
  border: 1px solid white;
}
#togglenav {
  position: absolute;
  text-indent: -10000px;
  bottom: 135px;
  right: 10px;
  width: 30px;
  height: 15px;
  background: url(../img/navbutton.png) no-repeat;
}
#togglenav &gt; a {
  display: block;
  height: 15px;
  width: 30px;
}
#headerimage {
  height: 125px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 2px 2px 4px 2px rgba(200, 201, 184, 0.75);
}
#headerimage img {
  width: 100%;
}
#headerimage #claim2 {
  position: absolute;
  background: rgba(221, 221, 212, 0.8);
  height:30px;
  bottom:0;
  z-index:2;
  width: 100%;
}
#headerimage #claim2 p {
  color: white;
  margin: 7px 0 0 15px;
  font-size: 1.5em;
}
#headerimage #claim {
  display: none;
}

div.procedure_general {
  padding: 10px 100px 10px 50px;
  border-bottom: 3px solid #dddbd1;
}
div.procedure_general h2 {
  color: #f2b11b;
  border-bottom: 0px;
}
div.procedure_general ul {
  list-style-type: none;
}
div.procedure_general ul li:before {
  content: " - ";
}
div.procedure_detail {
  padding: 10px 0px 40px 0px;
  border-bottom: 3px solid #dddbd1;
  overflow: hidden;
}
div.procedure_detail div.col_1 {
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
}
div.procedure_detail div.col_1 span {
  display: block;
  width: 100%;
}
div.procedure_detail div.col_2 {
  width: 45%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
div.procedure_detail div.col_2 ul {
  list-style-type: none;
}
div.procedure_detail div.col_2 ul li:before {
  content: " - ";
}
div.procedure_detail div.col_3 {
  width: 30%;
  float: right;
}
div.procedure_detail div.col_3 img {
  width: 100%;
  height: auto;
  margin: 0;
}
div.newsflash img {
  max-width: 40%;
  height: auto;
  margin: 0 10px 10px 0;
  float: left;
}
h2.newsflash-title {
  border-bottom: 0;
  color: #f2b11b;
}
#main .item-page .item-image {
  float: right;
}
/**** font ****/
body {
  color: #010101;
  font-size: 14px;
  font-family: 'Istok Web', Verdana, Arial, sans-serif;
  line-height: 1.3em;
  font-weight: 500;
}
#right h3,
h1 {
  background: white;
  padding: 15px 10px;
  width: 100%;
  margin: -10px 0 0 -10px;
  color: #f2b11b;
  font-weight: normal;
  font-size: 1.5em;
}
h2 {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 2px solid #dddbd1;
  text-transform: uppercase;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
h4 + p {
  margin-top: 0;
}
.blog article &gt; h2 {
  color: #f2b11b;
}
hr {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #dddbd1;
}
a:link,
a:visited,
a:active {
  color: #010101;
}
a:hover,
a:focus {
  text-decoration: none;
}
#main.hasarticles &gt; h1.pageheading {
  margin: 10px 0 0 0;
  padding: 10px;
}
/*** modules ***/
#right hr {
  width: 50%;
  margin-right: 50%;
}
/**** nav ***/
#mainnavwrap {
  position: relative;
}
#mainnav {
  display: none;
  background: black;
  padding: 10px 0 10px 10px;
  position: absolute;
  top: -125px;
  z-index: 999;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  box-shadow: 2px 2px 4px 2px rgba(200, 201, 184, 0.75);
}
#mainnav ul {
  margin: 0;
  padding: 0;
}
#mainnav ul ul {
  margin-left: 150px;
  margin-top: -20px;
}
#mainnav ul ul a:before {
  content: "- ";
}
#mainnav a:link,
#mainnav a:visited,
#mainnav a:active {
  text-decoration: none;
  color: white;
  display: inline-block;
}
#mainnav &gt; ul &gt; li &gt; a {
  width: 140px;
  height: 17px;
  line-height: 17px;
  padding: 3px 0;
}
#mainnav &gt; ul &gt; li.active &gt; a {
  background: #a6a59a;
  margin-left: -10px;
  padding: 3px 0 3px 10px;
}
#mainnav &gt; ul &gt; li &gt; a:hover,
#mainnav &gt; ul &gt; li &gt; a:focus,
#mainnav &gt; ul &gt; li.active &gt; a,
#mainnav ul ul a:hover,
#mainnav ul ul a:focus,
#mainnav ul ul li.active a {
  font-weight: bold;
}
.no-js #mainnav:target,
#mainnav.active {
  display: block;
}
/*** forms ****/
label {
  display: block;
}
.button,
button,
input[type=submit],
input[type=reset] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2b11b;
  color: white;
  padding: 5px;
  border: 1px solid #dddbd1;
}
select,
input[type=text],
input[type=email] {
  width: 100%;
  max-width: 250px;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #dddbd1;
  height: 20px;
}
textarea {
  width: 100%;
  border: 1px solid #dddbd1;
  min-height: 60px;
  margin: 5px 0 10px 0;
}
label {
  display: block;
}
label.bold {
  font-weight: bold;
}
input,
select {
  display: inline-block;
}
select {
  background: none;
}
legend {
  font-size: 1.08em;
  margin: 0;
  font-weight: bold;
}
fieldset {
  border: 1px solid #dddbd1;
}
/***** content *****/
#main img.teaser {
  float: right;
  width: 50%;
  max-width: 220px;
  border: 2px solid #dddbd1;
  margin: 0 0px 0 0;
}
#main img.teaser + h2 {
  padding: 0 0 15px 0;
  margin: 100px 0 25px 0;
}
#main,
#main article {
  overflow: hidden;
}
#right .moduletable {
  border-bottom: 4px solid #dddbd1;
  overflow: hidden;
}
#right .moduletable &gt; img:first-child {
  float: left;
  margin: 10px 10px 0 0;
  border: 3px solid #dddbd1;
}
#right .moduletable &gt; img:first-child + h4 {
  margin-top: 120px;
}
#right .moduletable.noborder,
#right .moduletable:last-child {
  border-bottom: 0;
}
#right .moduletable.noborder {
  overflow: visible;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 400px) {
  body {
    font-size: 12px;
  }
  #main img.teaser {
    width: 110%;
    float: none;
    max-width: 110%;
    border: 0;
    margin: -10px 0 0 -10px;
  }
  #main img.teaser + h2 {
    margin: 0.5em 0 1em 0;
    padding: 0;
  }
  #right .moduletable &gt; img:first-child {
    margin-bottom: 10px;
  }
  #right .moduletable &gt; img:first-child + h4 {
    margin-top: 60px;
  }
  .js #wrapper &gt; header .moduletable.search.active .inputbox {
    width: 100px;
  }
  #headerimage {
    height: 90px;
  }
  #headerimage #claim {
    height: 90px;
    padding: 0 15px;
  }
  #headerimage #claim p {
    margin: 10px 0;
  }
  #wrapper &gt; header {
    height: 150px;
  }
  #wrapper &gt; header .moduletable.language {
    bottom: 95px;
  }
  #togglenav {
    bottom: 95px;
  }
  #mainnav {
    top: -90px;
  }
}
@media only screen and (max-width: 800px) {
  header {
    background-color: #fff;
  }
  
  #right {
    padding: 0px;
  }
  
  #right .moduletable &gt; h3 {
    background: #f2b11b;
    color: white;
    padding: 10px;
    margin: 0;
  }
  
  #right .moduletable .newsflash {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 450px) {
  #main img.teaser + h2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 450px) {
  #mainnav a:link,
  #mainnav a:visited,
  #mainnav a:active {
    width: 100%;
  }
  #mainnav ul ul {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  #main .item-page .item-image img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  body.nohead #wrapper #headerimage {
    display: none;
  }
  body.nohead #wrapper &gt; header {
    height: 60px;
  }
  body.nohead #wrapper &gt; header .moduletable.language {
    bottom: 10px;
  }
  body.nohead #wrapper &gt; header #togglenav {
    bottom: 10px;
  }
  body.nohead #mainnav {
    top: 0;
  }
  div.procedure_general {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #dddbd1;
  }
  div.procedure_general ul {
    padding-left: 10px;
  }
  div.procedure_detail {
    margin-top: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  div.procedure_detail div.col_1,
  div.procedure_detail div.col_2,
  div.procedure_detail div.col_3 {
    width: 100%;
  }
  div.procedure_detail ul {
    padding-left: 10px;
  }
  div.procedure_detail div.col_1 {
    color: #f2b11b;
    width: 50%;
    border-bottom: 1px solid #dddbd1;
  }
  div.procedure_detail div.col_1 h3 {
    text-transform: uppercase;
    font-weight: normal;
  }
  div.procedure_detail div.col_3 {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  div.procedure_detail div.col_3,
  div.procedure_detail div.col_1 {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  /*** layout ****/
  #wrapper {
    background: white;
    border-radius: 15px;
    box-shadow: 2px 2px 4px 2px rgba(200, 201, 184, 0.75);
  }
  #main,
  #right,
  #main.hasarticles article {
    background: transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-top: 0px;
    padding: 0;
  }
  #main {
    margin: 0 0 0 21%;
    width: 77%;
  }
  #headerimage #claim {
    display: table-cell;;
  }
  #headerimage #claim2 {
    background: none;
    height: 40px;
  }
  #headerimage #claim2 p {
    margin-left: 255px;
  }
  .hasright #wrapper {
    overflow: hidden;
  }
  .hasright #main {
    width: 52.3333%;
    float: left;
  }
  .hasright #right {
    width: 24.5%;
    float: right;
    padding: 0;
  }
  #togglenav {
    display: none;
  }
  #wrapper &gt; header {
    height: 220px;
    margin-bottom: 10px;
  }
  #wrapper &gt; header #logo {
    margin-left: 45px;
    margin-top: 10px;
  }
  #wrapper &gt; header #headerimage {
    height: 145px;
    width: 100%;
    overflow: visible;
    box-shadow: 0 0 0 0 transparent;
  }
  #wrapper &gt; header #headerimage #claim {
    position: absolute;
    width: 48%;
    padding: 0;
    height: 145px;
    margin-left: 0;
    background: url(../img/headbgsmall.png) repeat-y top left;
  }
  #wrapper &gt; header #headerimage #claim p {
    margin: 20px 0 0 145px;
    font-size: 1.1em;
  }
  #wrapper &gt; header #headerimage #overlay {
    background: url(../img/overlay_small.png) no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: cover;
    height: 32px;
  }
  #wrapper &gt; header #headerimage #since50 {
    background: url(../img/since50_small.png) no-repeat;
    height: 55px;
    width: 165px;
    position: absolute;
    bottom: 0;
    right: 70px;
    margin-bottom: -10px;
  }
  #wrapper &gt; header .moduletable.search {
    left: 0;
    bottom: 0;
    height: 33px;
    width: 19% !important;
    padding: 9px 3px 5px 10px;
    margin-bottom: -30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
    background: none;
  }
  #wrapper &gt; header .moduletable.search input {
    width: 85% !important;
    color: #938c7b;
    border: 0 !important;
  }
  #wrapper &gt; header .moduletable.search .button {
    width: 10%;
    color: #938c7b;
    display: inline-block;
    background: none;
    border: 0;
  }
  #wrapper &gt; header .moduletable.language {
    bottom: 245px;
    right: 10px;
  }
  #wrapper &gt; header .moduletable.language ul li img {
    display: inline;
    margin-right: 3px;
  }
  #wrapper &gt; header .moduletable.language ul li a {
    color: #938c7b !important;
    text-decoration: none;
  }
  #wrapper &gt; header #innerheaderimage {
    width: 52%;
    margin-left: 48%;
    overflow: hidden;
    height: 145px;
  }
  /**** font ****/
  h1,
  #right h3 {
    background: none;
    margin: 0.8em 0 0.8em 0;
    padding: 0;
    color: #f2b11b;
  }
  #main.hasarticles h1.pageheading {
    padding: 10px 0;
  }
  #main img.teaser {
    border: 0;
  }
  #main.hasarticles.col2 {
    padding: 0 0 20px 0;
  }
  #main.hasarticles.col2 article:not(.leading) {
    width: 48.5%;
    float: left;
    border-bottom: 4px solid #dddbd1;
  }
  #main.hasarticles.col2 article:not(.leading) img.teaser {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  #main.hasarticles.col2 article:not(.leading) img.teaser + h2 {
    margin: 1em 0;
    border: 0;
    padding: 0;
  }
  #main.hasarticles.col2 article:not(.leading):nth-child(2n) {
    margin-left: 3%;
  }
  #right .moduletable &gt; img:first-child {
    border: 0;
    float: none;
    margin: 0;
  }
  #right .moduletable &gt; img:first-child + h4 {
    margin: 0.3em 0 1em 0;
  }
  #main .item-page .item-image img {
    margin: 0 0 10px 10px;
  }
  /*** menu ***/
  #mainnav {
    display: block !important;
    width: 19%;
    background: transparent;
    top: 0;
    margin-top: 30px;
    box-shadow: 0 0 0 0 transparent;
  }
  #mainnav a:link,
  #mainnav a:visited,
  #mainnav a:active {
    color: black;
    width: 100%;
  }
  #mainnav &gt; ul &gt; li {
    margin: 5px 0;
    border-top: 1px solid #dddbd1;
  }
  #mainnav &gt; ul &gt; li.active &gt; a {
    background: #dddbd1;
  }
  #mainnav &gt; ul &gt; li.active,
  #mainnav &gt; ul &gt; li.active:not(.parent) + li,
  #mainnav &gt; ul &gt; li:first-child {
    border-top: 0;
  }
  #mainnav ul ul {
    margin: 0;
    font-size: 0.92em;
  }
  /**** content ****/
  .products #main.hasarticles article {
    border-bottom: 5px solid #dddbd1;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .products #main.hasarticles article &gt; h2 {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-size: 1.2em;
  }
  .products #main.hasarticles article &gt; .content {
    float: left;
    width: 58%;
    margin-right: 2%;
  }
  .products #main.hasarticles article &gt; img.teaser {
    float: right;
    width: 40%;
    max-width: 300px;
    border: 2px solid #dddbd1;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1050px) {
  body {
    font-size: 13px;
  }
  #wrapper &gt; header .moduletable.language {
    bottom: 155px;
  }
  #headerimage #claim2 {
    height: 30px;
  }
  #headerimage #claim2 p {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 1051px) {
  body {
    font-size: 16px;
  }
  h1,
  #right h3 {
    font-size: 1.875em;
    line-height: 1.1em;
    margin: 0.7em 0 0.8em 0;
  }
  #wrapper &gt; header {
    height: 350px;
  }
  #wrapper &gt; header #logo {
    height: auto;
    margin: 25px 0 0 100px;
  }
  #wrapper &gt; header #headerimage #claim,
  #wrapper &gt; header #headerimage,
  #wrapper &gt; header #innerheaderimage {
    height: 225px;
  }
  #wrapper &gt; header #headerimage #claim {
    background: url(../img/headbgbig.png) no-repeat;
  }
  #wrapper &gt; header #headerimage #claim p {
    margin: 35px 0 0 250px;
  }
  #wrapper &gt; header #headerimage #overlay {
    height: 50px;
    background: url(../img/overlay_big.png) no-repeat;
    background-size: cover;
  }
  #wrapper &gt; header #headerimage #since50 {
    background: url(../img/since50_big.png) no-repeat;
    width: 265px;
    height: 90px;
    margin-right: 35px;
    margin-bottom: -20px;
  }
  #wrapper &gt; header .moduletable.search {
    margin-bottom: -50px;
    height: 50px;
    padding: 25px 3px 3px 30px;
  }
  #main {
    min-height: 550px;
  }
  #mainnav {
    margin-top: 40px;
    padding: 10px 0 10px 30px;
  }
  #mainnav &gt; ul &gt; li {
    margin: 10px 0;
    padding: 10px 0 0 0;
  }
  #mainnav ul ul li {
    margin: 5px 0;
  }
  #mainnav &gt; ul &gt; li.active &gt; a {
    margin: 0 0 0 -30px;
    padding: 3px 0 3px 30px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden,
.element-invisible {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.jumplink {
  position: absolute;
  left: -9999px;
  display: block;
  z-index: 1000;
}
.jumplink:focus {
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: #f2b11b;
  color: white;
  text-decoration: none;
  padding: 10px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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 for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
</pre></body></html>