@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'junicodeboldcondensed';
  src: url('/typo3conf/ext/ig_project/Resources/Public/Font/Junicode/junicode-boldcondensed-webfont.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Font/Junicode/junicode-boldcondensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BundesSans';
  src: url('/typo3conf/ext/ig_project/Resources/Public/Font/bundessans/web/bundessansweb-regular-webfont.woff2') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Font/bundessans/web/bundessansweb-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BundesSans';
  src: url('/typo3conf/ext/ig_project/Resources/Public/Font/bundessans/web/bundessansweb-bold-webfont.woff') format('woff2'), url('/typo3conf/ext/ig_project/Resources/Public/Font/bundessans/web/bundessansweb-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.img-responsive-scale {
  width: 100%;
  height: auto;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #4d4d4d;
  background-color: #42a391;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-scale {
  width: 100%;
  height: auto;
  display: block;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #42a391;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.icomoon-styles,
.filter-button[data-parent="2"]:before,
.filter-button[data-parent="31"]:before,
.filter-button[data-parent="61"]:before,
.filter-button[data-parent="1"]:before,
.filter-button[data-parent="60"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="2"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="31"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="61"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="1"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="60"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="2"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="31"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="61"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="1"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="60"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"]:before {
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 72px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 34px;
}
h4,
.h4 {
  font-size: 25px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 17px;
}
h1,
.h1 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 72px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
.content-artikelseite h1,
.content-artikelseite .h1,
.content-seriendetails h1,
.content-seriendetails .h1 {
  color: #42a391;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 0.5px;
}
h2,
.h2 {
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}
h2 a,
.h2 a,
h2 a:hover,
.h2 a:hover {
  color: #4d4d4d;
}
h3,
.h3 {
  color: #42a391;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  line-height: 40px;
  font-size: 35px;
  text-transform: none;
  position: relative;
  padding-left: 14px;
}
h3::before,
.h3::before {
  width: 2px;
  height: 30px;
  background: #e3f1ee;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: " ";
}
h3.t3ddy-accordion-header,
.h3.t3ddy-accordion-header {
  color: #4d4d4d;
  cursor: pointer;
  float: left;
  clear: left;
}
h3.t3ddy-accordion-header span.ui-icon,
.h3.t3ddy-accordion-header span.ui-icon {
  float: right;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 3px;
}
h3.t3ddy-accordion-header.ui-accordion-header-active,
.h3.t3ddy-accordion-header.ui-accordion-header-active {
  color: #42a391;
}
h3.t3ddy-accordion-header:after,
.h3.t3ddy-accordion-header:after {
  clear: both;
}
h3 a,
.h3 a,
h3 a:hover,
.h3 a:hover {
  color: #42a391;
}
p {
  margin: 0 0 30px 0;
  line-height: 30px;
  font-size: 1rem;
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories p {
  overflow: visible;
}
.intro-wrap p {
  line-height: 30px;
}
.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center-slim {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
/*.bg-primary {
  // Given the contrast here, this is the only class to have its color inverted
  // automatically.
  color: #fff;
  .bg-variant(@brand-primary);
}
.bg-success {
  .bg-variant(@state-success-bg);
}
.bg-info {
  .bg-variant(@state-info-bg);
}
.bg-warning {
  .bg-variant(@state-warning-bg);
}
.bg-danger {
  .bg-variant(@state-danger-bg);
}*/
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857143;
}
figure img {
  margin-bottom: 10px;
}
figure figcaption {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
figure.rezept img {
  border-radius: 40px;
  overflow: hidden;
}
figure.rezept figcaption {
  padding-left: 100px;
}
div.informmain-content ol {
  text-align: left;
}
div.informmain-content ol li {
  margin-bottom: 14px;
  font-size: 1rem;
}
div.informmain-content ul {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.informmain-content ul li {
  list-style-type: none;
  padding-left: 18px;
  margin-bottom: 14px;
  position: relative;
  font-size: 1rem;
}
div.informmain-content ul li::before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #42a391;
  content: "";
}
div.informmain-content ul li span.important {
  color: #42a391;
  font-weight: 600;
}
div.informmain-content ul.ce-uploads li {
  padding-left: 40px;
}
div.informmain-content ul.ce-uploads li a {
  font-size: 20px;
  color: #42a391;
  line-height: 30px;
}
div.informmain-content ul.ce-uploads li::before {
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  width: auto;
  height: auto;
  background: none;
  color: #42a391;
  font-size: 30px;
  top: 5px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
div.informmain-content ul {
  margin-bottom: 30px;
}
a,
a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
}
p.cat-title {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  color: #835651;
}
p.cat-title span {
  font-size: 30px;
}
div.informmain-content p a,
div.informmain-content ul li a {
  color: #4d4d4d;
  font-weight: bold;
}
div.informmain-content p a.external-link-new-window::after,
div.informmain-content ul li a.external-link-new-window::after,
div.informmain-content p a.external-link::after,
div.informmain-content ul li a.external-link::after,
div.informmain-content p a.download::before,
div.informmain-content ul li a.download::before,
div.informmain-content p a.internal-link::after,
div.informmain-content ul li a.internal-link::after,
div.informmain-content p a.internal-link-new-window::after,
div.informmain-content ul li a.internal-link-new-window::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  color: #835651;
  font-size: 13px;
  margin: 0 0 0 3px;
}
div.informmain-content p a.download::before,
div.informmain-content ul li a.download::before {
  content: "\e90b";
  font-size: 17px;
  margin: 0 3px 0 0;
}
div.informmain-content p a.internal-link::after,
div.informmain-content ul li a.internal-link::after,
div.informmain-content p a.internal-link-new-window::after,
div.informmain-content ul li a.internal-link-new-window::after {
  content: "\e924";
}
div.informmain-content .text-media p a,
div.informmain-content .text-media ul li a,
div.informmain-content .text-hinweis p a,
div.informmain-content .text-hinweis ul li a {
  color: #4d4d4d;
  font-weight: bold;
}
div.informmain-content .text-media p a:after,
div.informmain-content .text-media ul li a:after,
div.informmain-content .text-hinweis p a:after,
div.informmain-content .text-hinweis ul li a:after {
  color: #835651;
  margin-right: 7px;
}
div.informmain-content.content-rezeptseite p {
  padding-left: 40px;
}
div.informmain-content.content-rezeptseite .content-footer-meta p {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 784px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1256px) {
  .container {
    width: 1272px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 940px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1256px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  line-height: 25px;
  padding: 2px 6px;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  /*&:active,
  &.active {
    outline: 0;
    background-image: none;
    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }

  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    cursor: @cursor-disabled;
    .opacity(.65);
    .box-shadow(none);
  }

  a& {
    &.disabled,
    fieldset[disabled] & {
      pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
    }
  }*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn.focus {
  text-decoration: none;
  color: #4d4d4d;
}
.btn:hover {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.btn span.inform-arrow-right-single {
  display: inline-block;
  font-size: 12px;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
footer .btn {
  font-size: 14px;
  padding: 0 6px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.translateTop,
.fade.translateBottom {
  -webkit-transition: transform 450ms ease-in, opacity 900ms linear;
  -o-transition: transform 450ms ease-in, opacity 900ms linear;
  transition: transform 450ms ease-in, opacity 900ms linear;
}
.fade.translateTop {
  -webkit-transform: translate(0, -90px);
  -ms-transform: translate(0, -90px);
  -o-transform: translate(0, -90px);
  transform: translate(0, -90px);
}
.fade.translateBottom {
  -webkit-transform: translate(0, 90px);
  -ms-transform: translate(0, 90px);
  -o-transform: translate(0, 90px);
  transform: translate(0, 90px);
}
.fade.in {
  opacity: 1;
}
.fade.in.translateTop,
.fade.in.translateBottom {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapse.filter-cat {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 940px) and (max-width: 1255px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 940px) and (max-width: 1255px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 940px) and (max-width: 1255px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 940px) and (max-width: 1255px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 940px) and (max-width: 1255px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1256px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 940px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1256px) {
  html {
    font-size: 20px;
  }
}
header {
  background: #fff;
  padding: 35px 0 25px 0;
}
header nav.main {
  display: block;
  float: right;
}
header nav.main ul,
header nav.main li {
  list-style: none;
}
header nav.main ul {
  margin: 0;
  padding: 0;
}
header nav.main ul li {
  display: inline-block;
  border-bottom: 1px solid #835651;
  float: left;
  margin: 0;
  padding: 0;
}
header nav.main ul li a {
  display: block;
  color: #835651;
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.4px;
  border-bottom: 3px solid transparent;
  transition: padding 150ms ease-out, border 200ms linear;
}
header nav.main ul li a:hover,
header nav.main ul li a.active {
  border-bottom: 3px solid #835651;
  padding: 0 15px 30px 15px;
}
header nav.main ul li a.active {
  font-weight: 700;
}
header nav.main ul li.first a {
  padding-left: 0;
}
header nav.main ul li.last {
  margin-left: 30px;
}
header nav.main ul li.last a {
  padding: 15px 0 15px 0;
}
header nav.main ul li.last a:hover,
header nav.main ul li.last a.active {
  padding: 0 0 30px 0;
}
header nav.main ul li.last a::before {
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
  content: "\e900";
  line-height: 16px;
  font-size: 21px;
}
header nav.main ul li:nth-last-child(2) {
  margin-left: 30px;
}
header nav.main ul li:nth-last-child(2) a {
  padding: 15px 0 15px 0;
}
header nav.main ul li:nth-last-child(3) a {
  padding-right: 0;
}
header a.menu-open {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 40px;
  border-bottom: 1px solid #835651;
  padding-bottom: 3px;
  color: #835651;
}
/* SERIE */
.page-wrapper[data-uid="27"] header {
  padding-bottom: 140px;
}
body .mobile-whited {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9980;
}
body a.close-mobile-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9995;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: transform 250ms 400ms ease-out, opacity 300ms 400ms linear;
  -o-transition: transform 250ms 400ms ease-out, opacity 300ms 400ms linear;
  transition: transform 250ms 400ms ease-out, opacity 300ms 400ms linear;
}
body.mobile-menu-open {
  overflow-y: hidden;
}
body.mobile-menu-open header nav.main {
  position: fixed;
  z-index: 9990;
  display: block !important;
  width: 65%;
  background: #42a391;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  -o-transform: translate(150px, 0);
  transform: translate(150px, 0);
  -webkit-transition: transform 250ms ease-out, opacity 300ms linear;
  -o-transition: transform 250ms ease-out, opacity 300ms linear;
  transition: transform 250ms ease-out, opacity 300ms linear;
}
body.mobile-menu-open header nav.main ul {
  max-height: 330px;
  overflow-y: auto;
  margin: 40px 0 0 40px;
}
body.mobile-menu-open header nav.main ul li {
  display: block;
  border: none;
  float: none;
}
body.mobile-menu-open header nav.main ul li.first,
body.mobile-menu-open header nav.main ul li.last {
  margin: 0;
}
body.mobile-menu-open header nav.main ul li.first a,
body.mobile-menu-open header nav.main ul li.last a {
  padding: 15px 0;
  color: #fff;
}
body.mobile-menu-open header nav.main ul li a {
  display: block;
  color: #fff;
  padding: 15px 0;
}
body.mobile-menu-open header nav.main ul li a.active {
  padding: 15px 0;
}
body.mobile-menu-open.mobile-show header nav.main {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.mobile-menu-open.mobile-show a.close-mobile-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
footer .footer-logo {
  background: #fff;
  padding: 50px 0 50px 0;
}
footer .footer-logo a {
  display: block;
}
footer .footer-logo a.logo-sec {
  margin-left: -40px;
}
footer .footer-top {
  background: #e3f1ee;
  padding: 40px 0 30px 0;
}
footer .footer-top p.footer-title,
footer .footer-top h6.footer-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 17px 0;
}
footer .footer-top p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15pX;
}
footer .footer-top .contact p {
  margin: 0;
}
footer .footer-top .contact .btn span {
  display: inline-block;
  font-size: 12px;
}
footer .footer-top .contact a {
  color: #4d4d4d;
}
footer .footer-top .contact a.btn:hover {
  color: #fff;
}
footer .footer-top .infos {
  margin-bottom: 15px;
}
footer .footer-top .meta-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-top .meta-links ul li {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
footer .footer-top .meta-links a {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15pX;
  display: block;
}
footer .footer-top .social-share a.sharelink,
footer .footer-top a.print {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
  line-height: 20px;
}
footer .footer-top .social-share a.sharelink span,
footer .footer-top a.print span {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
footer .footer-top .shariff .shariff-button {
  min-width: initial !important;
  max-width: initial !important;
  width: auto !important;
  flex: none !important;
}
footer .footer-top .shariff .shariff-button a {
  background-color: transparent !important;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
  line-height: 20px;
}
footer .footer-top .shariff .shariff-button a span {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
footer .footer-top .shariff .shariff-button a span.fab.fa-facebook-f,
footer .footer-top .shariff .shariff-button a span.fab.fa-twitter,
footer .footer-top .shariff .shariff-button a span.fas.fa-envelope {
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
footer .footer-top .shariff .shariff-button a span.share_text {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
}
footer .footer-top a.print {
  margin: 0;
}
footer .footer-bottom {
  padding: 25px 0;
}
footer .footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
footer .footer-bottom ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}
footer .footer-bottom ul li a {
  font-size: 14px;
  color: #fff;
}
footer .mpdf-footer {
  display: none;
}
.content-after-header {
  padding-top: 40px;
}
.content-after-header.content-startseite {
  padding-top: 0;
}
.content-startseite-top,
.content-verteilerseite-main {
  background: #e3f1ee;
  padding-bottom: 65px;
  position: relative;
}
.page-wrapper[data-uid="4"] .content-verteilerseite-main {
  padding-top: 40px;
}
.page-wrapper[data-uid="10"] .content-verteilerseite-main,
.page-wrapper[data-uid="487"] .content-verteilerseite-main,
.page-wrapper[data-uid="1168"] .content-verteilerseite-main,
.page-wrapper[data-uid="1174"] .content-verteilerseite-main,
.page-wrapper[data-uid="1262"] .content-verteilerseite-main,
.page-wrapper[data-uid="1218"] .content-verteilerseite-main {
  background: #fff;
  padding-top: 100px;
}
.content-serie,
.content-artikelseite,
.content-blank,
.content-full {
  background: #fff;
  padding-bottom: 65px;
}
.content-serie,
.content-blank {
  padding-top: 65px;
}
.content-seriendetails {
  background: #f2f9f7;
}
.content-seriendetails.content-after-header {
  padding-top: 0;
}
.content-artikelseite-weitereinhalte {
  background: #e3f1ee;
  padding-top: 65px;
  padding-bottom: 65px;
}
.image-preWrap {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.image-preWrap img.loaded {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.image-preWrap img.loaded.img-responsive {
  max-width: 100%;
  height: auto;
  /*width: auto;*/
}
.image-preWrap .img-small {
  opacity: 1;
  filter: blur(12px);
  -webkit-filter: blur(12px);
  transform: scale(1);
}
.image-preWrap.projekte {
  text-align: center;
  /*img.loaded {
      display: inline-block;
    }
    .img-small {
      display: inline-block;
    }*/
}
div.inf-margin {
  margin-bottom: 30px;
}
div.inf-margin-small {
  margin-bottom: 20px;
}
div.inf-margin-double {
  margin-bottom: 60px;
}
blockquote {
  margin-bottom: 30px;
}
div.ce-left.ce-intext .ce-gallery,
div.ce-right.ce-intext .ce-gallery {
  float: left;
  margin: 2px 15px 10px 0;
}
div.ce-left.ce-intext .ce-gallery figure figcaption,
div.ce-right.ce-intext .ce-gallery figure figcaption {
  margin-bottom: 10px;
}
div.ce-right.ce-intext .ce-gallery {
  float: right;
  margin: 2px 0 10px 15px;
}
body > .pageLoader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  background: transparent;
  text-align: center;
  display: none;
}
body > .pageLoader .loader-inner {
  position: relative;
  top: 50%;
  margin-top: -40px;
}
body {
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
html.inform-loading body {
  opacity: 0.6;
}
html.inform-loading body > .pageLoader {
  display: block;
}
.publikations-details {
  text-align: center;
}
.content-artikelseite,
.content-artikelseite-weitereinhalte,
footer .footer-top,
header,
footer .footer-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
.akteur-green {
  background: #f1f9f7;
  margin-bottom: 60px;
  padding: 50px 0 20px 0;
}
.akteur-green .akteur-img img {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.akteur-green .akteur-img figure figcaption {
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 30px;
  text-align: center;
}
.content-artikelseite.right-column .content-right .ce-gallery {
  margin-bottom: 30px;
}
div.text-media:before,
div.text-media:after {
  content: " ";
  display: table;
}
div.text-media:after {
  clear: both;
}
div.text-media:before,
div.text-media:after {
  content: " ";
  display: table;
}
div.text-media:after {
  clear: both;
}
.content-verteilerseite.content-verteilerseite-top {
  background: transparent;
}
.content-verteilerseite.content-verteilerseite-top.white {
  background: #fff;
}
.content-verteilerseite.content-verteilerseite-top.white .seiten-einstieg span:before {
  color: #835651 !important;
}
.content-verteilerseite.content-verteilerseite-top .seiten-einstieg span:before {
  color: #fff !important;
}
.content-saisonkalender-detailseite h2 {
  text-align: inherit;
  margin-top: inherit;
}
.content-saisonkalender-detailseite .ce-media {
  margin-bottom: 30px;
}
.frame.frame-default.frame-type-menu_section.frame-layout-0 ul {
  margin-bottom: 75px;
  text-align: center;
  margin: 0;
}
.frame.frame-default.frame-type-menu_section.frame-layout-0 ul li {
  margin-bottom: 6px;
}
.frame.frame-default.frame-type-menu_section.frame-layout-0 ul li:before {
  position: static;
  display: inline-block;
  color: #4d4d4d;
  content: "\e91b";
  background: none;
  width: auto;
  height: auto;
  font-family: 'inform' !important;
}
.frame.frame-default.frame-type-menu_section.frame-layout-0 ul li a {
  font-size: 28px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
}
input[name="tx_igxinform_filter[filter][sword]"] {
  padding: 3px 45px 3px 8px;
}
div.informmain-content p a.link-button-newslist {
  position: relative;
  border: 1px solid #835651;
  color: #835651;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  line-height: 25px;
  padding: 2px 30px 2px 6px;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
div.informmain-content p a.link-button-newslist:after {
  font-family: 'inform' !important;
  content: '\e91b';
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 13px;
}
div.informmain-content p a.link-button-newslist:hover {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.inform-up-button .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #25ae90;
}
.inform-up-button .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #25ae90;
}
.inform-pfeil_green_new:before {
  content: "\e924";
  color: #25af91;
}
.inform-icon_close:before {
  content: "\e901";
  color: #42a391;
}
.inform-icon_open:before {
  content: "\e918";
  color: #42a391;
}
.inform-lupe:before {
  content: "\e900";
  color: #42a391;
}
.inform-kreis:before {
  content: "\e919";
  color: #42a391;
}
.inform-figure:before {
  content: "\e902";
  color: #42a391;
}
.inform-figure-filled:before {
  content: "\e903";
  color: #42a391;
}
.inform-serie:before {
  content: "\e905";
  color: #42a391;
}
.inform-print:before {
  content: "\e906";
  color: #42a391;
}
.inform-facebook:before,
.fab.fa-facebook-f:before {
  content: "\e907";
  color: #42a391;
}
.inform-twitter:before,
.fab.fa-twitter:before {
  content: "\e908";
  color: #42a391;
}
.inform-brief:before,
.fas.fa-envelope:before {
  content: "\e909";
  color: #42a391;
}
.inform-gluehbirne:before {
  content: "\e90a";
  color: #42a391;
}
.inform-download:before {
  content: "\e90b";
  color: #42a391;
}
.inform-arrow-diagonal .path1:before {
  content: "\e90c";
  color: #42a391;
}
.inform-arrow-diagonal .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: #42a391;
}
.inform-square:before {
  content: "\e90e";
  color: #42a391;
}
.inform-plus:before {
  content: "\e90f";
  color: #42a391;
}
.inform-minus:before {
  content: "\e910";
  color: #42a391;
}
.inform-file:before {
  content: "\e911";
  color: #42a391;
}
.inform-INFORM_Icons_01_mv-21:before {
  content: "\e922";
  color: #42a391;
}
.inform-arrow-left:before {
  content: "\e912";
  color: #42a391;
}
.inform-arrow-right:before {
  content: "\e913";
  color: #42a391;
}
.inform-brief-kontur:before {
  content: "\e914";
  color: #42a391;
}
.inform-netzwerk:before {
  content: "\e915";
  color: #42a391;
}
.inform-rezepte:before {
  content: "\e917";
  color: #42a391;
}
.inform-arrow-right-single:before {
  color: #4c4c4c;
}
figure figcaption {
  color: #808080;
}
.content-startseite-top .bgImgWrap,
.startseiten-intro .intro-top {
  height: 630px;
}
.content-startseite-top .bgImgWrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.content-startseite-top .bgImgWrap img.intro-bg {
  opacity: 0;
}
.startseiten-intro {
  position: relative;
}
.startseiten-intro svg path,
.startseiten-intro svg rect {
  fill: #212121;
}
.startseiten-intro .loader {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.startseiten-intro .intro-top {
  text-align: center;
  background: #42a391;
  overflow: hidden;
}
.startseiten-intro .intro-top .intro-text {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 80%;
  margin: 0 10%;
  top: 30px;
  /*top: 20px;*/
}
.startseiten-intro .intro-top .intro-text p {
  color: #fff;
}
.startseiten-intro .intro-top .intro-text a.btn {
  color: #835651;
  background: #fff;
  border: none;
  padding: 3px 7px;
}
.startseiten-intro .intro-top .intro-text a.btn span.inform-krone:before {
  color: #835651;
}
.startseiten-intro .intro-top .intro-text a.btn span.inform-arrow-right-single:before {
  color: #835651;
}
.seiten-einstieg {
  padding: 0 0 40px 0;
}
.seiten-einstieg .einstieg-inner {
  text-align: center;
}
.seiten-einstieg .einstieg-inner p.metatitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.seiten-einstieg .einstieg-inner p.einleitung {
  color: #fff;
  font-weight: 300;
  font-size: 1.15rem;
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
}
.seiten-einstieg.white {
  background-color: #fff;
}
.seiten-einstieg.white .einstieg-inner {
  text-align: center;
}
.seiten-einstieg.white .einstieg-inner h1 {
  color: #4d4d4d;
}
.seiten-einstieg.white .einstieg-inner p.metatitle {
  color: #835651;
}
.seiten-einstieg.white .einstieg-inner p.einleitung {
  color: #4d4d4d;
}
.zutatenwrap .col:nth-child(2n+1) {
  clear: both;
}
.zutaten-list p.title,
.text-hinweis div.hinweis p.title {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #835651;
  font-weight: 300;
  letter-spacing: 2.4px;
  border-top: 1px solid #835651;
  padding-top: 20px;
}
.zutaten-list table tr {
  margin-bottom: 15px;
}
.zutaten-list table tr td {
  font-size: 16px;
  color: #000;
  padding-bottom: 12px;
}
.zutaten-list table tr td.einheit {
  padding-right: 12px;
}
.t3ddy-accordion-item {
  clear: left;
}
.text-hinweis div.bodytext {
  display: block;
}
.text-hinweis div.hinweis {
  width: 100%;
  float: right;
  position: relative;
  z-index: 10;
}
.text-hinweis div.hinweis img {
  float: left;
  margin: 3px 10px 8px 0;
}
.text-hinweis div.hinweis a {
  color: #4d4d4d;
  font-weight: bold;
}
.text-hinweis div.hinweis a:after,
.text-hinweis div.hinweis a:before {
  color: #835651 !important;
}
.text-hinweis div.hinweis a.download:before {
  font-size: 20px !important;
}
.text-hinweis div.hinweis p {
  font-size: 0.8rem;
  line-height: 25px;
}
.text-hinweis div.hinweis p.title {
  font-size: 1rem;
}
.text-slider-wrap .galerie-outer {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.text-slider-wrap .bodytext {
  float: left;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  padding: 10px 10px 50px 10px;
}
.mfp-figure:after {
  background: #fff;
}
.mfp-title {
  color: #4d4d4d;
  padding-right: 30px;
}
.mfp-figure .mfp-bottom-bar {
  margin-top: -25px;
  position: inherit;
}
.owl-carousel {
  margin: 0 15px;
  width: auto;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -15px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -15px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -15px;
}
.owl-carousel figure img {
  width: 100%;
  height: auto;
}
.owl-carousel figure img.magnifier {
  width: 34px;
  height: auto;
  margin-top: -48px;
  left: 45%;
  position: absolute;
  display: block;
}
.owl-carousel.owl-single .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-single .owl-controls .owl-buttons .owl-next {
  margin: 0 0 0 0;
}
.filter-button,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.tx_solr .category-wrap .grid-filter a,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.grid-top3 .top-grid-item .inner .cats span.cat,
.startseiten-teaser .teaser .inner .cats span.cat,
.grid-serie .grid-item .inner .cats span.cat,
.serien-kachel a.grid-item .inner .cats span.cat {
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
  border-radius: 8px;
  margin: 0 4px 7px 4px;
  padding: 3px 7px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  -moz-box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  text-transform: uppercase;
  -webkit-transition: transform 250ms ease-out, opacity 300ms linear;
  -o-transition: transform 250ms ease-out, opacity 300ms linear;
  transition: transform 250ms ease-out, opacity 300ms linear;
}
.filter-button[data-parent="2"],
.filter-button[data-parent="31"],
.filter-button[data-parent="61"],
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="2"],
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="31"],
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="61"],
.tx_solr .category-wrap .grid-filter a[data-parent="2"],
.tx_solr .category-wrap .grid-filter a[data-parent="31"],
.tx_solr .category-wrap .grid-filter a[data-parent="61"],
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"],
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"],
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"],
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"],
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"],
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"],
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"],
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"],
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"],
.grid-serie .grid-item .inner .cats span.cat[data-parent="2"],
.grid-serie .grid-item .inner .cats span.cat[data-parent="31"],
.grid-serie .grid-item .inner .cats span.cat[data-parent="61"],
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"],
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"],
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"] {
  line-height: 18px;
}
.filter-button[data-parent="2"]:before,
.filter-button[data-parent="31"]:before,
.filter-button[data-parent="61"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="2"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="31"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="61"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="2"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="31"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="61"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"]:before {
  content: "\e919";
  line-height: 18px;
  font-size: 10px;
  margin-right: 4px;
  color: #999999;
}
.filter-button[data-parent="1"],
.filter-button[data-parent="60"],
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="1"],
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="60"],
.tx_solr .category-wrap .grid-filter a[data-parent="1"],
.tx_solr .category-wrap .grid-filter a[data-parent="60"],
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"],
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"],
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"],
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"],
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"],
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"],
.grid-serie .grid-item .inner .cats span.cat[data-parent="1"],
.grid-serie .grid-item .inner .cats span.cat[data-parent="60"],
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"],
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"] {
  border-radius: 0;
}
.filter-button[data-parent="1"]:before,
.filter-button[data-parent="60"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="1"]:before,
.tx_solr .category-wrap .grid-filter a[data-parent="60"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"]:before,
.grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"]:before,
.startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="1"]:before,
.grid-serie .grid-item .inner .cats span.cat[data-parent="60"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"]:before,
.serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"]:before {
  content: "\e903";
  line-height: 16px;
  font-size: 14px;
  margin-right: 4px;
  color: #999999;
}
.filter-button:hover,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat:hover,
.tx_solr .category-wrap .grid-filter a:hover,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat:hover,
.grid-top3 .top-grid-item .inner .cats span.cat:hover,
.startseiten-teaser .teaser .inner .cats span.cat:hover,
.grid-serie .grid-item .inner .cats span.cat:hover,
.serien-kachel a.grid-item .inner .cats span.cat:hover {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #4d4d4d;
}
.filter-button.aktiv,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat.aktiv,
.tx_solr .category-wrap .grid-filter a.aktiv,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat.aktiv,
.grid-top3 .top-grid-item .inner .cats span.cat.aktiv,
.startseiten-teaser .teaser .inner .cats span.cat.aktiv,
.grid-serie .grid-item .inner .cats span.cat.aktiv,
.serien-kachel a.grid-item .inner .cats span.cat.aktiv {
  border: 1px solid transparent;
  background: #42a391;
  color: #fff;
  box-shadow: none;
}
.filter-button.aktiv:before,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat.aktiv:before,
.tx_solr .category-wrap .grid-filter a.aktiv:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat.aktiv:before,
.grid-top3 .top-grid-item .inner .cats span.cat.aktiv:before,
.startseiten-teaser .teaser .inner .cats span.cat.aktiv:before,
.grid-serie .grid-item .inner .cats span.cat.aktiv:before,
.serien-kachel a.grid-item .inner .cats span.cat.aktiv:before {
  color: #fff;
}
.filter-button a.sword-link,
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat a.sword-link,
.tx_solr .category-wrap .grid-filter a a.sword-link,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat a.sword-link,
.grid-top3 .top-grid-item .inner .cats span.cat a.sword-link,
.startseiten-teaser .teaser .inner .cats span.cat a.sword-link,
.grid-serie .grid-item .inner .cats span.cat a.sword-link,
.serien-kachel a.grid-item .inner .cats span.cat a.sword-link {
  color: #4d4d4d;
}
.tx-igx-inform[data-rubrik="3"] .filter-outer {
  display: none;
}
.filter-teaser {
  position: relative;
}
.filter-teaser .form-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(197, 230, 221, 0.7);
  z-index: 2;
}
.filter-teaser .form-loader svg {
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.filter-teaser span.marker {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.filter-teaser span.marker.marker-input {
  margin: 0 10px;
}
.filter-teaser span.marker.marker-input a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
}
.filter-teaser span.inform-arrow-right-single,
.filter-teaser span.inform-cross {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: #fff;
  background: #42a391;
  cursor: pointer;
  float: right;
}
.filter-teaser span.inform-arrow-right-single:before,
.filter-teaser span.inform-cross:before {
  color: #fff;
}
.filter-teaser a.reset-teaser {
  display: none;
}
.facet {
  padding: 30px 0;
}
.facet.grid-filter-projekte {
  padding: 30px 0 0 0;
}
.facet p.search-text {
  margin-bottom: 30px;
}
.facet p.search-text input {
  margin: 0 10px;
  padding: 3px 45px 3px 8px;
  font-weight: normal;
  width: 170px;
  height: 38px;
}
.facet p.search-text span.marker input {
  margin: 0;
}
.facet .filter-cat .filter-typ {
  margin-bottom: 10px;
}
.facet ul.filter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.facet ul.filter li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.facet ul.filter li:before {
  display: none;
}
.facet ul.filter li a {
  color: #4d4d4d;
  font-weight: normal;
}
.facet ul.filter li a.aktiv {
  color: #fff;
}
.facet .filter-button,
.facet .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.facet .tx_solr .category-wrap .grid-filter a,
.facet .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.facet .grid-top3 .top-grid-item .inner .cats span.cat,
.facet .startseiten-teaser .teaser .inner .cats span.cat,
.facet .grid-serie .grid-item .inner .cats span.cat,
.facet .serien-kachel a.grid-item .inner .cats span.cat {
  letter-spacing: 0.5px;
  display: inline-block;
}
.facet .filter-select-group .label-wrap a {
  display: inline-block;
  font-size: 1rem;
  line-height: 32px;
  color: #4d4d4d;
  margin: 0 20px;
}
.facet .filter-select-group .label-wrap a span {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
}
.facet .filter-select-group .label-wrap a.aktiv {
  color: #42a391;
}
.facet .filter-select-group .label-wrap a.aktiv span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.facet .filter-select-group .label-wrap a:hover span {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.facet .filter-select-group .cat-group-outer .cat-wrap {
  display: none;
  margin-top: 30px;
}
.facet div.filter-reset {
  margin: 30px 0 0 0;
  opacity: 0;
}
.facet div.filter-reset a {
  font-weight: 600;
  font-size: 16px;
  color: #4d4d4d;
  display: inline-block;
  border-bottom: 1px solid #42a391;
}
.grid-serie {
  margin: 0 auto;
}
.artikel-grid-wrapper .grid,
.artikel-grid-wrapper .default-grid {
  margin: 0 auto;
}
.artikel-grid-wrapper .grid p.noItems,
.artikel-grid-wrapper .default-grid p.noItems {
  text-align: center;
}
.artikel-grid-wrapper .grid .grid-item,
.artikel-grid-wrapper .default-grid .grid-item,
.grid-top3 .top-grid-item,
.startseiten-teaser .teaser,
.grid-serie .grid-item,
.serien-kachel a.grid-item {
  width: 300px;
  float: left;
  -webkit-transition: opacity 1000ms linear;
  -o-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  margin: 0 0 45px 0;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  -moz-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
}
.artikel-grid-wrapper .grid .grid-item.hide-grid,
.artikel-grid-wrapper .default-grid .grid-item.hide-grid,
.grid-top3 .top-grid-item.hide-grid,
.startseiten-teaser .teaser.hide-grid,
.grid-serie .grid-item.hide-grid,
.serien-kachel a.grid-item.hide-grid {
  opacity: 0.80;
}
.artikel-grid-wrapper .grid .grid-item.removeItem,
.artikel-grid-wrapper .default-grid .grid-item.removeItem,
.grid-top3 .top-grid-item.removeItem,
.startseiten-teaser .teaser.removeItem,
.grid-serie .grid-item.removeItem,
.serien-kachel a.grid-item.removeItem {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.artikel-grid-wrapper .grid .grid-item .inner,
.artikel-grid-wrapper .default-grid .grid-item .inner,
.grid-top3 .top-grid-item .inner,
.startseiten-teaser .teaser .inner,
.grid-serie .grid-item .inner,
.serien-kachel a.grid-item .inner {
  padding: 35px 25px 0 25px;
  position: relative;
}
.artikel-grid-wrapper .grid .grid-item .inner .cats,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats,
.grid-top3 .top-grid-item .inner .cats,
.startseiten-teaser .teaser .inner .cats,
.grid-serie .grid-item .inner .cats,
.serien-kachel a.grid-item .inner .cats {
  position: absolute;
  left: 25px;
  top: -17px;
  text-align: left;
  z-index: 99;
}
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.grid-top3 .top-grid-item .inner .cats span.cat,
.startseiten-teaser .teaser .inner .cats span.cat,
.grid-serie .grid-item .inner .cats span.cat,
.serien-kachel a.grid-item .inner .cats span.cat {
  font-size: 10px;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid #42a391;
  letter-spacing: 0.5px;
  cursor: auto;
}
.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat:before,
.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat:before,
.grid-top3 .top-grid-item .inner .cats span.cat:before,
.startseiten-teaser .teaser .inner .cats span.cat:before,
.grid-serie .grid-item .inner .cats span.cat:before,
.serien-kachel a.grid-item .inner .cats span.cat:before {
  color: #42a391 !important;
}
.artikel-grid-wrapper .grid .grid-item .inner div.image,
.artikel-grid-wrapper .default-grid .grid-item .inner div.image,
.grid-top3 .top-grid-item .inner div.image,
.startseiten-teaser .teaser .inner div.image,
.grid-serie .grid-item .inner div.image,
.serien-kachel a.grid-item .inner div.image {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.artikel-grid-wrapper .grid .grid-item .inner div.image img,
.artikel-grid-wrapper .default-grid .grid-item .inner div.image img,
.grid-top3 .top-grid-item .inner div.image img,
.startseiten-teaser .teaser .inner div.image img,
.grid-serie .grid-item .inner div.image img,
.serien-kachel a.grid-item .inner div.image img {
  margin: 0;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
}
.artikel-grid-wrapper .grid .grid-item .inner p.title,
.artikel-grid-wrapper .grid .grid-item .inner strong.title,
.artikel-grid-wrapper .default-grid .grid-item .inner p.title,
.artikel-grid-wrapper .default-grid .grid-item .inner strong.title,
.grid-top3 .top-grid-item .inner p.title,
.grid-top3 .top-grid-item .inner strong.title,
.startseiten-teaser .teaser .inner p.title,
.startseiten-teaser .teaser .inner strong.title,
.grid-serie .grid-item .inner p.title,
.grid-serie .grid-item .inner strong.title,
.serien-kachel a.grid-item .inner p.title,
.serien-kachel a.grid-item .inner strong.title {
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.5px;
  margin: 5px 0 5px 0;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.artikel-grid-wrapper .grid .grid-item .inner p.text,
.artikel-grid-wrapper .default-grid .grid-item .inner p.text,
.grid-top3 .top-grid-item .inner p.text,
.startseiten-teaser .teaser .inner p.text,
.grid-serie .grid-item .inner p.text,
.serien-kachel a.grid-item .inner p.text {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
}
.artikel-grid-wrapper .grid .grid-item.materialien .inner div.image,
.artikel-grid-wrapper .default-grid .grid-item.materialien .inner div.image,
.grid-top3 .top-grid-item.materialien .inner div.image,
.startseiten-teaser .teaser.materialien .inner div.image,
.grid-serie .grid-item.materialien .inner div.image,
.serien-kachel a.grid-item.materialien .inner div.image {
  margin: 0 25px 20px 25px;
}
.artikel-grid-wrapper .grid .grid-item.materialien .inner div.image .image-bg,
.artikel-grid-wrapper .default-grid .grid-item.materialien .inner div.image .image-bg,
.grid-top3 .top-grid-item.materialien .inner div.image .image-bg,
.startseiten-teaser .teaser.materialien .inner div.image .image-bg,
.grid-serie .grid-item.materialien .inner div.image .image-bg,
.serien-kachel a.grid-item.materialien .inner div.image .image-bg {
  background-image: url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ro.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ru.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/u.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/r.png);
  background-position: right top, right bottom, right bottom, right center;
  background-size: 6px 9px, 6px 6px, 100% 6px, 6px 32px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
  padding: 0 6px 6px 0;
}
.artikel-grid-wrapper .grid .grid-item.materialien .inner div.image .image-bg img,
.artikel-grid-wrapper .default-grid .grid-item.materialien .inner div.image .image-bg img,
.grid-top3 .top-grid-item.materialien .inner div.image .image-bg img,
.startseiten-teaser .teaser.materialien .inner div.image .image-bg img,
.grid-serie .grid-item.materialien .inner div.image .image-bg img,
.serien-kachel a.grid-item.materialien .inner div.image .image-bg img {
  border: 1px solid #55ac92;
  margin: 0;
}
.artikel-grid-wrapper .grid .grid-item.rezept div.image a,
.artikel-grid-wrapper .default-grid .grid-item.rezept div.image a,
.grid-top3 .top-grid-item.rezept div.image a,
.startseiten-teaser .teaser.rezept div.image a,
.grid-serie .grid-item.rezept div.image a,
.serien-kachel a.grid-item.rezept div.image a {
  display: block;
  border-radius: 65px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.artikel-grid-wrapper .grid .grid-item.rezept div.image figure,
.artikel-grid-wrapper .default-grid .grid-item.rezept div.image figure,
.grid-top3 .top-grid-item.rezept div.image figure,
.startseiten-teaser .teaser.rezept div.image figure,
.grid-serie .grid-item.rezept div.image figure,
.serien-kachel a.grid-item.rezept div.image figure {
  display: block;
}
.artikel-grid-wrapper .grid .grid-item.rezept .inner,
.artikel-grid-wrapper .default-grid .grid-item.rezept .inner,
.grid-top3 .top-grid-item.rezept .inner,
.startseiten-teaser .teaser.rezept .inner,
.grid-serie .grid-item.rezept .inner,
.serien-kachel a.grid-item.rezept .inner {
  padding-bottom: 15px;
}
.artikel-grid-wrapper .grid .grid-item.materialien div.image img,
.artikel-grid-wrapper .default-grid .grid-item.materialien div.image img,
.grid-top3 .top-grid-item.materialien div.image img,
.startseiten-teaser .teaser.materialien div.image img,
.grid-serie .grid-item.materialien div.image img,
.serien-kachel a.grid-item.materialien div.image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.artikel-grid-wrapper .grid .grid-item.netzwerk .inner div.image .image-bg,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk .inner div.image .image-bg,
.grid-top3 .top-grid-item.netzwerk .inner div.image .image-bg,
.startseiten-teaser .teaser.netzwerk .inner div.image .image-bg,
.grid-serie .grid-item.netzwerk .inner div.image .image-bg,
.serien-kachel a.grid-item.netzwerk .inner div.image .image-bg {
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.artikel-grid-wrapper .grid .grid-item.netzwerk .inner div.image .image-bg img.img-responsive,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk .inner div.image .image-bg img.img-responsive,
.grid-top3 .top-grid-item.netzwerk .inner div.image .image-bg img.img-responsive,
.startseiten-teaser .teaser.netzwerk .inner div.image .image-bg img.img-responsive,
.grid-serie .grid-item.netzwerk .inner div.image .image-bg img.img-responsive,
.serien-kachel a.grid-item.netzwerk .inner div.image .image-bg img.img-responsive {
  display: inline-block;
  margin-top: 5px;
  fill: #fff;
}
.artikel-grid-wrapper .grid .grid-item.netzwerk p.title,
.artikel-grid-wrapper .grid .grid-item.netzwerk strong.title,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk p.title,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk strong.title,
.grid-top3 .top-grid-item.netzwerk p.title,
.grid-top3 .top-grid-item.netzwerk strong.title,
.startseiten-teaser .teaser.netzwerk p.title,
.startseiten-teaser .teaser.netzwerk strong.title,
.grid-serie .grid-item.netzwerk p.title,
.grid-serie .grid-item.netzwerk strong.title,
.serien-kachel a.grid-item.netzwerk p.title,
.serien-kachel a.grid-item.netzwerk strong.title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}
.artikel-grid-wrapper .grid .grid-item.netzwerk p.title span,
.artikel-grid-wrapper .grid .grid-item.netzwerk strong.title span,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk p.title span,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk strong.title span,
.grid-top3 .top-grid-item.netzwerk p.title span,
.grid-top3 .top-grid-item.netzwerk strong.title span,
.startseiten-teaser .teaser.netzwerk p.title span,
.startseiten-teaser .teaser.netzwerk strong.title span,
.grid-serie .grid-item.netzwerk p.title span,
.grid-serie .grid-item.netzwerk strong.title span,
.serien-kachel a.grid-item.netzwerk p.title span,
.serien-kachel a.grid-item.netzwerk strong.title span {
  font-size: 14px;
}
.artikel-grid-wrapper .grid .grid-item.hover .inner div.image img,
.artikel-grid-wrapper .default-grid .grid-item.hover .inner div.image img,
.grid-top3 .top-grid-item.hover .inner div.image img,
.startseiten-teaser .teaser.hover .inner div.image img,
.grid-serie .grid-item.hover .inner div.image img,
.serien-kachel a.grid-item.hover .inner div.image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.artikel-grid-wrapper .grid .grid-item.netzwerk-projekte .inner,
.artikel-grid-wrapper .grid .grid-item.materialien .inner,
.artikel-grid-wrapper .grid .grid-item.akteure .inner,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk-projekte .inner,
.artikel-grid-wrapper .default-grid .grid-item.materialien .inner,
.artikel-grid-wrapper .default-grid .grid-item.akteure .inner,
.grid-top3 .top-grid-item.netzwerk-projekte .inner,
.grid-top3 .top-grid-item.materialien .inner,
.grid-top3 .top-grid-item.akteure .inner,
.startseiten-teaser .teaser.netzwerk-projekte .inner,
.startseiten-teaser .teaser.materialien .inner,
.startseiten-teaser .teaser.akteure .inner,
.grid-serie .grid-item.netzwerk-projekte .inner,
.grid-serie .grid-item.materialien .inner,
.grid-serie .grid-item.akteure .inner,
.serien-kachel a.grid-item.netzwerk-projekte .inner,
.serien-kachel a.grid-item.materialien .inner,
.serien-kachel a.grid-item.akteure .inner {
  padding: 25px 25px 20px 25px;
}
.artikel-grid-wrapper .grid .grid-item.netzwerk-projekte .image-preWrap img.loaded,
.artikel-grid-wrapper .default-grid .grid-item.netzwerk-projekte .image-preWrap img.loaded,
.grid-top3 .top-grid-item.netzwerk-projekte .image-preWrap img.loaded,
.startseiten-teaser .teaser.netzwerk-projekte .image-preWrap img.loaded,
.grid-serie .grid-item.netzwerk-projekte .image-preWrap img.loaded,
.serien-kachel a.grid-item.netzwerk-projekte .image-preWrap img.loaded {
  width: inherit;
  margin: 0 auto;
}
.artikel-grid-wrapper .grid .grid-item.akteure p.title,
.artikel-grid-wrapper .default-grid .grid-item.akteure p.title,
.grid-top3 .top-grid-item.akteure p.title,
.startseiten-teaser .teaser.akteure p.title,
.grid-serie .grid-item.akteure p.title,
.serien-kachel a.grid-item.akteure p.title {
  text-transform: none;
}
.artikel-grid-wrapper .grid .grid-item.akteure div.image-preWrap figure.figure img.loaded,
.artikel-grid-wrapper .default-grid .grid-item.akteure div.image-preWrap figure.figure img.loaded,
.grid-top3 .top-grid-item.akteure div.image-preWrap figure.figure img.loaded,
.startseiten-teaser .teaser.akteure div.image-preWrap figure.figure img.loaded,
.grid-serie .grid-item.akteure div.image-preWrap figure.figure img.loaded,
.serien-kachel a.grid-item.akteure div.image-preWrap figure.figure img.loaded {
  margin: 0 auto;
  max-width: inherit;
  width: inherit;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.artikel-grid-wrapper .default-grid .grid-item {
  width: 100%;
}
.artikel-grid-wrapper div.load-more a {
  display: inline-block;
}
.artikel-grid-wrapper div.load-more a span {
  font-size: 14px;
}
.tx-igx-inform[data-rubrik="3"] div.load-more,
.tx-igx-inform[data-rubrik="7"] div.load-more {
  display: none !important;
}
.grid-loader-after {
  text-align: center;
}
.grid-top3 .top-grid-item {
  width: 100%;
}
.startseiten-teaser.startseiten-teaser-first {
  position: relative;
  z-index: 10;
  margin-top: -220px;
}
.startseiten-teaser .teaser {
  width: 100%;
}
.startseiten-teaser .teaser.hide-grid {
  opacity: 1;
}
.serie-outer p.conTitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 100px;
}
.serie-outer .serie-top,
.serie-details .serie-top {
  width: 100%;
  position: relative;
  background: #f2f9f7;
}
.serie-outer .serie-top a.btn.details,
.serie-details .serie-top a.btn.details {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
  font-size: 14px;
  padding: 0 5px;
}
.serie-outer .serie-top a.btn.details span.inform-arrow-right-single,
.serie-details .serie-top a.btn.details span.inform-arrow-right-single {
  font-size: 12px;
}
.serie-outer .serie-top span.inform-Fahne,
.serie-details .serie-top span.inform-Fahne {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 5;
  font-size: 100px;
  line-height: 100px;
}
.serie-outer .serie-top span.inform-Fahne i,
.serie-details .serie-top span.inform-Fahne i {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #835651;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  top: 45px;
  left: 14px;
}
.serie-outer .serie-top .teaser-intro,
.serie-details .serie-top .teaser-intro {
  position: relative;
  margin: -30px 0 40px 0;
}
.serie-outer .serie-top .teaser-intro img.thumb,
.serie-details .serie-top .teaser-intro img.thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #42a391;
}
.serie-outer .serie-top .teaser-intro p.sTitle,
.serie-details .serie-top .teaser-intro p.sTitle {
  margin: 0;
  font-size: 35px;
  line-height: 40px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
}
.serie-outer .serie-top .teaser-intro p.sDesc,
.serie-details .serie-top .teaser-intro p.sDesc {
  font-size: 20px;
  line-height: 30px;
}
.serie-outer .serie-bottom {
  background: #f2f9f7;
  padding-bottom: 50px;
}
.serie-outer .serie-bottom .owl-serie .owl-stage-outer::after,
.serie-outer .serie-bottom .owl-serie .owl-stage-outer::before {
  width: 270px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  content: " ";
  display: none;
}
.serie-outer .serie-bottom .owl-serie .owl-stage-outer::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(117, 182, 154, 0) 0%, #f2f9f7 60%);
  background: -webkit-linear-gradient(left, rgba(117, 182, 154, 0) 0%, #f2f9f7 60%);
  background: linear-gradient(to right, rgba(117, 182, 154, 0) 0%, #f2f9f7 60%);
}
.serie-outer .serie-bottom .owl-serie .owl-stage-outer::before {
  left: 0;
  background: -moz-linear-gradient(left, #f2f9f7 40%, rgba(117, 182, 154, 0) 100%);
  background: -webkit-linear-gradient(left, #f2f9f7 40%, rgba(117, 182, 154, 0) 100%);
  background: linear-gradient(to right, #f2f9f7 40%, rgba(117, 182, 154, 0) 100%);
}
.serie-outer .serie-bottom .owl-serie .owl-controls .owl-nav .owl-next {
  right: 0;
}
.serie-outer .serie-bottom .owl-serie .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.serie-outer .serie-bottom .owl-serie .item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 20px 30px;
  margin: 5px 10px;
  text-align: center;
  display: block;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  -moz-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
}
.serie-outer .serie-bottom .owl-serie .item p.inHeadline {
  font-size: 24px;
  line-height: 28px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  color: #42a391;
  margin-bottom: 12px;
}
.serie-outer .serie-bottom .owl-serie .item p.inText {
  margin: 0;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 22px;
}
.serien-list .serie-outer {
  margin: 60px 0 150px 0;
}
.serie-details .serie-top .grid-item .inner {
  padding: 25px 25px 20px 25px;
}
.serie-details .backdiv {
  position: relative;
  margin: 45px 0 60px 0;
}
a.sword-link {
  font-weight: normal !important;
}
.content .intro-wrap .categories a {
  font-weight: normal;
}
.content .intro-wrap .categories span {
  line-height: 20px;
  display: inline-block;
}
.content .intro-wrap .categories span.cTitle {
  font-size: 16px;
}
.content .intro-wrap .categories span.filter-button,
.content .intro-wrap .categories span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.content .intro-wrap .categories span.tx_solr .category-wrap .grid-filter a,
.content .intro-wrap .categories span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.content .intro-wrap .categories span.grid-top3 .top-grid-item .inner .cats span.cat,
.content .intro-wrap .categories span.startseiten-teaser .teaser .inner .cats span.cat,
.content .intro-wrap .categories span.grid-serie .grid-item .inner .cats span.cat,
.content .intro-wrap .categories span.serien-kachel a.grid-item .inner .cats span.cat {
  margin: 0 5px 0 7px;
  border: 1px solid #42a391;
}
.content .intro-wrap .categories span.filter-button:before,
.content .intro-wrap .categories span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat:before,
.content .intro-wrap .categories span.tx_solr .category-wrap .grid-filter a:before,
.content .intro-wrap .categories span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat:before,
.content .intro-wrap .categories span.grid-top3 .top-grid-item .inner .cats span.cat:before,
.content .intro-wrap .categories span.startseiten-teaser .teaser .inner .cats span.cat:before,
.content .intro-wrap .categories span.grid-serie .grid-item .inner .cats span.cat:before,
.content .intro-wrap .categories span.serien-kachel a.grid-item .inner .cats span.cat:before {
  color: #42a391;
}
.content-artikelseite-weitereinhalte .categories {
  margin-bottom: 50px;
}
.content-artikelseite-weitereinhalte .categories p {
  font-size: 1.2rem;
  line-height: 32px;
}
.content-artikelseite-weitereinhalte .categories p span {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
  display: inline-block;
}
.result-block {
  position: relative;
  padding-top: 65px;
}
.result-block p.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
  position: relative;
  margin-top: 50px;
}
.result-block p.title span.countItems {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.result-block p.title span.countItems:after {
  display: none;
  content: "\e91b";
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 5px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.result-block .owl-carousel .owl-wrapper-outer {
  padding-bottom: 20px;
}
.result-block .owl-carousel .owl-wrapper-outer::after,
.result-block .owl-carousel .owl-wrapper-outer::before {
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  content: " ";
  display: none;
}
.result-block .owl-carousel .owl-wrapper-outer::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(117, 182, 154, 0) 0%, #c5e6dd 60%);
  background: -webkit-linear-gradient(left, rgba(117, 182, 154, 0) 0%, #c5e6dd 60%);
  background: linear-gradient(to right, rgba(117, 182, 154, 0) 0%, #c5e6dd 60%);
}
.result-block .owl-carousel .owl-wrapper-outer::before {
  left: 0;
  background: -moz-linear-gradient(left, #c5e6dd 40%, rgba(117, 182, 154, 0) 100%);
  background: -webkit-linear-gradient(left, #c5e6dd 40%, rgba(117, 182, 154, 0) 100%);
  background: linear-gradient(to right, #c5e6dd 40%, rgba(117, 182, 154, 0) 100%);
}
.result-block .owl-carousel .item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 20px 30px;
  margin: 0 10px;
  display: block;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  -moz-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
}
.result-block .owl-carousel .item .img-outer-wrap {
  margin: 5px 13px 10px 0;
}
.result-block .owl-carousel .item p.itemTitle {
  color: #4d4d4d;
  font-size: 24px;
  line-height: 27px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.result-block .owl-carousel .item p.itemTitle a {
  color: #4d4d4d;
}
.result-block .owl-carousel .item div.categories {
  margin: 0;
  /*position: absolute;
        left: 30px;
        bottom: -15px;*/
}
.result-block .owl-carousel .item div.categories span.filter-button,
.result-block .owl-carousel .item div.categories span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.result-block .owl-carousel .item div.categories span.tx_solr .category-wrap .grid-filter a,
.result-block .owl-carousel .item div.categories span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.result-block .owl-carousel .item div.categories span.grid-top3 .top-grid-item .inner .cats span.cat,
.result-block .owl-carousel .item div.categories span.startseiten-teaser .teaser .inner .cats span.cat,
.result-block .owl-carousel .item div.categories span.grid-serie .grid-item .inner .cats span.cat,
.result-block .owl-carousel .item div.categories span.serien-kachel a.grid-item .inner .cats span.cat {
  margin: 0 5px 5px 5px;
  display: inline-block;
  border: 1px solid #42a391;
  font-size: 10px;
}
.result-block .owl-carousel .item div.categories span.filter-button:before,
.result-block .owl-carousel .item div.categories span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat:before,
.result-block .owl-carousel .item div.categories span.tx_solr .category-wrap .grid-filter a:before,
.result-block .owl-carousel .item div.categories span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat:before,
.result-block .owl-carousel .item div.categories span.grid-top3 .top-grid-item .inner .cats span.cat:before,
.result-block .owl-carousel .item div.categories span.startseiten-teaser .teaser .inner .cats span.cat:before,
.result-block .owl-carousel .item div.categories span.grid-serie .grid-item .inner .cats span.cat:before,
.result-block .owl-carousel .item div.categories span.serien-kachel a.grid-item .inner .cats span.cat:before {
  color: #42a391;
}
.result-block .owl-carousel .item div.categories span.filter-button-text {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  float: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #888888;
  font-size: 10px;
  padding: 4px 6px;
  margin-right: 6px;
  border: 1px solid #c6c6c6;
}
.content-materialseite .material-thumb {
  background-image: url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ro.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ru.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/u.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/r.png);
  background-position: right top, right bottom, right bottom, right center;
  background-size: 6px 9px, 6px 6px, 100% 6px, 6px 32px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
  padding: 0 6px 6px 0;
}
.content-materialseite .material-thumb img {
  border: 1px solid #55ac92;
}
.content-materialseite .publikations-details figure img.img-responsive {
  display: inline-block;
}
.content-materialseite .publikations-details figure figcaption {
  text-align: center;
}
.content-materialseite .publikations-details a.download figcaption,
.content-materialseite .publikations-details div.item figcaption {
  color: #835651;
}
div.informmain-content .content-footer-meta {
  border-top: 1px solid #835651;
  padding-top: 15px;
}
div.informmain-content .content-footer-meta p.title {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #835651;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 20px;
}
div.informmain-content .content-footer-meta p {
  margin-bottom: 15px;
}
div.informmain-content .content-footer-meta p,
div.informmain-content .content-footer-meta p a,
div.informmain-content .content-footer-meta ul li,
div.informmain-content .content-footer-meta ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
div.informmain-content .content-footer-meta p:after,
div.informmain-content .content-footer-meta p a:after,
div.informmain-content .content-footer-meta ul li:after,
div.informmain-content .content-footer-meta ul li a:after {
  color: #835651 !important;
}
div.informmain-content .content-footer-meta p a,
div.informmain-content .content-footer-meta ul li a {
  font-weight: bold;
}
div.informmain-content .content-footer-meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.informmain-content .content-footer-meta ul li {
  margin: 0;
  padding: 0;
}
div.informmain-content .content-footer-meta ul li::before {
  display: none;
}
div.informmain-content.content-rezeptseite-top .content-footer-meta {
  margin-top: 60px;
}
.inform-teaser div.image img {
  border-radius: 8px;
}
.inform-teaser a.headline {
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  font-size: 48px;
  line-height: 56px;
  color: #42a391;
  margin-bottom: 15px;
  display: block;
}
.inform-teaser p {
  font-size: 1rem;
  line-height: 25px;
  color: #000;
}
.content-spiele-einstiegsseite .col-sm-4.col-sm-offset-4 .link-button {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #835651;
  font-weight: 300;
  border-radius: 5px;
  padding: 5px 30px 2px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #835651;
  margin: 10px 0;
  display: inline-block;
}
.content-spiele-einstiegsseite .col-sm-4.col-sm-offset-4 .link-button:before {
  font-family: 'inform' !important;
  content: '\e91b';
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 13px;
}
.content-spiele-einstiegsseite .col-sm-4.col-sm-offset-4 .link-button:hover {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.inform-game-teaser {
  background-image: linear-gradient(transparent 35px, #e3f1ee 10px);
  padding: 10px;
  margin-bottom: 60px;
}
.inform-game-teaser div.image img.center {
  margin: 0 auto 15px auto;
}
.tx-solr .tx-solr-faceting {
  padding-top: 20px;
}
.tx-solr .tx-solr-faceting div.filter-reset {
  text-align: center;
}
.tx-solr .tx-solr-faceting div.filter-reset a.reset {
  display: inline-block;
}
.tx-solr .tx-solr-faceting .filter-cat {
  margin-bottom: 15px;
}
.tx-solr .tx-solr-search-form .ui-autocomplete {
  z-index: 20 !important;
}
.tx-solr .tx-solr-search-form .input-wrap {
  position: relative;
}
.tx-solr .tx-solr-search-form .input-wrap .search-input {
  position: relative;
}
.tx-solr .tx-solr-search-form .input-wrap .search-input span.inform-lupe {
  position: absolute;
  z-index: 2;
  color: #42a391;
  left: 12px;
  top: 7px;
  font-size: 40px;
  line-height: 60px;
  -webkit-transition: transform 250ms ease-out, opacity 300ms linear;
  -o-transition: transform 250ms ease-out, opacity 300ms linear;
  transition: transform 250ms ease-out, opacity 300ms linear;
}
.tx-solr .tx-solr-search-form .input-wrap .search-input.focus span.inform-lupe {
  opacity: 0.5;
  -webkit-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  -o-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}
.tx-solr .tx-solr-search-form .input-wrap input.tx-solr-q,
.tx-solr .tx-solr-search-form .input-wrap input.tx-solr-submit {
  line-height: 60px;
  height: 70px;
  border: 1px solid #42a391;
  padding: 5px 0;
}
.tx-solr .tx-solr-search-form .input-wrap input.tx-solr-q {
  width: 100%;
  font-size: 30px;
  padding: 5px 80px 5px 60px;
}
.tx-solr .tx-solr-search-form .input-wrap input.tx-solr-submit {
  width: 70px;
  color: #fff;
  background: #42a391;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: background-color 120ms linear;
  -o-transition: background-color 120ms linear;
  transition: background-color 120ms linear;
}
.tx-solr .tx-solr-search-form .input-wrap input.tx-solr-submit:hover {
  background: #49b5a1;
  border-color: #49b5a1;
}
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete {
  width: 100% !important;
  padding: 1px !important;
  border-left: 1px solid #42a391;
  border-right: 1px solid #42a391;
  border-bottom: 1px solid #42a391;
  border-top: none;
  list-style-type: none;
}
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li {
  list-style-type: none;
  padding: 1px;
}
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li:before {
  display: none;
}
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li a {
  border: none !important;
  color: #4d4d4d;
}
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li a:hover,
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li a.ui-state-hover,
.tx-solr .tx-solr-search-form .input-wrap .ui-menu.ui-autocomplete li a.ui-state-active {
  background: #42a391 !important;
  color: #fff !important;
  padding: 5px 10px;
}
.tx-solr .results-list ol {
  list-style-type: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.section-menu-title {
  text-align: center;
  text-transform: uppercase;
  color: #42a391;
  font-weight: 300;
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
}
ul.ce-menu.ce-menu-3 {
  margin-bottom: 75px;
  text-align: center;
}
ul.ce-menu.ce-menu-3 li {
  width: 100%;
  display: inline-block;
  margin-bottom: 6px;
}
ul.ce-menu.ce-menu-3 li:before {
  position: static;
  display: inline-block;
  color: #4d4d4d;
  content: "\e91b";
  background: none;
  width: auto;
  height: auto;
  font-family: 'inform' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
ul.ce-menu.ce-menu-3 li a {
  color: #4d4d4d;
  font-size: 28px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
}
.verteilserseite-dsc hr {
  border-top: 1px solid #4d4d4d;
}
.verteilserseite-dsc p {
  font-size: 0.9rem;
}
ul.ce-menu.ce-menu-2 li {
  margin-left: 20px;
}
ul.ce-menu.ce-menu-2 li:before {
  background: #4d4d4d;
}
ul.ce-menu.ce-menu-2 li a {
  color: #4d4d4d;
}
ul.ce-menu.ce-menu-2 li ul {
  margin-bottom: 30px;
}
div.informmain-content ul.tx-pagebrowse {
  list-style-type: none;
}
div.informmain-content ul.tx-pagebrowse li:before {
  display: none;
}
.tx_solr .category-wrap {
  background: #e3f1ee;
}
.tx_solr .category-wrap .grid-filter {
  padding: 15px 0 0 0;
}
.tx_solr .category-wrap .grid-filter a {
  display: inline-block;
}
.tx_solr .result-block {
  margin-bottom: 65px;
}
.tx_solr .result-block .owl-carousel .owl-item {
  margin-bottom: 15px;
}
.tx_solr .result-block .owl-carousel .owl-item .item {
  min-height: 120px;
  padding: 25px 15px 20px 15px;
}
.tx_solr .result-block .owl-carousel .owl-item .item .image-wrap {
  float: left;
  margin: 0 13px 10px 0;
}
.tx_solr .result-block .owl-carousel .owl-item .item div.categories {
  clear: both;
}
.tx_solr .result-block .owl-carousel .owl-item .item div.categories .filter-button-text {
  margin-bottom: 5px;
}
.tx_solr .result-block .owl-carousel .owl-item .item p.itemTitle a {
  color: #4d4d4d;
  display: inline;
}
.tx_solr .result-block .owl-carousel .owl-item .item .image-wrap.Rezepte {
  border-radius: 65px;
  overflow: hidden;
}
.tx_solr .result-block .owl-carousel .owl-item .item .image-bg {
  background-image: url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ro.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/ru.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/u.png), url(/typo3conf/ext/ig_project/Resources/Public/Images/book/r.png);
  background-position: right top, right bottom, right bottom, right center;
  background-size: 6px 9px, 6px 6px, 100% 6px, 6px 32px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
  padding: 0 6px 6px 0;
}
.tx_solr .result-block .owl-carousel .owl-item .item .image-bg img {
  border: 1px solid #55ac92;
  margin: 0;
}
.entdecken-intro p.intro-entdecken {
  font-weight: 700;
  margin-bottom: 40px;
}
.entdecken-intro .left .serie-outer {
  margin-bottom: 16px;
}
.entdecken-intro .serie-outer .serie-top .teaser-intro,
.entdecken-intro .serie-details .serie-top .teaser-intro,
.entdecken-intro .serie-details .serie-top .teaser-intro {
  margin-top: 30px;
}
.entdecken-intro .serie-outer .serie-top .teaser-intro p.sDesc,
.entdecken-intro .serie-details .serie-top .teaser-intro p.sDesc,
.entdecken-intro .serie-details .serie-top .teaser-intro p.sDesc,
.entdecken-intro .serie-details .serie-top .teaser-intro p.sDesc {
  font-size: 0.8rem;
  line-height: 25px;
}
.entdecken-intro a.kachel {
  display: block;
  background: #e3f1ee;
  text-align: center;
  min-height: 235px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #42a391;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.entdecken-intro a.kachel div {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 25px;
}
.entdecken-intro a.kachel div span {
  font-size: 18px;
}
.entdecken-intro a.kachel div span:before {
  color: #42a391;
}
.inform-teaser {
  margin-bottom: 60px;
}
.experte-verteilerseite {
  text-align: center;
  margin-bottom: 90px;
}
.experte-verteilerseite .image {
  padding: 0 20px;
  margin-bottom: 40px;
}
.experte-verteilerseite .image img {
  border-radius: 50%;
  overflow: hidden;
}
.experte-verteilerseite p.title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
.experte-verteilerseite p.title a {
  color: #4d4d4d;
}
.experte-verteilerseite p.title span {
  font-size: 20px;
  line-height: 40px;
}
.experte-verteilerseite div.desc i,
.experte-verteilerseite div.desc em {
  color: #42a391;
}
.akteur-qblock {
  margin-bottom: 30px;
}
.akteur-qblock p.frage {
  font-weight: 600;
  margin-bottom: 0;
}
.akteur-qblock p.antwort span {
  font-weight: 600;
  color: #42a391;
}
.event-single {
  margin-bottom: 40px;
  border-top: 1px solid #42a391;
  padding-top: 40px;
}
.event-single p.meta,
.event-single p.title {
  color: #835651;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0;
}
.event-single p.meta {
  margin-bottom: 5px;
}
.event-single p.title {
  color: #4d4d4d;
  text-transform: none;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 5px;
}
.event-single p.organizer {
  font-size: 16px;
  font-family: 'BundesSans', sans-serif;
  font-style: italic;
  margin-bottom: 0px;
}
.projekt-special h3 {
  margin-top: 0;
  padding-left: 0;
}
.projekt-special h3:before {
  display: none;
}
.f3-widget-paginator {
  text-align: center;
}
.f3-widget-paginator li {
  display: inline-block;
}
.f3-widget-paginator li.next,
.f3-widget-paginator li.prev {
  display: none;
}
.f3-widget-paginator li:before {
  display: none !important;
}
.serien-kachel a.grid-item {
  width: 100%;
}
.artikel-intro .intro-wrap .text-inner {
  width: 80%;
  margin: 0 10%;
}
.artikel-intro .intro-wrap .text-inner p.desc[data-rubrik="5"],
.artikel-intro .intro-wrap .text-inner p.desc[data-rubrik="6"],
.artikel-intro .intro-wrap .text-inner p.desc[data-rubrik="2"] {
  display: none;
}
.termine-outer .pagination {
  text-align: center;
}
.termine-outer .pagination a.first_link,
.termine-outer .pagination a.last_link {
  display: none !important;
}
.termine-outer .pagination a {
  display: inline-block;
  color: #4d4d4d;
  padding: 0 5px;
}
.termine-outer .pagination a.previous_link,
.termine-outer .pagination a.next_link {
  font-size: 14px;
}
.termine-outer .pagination a.active_page {
  font-size: 30px;
  font-weight: 600;
}
a.button-back-top {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 200;
  display: none;
  background: #42a391;
  padding: 15px 28px 8px 28px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
a.button-back-top span {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
}
table.contenttable,
table.contenttable th,
table.contenttable td {
  border: 1px solid #dddddd;
  vertical-align: top;
}
table.contenttable {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
table.contenttable thead th,
table.contenttable td {
  padding: 12px;
}
table.contenttable thead th {
  background: #eeeeee;
  font-weight: 700;
}
a.btn {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
}
a.btn span {
  color: #4c4c4c;
}
a.btn:hover span:before {
  color: #fff;
}
div.informmain-content p a.download::before,
div.informmain-content ul li a.download::before {
  color: #835651;
}
.content-artikelseite .intro-wrap p.cat-title span:before {
  color: #835651;
}
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.filter-button:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.tx_solr .category-wrap .grid-filter a:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.grid-top3 .top-grid-item .inner .cats span.cat:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.startseiten-teaser .teaser .inner .cats span.cat:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.grid-serie .grid-item .inner .cats span.cat:before,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.serien-kachel a.grid-item .inner .cats span.cat:before {
  color: #42a391;
}
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.filter-button,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.tx_solr .category-wrap .grid-filter a,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.grid-top3 .top-grid-item .inner .cats span.cat,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.startseiten-teaser .teaser .inner .cats span.cat,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.grid-serie .grid-item .inner .cats span.cat,
.content-artikelseite .intro-wrap span.artikel-cat-wrap span.serien-kachel a.grid-item .inner .cats span.cat {
  border: 1px solid #42a391;
}
.more-content .owl-carousel .item p.itemTitle {
  line-height: 30px;
  margin-bottom: 15px;
}
.more-content .owl-carousel .item div.categories span.filter-button-text {
  margin-bottom: 6px;
}
.serie-outer .serie-bottom .owl-serie .item p.inHeadline {
  line-height: 30px;
}
.owl-carousel.owl-serie .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.owl-carousel.owl-serie .owl-controls .owl-buttons .owl-next {
  right: -5px;
}
.csc-mailform {
  text-align: center;
}
figure.lightbox {
  position: relative !important;
}
figure.lightbox:hover {
  cursor: pointer;
}
figure.lightbox:after {
  content: url(../Images/img-description.png);
  position: absolute;
  bottom: 34px;
  left: 50%;
  margin-left: -18px;
  width: 37px;
  height: 22px;
  display: block;
}
div.lightbox {
  position: relative !important;
}
div.lightbox:hover {
  cursor: pointer;
}
div.lightbox:after {
  content: url(../Images/img-description.png);
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  width: 37px;
  height: 22px;
  display: block;
}
.tx_solr.container {
  width: 100%;
  padding: 0;
}
.tx-solr-suggest {
  height: 70px;
  border: 1px solid #42a391;
  font-size: 30px;
  padding: 5px 20px 5px 80px;
}
.tx-solr-submit {
  position: absolute;
  width: 70px;
  color: #fff;
  background: #42a391;
  font-size: 40px;
  margin-left: -5px;
  z-index: 2;
  line-height: 60px;
  height: 70px;
  border: 1px solid #42a391;
  border-radius: 0px;
  padding: 5px 0;
  right: 0;
  top: 0;
}
.tx-solr-submit:hover {
  background: #49b5a1;
  border-color: #49b5a1;
}
.solr-search-icon {
  position: absolute;
  margin-left: 20px;
  left: 0;
  margin-top: 15px;
  font-size: 40px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.solr-pagination {
  clear: both;
}
#tx-solr-search {
  /*  display: flex;
    justify-content: center;
    margin-left: -60px; */
  margin-bottom: 30px;
}
#tx-solr-search.ident-owl-carousel .themensuche {
  margin-top: 0;
  background: #fff;
  margin-bottom: 0;
}
#tx-solr-search.ident-owl-carousel .themensuche .tx-solr-search-form.container {
  margin-bottom: 60px;
}
#tx-solr-search.ident-owl-carousel #tx-solr-faceting {
  clear: both;
  background: #e3f1ee;
}
#tx-solr-search.ident-owl-carousel #tx-solr-faceting .text-center {
  padding-top: 20px;
}
#tx-solr-search.ident-owl-carousel .col-md-12 {
  background: #e3f1ee;
}
.tx-solr-suggest-focus:focus + .solr-search-icon {
  margin-left: 15px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.tx-solr-submit > .inform-arrow-right-single {
  font-size: 40px !important;
  margin-top: 10px;
}
.tx-solr-submit > .inform-arrow-right-single:before {
  color: #fff;
}
span.marker {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.tx-solr-search-form {
  margin-bottom: 00px;
}
.content-verteilerseite .tx-solr-search-form {
  display: inline-block;
  /*  .inform-lupe, .solr-search-icon {
      display: none;
    }*/
}
.content-verteilerseite .tx-solr-search-form .tx-solr-suggest {
  padding: 3px 15px 3px 50px;
  font-weight: normal;
  width: 200px;
  border: 1px solid #d8d8d8;
  height: 38px;
  font-size: 18px;
}
.content-verteilerseite .tx-solr-search-form .tx-solr-submit {
  width: 38px;
  height: 38px;
  line-height: 40px;
  color: #fff;
  background: #42a391;
  cursor: pointer;
}
.content-verteilerseite .tx-solr-search-form .tx-solr-submit .inform-arrow-right-single:before {
  font-size: 16px;
  margin-top: -27px;
  position: absolute;
  margin-left: -8px;
}
.content-verteilerseite #tx-solr-search {
  margin-bottom: 0;
}
ul.pagination {
  text-align: center !important;
}
ul.pagination li {
  display: none;
}
ul.pagination li:before {
  display: none;
  background: none !important;
  width: 0px !important;
  height: 0px !important;
}
ul.pagination li.previous {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
}
ul.pagination li.previous a {
  margin-left: -15px;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 13px 10px 0px;
}
ul.pagination li.previous a:before {
  padding: 5px 5px 5px 5px;
  font-family: 'inform' !important;
  content: "\e91b";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: top;
  font-size: 14px;
}
ul.pagination li.previous a:hover {
  color: white;
}
ul.pagination li.previous a:hover:before {
  color: white;
}
ul.pagination li.previous:hover {
  transition: all 0.2s ease-in-out;
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
ul.pagination li.next {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
}
ul.pagination li.next a {
  margin-left: -10px;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 5px;
}
ul.pagination li.next a:after {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  font-family: 'inform' !important;
  content: "\e91b";
  vertical-align: top;
  font-size: 14px;
}
ul.pagination li.next a:hover {
  color: white;
}
ul.pagination li.next a:hover:before {
  color: white;
}
ul.pagination li.next:hover {
  transition: all 0.2s ease-in-out;
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.artikel-grid-wrapper ul.pagination {
  margin-top: 30px;
  margin-bottom: 50px;
}
.owl-carousel ul.pagination {
  display: none;
}
#facetzielgruppe .filter-button,
#facetzielgruppe .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
#facetzielgruppe .tx_solr .category-wrap .grid-filter a,
#facetzielgruppe .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
#facetzielgruppe .grid-top3 .top-grid-item .inner .cats span.cat,
#facetzielgruppe .startseiten-teaser .teaser .inner .cats span.cat,
#facetzielgruppe .grid-serie .grid-item .inner .cats span.cat,
#facetzielgruppe .serien-kachel a.grid-item .inner .cats span.cat {
  border-radius: 0px;
}
.facet {
  padding: 3px 7px;
}
.themensuche {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.facet-area-main {
  text-align: center;
}
#facetthema a:before,
#facetrezepterstereihe a:before {
  font-family: 'inform' !important;
  content: "\e919";
  line-height: 16px;
  font-size: 14px;
  margin-right: 4px;
  color: #999999;
}
#facetzielgruppe a:before,
#facetrezeptzweitereihe a:before {
  font-family: 'inform' !important;
  content: "\e903";
  line-height: 16px;
  font-size: 14px;
  margin-right: 4px;
  color: #999999;
}
#facetrezeptzweitereihe a {
  border-radius: 0;
}
#tx-solr-facets-in-use {
  margin-top: 30px;
}
#tx-solr-facets-in-use p {
  margin-bottom: 10px;
}
#tx-solr-facets-in-use p a {
  font-weight: normal;
  margin-top: 3px;
}
#tx-solr-facets-in-use p a.remove-facet-option {
  color: #fff;
}
.remove-facet-option {
  font-size: 12px;
  line-height: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  background: #42a391;
  border-radius: 8px;
  margin: 0 4px 7px 4px;
  padding: 3px 7px;
  color: #fff;
  border: 1px solid #4d4d4d;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  -moz-box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(111, 113, 112, 0.75);
  text-transform: uppercase;
  -webkit-transition: transform 250ms ease-out, opacity 300ms linear;
  -o-transition: transform 250ms ease-out, opacity 300ms linear;
  transition: transform 250ms ease-out, opacity 300ms linear;
}
.remove-facet-option:before {
  font-family: 'inform' !important;
  content: "\e910";
  line-height: 16px;
  font-size: 14px;
  margin-right: 4px;
  color: #fff;
}
.remove-facet-option:hover {
  color: #fff !important;
  background: #42a391;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.remove-facet-option:hover:before {
  color: #fff !important;
}
.removeall {
  font-weight: 600;
  font-size: 16px;
  color: #4d4d4d;
  display: inline-block;
  border-bottom: 1px solid #42a391;
}
.removeall:hover {
  color: #4d4d4d;
}
.input-group {
  display: inline-block;
  position: relative;
}
.tx-solr-autosuggest {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  z-index: 9999;
  width: auto !important;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  cursor: pointer;
}
.tx-solr-autosuggest .autocomplete-suggestion:hover {
  color: #42a391;
}
.filter-select-group .label-wrap {
  margin-bottom: 30px;
}
.filter-select-group .label-wrap a {
  color: #4d4d4d;
  margin: 0 20px;
}
.filter-select-group .label-wrap a span {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 250ms ease-in-out;
}
.filter-select-group .label-wrap a:hover span {
  display: inline-block;
  transform: translate(0px, 3px);
}
.filter-select-group .label-wrap a.aktiv {
  color: #42a391;
}
.filter-select-group .label-wrap a.aktiv span {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 250ms ease-in-out;
}
.grid-filter-projekte .filter-reset {
  margin-top: 30px;
}
.grid-filter-projekte .filter-reset a {
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  padding: 2px 6px;
  border-radius: 8px;
  transition: all 250ms ease-in-out;
  font-size: 16px;
}
.grid-filter-projekte .filter-reset a:hover {
  background-color: #4c4c4c;
  color: white;
  transition: all 250ms ease-in-out;
}
.content-verteilerseite .tx-solr-search-form .solr-search-icon {
  margin-left: 10px;
  margin-top: 7px;
  font-size: 25px;
}
.content-verteilerseite .tx-solr-search-form .tx-solr-suggest-focus:focus + .solr-search-icon {
  margin-left: 7px;
}
.more-content {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 25px;
  padding-top: 65px;
}
.more-content p.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.more-content .owl-carousel .item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 20px 30px;
  margin: 0 10px;
  display: block;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  -moz-box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
  box-shadow: 1px 1px 3px 0px rgba(115, 184, 155, 0.85);
}
.carou-content p.itemTitle {
  line-height: 30px;
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 27px;
  font-family: 'junicodeboldcondensed', "Times New Roman", Times, serif;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.carou-content .categories .filter-button-text {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  float: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #888888;
  font-size: 10px;
  padding: 4px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #c6c6c6;
}
.owl-carousel .owl-wrapper-outer {
  padding: 5px 0;
}
.tx-fp-masterquiz h3 {
  padding-left: 0px;
}
.tx-fp-masterquiz h3:before {
  display: none;
}
.tx-fp-masterquiz .quiz-progress {
  color: #42a391;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #42a391;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  overflow: inherit;
}
.tx-fp-masterquiz .card p.quiz-progress {
  display: none;
}
.tx-fp-masterquiz h4 {
  margin: 0 0 30px 0;
  line-height: 30px;
  font-size: 1rem;
  font-family: "BundesSans", Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tx-fp-masterquiz .quiz-radio {
  margin: 10px 0;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  border-radius: 8px;
  padding: 2px 6px;
  transition: all 200ms ease-in-out;
  font-size: 16px;
  cursor: pointer;
}
.tx-fp-masterquiz .quiz-radio:hover {
  background: #b2b2b2;
  border-color: #b2b2b2;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.tx-fp-masterquiz .quiz-radio.wronganswer {
  color: white;
  background: #700e1b;
  border-color: #700e1b;
  text-decoration: line-through;
}
.tx-fp-masterquiz .quiz-radio.rightanswer {
  color: white;
  background: #42a391;
  border-color: #42a391;
  text-decoration: none;
}
.tx-fp-masterquiz .quiz-radio label {
  cursor: pointer;
}
.tx-fp-masterquiz input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tx-fp-masterquiz .mx-auto p {
  line-height: 1 !important;
  padding-bottom: 10px;
}
.tx-fp-masterquiz .mx-auto h4 {
  margin: 0px;
}
.tx-fp-masterquiz .final > h4 {
  display: none;
}
.tx-fp-masterquiz .final .card:first-child {
  margin-top: 50px;
}
.tx-fp-masterquiz .final .card .title-quiz {
  border-bottom: 1px solid #42a391;
  text-align: center;
  color: #42a391;
  padding-bottom: 15px;
}
.tx-fp-masterquiz .final .card > p {
  margin-bottom: 0px;
}
.tx-fp-masterquiz .final .card:nth-child(5) {
  margin-top: -25px;
}
.tx-fp-masterquiz .final .mx-auto h4 {
  font-weight: bold;
}
.tx-fp-masterquiz .final .ident-propertiessent .text-buttons > p {
  margin-bottom: 0px;
}
.tx-fp-masterquiz .final .ident-propertiessent ul li {
  padding-left: 0px;
  color: #42a391;
}
.tx-fp-masterquiz .final .ident-propertiessent ul li:before {
  display: none;
}
.tx-fp-masterquiz .final .ident-propertiessent ul:nth-child(2) li {
  color: #4d4d4d;
}
.tx-fp-masterquiz .btn.btn-primary.btn-lg {
  position: relative;
  text-transform: uppercase;
  border: 1px solid #835651;
  font-weight: 300;
  border-radius: 5px;
  padding: 5px 30px 2px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #835651;
  margin: 10px 0;
  display: inline-block;
  background-color: #fff;
  line-height: 30px;
  font-size: 1rem;
}
.tx-fp-masterquiz .btn.btn-primary.btn-lg:before {
  font-family: 'inform' !important;
  content: '\e91b';
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 13px;
}
.tx-fp-masterquiz .btn.btn-primary.btn-lg:hover {
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.tx-fp-masterquiz div.text-buttons.final .masterquizPointsFrom {
  padding: 0 0 5px 0;
}
.quiz-question-buttons {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.tx-fp-masterquiz {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tx-fp-masterquiz {
    width: 58.33333333%;
    margin-left: 25%;
  }
}
.filter-aktiv {
  display: block !important;
}
.filter-settings {
  display: block;
  text-align: center;
}
.filter-settings a {
  font-size: 1rem;
  color: #4d4d4d;
  margin: 0 20px;
  text-decoration: none;
  display: inline-block;
}
.filter-settings a span {
  transition: transform 250ms ease-out;
}
.filter-settings a:hover span {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  transition: transform 250ms ease-out;
}
.filter-settings a.aktiv {
  color: #42a391;
}
.filter-settings a.aktiv span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 250ms ease-out;
}
div.text-buttons.final .masterquizPointsFrom {
  background-color: #E3F1EE;
  padding: 90px 10px 10px;
  margin-top: -90px;
  margin-bottom: 20px;
}
div.text-buttons.final .masterquizPointsFrom p {
  text-align: center;
}
.ident-netzwerk-projekte .cats {
  display: none;
}
.intro-wrap p {
  line-height: 23px;
}
@media (min-width: 768px) {
  .intro-wrap p {
    line-height: 30px;
  }
}
@media (min-width: 1256px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .content-artikelseite,
  .content-artikelseite-weitereinhalte,
  footer .footer-top,
  footer .footer-bottom,
  header {
    padding-left: 0;
    padding-right: 0;
  }
  .text-hinweis {
    display: table;
  }
  .text-hinweis div.hinweis {
    display: table-cell;
    margin: 10px 65px 10px 30px;
  }
  .text-hinweis div.hinweis {
    width: 300px;
  }
  .text-hinweis div.bodytext {
    display: table-cell;
    vertical-align: top;
    width: auto;
  }
  .owl-serie .owl-stage-outer::after,
  .owl-serie .owl-stage-outer::before {
    display: block !important;
  }
  .more-content .owl-carousel .item .meta-first {
    height: 75px;
  }
  body.mobile-menu-open header nav.main {
    width: 35%;
  }
  .startseiten-intro .intro-top .intro-text {
    top: 100px;
  }
  .publikations-details {
    text-align: left;
  }
  .serie-outer .serie-top .teaser-intro p.sDesc,
  .serie-details .serie-top .teaser-intro p.sDesc,
  .serie-details .serie-top .teaser-intro p.sDesc {
    margin-bottom: 15px;
  }
  footer .footer-logo img {
    height: 165px;
    width: auto;
    max-width: none;
  }
  .filter-outer {
    padding-top: 30px;
  }
}
@media (min-width: 940px) {
  .content-artikelseite .intro-wrap {
    padding: 0 100px;
  }
  .startseiten-intro .intro-top .intro-text {
    top: 75px;
  }
  .content-artikelseite.content-rezeptseite .intro-wrap {
    padding: 0;
  }
  .inform-teaser {
    padding: 25px 30px;
  }
  div.inform-teaser {
    margin: 0;
  }
  .page-wrapper[data-uid="10"] .dreispalter {
    margin-bottom: 60px;
  }
  .page-wrapper[data-uid="10"] .dreispalter .container > .row > .col:nth-child(2) {
    border-left: 1px solid #42a391;
    border-right: 1px solid #42a391;
  }
}
@media (min-width: 1256px) {
  .startseiten-intro .intro-top .intro-text {
    width: 50%;
    margin: 0 25%;
  }
  .content-artikelseite .intro-wrap {
    padding: 0 180px;
  }
  .content-artikelseite .intro-wrap .text-inner {
    padding: 0 70px;
  }
  .content-artikelseite .intro-wrap .text-inner p.desc {
    padding: 0 100px;
  }
  .content-artikelseite.content-rezeptseite .intro-wrap {
    padding: 0 110px;
  }
  .content-artikelseite .artikel-text-standard {
    padding: 0 300px 0 300px;
  }
  .text-hinweis div.hinweis {
    margin: 10px -220px 10px 55px;
  }
  .text-slider-wrap .galerie-outer {
    width: 485px;
    margin: 0 45px 0 -300px;
  }
  .text-slider-wrap .bodytext {
    width: 420px;
  }
  .artikel-grid-wrapper .grid .grid-item.grid-item--width2,
  .grid-top3 .top-grid-item.grid-item--width2,
  .startseiten-teaser .teaser.grid-item--width2,
  .grid-serie .grid-item.grid-item--width2,
  .artikel-grid-wrapper .default-grid .grid-item.grid-item--width2,
  .grid-top3 .top-grid-item.grid-item--width2,
  .startseiten-teaser .teaser.grid-item--width2,
  .grid-serie .grid-item.grid-item--width2,
  .serien-kachel a.grid-item.grid-item--width2 {
    width: 600px;
  }
  .artikel-grid-wrapper .grid .grid-item.grid-item-auto,
  .artikel-grid-wrapper .default-grid .grid-item.grid-item-auto,
  .grid-top3 .top-grid-item.grid-item-auto,
  .startseiten-teaser .teaser.grid-item-auto,
  .grid-serie .grid-item.grid-item-auto,
  .serien-kachel a.grid-item.grid-item-auto {
    width: 100%;
  }
  .seiten-einstieg .einstieg-inner {
    padding: 0 220px;
  }
  .experte-verteilerseite .image {
    padding: 0 60px;
  }
  .experte-verteilerseite p.title,
  .experte-verteilerseite div.desc {
    padding: 0 35px;
  }
  .event-single {
    margin-left: 45px;
    margin-right: 45px;
  }
  .artikel-intro .intro-wrap .text-inner {
    width: auto;
    margin: 0;
  }
  .text-center-slim {
    text-align: center;
    margin-left: 25%;
    width: 50%;
  }
  .footer-top .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 1px;
  }
}
@media (max-width: 768px) {
  p,
  div.informmain-content ul li {
    line-height: 24px;
    font-size: 16px;
  }
  div.informmain-content ul li::before {
    width: 7px;
    height: 7px;
  }
  .serie-outer .serie-top span.inform-Fahne,
  .serie-details .serie-top span.inform-Fahne,
  .serie-details .serie-top span.inform-Fahne {
    font-size: 65px;
    line-height: 65px;
  }
  .serie-outer .serie-top span.inform-Fahne i,
  .serie-details .serie-top span.inform-Fahne i,
  .serie-details .serie-top span.inform-Fahne i {
    font-size: 12px;
    top: 28px;
    left: 7px;
  }
  ul.ce-menu.ce-menu-3 li a,
  .frame.frame-default.frame-type-menu_section.frame-layout-0 ul li a {
    font-size: 20px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
  h3::before,
  .h3::before {
    top: 0px;
  }
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .grid-filter p.search-text span.marker {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .content .intro-wrap .categories span.artikel-cat-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .akteur-green {
    margin: 0 -15px 40px -15px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .akteur-green .akteur-img {
    margin-bottom: 40px;
  }
  .grid-filter p.search-text span.marker.marker-input {
    display: inline-block;
    width: auto;
  }
  .grid-filter p.search-text span.inform-arrow-right-single {
    height: 37px;
    line-height: 37px;
    width: 37px;
  }
  a.button-back-top {
    padding: 15px 18px 8px 18px;
  }
  .artikel-grid-wrapper .default-grid {
    text-align: center;
  }
  .artikel-grid-wrapper .default-grid .grid-item {
    margin: 0 auto 45px auto;
    display: inline-block;
    float: none;
  }
  .ce-textpic.ce-right.ce-intext .ce-gallery {
    float: none;
    margin: 0 0 10px 0;
  }
  header nav.main ul li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body.mobile-menu-open header nav.main ul {
    max-height: 380px;
  }
  body.mobile-menu-open header nav.main ul li {
    border: 1px solid transparent;
  }
  body.mobile-menu-open header nav.main ul li a {
    border: none;
  }
  body.mobile-menu-open header nav.main ul li:nth-last-child(2) {
    margin-left: 0;
  }
  .text-hinweis div.hinweis {
    float: none;
    margin-bottom: 30px;
  }
  .text-hinweis div.hinweis p {
    margin-bottom: 15px;
  }
  div.inf-margin-double {
    margin-bottom: 30px;
  }
  span.artikel-cat-wrap {
    display: block;
    margin-bottom: 10px;
  }
  div.informmain-content.content-rezeptseite .artikel-intro p,
  div.informmain-content.content-rezeptseite .portionen p {
    padding: 0;
  }
  .text-hinweis div.hinweis img {
    float: none;
    margin: 0 0 10px 0;
  }
  .filter-outer {
    padding-top: 30px;
  }
  #tx-solr-search.ident-owl-carousel .input-group {
    display: block;
  }
  #tx-solr-search.ident-owl-carousel .input-group .tx-solr-q {
    width: 100%;
  }
}
body.kontrast {
  background: #000;
}
body.kontrast p,
body.kontrast div.informmain-content ul {
  color: #fff;
}
body.kontrast header,
body.kontrast .startseiten-intro .intro-top,
body.kontrast .content-startseite-top,
body.kontrast .content-verteilerseite-main,
body.kontrast .content-serie,
body.kontrast .content-artikelseite,
body.kontrast .content-blank,
body.kontrast .content-full,
body.kontrast footer .footer-logo,
body.kontrast footer .footer-top,
body.kontrast .serie-outer .serie-top,
body.kontrast .serie-details .serie-top,
body.kontrast .serie-outer .serie-bottom,
body.kontrast .content-artikelseite-weitereinhalte,
body.kontrast .page-wrapper[data-uid="10"] .content-verteilerseite-main,
body.kontrast .page-wrapper[data-uid="487"] .content-verteilerseite-main,
body.kontrast .page-wrapper[data-uid="1168"] .content-verteilerseite-main,
body.kontrast .page-wrapper[data-uid="1174"] .content-verteilerseite-main,
body.kontrast .page-wrapper[data-uid="1262"] .content-verteilerseite-main,
body.kontrast .tx-solr .result-wrap,
body.kontrast .tx-solr .category-wrap,
body.kontrast .serie-details .serie-top {
  background: #000;
}
body.kontrast header nav.main ul li {
  border-bottom: 1px solid #fff;
}
body.kontrast header nav.main ul li a:hover,
body.kontrast header nav.main ul li a.active,
body.kontrast .serie-outer .serie-top .teaser-intro img.thumb,
body.kontrast .serie-details .serie-top .teaser-intro img.thumb,
body.kontrast .zutaten-list p.title,
body.kontrast .text-hinweis div.hinweis p.title,
body.kontrast div.informmain-content .content-footer-meta,
body.kontrast .verteilserseite-dsc hr,
body.kontrast .serie-details .serie-top .teaser-intro img.thumb {
  border-color: #fff;
}
body.kontrast header nav.main ul li a,
body.kontrast footer .footer-top p.footer-title,
body.kontrast footer .footer-top p,
body.kontrast footer .footer-top p a,
body.kontrast footer .footer-top a.btn,
body.kontrast .serie-outer p.conTitle,
body.kontrast .serie-outer .serie-top .teaser-intro p.sDesc,
body.kontrast .serie-details .serie-top .teaser-intro p.sDesc,
body.kontrast .serie-outer .serie-top .teaser-intro p.sTitle,
body.kontrast .serie-details .serie-top .teaser-intro p.sTitle,
body.kontrast .serie-outer .serie-top a.btn.details,
body.kontrast .serie-details .serie-top a.btn.details,
body.kontrast div.informmain-content .content-footer-meta p.title,
body.kontrast .zutaten-list table tr td,
body.kontrast div.informmain-content ol li,
body.kontrast .artikel-grid-wrapper div.load-more a,
body.kontrast .experte-verteilerseite p.title a,
body.kontrast h2,
body.kontrast .h2,
body.kontrast .serie-details .serie-top .teaser-intro p.sDesc,
body.kontrast .serie-details .serie-top .teaser-intro p.sTitle,
body.kontrast .serie-details .serie-top a.btn.details {
  color: #fff !important;
}
body.kontrast footer .footer-top a.btn,
body.kontrast .serie-outer .serie-top a.btn.details,
body.kontrast .serie-details .serie-top a.btn.details,
body.kontrast .artikel-grid-wrapper div.load-more a,
body.kontrast .serie-details .serie-top a.btn.details {
  border-color: #fff;
}
body.kontrast footer .footer-top a.btn:hover,
body.kontrast .serie-outer .serie-top a.btn.details:hover,
body.kontrast .serie-details .serie-top a.btn.details:hover,
body.kontrast .artikel-grid-wrapper div.load-more a:hover,
body.kontrast .serie-details .serie-top a.btn.details:hover {
  background: #fff;
  color: #000 !important;
}
body.kontrast .content-startseite-top .bgImgWrap,
body.kontrast .serie-outer .serie-top span.inform-Fahne,
body.kontrast .serie-details .serie-top span.inform-Fahne,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats,
body.kontrast .grid-top3 .top-grid-item .inner .cats,
body.kontrast .startseiten-teaser .teaser .inner .cats,
body.kontrast .grid-serie .grid-item .inner .cats,
body.kontrast .serien-kachel a.grid-item .inner .cat,
body.kontrast div.categories,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats,
body.kontrast .grid-top3 .top-grid-item .inner .cats,
body.kontrast .startseiten-teaser .teaser .inner .cats,
body.kontrast .serie-details .serie-top span.inform-Fahne,
body.kontrast .grid-serie .grid-item .inner .cats,
body.kontrast .serien-kachel a.grid-item .inner .cats {
  display: none;
}
body.kontrast .serie-outer .serie-bottom .owl-serie .item p.inHeadline,
body.kontrast .serie-outer .serie-bottom .owl-serie .item p.inText,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner p.title,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner p.title,
body.kontrast .grid-top3 .top-grid-item .inner p.title,
body.kontrast .startseiten-teaser .teaser .inner p.title,
body.kontrast .grid-serie .grid-item .inner p.title,
body.kontrast .serien-kachel a.grid-item .inner p.title,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner p.text,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner p.text,
body.kontrast .grid-top3 .top-grid-item .inner p.text,
body.kontrast .startseiten-teaser .teaser .inner p.text,
body.kontrast .grid-serie .grid-item .inner p.text,
body.kontrast .serien-kachel a.grid-item .inner p.text,
body.kontrast .more-content .owl-carousel .item p.itemTitle a,
body.kontrast .filter-button,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
body.kontrast .tx-solr .tx-solr-faceting a.reset,
body.kontrast .tx-solr .category-wrap .grid-filter a,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat,
body.kontrast .grid-serie .grid-item .inner .cats span.cat,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat,
body.kontrast .filter-button[data-parent="2"]:before,
body.kontrast .filter-button[data-parent="31"]:before,
body.kontrast .filter-button[data-parent="61"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .tx-solr .category-wrap .grid-filter a[data-parent="2"]:before,
body.kontrast .tx-solr .category-wrap .grid-filter a[data-parent="31"]:before,
body.kontrast .tx-solr .category-wrap .grid-filter a[data-parent="61"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .filter-button[data-parent="1"]:before,
body.kontrast .filter-button[data-parent="60"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .tx-solr .category-wrap .grid-filter a[data-parent="1"]:before,
body.kontrast .tx-solr .category-wrap .grid-filter a[data-parent="60"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner p.title,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner p.text,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-top3 .top-grid-item .inner p.title,
body.kontrast .grid-top3 .top-grid-item .inner p.text,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .startseiten-teaser .teaser .inner p.title,
body.kontrast .startseiten-teaser .teaser .inner p.text,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-serie .grid-item .inner p.title,
body.kontrast .grid-serie .grid-item .inner p.text,
body.kontrast .grid-serie .grid-item .inner .cats span.cat,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .tx_solr .category-wrap .grid-filter a,
body.kontrast .tx_solr .category-wrap .grid-filter a[data-parent="2"]:before,
body.kontrast .tx_solr .category-wrap .grid-filter a[data-parent="31"]:before,
body.kontrast .tx_solr .category-wrap .grid-filter a[data-parent="61"]:before,
body.kontrast .tx_solr .category-wrap .grid-filter a[data-parent="1"]:before,
body.kontrast .tx_solr .category-wrap .grid-filter a[data-parent="60"]:before,
body.kontrast .serien-kachel a.grid-item .inner p.title,
body.kontrast .serien-kachel a.grid-item .inner p.text,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .grid-serie .grid-item .inner .cats span.cat[data-parent="60"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="2"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="31"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="61"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="1"]:before,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat[data-parent="60"]:before {
  color: #000;
}
body.kontrast .artikel-grid-wrapper .grid .grid-item .inner .cats span.cat,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat,
body.kontrast .grid-serie .grid-item .inner .cats span.cat,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat,
body.kontrast .artikel-grid-wrapper .default-grid .grid-item .inner .cats span.cat,
body.kontrast .grid-top3 .top-grid-item .inner .cats span.cat,
body.kontrast .startseiten-teaser .teaser .inner .cats span.cat,
body.kontrast .grid-serie .grid-item .inner .cats span.cat,
body.kontrast .serien-kachel a.grid-item .inner .cats span.cat {
  border-color: #000;
}
body.kontrast header a.logo,
body.kontrast footer a.logo {
  display: block;
  background: #fff;
  padding: 20px;
}
body.kontrast footer a.logo {
  padding: 0;
}
body.kontrast a.button-back-top,
body.kontrast h3::before,
body.kontrast .h3::before,
body.kontrast div.informmain-content ul li::before {
  background: #fff;
}
body.kontrast .inform-up-button .path1:before,
body.kontrast .inform-up-button .path2:before {
  color: #000;
}
body.kontrast .inform-up-button .path3:before,
body.kontrast p.cat-title,
body.kontrast .content-artikelseite h1,
body.kontrast .content-artikelseite .h1,
body.kontrast .content-seriendetails h1,
body.kontrast .content-seriendetails .h1,
body.kontrast .content-artikelseite .intro-wrap .text-inner p.desc,
body.kontrast h3,
body.kontrast .h3,
body.kontrast .zutaten-list p.title,
body.kontrast .text-hinweis div.hinweis p.title {
  color: #fff;
}
