/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #879ba9;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #879ba9;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Primary Styles ========================================================
   Author: Euroweb Internet GmbH, 2012
   ========================================================================== */
@font-face {
  font-family: 'Swiss721';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/1B3D4E_0_0.eot');
  src: url('fonts/1B3D4E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/1B3D4E_0_0.woff') format('woff'), url('fonts/1B3D4E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Swiss721';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/1B3D4E_1_0.eot');
  src: url('fonts/1B3D4E_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/1B3D4E_1_0.woff') format('woff'), url('fonts/1B3D4E_1_0.ttf') format('truetype');
}
/* vars */
/* mixins */
/* styles */
#header-container {
  background-color: #DFE6EC;
  z-index: 2;
  padding: 0 5% 5%;
}
#header-container header {
  position: relative;
  z-index: 7;
}
#header-container nav {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
}
#header-container nav ul {
  text-align: left;
}
#header-container nav ul li {
  float: left;
  margin: 15px 40px 0 0;
}
#header-container nav ul li.first {
  margin-left: 230px;
}
#header-container nav ul li:last-child {
  margin-right: 0;
}
#header-container nav a {
  color: #dee4e9;
  font-family: 'Swiss721', Arial, sans-serif;
  font-style: normal;
  text-decoration: none;
  font-size: 13px;
}
#header-container nav a.selected,
#header-container nav a:hover {
  text-decoration: underline;
}
#header-container h1,
#header-container h2,
#header-container h3 {
  font-family: 'Droid Serif', Georgia, serif;
  font-style: italic;
  font-weight: normal;
}
#header-container #title {
  font-family: 'Droid Sans', Arial, sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 20px;
}
#header-container #title h2 {
  color: #4a4a4a;
  font-size: 28px;
  font-weight: normal;
  line-height: 42px;
  margin: 0;
}
#header-container #title h2 span {
  color: #879ba9;
  font-size: 43px;
}
#header-container #title a.button {
  margin: 0;
}
#header-container #title .videobutton {
  background: url(../images/social-sprite.png) no-repeat -165px 0;
  display: block;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  width: 31px;
  float: right;
  margin: 5px 30px 0 0;
}
#header-container #title .videobutton:hover {
  background-position: -165px -30px;
}
#header-container #branding {
  border: none;
  display: block;
  margin: 0 0 0 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  height: 146px;
  width: 166px;
}
#header-container #branding a {
  display: block;
}
#header-container #branding span {
  position: absolute;
  display: block;
  text-indent: -9999px;
}
#main-container {
  position: relative;
  z-index: 4;
  background: url(../images/noise_pattern_with_crosslines.png) repeat #f5f5f5;
  padding: 5%;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Droid Sans', Arial, sans-serif;
}
#main {
  background-color: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#main article {
  padding: 0 5%;
  float: none;
  margin: 40px auto;
  text-align: justify;
  font-size: 14px;
  line-height: 21px;
  color: #222;
}
#main article p {
  margin-bottom: 30px;
}
#main article a {
  color: #00457d;
}
#main article a:hover {
  color: #00294a;
}
#main article .content-half {
  clear: both;
  float: none;
}
#main article a.button {
  color: #fff;
  margin: 40px 0;
}
#main article a.button:hover {
  background-color: #dbe4eb;
  background-position: right -17px;
  color: #64737f;
}
#main article a.button:active {
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
}
#main #branding-small {
  background: url(../images/branding-small.png) no-repeat center 0;
  width: 57px;
  height: 57px;
  display: block;
  margin: -28px auto 0;
}
#main .separator {
  background: url(../images/separator-horizontal.gif) no-repeat center top;
  width: 100%;
  /* 820px */

  height: 1px;
}
#main h1,
#main h2,
#main h3,
#main h4 {
  font-family: 'Droid Serif', Georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: #4a4a4a;
  text-align: center;
}
#main h2 {
  font-size: 32px;
  line-height: 26px;
}
#main h2 span {
  font-size: 22px;
}
#main ul.box {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  list-style-type: none;
  padding: 24px 30px;
  text-align: left;
  margin: 0 0 40px 0;
}
#main ul.box li {
  margin-bottom: 15px;
}
#main ul.box li:last-child {
  margin-bottom: 0;
}
a.button {
  font: 14px/24px 'Droid Sans', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 37px 0 10px;
  margin: 40px 0 ;
  background: #212324 url(../images/bg-button.png) right 3px no-repeat;
  float: right;
  text-shadow: none;
  -webkit-transition: box-shadow 0.23s ease;
  -moz-transition: box-shadow 0.23s ease;
  -ms-transition: box-shadow 0.23s ease;
  -o-transition: box-shadow 0.23s ease;
  transition: box-shadow 0.23s ease;
}
a.button:hover {
  background-color: #dbe4eb;
  background-position: right -17px;
  color: #64737f;
}
a.button:active {
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
}
#footer-container {
  position: relative;
  float: none;
  clear: both;
  height: 155px;
  padding: 20px 0 0;
  width: 100%;
  z-index: 6;
  background-color: #1D1D1D;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
}
#footer-container a.separated {
  font: italic 13px 'Droid Serif', Georgia, serif;
  color: #fff;
  display: block;
  float: left;
  margin-top: 7px;
  text-decoration: none;
}
#footer-container a.separated.left {
  padding: 0 0 0 18px;
  border-left: 1px dotted #737373;
}
#footer-container a.separated.right {
  padding: 0 18px 0 0;
  border-right: 1px dotted #737373;
}
#footer-container a.separated:hover {
  text-decoration: underline;
  color: #A8B8C3;
}
/* ############# Teasers: SOCIAL MEDIA ############# 	*/
.social-media {
  border: none !important;
  height: 30px;
  float: none;
  clear: both;
  list-style-type: none;
}
.social-media li {
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
}
.social-media li:last-child {
  margin: 0;
}
.social-media li a {
  background: url(../images/social-sprite.png) no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  width: 31px;
}
.social-media .sm-fb a {
  background-position: 0 0;
}
.social-media .sm-fb a:hover {
  background-position: 0 -30px;
}
.social-media .sm-tw a {
  background-position: -41px 0;
}
.social-media .sm-tw a:hover {
  background-position: -41px -30px;
}
.social-media .sm-xi a {
  background-position: -82px 0;
}
.social-media .sm-xi a:hover {
  background-position: -82px -30px;
}
.social-media .sm-gp a {
  background-position: -123px 0;
}
.social-media .sm-gp a:hover {
  background-position: -123px -30px;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 480px) {
  #main article h2,
  #main article h3,
  #main article .content-half {
    text-align: left;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px), (max-width: 480px) {
  #header-container nav {
    position: relative;
    display: block;
    height: auto;
    background-color: #252525;
  }
  #header-container nav ul {
    text-align: center;
  }
  #header-container nav ul li {
    float: none;
    margin: 10px 0;
  }
  #header-container nav ul li.first {
    margin-left: 0;
  }
  #header-container nav ul li:last-child {
    margin-right: 0;
  }
  #footer-container a.separated.left {
    border-left: none;
    padding: 0 0 0 5%;
  }
  #footer-container a.separated.right {
    border-right: none;
    padding: 0 0 2% 5%;
  }
}
@media only screen and (min-width: 960px) {
  /* ===============
      Maximal Width
     =============== */
  #header-container {
    position: fixed;
    background: url(../images/bg-header.jpg) no-repeat #dfe6ec center top;
    height: 430px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
  }
  #header-container #title {
    width: 520px;
    position: absolute;
    left: 109px;
    top: 182px;
  }
  #main-container {
    margin-top: 430px;
    padding: 60px 0 60px;
  }
  .social-media {
    float: left;
    clear: none;
    width: 174px;
    margin: 0 280px;
  }
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
  #main article {
    width: 620px;
    padding: 0;
  }
  #main article .content-half {
    width: 280px;
    float: left;
    clear: none;
    margin-bottom: 30px;
  }
  #main article .content-half.first {
    margin-right: 25px;
  }
  #main article .content-half.last {
    margin-left: 25px;
  }
  /* ie7 fixes */
  .lt-ie8 #header-container {
    position: relative;
  }
  .lt-ie8 #main-container {
    margin-top: 0;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  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;
}
.clear {
  float: none;
  clear: both;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  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;
  }
}
