@import url("http://fonts.googleapis.com/css?family=Crimson+Text:400, 400italic,600, 600italic");
@font-face {
  font-family: 'KarlaItalic';
  src: url("../fonts/Karla-Italic-webfont.eot");
  src: url("../fonts/Karla-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Italic-webfont.woff") format("woff"), url("../fonts/Karla-Italic-webfont.ttf") format("truetype"), url("../fonts/Karla-Italic-webfont.svg#KarlaItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'KarlaBold';
  src: url("../fonts/Karla-Bold-webfont.eot");
  src: url("../fonts/Karla-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Bold-webfont.woff") format("woff"), url("../fonts/Karla-Bold-webfont.ttf") format("truetype"), url("../fonts/Karla-Bold-webfont.svg#KarlaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'KarlaBoldItalic';
  src: url("../fonts/Karla-BoldItalic-webfont.eot");
  src: url("../fonts/Karla-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-BoldItalic-webfont.woff") format("woff"), url("../fonts/Karla-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/Karla-BoldItalic-webfont.svg#KarlaBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LibreBaskervilleItalic';
  src: url("../fonts/LibreBaskerville-Italic-webfont.eot");
  src: url("../fonts/LibreBaskerville-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreBaskerville-Italic-webfont.woff") format("woff"), url("../fonts/LibreBaskerville-Italic-webfont.ttf") format("truetype"), url("../fonts/LibreBaskerville-Italic-webfont.svg#LibreBaskervilleItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, 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: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 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-cancel-button, 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 {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Crimson Text', serif;
  background-color: #6ec5cf;
  color: white; }

.ie body {
  font-family: 'Times New Roman', serif;
  font-weight: normal; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'KarlaBold', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.750em;
  text-align: center;
  max-width: 90%;
  margin: 0 auto .625em; }

h5 {
  font-size: .500em;
  margin-bottom: 1em; }

p {
  margin: 0 0 1em; }

.more {
  font-family: 'LibreBaskervilleItalic', serif;
  text-decoration: none;
  font-size: .813em;
  color: white;
  display: block; }

.more:hover {
  text-decoration: underline; }

#initiatoren .more {
  color: #cf6;
  font-size: 1em;
  margin-top: .2em; }

#aktuelles .more {
  color: #7bfefe;
  font-size: .875em;
  margin-top: .2em; }

#home, #hintergrund, #hintergrund .box-wrap {
  color: #036; }

#hintergrund .section-content > p {
  text-align: center; }

#home h2, #hintergrund h2 {
  font-size: 2.563em; }

#home h2 {
  font-family: 'KarlaBold', Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  font-size: 2.25em;
  margin-left: 0;
  max-width: 90%; }
#home .more {
  display: block;
  padding: .6em 0;
  font-size: 1.25em;
  border-top: 2px solid white;
  margin: 0;
  font-family: 'Crimson Text', serif;
  font-style: italic; }
  #home .more:after {
    content: url("../img/arrow-more.svg");
    margin-left: .4em; }
  #home .more:last-child {
    border-bottom: 2px solid white; }

article {
  width: 100%; }

#home article {
  text-align: left; }

#home .box-wrap, .videobox {
  position: relative;
  width: 100%;
  margin: 2em auto; }

.videobox {
  width: 65%; }

.videobox img {
  width: 100%; }

#hintergrund {
  text-align: center; }
  #hintergrund > article {
    width: 88%;
    margin: 1em auto; }

#hintergrund article p, #home article p {
  font-size: 1.125em; }

#hintergrund .ui-accordion-header {
  color: #036; }

.ie #hintergrund article p, .ie #home article p {
  line-height: 1.25em; }

.main-header {
  width: 90%;
  min-width: 730px;
  position: fixed;
  left: 50%;
  margin: 0 0 0 -40%;
  top: 60px;
  z-index: 5;
  pointer-events: none; }

header .description {
  display: none; }
header h1 {
  margin: 0 0 0 100px;
  padding: 0;
  display: block;
  width: 328px;
  height: 58px;
  background: url(../img/logo.svg) -2px -2px no-repeat transparent; }

.no-svg header h1 {
  background-image: url(../img/logo.png); }

.navbar {
  float: right;
  width: auto; }

.navbar, .nav {
  margin: 0;
  padding: 0;
  pointer-events: auto; }

.nav {
  list-style: none; }
  .nav li {
    width: 220px;
    display: block; }
  .nav a {
    font-family: 'KarlaBoldItalic', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.125em;
    color: #036;
    text-decoration: none;
    pointer-events: auto; }
    .nav a:before {
      margin-right: 5px;
      content: url(../img/nav.svg); }

.no-svg .nav a:before {
  content: url(../img/nav.png); }

.nav a:hover, .nav li.current-menu-item a, .nav li.active a {
  color: white !important; }

.nav li.active a, .nav li.current-menu-item a {
  font-size: 1.125em;
  letter-spacing: 0; }

