@import "jquery.cookieBar.css";
@import "../js/cobo/colorbox.css";
@import "mmenu-light.css";
/* ------------ mixins ---------------------- */
/*!
 * ress.css - v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}
/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  :: mobile specifics
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
  Thanks David <3 - https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
  */
body:after {
  /* displays the current media query state.*/
  background: red;
  color: white;
  content: "undefined";
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 44.9375rem) {
  body:after {
    background: orange;
    content: "mobile";
  }
}
@media screen and (min-width: 45rem) and (max-width: 74.9375rem) {
  body:after {
    background: purple;
    content: "tablet";
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  body:after {
    background: purple;
    content: "tablet portrait";
  }
}
@media screen and (min-width: 45rem) {
  body:after {
    background: purple;
    content: "tablet portrait up";
  }
}
@media screen and (min-width: 56.25rem) {
  body:after {
    background: purple;
    content: "tablet landscape up";
  }
}
@media screen and (min-width: 75rem) {
  body:after {
    background: green;
    content: "desktop";
  }
}
@media screen and (min-width: 112.5rem) {
  body:after {
    background: blue;
    content: "desktop-xl";
  }
}
/* ------------ mixins ---------------------- */
/** end mixins */
#edit4admin {
  position: absolute;
  margin: 20px;
  top: 90px;
  right: 0px;
  z-index: 1201;
}
#edit4admin .shape {
  width: 66px;
  height: 94.28571431px;
  /* the egg proportion */
  background: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
}
#edit4admin .shape:hover {
  background: #424242;
}
#edit4admin .shape a {
  text-decoration: none;
  color: #fff;
}
#edit4admin .shape a:hover {
  color: #e3e3e3;
  text-decoration: overline;
}
@font-face {
  font-family: 'dinregular';
  src: url('../fonts/din_regular-webfont.woff2') format('woff2'), url('../fonts/din_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.din,
.din-light,
h1 {
  font-family: dinregular, Tahoma, Arial, sans-serif;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #424242;
}
body {
  font-size: 0.9em;
  line-height: 1.6;
  font-family: Verdana, BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 2.6em;
  line-height: 2.8;
}
h2 {
  font-size: 1.2em;
  line-height: 1.4;
}
a:link,
a:visited {
  color: #707173;
}
a:hover,
a:visited:hover {
  color: #000;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #636363;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
  /* Give it some text styles to offset alt text */
  color: #c00;
}
/* reset grid responsive ah[md] 11.2019 */
body {
  width: 100%;
  min-width: 260px;
}
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before,
.container_12,
.block,
.container_12:after,
*[class^="grid_"]:after,
.container_12:before,
*[class^="grid_"]:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group,
.container_12 {
  *zoom: 1;
}
.block-group:before,
.block-group:after,
.container_12:before,
.container_12:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after,
.container_12:after {
  clear: both;
}
.block-group,
.container_12 {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Nested grid */
.block-group > .block-group,
.container_12 > .container_12 {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block,
*[class^="grid_"] {
  float: left;
  width: 100%;
}
.container_12 {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}
.container_12 .grid_1 {
  width: 8.33%;
}
.container_12 .grid_2 {
  width: 16.66%;
}
.container_12 .grid_3 {
  width: 24.99%;
}
.container_12 .grid_4 {
  width: 33.33%;
}
.container_12 .grid_5 {
  width: 41.66%;
}
.container_12 .grid_6 {
  width: 49.99%;
}
.container_12 .grid_7 {
  width: 58.33%;
}
.container_12 .grid_8 {
  width: 66.66%;
}
.container_12 .grid_9 {
  width: 74.99%;
}
.container_12 .grid_10 {
  width: 83.33%;
}
.container_12 .grid_11 {
  width: 91.66%;
}
.container_12 .grid_12 {
  width: 100%;
}
.container {
  /* holds only header, menu and emo */
  background: #ffffff url(/images/bg_pdf.png) no-repeat;
  background-size: contain;
  min-height: 540px;
}
@media screen and (max-width: 60rem) {
  .container {
    min-height: auto;
    background-size: 100%;
  }
}
.mobile_hide {
  display: block;
}
@media screen and (max-width: 48rem) {
  .mobile_hide {
    display: none;
  }
}
.mobile_only {
  display: none;
}
@media screen and (max-width: 48rem) {
  .mobile_only {
    display: block;
  }
}
.head_menu {
  margin: 15px 40px;
}
@media screen and (max-width: 48rem) {
  .head_menu {
    display: none;
  }
}
.head_menu li {
  display: inline;
  list-style-type: none;
  letter-spacing: 3px;
  color: #424242;
}
.head_menu li:before {
  content: " | ";
}
.head_menu li:first-child:before {
  content: "";
}
.head_menu li a:link,
.head_menu li a:visited {
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 0px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.head_menu li a:hover,
.head_menu li a:visited:hover {
  color: #fff;
}
.head .slogan {
  margin: 46px 0 0 39px;
  text-transform: lowercase;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 60rem) {
  .head .slogan {
    font-size: 3.6vw;
    line-height: 2.2;
  }
}
@media screen and (max-width: 48rem) {
  .head .slogan {
    margin: 76px 0 0 39px;
  }
}
@media screen and (max-width: 30rem) {
  .head .slogan {
    margin: 65px 0 0 19px;
    line-height: .5;
  }
}
#mobile-toggle {
  position: fixed;
  margin: 4px 12px;
  padding: 2px 11px 0px 11px;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 6px solid #95d528;
}
#mobile-toggle a {
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 5vw;
  text-decoration: none;
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  #mobile-toggle a {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 30rem) {
  #mobile-toggle a {
    font-size: 6.4vw;
    line-height: 1.75;
  }
}
#mobile-toggle.menu_open {
  padding: 1px 13px;
}
#mobile-toggle.menu_open a {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.hide_init {
  display: none;
}
.mm {
  background-color: #e3e3e3;
}
.mm .Selected {
  background: #95d528;
}
.mm .Selected a {
  color: #fff !important;
}
.mm #nav_addons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #202020;
}
.mm #nav_addons .block {
  display: inline-block;
  width: 50% !important;
}
#headlogo {
  text-indent: -999999px;
  width: 100%;
  max-width: 390px;
  height: auto;
  display: block;
}
.emo {
  text-align: right;
}
@media screen and (max-width: 60rem) {
  .emo {
    width: 50% !important;
    max-height: 30vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 48rem) {
  .emo {
    width: 100% !important;
    max-height: 20vh;
  }
}
@media screen and (max-width: 30rem) {
  .emo {
    max-height: 25vh;
    margin-top: -30px;
    border-right: 6vw solid #BFBFBF;
  }
}
.emo img {
  margin: 14px 72px 0 0;
  float: right;
  max-width: 100%;
}
@media screen and (max-width: 60rem) {
  .emo img {
    max-width: 50vw;
    max-width: initial;
  }
}
@media screen and (max-width: 48rem) {
  .emo img {
    margin: -15px 1.9vw 0 0;
    max-width: 100vw;
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  .emo img {
    margin: -15px 7.25vw 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 60rem) {
  .cont_menu_container {
    width: 50% !important;
  }
}
.cont_menu {
  padding: 20px 0 0 20px;
}
.cont_menu a:link,
a:visited {
  color: #707173;
  font-size: 24px;
  line-height: 28px;
  text-transform: lowercase;
  text-decoration: none;
}
.cont_menu a:hover,
a:visited:hover {
  color: #000;
}
.cont_menu ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.cont_menu li {
  margin-left: 0px;
  padding: 0 0 0 20px;
}
.cont_menu li ul {
  margin: 0 0 0 0;
}
.cont_menu li ul a:link,
.cont_menu li ul a:visited {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}
.cont_menu .current {
  background: transparent url(/images/pfeil.png) 0 9px no-repeat;
}
.cont_menu li ul .current {
  background: none;
  font-weight: 700;
}
.cont_menu li ul .current ul a:link,
.cont_menu li ul .current ul a:visited {
  font-weight: 400;
}
.cont_menu li ul .current ul .current a:link,
.cont_menu li ul .current ul .current a:visited {
  font-weight: 400;
}
.cont_menu li ul .current a:link,
.cont_menu li ul .current ul .current a:link {
  font-weight: 700;
}
/* tree related */
.cont_menu ul li ul {
  display: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.body_blocks h4,
.content p,
.content table,
.content form,
.content .alertbox {
  padding: 0 0 0 39px;
}
@media screen and (max-width: 48rem) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .body_blocks h4,
  .content p,
  .content table,
  .content form,
  .content .alertbox {
    padding: 0 15px 0 25px;
    text-align: left;
  }
}
.content p {
  margin: 0 0 16px 0;
}
.content h4,
.body_blocks h4 {
  color: #95d528;
}
.content hr {
  width: 70%;
  margin: 50px auto;
  background-color: #ccc;
  border: #ccc;
  color: #ccc;
}
.content table {
  margin: 0 0 30px 39px;
  padding: 0px;
}
@media screen and (max-width: 60rem) {
  .content table {
    display: none;
  }
}
.content td * {
  padding: 1px 3px;
  margin: 0px;
}
center {
  text-align: center;
}
.extra_headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 58px;
}
@media screen and (max-width: 48rem) {
  .extra_headline {
    line-height: 1.6;
  }
}
.content ul {
  margin: 20px 0 20px 39px;
}
@media screen and (max-width: 48rem) {
  .content ul {
    margin: 20px 15px 20px 25px;
  }
}
.home_hr {
  width: 50%;
  margin: 30px auto;
  border-bottom: 1px solid #ccc;
}
.content h1 {
  margin-bottom: 9px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 48rem) {
  .content h1 {
    font-size: 180%;
    line-height: 1.2;
    margin-bottom: 19px;
    padding: 0 25px 0 15px;
  }
}
.home .content h1 {
  text-align: center;
}
.grid_rspace a,
.grid_rspace p {
  padding: 0 0 0 39px;
  text-align: left;
}
@media screen and (max-width: 48rem) {
  .grid_rspace a,
  .grid_rspace p {
    padding: 0 25px 0 25px;
  }
}
.grid_lspace a,
.grid_lspace p {
  padding: 0 0 0 39px;
  text-align: left;
}
@media screen and (max-width: 48rem) {
  .grid_lspace a,
  .grid_lspace p {
    padding: 0 25px 0 25px;
  }
}
.content li {
  margin: 0 0 0 20px;
  text-align: left;
}
.block ul {
  margin: 20px 0 0 63px;
}
@media screen and (max-width: 48rem) {
  .block ul {
    margin: 20px 0 0 45px;
  }
}
.block li {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  text-align: left;
}
.block li a:link {
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  text-decoration: none;
}
.content li p {
  padding: 0 0 0 0;
  margin: 0px;
  text-align: left;
}
.body_more {
  padding: 20px 0;
}
.body_blocks {
  margin: 40px 0 0 0;
  padding-bottom: 40px;
}
.block h2 {
  background: #ffffff url(/images/quadrat.png) 40px 5px no-repeat;
  padding: 0 0 0 64px;
  text-align: left;
}
@media screen and (max-width: 48rem) {
  .block h2 {
    background: #ffffff url(/images/quadrat.png) 25px 5px no-repeat;
    padding: 0 25px 9px 25px;
    text-indent: 30px;
  }
}
.block h2 a {
  padding: 0 0 0 0;
  text-decoration: none;
  color: #424242;
}
.block {
  margin-bottom: 0px;
}
@media screen and (max-width: 48rem) {
  .block {
    width: 100% !important;
  }
}
.block hr {
  margin: 0 0 50px 39px;
  position: relative;
  bottom: 1px;
}
.append_block h2 {
  background: none;
  padding: 0 0 0 64px;
  text-align: left;
}
.closeup {
  height: 20px;
  background: #95d528;
}
#editpage {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 6px;
  background: #db1174;
  color: #fff;
  display: block;
  font-weight: bold;
}
#editpage:hover {
  background: #ffffcc;
  color: #000;
}
/* ==========================================================================
   end easycount specific styles.
	 Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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
 */
.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
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@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: "";
  }
  a:link:after,
  a:visited: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;
  }
}