.section {
  padding: 55px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.section-header {
  margin-bottom: 3.6em; }

.section-content {
  width: 65%;
  padding-right: 22%;
  min-width: 490px;
  position: relative;
  margin: 0 auto;
  overflow: visible;
  z-index: 2; }

#home {
  background-image: url("../img/bg_home.png");
  background-color: #6ec5cf;
  background-position: bottom center; }

#leitfaden {
  background-image: url("../img/bg_hintergrund.png");
  background-color: #37b176; }

#erfahrungsberichte {
  background-image: url("../img/bg_ziele.png");
  background-color: #00925c; }

#aktuelles {
  background-image: url("../img/bg_aktuelles.png");
  background-color: #065f8e; }

#hintergrund {
  background-image: url("../img/bg_beteiligung.png");
  background-position: 50% 130%;
  background-position: bottom center; }

.box-wrap {
  position: relative;
  width: auto;
  margin: 1em auto 0;
  text-align: center; }

.box-wrap h3, .box-wrap p, .box-link {
  text-align: center; }

.box {
  position: relative;
  display: inline-block;
  width: auto;
  border: 2px solid #fff;
  padding: 20px 10px;
  width: 130px;
  height: 125px;
  vertical-align: top;
  margin: 0 10px; }
  .box h3 {
    margin: 0 auto .5em;
    font-size: 1.125em; }
  .box p {
    margin: 0 auto 1em;
    font-size: .938em; }
  .box i {
    position: relative;
    background: url(../img/boxicons.svg) top center no-repeat;
    margin: 20px auto; }
    .box i.letter {
      width: 96px;
      height: 50px; }
    .box i.email {
      width: 96px;
      height: 56px;
      background-position: center -54px; }
    .box i.letter_small {
      width: 100px;
      height: 40px;
      background-position: center -270px; }
    .box i.download {
      width: 32px;
      height: 40px;
      background-position: center -318px; }
    .box i.b-download {
      width: 50px;
      height: 32px;
      background-position: center -138px; }

.box-link {
  color: #70ffcd;
  text-decoration: none;
  font-family: 'LibreBaskervilleItalic', Times, serif;
  display: block;
  font-size: 1em;
  position: absolute;
  bottom: 1.5em;
  left: 0;
  text-align: center;
  width: 100%; }

.box:hover .box-link {
  text-decoration: underline; }

.no-svg .box i {
  background-image: url(../img/boxicons.png); }

#home .box {
  margin-left: 0;
  margin-bottom: 20px;
  width: 96%;
  height: auto;
  padding-bottom: 40px; }

#home .box:last-child {
  margin-right: 0; }

#hintergrund .box {
  width: 190px;
  height: 220px; }

#home .box-link, #hintergrund .box-link {
  color: white;
  font-size: .875em; }

#hintergrund .box-link {
  text-shadow: 1px 1px 1px #6ec5cf; }

#aktuelles .box-link {
  color: #7bfefe; }

#erfahrungsberichte .box-link, #aktuelles .box-link {
  font-size: .9em;
  bottom: 1em; }

#home .support-other img {
  width: 100%; }

#home .support {
  border-bottom: 1px solid #d0d6e0;
  padding: .5em 0;
  margin-bottom: 1.5em;
  width: 100%; }
  #home .support .cdp,
  #home .support .wwf {
    width: 50%; }
    #home .support .cdp img,
    #home .support .wwf img {
      max-width: 100%; }
  #home .support .wwf {
    text-align: center; }

.logo_group {
  position: relative;
  display: block;
  margin: 2.25em auto;
  width: 76%;
  padding: 2% 2% .5%;
  background: white; }
  .logo_group h5 {
    color: #003366;
    margin-bottom: .5em; }

.support, .support-other {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: .5em;
  margin-bottom: 0; }

.initiator_group .support {
  border-top: 2px solid white;
  padding-top: 20px; }

.initiator_group .support-other {
  padding-top: 0;
  text-align: center; }

.initiator_group .support-other .s-logo {
  height: 100px; }

.support-other {
  width: 45%;
  margin: 0;
  padding-bottom: 0;
  vertical-align: bottom; }

.coop {
  width: 44%;
  margin-right: 15px;
  border-right: 1px solid #d0d6e0; }

.initiator_group .coop {
  border-right: 2px solid white; }

.bmu, .ks, .wwf, .cdp, .pwc, .support-content {
  position: relative;
  float: left; }

#initiatoren .bmu {
  margin-right: 10%; }

.logo_group .bmu {
  margin-top: 2px; }

.initiator_group {
  margin: 2em 0; }

.initiator_group .support-content, .initiator_group .bmu, .initiator_group .ks {
  margin-bottom: 30px; }

.support-content p img {
  margin: 0 1em; }

.initiator_group .support {
  margin-top: 20px; }

#initiatoren h3 {
  font-size: 1em; }

#initiatoren p {
  font-size: .938em;
  width: 95%; }

#leitfaden {
  text-align: center; }
  #leitfaden .section-content > h2 {
    cursor: pointer; }
    #leitfaden .section-content > h2:hover {
      color: #70ffcd; }
  #leitfaden article {
    width: 88%;
    margin: 1em auto; }
  #leitfaden .accordion-wrap {
    margin-bottom: 3em; }

#hintergrund-slides,
#leitfaden-slides {
  text-align: center; }
  #hintergrund-slides .slide-content > div,
  #leitfaden-slides .slide-content > div {
    position: relative; }
  #hintergrund-slides .slide h3,
  #leitfaden-slides .slide h3 {
    font-size: 1.50em;
    text-align: center; }
  #hintergrund-slides .slide p,
  #leitfaden-slides .slide p {
    margin-bottom: 1em; }
  #hintergrund-slides .keywords,
  #leitfaden-slides .keywords {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10; }
    #hintergrund-slides .keywords > strong,
    #leitfaden-slides .keywords > strong {
      font-family: 'KarlaBold';
      font-size: .75em;
      text-transform: uppercase; }
    #hintergrund-slides .keywords ul,
    #leitfaden-slides .keywords ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #hintergrund-slides .keywords li,
    #leitfaden-slides .keywords li {
      display: block;
      margin: .2em 0 0; }
      #hintergrund-slides .keywords li span,
      #leitfaden-slides .keywords li span {
        padding: 0;
        color: white;
        width: auto;
        display: inline;
        font-family: 'KarlaBoldItalic', Arial, sans-serif; }
  #hintergrund-slides .wp-post-image,
  #leitfaden-slides .wp-post-image {
    width: 50%;
    height: auto; }

#hintergrund-slides .t-member p {
  text-align: left;
  font-size: .8em; }
#hintergrund-slides .t-member h4 {
  margin-top: 0; }
#hintergrund-slides .initiator_group p {
  font-size: .875em; }
#hintergrund-slides .initiator_group .support-other,
#hintergrund-slides .initiator_group .coop {
  width: 45%;
  margin: 0 auto;
  padding: 0 2%; }
#hintergrund-slides .accordion h3 {
  font-size: .875em; }
#hintergrund-slides .accordion p {
  font-size: 1em; }

.accordion-wrap {
  margin: 3em 0 6em; }

.accordion {
  position: relative;
  border-top: 2px solid white;
  width: 100%; }

.ui-accordion-header {
  border-bottom: 2px solid white;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  color: #70ffcd;
  font-size: .800em;
  outline: 0;
  position: relative; }

.ui-accordion-header i {
  position: absolute;
  top: 10px;
  background: url(../img/accordion_blue.svg) 0 0 no-repeat;
  height: 12px;
  width: 12px; }

#leitfaden .ui-accordion-header i {
  background-image: url(../img/accordion.svg); }

.acc-icon-left {
  left: 10px; }

.acc-icon-right {
  right: 10px; }

.ui-accordion-header-active i {
  background-position: 0 -49px; }

.nextToOpen {
  border-top: 2px solid white; }

.lastOpen {
  border-bottom: 2px solid white; }

.ui-accordion-header:focus {
  outline: 0; }

.ui-accordion-header:hover {
  color: white; }

.ui-accordion-content-active {
  margin: 1.25em 1.5em 1.5em;
  paddin-bottom: -2px; }

.acc-detail .content {
  font-family: Arial, sans-serif;
  font-size: .82em;
  line-height: 1.5em; }

.acc-detail p {
  margin: 0 0 1.5em; }

.acc-detail img,
.acc-detail object {
  width: 100%;
  margin: 1.5em 0;
  min-height: 123px; }

.acc-detail p:last-child {
  margin-bottom: 0; }

.acc-detail ul, .acc-detail ol {
  padding: 0 0 0 1.2em; }

#leitfaden .box-wrap {
  float: left;
  width: 100%; }

.slide-wrap {
  width: 80%;
  margin: 0 auto;
  position: relative; }

.slide {
  float: left;
  width: 330px;
  margin: 0;
  padding: 0; }

.slide-content {
  width: 100%;
  margin: 0 auto; }

.slide > h3, .nr, .postdate, .slide p {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto; }

#aktuelles .slide-content > h3 {
  text-align: center; }

.slide p {
  line-height: 1.125em; }

.slide > h3 {
  width: 100%;
  margin-bottom: .5em; }

.slide h3 a {
  color: white;
  text-decoration: none; }
  .slide h3 a:hover {
    color: #7bfefe; }

.nr, .postdate {
  font-family: 'LibreBaskervilleItalic', serif;
  margin-bottom: .5em;
  font-size: .875em; }

.s-prev, .s-next {
  z-index: 10;
  position: absolute;
  top: 100px;
  width: 52px;
  height: 52px;
  background: url(../img/slidenav.svg) 0 0 no-repeat;
  cursor: pointer; }

.no-svg .s-prev, .no-svg .s-next {
  background-image: url(../img/slidenav.png); }

.s-prev {
  left: -65px; }

.s-next {
  background-position: -70px 0;
  right: -65px; }

#goals .s-prev:hover {
  background-position: 0 -140px; }

#aktuelles .s-prev:hover {
  background-position: 0 -70px; }

#goals .s-next:hover {
  background-position: -70px -140px; }

#aktuelles .s-next:hover {
  background-position: -70px -70px; }

#hintergrund article, #hintergrund .box-wrap {
  text-align: center;
  margin: 0 auto 2em; }

.layer {
  width: 560px;
  display: none; }

.imprint {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'KarlaBoldItalic', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .813em;
  line-height: 1.125em;
  text-decoration: none;
  color: #036;
  margin: 4em auto 0;
  display: block; }

.imprint:hover {
  text-decoration: underline; }

#newsletter-signup {
  text-align: center;
  margin: 20px 0; }

#newsletter-signup h3 {
  margin-bottom: .5em; }

#newsletter-signup .mc-field-group {
  position: relative;
  margin: 30px auto;
  width: 410px;
  border: 3px solid #e7e7e7; }

#newsletter-signup .mc-field-group input {
  float: left;
  font-size: 0.875em;
  line-height: 1.2em;
  border: none;
  background: none; }

#newsletter-signup h3 {
  margin-bottom: 20px; }

.mc-field-group label {
  display: none; }

#newsletter-signup input[type=email] {
  color: #939393;
  font-family: "LibreBaskervilleItalic", serif;
  width: 260px;
  padding: 10px 20px 8px;
  background: none; }

#newsletter-signup input[type=email]:focus {
  border: none;
  outline: none; }

#newsletter-signup input[type=submit] {
  margin: 3px;
  background: #003366;
  color: #fff;
  float: right;
  padding: 10px 20px 8px; }

.single {
  background: white;
  color: #036; }

.single h3 {
  margin-bottom: 2em; }

.single p {
  font-size: 1.125em; }

.logo_mobile, .mobile-nav {
  display: none; }

#home .cloud, .co2 {
  position: absolute;
  z-index: 2;
  margin-left: 30%;
  margin-top: 8%; }

.co2 {
  margin-left: 12%;
  margin-top: 48%; }

.co2.big {
  margin-left: 80%;
  margin-top: 59%; }

.co2 img, .cloud img {
  width: 100%; }

.graph {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.graph svg {
  width: 100%; }

.graph svg path {
  position: relative;
  width: 100%; }

#erfahrungsberichte .graph-1,
#erfahrungsberichte .graph-2,
#erfahrungsberichte .graph-3,
#leitfaden .graph-2,
#leitfaden .graph-3,
#leitfaden .graph-4,
#initiatoren .graph-2,
#initiatoren .graph-1,
#initiatoren .graph-4,
#aktuelles .graph-4,
#aktuelles .graph-2,
#aktuelles .graph-3,
#home .graph-3,
#home .graph-4,
#team .graph-3,
#team .graph-4,
#hintergrund .graph-3,
#hintergrund .graph-4 {
  display: none; }

#hintergrund .graph-1,
#home .graph-1 {
  margin-top: 21%; }

#hintergrund .graph-1 {
  width: 105%; }

#hintergrund .graph-2,
#home .graph-2 {
  margin-top: 30%; }

#leitfaden .graph svg {
  margin-top: 30%;
  width: 102%; }

#leitfaden .graph-1 path {
  stroke: #33cc99; }

#erfahrungsberichte .graph-4 {
  margin-top: 32%;
  width: 100%; }

#erfahrungsberichte .graph-4 path {
  stroke: #03855a; }

#initiatoren .graph svg {
  margin-top: 20%; }

#initiatoren .graph-3 path {
  stroke: #588b34; }

#aktuelles .graph svg {
  margin-top: 20%;
  width: 110%; }

#aktuelles .graph-1 path {
  stroke: #004d6f; }

#team .graph-1 path {
  stroke: #088d38; }

#team .graph-2 path {
  stroke: #0b953c; }

#team .graph-2 {
  margin-top: 35%;
  opacity: .8; }

.team_group {
  position: relative;
  width: 86%;
  padding: 0 7%; }

.team {
  float: left;
  width: 45%;
  text-align: left;
  padding: 0;
  border-bottom: 2px solid white; }

.team:nth-child(even) {
  float: right; }

.team-logo {
  padding: 10px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 20px; }
  .team-logo img {
    display: block;
    margin: 0 auto; }

.t-member {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .t-member img {
    border: 1px solid white;
    margin-right: 20px; }
  .t-member h4 {
    margin-top: 5px; }
  .t-member p {
    font-size: 0.938em; }

.box-downloads {
  position: absolute;
  top: 180px;
  right: 7%;
  width: 174px;
  pointer-events: auto; }
  .box-downloads.mobile {
    display: none; }
  .box-downloads .box {
    width: 100%;
    height: auto;
    margin-bottom: 1.25em;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 5px; }
    .box-downloads .box h3 {
      width: 90%;
      font-size: 1.1em;
      margin: 0 auto .2em; }
    .box-downloads .box.box-leitfaden {
      min-height: 180px;
      border: none;
      background: url(../img/leitfaden.png) center bottom no-repeat #51b4c1; }
    .box-downloads .box.box-flyer {
      min-height: 180px;
      border: none;
      background: url(../img/flyer.png) center bottom no-repeat #3696a3; }
    .box-downloads .box ul {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      list-style: none; }
      .box-downloads .box ul li {
        display: inline-block;
        font-size: .875em; }
        .box-downloads .box ul li a {
          font-family: 'LibreBaskervilleItalic';
          text-decoration: none;
          color: white;
          pointer-events: auto; }
        .box-downloads .box ul li:after {
          content: "\2022";
          margin: 0 .5em;
          display: inline-block; }
        .box-downloads .box ul li:last-child:after {
          content: "";
          margin: 0; }

.intro {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 1.125em;
  text-align: center;
  width: 88%;
  margin: 0 auto 45px; }

.eb-content {
  position: relative;
  width: 100%;
  text-align: center; }

.eb-nav {
  width: 100%;
  list-style: none;
  margin: 0 auto 0;
  padding: 0; }
  .eb-nav li {
    display: inline-block;
    padding: 0 0 1.2em 2px;
    margin-bottom: 1em; }
    .eb-nav li a {
      width: auto;
      display: block;
      padding: .4em;
      border-left: 2px solid white;
      color: #70ffcd;
      font-family: 'LibreBaskervilleItalic', serif;
      font-size: .875em;
      text-decoration: none; }
    .eb-nav li:last-child a {
      border-right: 2px solid white; }
    .eb-nav li.hover a, .eb-nav li.current a {
      color: white; }
    .eb-nav li.current {
      background: url("../img/leitfaden_current.png") bottom center no-repeat; }

.eb-items {
  width: 100%; }

.eb-item {
  display: none; }
  .eb-item.current {
    display: block; }

.eb-logo {
  display: block;
  margin-bottom: 1.5em;
  max-width: 100%;
  text-align: center; }

.eb-info {
  width: 100%;
  margin-right: 11%; }
  .eb-info p {
    line-height: 1.2em; }
  .eb-info b, .eb-info strong {
    font-family: 'KarlaBold';
    letter-spacing: 0;
    font-size: .75em;
    text-transform: uppercase;
    font-weight: normal; }

.eb-detail {
  width: 90%;
  margin: 2em auto; }
  .eb-detail blockquote {
    margin: 0 0 1em;
    text-align: center; }
    .eb-detail blockquote p {
      font-family: 'Crimson Text', serif;
      font-style: italic;
      font-size: 1.125em;
      line-height: 1.275em; }
    .eb-detail blockquote p:last-child {
      font-family: 'KarlaBold';
      font-size: .75em;
      text-transform: uppercase; }
  .eb-detail .btn-download {
    padding: 1em 10%;
    width: 80%;
    display: block;
    background: #008353;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: 'KarlaBold';
    font-size: 1em;
    text-decoration: none; }
    .eb-detail .btn-download.btn-feedback {
      margin-top: 10px; }
    .eb-detail .btn-download .info {
      font-family: 'LibreBaskervilleItalic', serif;
      text-transform: none;
      font-size: .875em;
      margin: .875em auto;
      display: block; }
    .eb-detail .btn-download .dl-title {
      width: 60%;
      margin: 0 auto;
      display: block; }
    .eb-detail .btn-download .pdf {
      display: inline-block;
      margin-top: 10px;
      color: #70ffcd;
      padding-right: 1.5em;
      font-size: .875em;
      font-family: 'LibreBaskervilleItalic', serif;
      background: url(../img/arrow-download.png) right 2px no-repeat; }
    .eb-detail .btn-download:hover {
      text-decoration: underline; }

#hpag,
#lpag {
  margin: 20px auto;
  width: 100%;
  max-width: 680px; }
  #hpag a,
  #lpag a {
    display: inline-block;
    color: #70ffcd;
    font-family: 'LibreBaskervilleItalic', serif;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    padding-bottom: 20px; }
    #hpag a span,
    #lpag a span {
      padding: 0 10px;
      width: 110px;
      height: 80px;
      display: inline-block;
      border-left: 2px solid white; }
    #hpag a.warum span,
    #lpag a.warum span {
      background-position: 12px 0; }
    #hpag a.verstehen span,
    #lpag a.verstehen span {
      background-position: -120px 0; }
    #hpag a.messen span,
    #lpag a.messen span {
      background-position: -250px 0; }
    #hpag a.berichten span,
    #lpag a.berichten span {
      background-position: -390px 0; }
    #hpag a.steuern span,
    #lpag a.steuern span {
      background-position: -520px 0; }
    #hpag a:hover span, #hpag a.selected span,
    #lpag a:hover span,
    #lpag a.selected span {
      color: white; }
    #hpag a:hover.warum span, #hpag a.selected.warum span,
    #lpag a:hover.warum span,
    #lpag a.selected.warum span {
      background-position: 12px -140px; }
    #hpag a:hover.verstehen span, #hpag a.selected.verstehen span,
    #lpag a:hover.verstehen span,
    #lpag a.selected.verstehen span {
      background-position: -120px -140px; }
    #hpag a:hover.messen span, #hpag a.selected.messen span,
    #lpag a:hover.messen span,
    #lpag a.selected.messen span {
      background-position: -250px -140px; }
    #hpag a:hover.berichten span, #hpag a.selected.berichten span,
    #lpag a:hover.berichten span,
    #lpag a.selected.berichten span {
      background-position: -390px -140px; }
    #hpag a:hover.steuern span, #hpag a.selected.steuern span,
    #lpag a:hover.steuern span,
    #lpag a.selected.steuern span {
      background-position: -520px -140px; }
    #hpag a:last-child span,
    #lpag a:last-child span {
      border-right: 2px solid white; }
    #hpag a.selected,
    #lpag a.selected {
      background: url(../img/leitfaden_current.png) center bottom no-repeat; }
  #hpag.inactive a.warum span,
  #lpag.inactive a.warum span {
    background-position: 12px 0; }
  #hpag.inactive a.verstehen span,
  #lpag.inactive a.verstehen span {
    background-position: -120px 0; }
  #hpag.inactive a.messen span,
  #lpag.inactive a.messen span {
    background-position: -250px 0; }
  #hpag.inactive a.berichten span,
  #lpag.inactive a.berichten span {
    background-position: -390px 0; }
  #hpag.inactive a.steuern span,
  #lpag.inactive a.steuern span {
    background-position: -520px 0; }
  #hpag.inactive a.selected,
  #lpag.inactive a.selected {
    background: none; }
    #hpag.inactive a.selected span,
    #lpag.inactive a.selected span {
      color: #70ffcd; }
  #hpag.inactive a:hover, #hpag.inactive a.selected:hover,
  #lpag.inactive a:hover,
  #lpag.inactive a.selected:hover {
    background: url(../img/leitfaden_current.png) center bottom no-repeat; }
    #hpag.inactive a:hover span, #hpag.inactive a.selected:hover span,
    #lpag.inactive a:hover span,
    #lpag.inactive a.selected:hover span {
      color: white; }

#lpag a span {
  background: url(../img/icons_leitfaden.png) -1000px 0 no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

#hpag {
  margin: 1em auto 2em; }
  #hpag a span {
    padding-top: 30px;
    height: 50px;
    color: white; }
  #hpag a.selected span {
    color: #036; }

@media only screen and (max-width: 900px) {
  .slide-content h3 {
    text-align: center; }

  .box-wrap .box {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media only screen and (max-width: 766px) {
  .main-header {
    position: fixed;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    background: #036;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 8018;
    pointer-events: auto; }

  .logo_mobile {
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    height: 44px;
    width: 222px; }

  .logo_mobile img {
    width: 100%; }

  .mobile-nav {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 34px;
    background: url(../img/mobilenav.svg) 0 0 no-repeat;
    z-index: 8019; }

  .lt-ie9 .mobile-nav {
    background-image: url(../img/mobilenav.png); }

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    border-top: 1px solid white;
    z-index: 8017;
    display: none;
    padding: 1em 0;
    background: white; }

  .nav li {
    float: none;
    width: 100%; }

  .nav a {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 1.5em;
    padding: 12px 20px 12px 15px;
    text-align: center;
    font-family: 'KarlaItalic'; }

  .nav a:before {
    content: ""; }

  .nav a:hover, .nav li.current-menu-item a, .nav li.active a {
    font-family: 'KarlaBoldItalic';
    font-size: 1.5em;
    color: #036 !important; }

  .container, .section {
    width: 100%; }

  .section-content {
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }

  .section {
    background-image: none !important;
    padding-top: 70px; }

  .section-header {
    display: none; }

  .box:first-child {
    margin-bottom: 1em; }

  #home h2, #hintergrund h2, h2 {
    font-size: 1.5em; }

  #home .box {
    width: 96%; }
  #home h2 {
    margin-top: 1em; }
  #home h2, #home article {
    text-align: center; }
  #home .videobox {
    width: 100%; }
  #home .logo_group {
    width: 96%; }

  .ui-accordion-header {
    padding: 10px 20px; }

  .slide {
    width: 200px; }

  .s-prev {
    left: -55px; }

  .s-next {
    right: -55px; }

  .slide-content h3 {
    font-size: 1em; }

  .slide-content p {
    font-size: .8em;
    line-height: 1.3em; }

  .initiator_group .coop {
    border-right: 0; }

  .initiator_group .support-other, .initiator_group .coop {
    width: 90%;
    margin: 0 auto;
    border-right: 0; }

  .initiator_group .support {
    padding-top: 20px; }

  .layer {
    width: 360px; }

  .single .container, .single .section {
    margin-top: 50px; }

  .fancybox-close {
    top: 80px; }

  .box-downloads {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 1em auto; }
    .box-downloads .box {
      width: 90%; }
    .box-downloads.mobile {
      display: block; }
    .box-downloads.desktop {
      display: none; }

  #hintergrund-slides .slide p, #hintergrund-slides .slide h3,
  #leitfaden-slides .slide p,
  #leitfaden-slides .slide h3 {
    text-align: center; }
  #hintergrund-slides .slide h3,
  #leitfaden-slides .slide h3 {
    margin-bottom: .5em; }

  #leitfaden .slides .slide-content .keywords {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 1em; }
  #leitfaden .slides .slide-content p > img {
    max-width: 100%;
    height: auto; }

  .box-downloads .box.box-leitfaden {
    min-height: auto;
    border: none;
    background: #51b4c1; }

  .box-downloads .box ul li:after {
    content: none;
    margin: 0;
    color: white; }

  .box-downloads .box.box-leitfaden,
  .box-downloads .box.box-example {
    width: 100% !important;
    padding: 20px 0 0 !important;
    margin: 1em auto;
    border: none; }
    .box-downloads .box.box-leitfaden h3,
    .box-downloads .box.box-example h3 {
      padding: .4em 0; }
    .box-downloads .box.box-leitfaden h3, .box-downloads .box.box-leitfaden a,
    .box-downloads .box.box-example h3,
    .box-downloads .box.box-example a {
      display: block;
      color: white !important; }
    .box-downloads .box.box-leitfaden a,
    .box-downloads .box.box-example a {
      border-top: 2px solid white;
      padding: 1em 0; }
    .box-downloads .box.box-leitfaden i,
    .box-downloads .box.box-example i {
      display: none; }
    .box-downloads .box.box-leitfaden ul li,
    .box-downloads .box.box-example ul li {
      width: 100%;
      display: block;
      float: none; }
      .box-downloads .box.box-leitfaden ul li a,
      .box-downloads .box.box-example ul li a {
        color: white !important; }
        .box-downloads .box.box-leitfaden ul li a:after,
        .box-downloads .box.box-example ul li a:after {
          content: url(../img/arrow-download.png);
          display: inline-block;
          margin: .2em 0 0 .4em; }

  #hintergrund-slides .initiator_group .support-other,
  #hintergrund-slides .initiator_group .coop,
  .t-member,
  .team {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: none; }

  #aktuelles .box-downloads .box,
  #hintergrund .box-downloads .box,
  #home .box-downloads .box {
    background: #3ab3c2 !important; }
    #aktuelles .box-downloads .box a,
    #hintergrund .box-downloads .box a,
    #home .box-downloads .box a {
      border-top: 2px solid #6ec5cf; }

  #leitfaden .box-downloads .box {
    background: #33a16b !important; }
    #leitfaden .box-downloads .box a {
      border-top: 2px solid #38b077; }

  #erfahrungsberichte .box-downloads .box {
    background: #008353 !important; }
    #erfahrungsberichte .box-downloads .box a {
      border-top: 2px solid #008f5b; } }
@media only screen and (min-width: 1024px) {
  .main-header {
    margin: 0 0 0 -39%; }

  .box-downloads {
    right: 5%; }

  .section-content {
    width: 70%;
    padding-right: 15%; }

  h2 {
    margin-bottom: 1.5em; }

  .box-wrap {
    margin: 2em auto 0; }

  .box h3 {
    font-size: .900em; }

  .box p {
    margin: 0 auto .5em;
    font-size: .750em; }

  .box-link {
    font-size: .800em; }

  #home .box-wrap, #home article {
    max-width: 50%;
    min-height: 240px;
    float: left;
    margin-top: 0;
    text-align: left;
    margin-left: 0; }

  #home h2 {
    margin-left: -1.2em;
    font-size: 3em;
    max-width: 100%; }

  .videobox, .logo_group {
    max-width: 38%;
    float: right;
    margin-top: 0; }

  .logo_group {
    max-width: 34%; }

  #home .box {
    width: 43%;
    height: 240px;
    margin-right: 1%;
    box-sizing: border-box; }
    #home .box.contact {
      width: 55%; }

  #leitfaden article {
    max-width: 600px; }

  #leitfaden .box-wrap {
    float: right;
    width: auto;
    margin: 0; }

  #leitfaden .box {
    padding: 15px 0;
    margin: 0; }

  #home article p, #hintergrund article p {
    font-size: 1.063em; }

  .accordion-wrap {
    margin: 3em 0; }

  .slide {
    width: 500px; }

  #initiatoren .support-content {
    width: 50%;
    margin-right: 2%;
    margin-bottom: 20px; }

  #initiatoren .bmu, #initiatoren ks {
    width: 18%;
    margin-top: 10px; }

  #initiatoren .support-other {
    margin-top: 20px; }

  #home h2, #hintergrund h2 {
    margin-bottom: .5em; }

  #hintergrund .box h3 {
    width: 80%;
    font-size: 1em;
    margin-bottom: 1.25em; }

  #hintergrund article {
    margin-bottom: 3em; }

  #hintergrund .box {
    height: 210px; }

  .t-member {
    margin-bottom: 20px; }
    .t-member img {
      /*float:left;   */ }
    .t-member h4 {
      margin-top: 30px; }

  .eb-content {
    position: relative;
    width: 100%;
    text-align: left; }
    .eb-content .eb-nav,
    .eb-content .eb-items,
    .eb-content .eb-info,
    .eb-content .eb-detail {
      float: left; }

  .eb-nav {
    width: 19%;
    list-style: none;
    margin: 0 2% 0 0;
    padding: 0; }
    .eb-nav li {
      display: block;
      padding: 0;
      margin-bottom: 0; }
      .eb-nav li a {
        width: 86%;
        display: block;
        padding: .5em 0;
        font-size: .875em;
        text-decoration: none;
        border-left: none;
        border-top: 2px solid white; }
      .eb-nav li:last-child a {
        border-bottom: 2px solid white;
        border-right: none; }
      .eb-nav li.hover a, .eb-nav li.current a {
        color: white; }
      .eb-nav li.current {
        background: url("../img/eb_nav.png") right center no-repeat; }

  .eb-items {
    width: 65%; }

  .eb-item {
    display: none; }
    .eb-item.current {
      display: block; }

  .eb-logo {
    display: block;
    margin-bottom: 1.5em;
    max-width: 100%;
    text-align: left; }

  .eb-info {
    width: 29%;
    margin-right: 11%; }
    .eb-info p {
      line-height: 1.2em; }

  .eb-detail {
    width: 60%; }
    .eb-detail blockquote {
      margin: 0 0 1em;
      text-align: center; } }
@media only screen and (min-width: 1280px) {
  .main-header {
    margin: 0 0 0 -44%; }

  .box-downloads {
    right: 4%; }

  .section-content {
    max-width: 1180px; }

  h2 {
    font-size: 2.250em;
    letter-spacing: 1px;
    margin-bottom: .8em; }

  #home h2 {
    width: auto;
    margin-left: 0; }

  #home article p, #leitfaden article > p {
    font-size: 1.1250em; }

  #home article {
    margin-top: 1.5em; }

  .box h3 {
    font-size: 1.125em; }

  .box p {
    margin: 0 auto 1em;
    font-size: .938em; }

  .box-link {
    font-size: .875em; }

  #home .box-wrap, #home article {
    max-width: 55%;
    text-align: left; }

  #home .box {
    height: 240px;
    	  /*width: 195px;
    	  padding: 20px 10px;
    	  box-sizing: border-box;
            */ }
    #home .box p {
      font-size: .875em; }

  #home .box-link, #hintergrund .box-link {
    font-size: 1em; }

  #home .logo_group h5 {
    font-size: 0.688em; }

  #leitfaden article {
    max-width: 680px; }

  #leitfaden .box-wrap {
    margin-right: 5%; }

  #leitfaden .box {
    padding: 15px 10px; }

  .ui-accordion-header {
    font-size: 1em; }

  .acc-detail .content {
    font-family: Arial, sans-serif;
    font-size: .82em;
    line-height: 1.5em;
    font-size: .875em;
    line-height: 1.5em; }

  #goals {
    margin-top: 3.5em; }

  .slide {
    width: 690px; }

  .nr, .slide h3 {
    font-size: 1.250em;
    margin-bottom: .8em; }

  .slide h3 {
    letter-spacing: 1px;
    text-align: center; }

  .slide p {
    font-size: 1.125em;
    line-height: 1.6em; }

  #hintergrund .box {
    height: 250px;
    width: 210px;
    padding: 20px; }

  #hintergrund .box h3 {
    font-size: 1.250em; }

  #home .graph {
    opacity: .5; } }
@media only screen and (max-width: 480px) {
  .layer {
    width: 95%; }

  #newsletter-signup .mc-field-group {
    width: 90%;
    float: none;
    text-align: center; }

  #newsletter-signup input[type=email],
  #newsletter-signup input[type=submit] {
    width: 90%;
    float: none;
    margin-bottom: .5em;
    text-align: center; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #036;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background: url("../img/close.svg") 0 0 no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040; }

.no-svg .fancybox-close {
  background-image: url("../img/close.png"); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8020;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.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; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  .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; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
