/** Prefix Settings **/
/** BEM Mixins **/
@font-face {
  font-family: 'base-icons';
  src: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Fonts/base-icons.eot?mw8ozs");
  src: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Fonts/base-icons.eot?mw8ozs#iefix") format('embedded-opentype'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Fonts/base-icons.ttf?mw8ozs") format('truetype'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Fonts/base-icons.woff?mw8ozs") format('woff'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Fonts/base-icons.svg?mw8ozs#base-icons") format('svg');
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'base-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/** Icons **/
.mediawall .container-fluid {
  padding-left: 35px !important;
  padding-right: 35px !important; }
  .mediawall .inner-container {
    position: relative; }

.csc-space-after-extra-small {
  margin-bottom: 10px !important; }
  .csc-space-after-small {
    margin-bottom: 20px !important; }
  .csc-space-after-medium {
    margin-bottom: 30px !important; }
  .csc-space-after-large {
    margin-bottom: 40px !important; }
  .csc-space-after-extra-large {
    margin-bottom: 50px !important; }

.csc-space-before-extra-small {
  margin-top: 10px !important; }
  .csc-space-before-small {
    margin-top: 20px !important; }
  .csc-space-before-medium {
    margin-top: 30px !important; }
  .csc-space-before-large {
    margin-top: 40px !important; }
  .csc-space-before-extra-large {
    margin-top: 50px !important; }
/** Breakpoints **/
/** Base **/
/** Headlines **/
/** Navigation-List Variables **/
/** logo **/
/** header **/
/** hr **/
/** Links **/
/** Breadcrumb **/
/** Accordion **/
/** Media Element **/
/** Table **/
/** Slider **/
/** Burger-Menu **/
/** Button **/
/** Formular **/
/** select form **/
/** checkbox **/
/** Radio Buttons **/
/** Navigation **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  line-height: inherit; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

section.text ul, section.textpic ul, section.bullets ul {
  list-style: disc;
  margin-left: 2em; }

section.text ol, section.textpic ol, section.bullets ol {
  list-style: decimal;
  margin-left: 2em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  font-family: inherit; }

ul .bodytext {
  margin: 0; }
/** Prefix Settings **/
/** BEM Mixins **/
.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .grid:before, .grid:after {
    content: " ";
    display: block; }
  .grid:after {
    clear: both; }
  .grid--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .grid--start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .grid--end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .grid--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .grid--stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    .grid--stretch .grid__column > .csc-frame {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .grid--no-margin {
    margin-bottom: 0 !important; }
  .grid__column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    float: left;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .grid__column--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.grid__column--xs-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-1 {
  margin-left: 8.33333%; }

.grid__column--xs-order-1 {
  order: 5; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-2 {
  margin-left: 16.66667%; }

.grid__column--xs-order-2 {
  order: 10; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-3 {
  margin-left: 25%; }

.grid__column--xs-order-3 {
  order: 15; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-4 {
  margin-left: 33.33333%; }

.grid__column--xs-order-4 {
  order: 20; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-5 {
  margin-left: 41.66667%; }

.grid__column--xs-order-5 {
  order: 25; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-6 {
  margin-left: 50%; }

.grid__column--xs-order-6 {
  order: 30; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-7 {
  margin-left: 58.33333%; }

.grid__column--xs-order-7 {
  order: 35; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-8 {
  margin-left: 66.66667%; }

.grid__column--xs-order-8 {
  order: 40; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-9 {
  margin-left: 75%; }

.grid__column--xs-order-9 {
  order: 45; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-10 {
  margin-left: 83.33333%; }

.grid__column--xs-order-10 {
  order: 50; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-11 {
  margin-left: 91.66667%; }

.grid__column--xs-order-11 {
  order: 55; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

.grid__column--xs-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  order: 0; }

.grid__column--xs-offset-12 {
  margin-left: 100%; }

.grid__column--xs-order-12 {
  order: 60; }

.grid__column--xs-first {
  order: -1; }

.grid__column--xs-last {
  order: 10000; }

@media (min-width: 768px) {
  .grid__column--sm-offset-1, .grid__column--sm-push-1 {
    margin-left: 8.33333% !important; }
    .grid__column--sm-order-1 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-2, .grid__column--sm-push-2 {
      margin-left: 16.66667% !important; }
    .grid__column--sm-order-2 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-3, .grid__column--sm-push-3 {
      margin-left: 25% !important; }
    .grid__column--sm-order-3 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-4, .grid__column--sm-push-4 {
      margin-left: 33.33333% !important; }
    .grid__column--sm-order-4 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-5, .grid__column--sm-push-5 {
      margin-left: 41.66667% !important; }
    .grid__column--sm-order-5 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 25;
      -ms-flex-order: 25;
      order: 25; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-6, .grid__column--sm-push-6 {
      margin-left: 50% !important; }
    .grid__column--sm-order-6 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 30;
      -ms-flex-order: 30;
      order: 30; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-7, .grid__column--sm-push-7 {
      margin-left: 58.33333% !important; }
    .grid__column--sm-order-7 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 35;
      -ms-flex-order: 35;
      order: 35; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-8, .grid__column--sm-push-8 {
      margin-left: 66.66667% !important; }
    .grid__column--sm-order-8 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 40;
      -ms-flex-order: 40;
      order: 40; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-9, .grid__column--sm-push-9 {
      margin-left: 75% !important; }
    .grid__column--sm-order-9 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 45;
      -ms-flex-order: 45;
      order: 45; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-10, .grid__column--sm-push-10 {
      margin-left: 83.33333% !important; }
    .grid__column--sm-order-10 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 50;
      -ms-flex-order: 50;
      order: 50; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-11, .grid__column--sm-push-11 {
      margin-left: 91.66667% !important; }
    .grid__column--sm-order-11 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 55;
      -ms-flex-order: 55;
      order: 55; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--sm-offset-12, .grid__column--sm-push-12 {
      margin-left: 100% !important; }
    .grid__column--sm-order-12 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 60;
      -ms-flex-order: 60;
      order: 60; }
    .grid__column--sm-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--sm-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
      .grid__column--sm-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        order: 0; } }

@media (min-width: 1024px) {
  .grid__column--md-offset-1, .grid__column--md-push-1 {
    margin-left: 8.33333% !important; }
    .grid__column--md-order-1 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-2, .grid__column--md-push-2 {
      margin-left: 16.66667% !important; }
    .grid__column--md-order-2 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-3, .grid__column--md-push-3 {
      margin-left: 25% !important; }
    .grid__column--md-order-3 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-4, .grid__column--md-push-4 {
      margin-left: 33.33333% !important; }
    .grid__column--md-order-4 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-5, .grid__column--md-push-5 {
      margin-left: 41.66667% !important; }
    .grid__column--md-order-5 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 25;
      -ms-flex-order: 25;
      order: 25; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-6, .grid__column--md-push-6 {
      margin-left: 50% !important; }
    .grid__column--md-order-6 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 30;
      -ms-flex-order: 30;
      order: 30; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-7, .grid__column--md-push-7 {
      margin-left: 58.33333% !important; }
    .grid__column--md-order-7 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 35;
      -ms-flex-order: 35;
      order: 35; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-8, .grid__column--md-push-8 {
      margin-left: 66.66667% !important; }
    .grid__column--md-order-8 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 40;
      -ms-flex-order: 40;
      order: 40; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-9, .grid__column--md-push-9 {
      margin-left: 75% !important; }
    .grid__column--md-order-9 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 45;
      -ms-flex-order: 45;
      order: 45; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-10, .grid__column--md-push-10 {
      margin-left: 83.33333% !important; }
    .grid__column--md-order-10 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 50;
      -ms-flex-order: 50;
      order: 50; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-11, .grid__column--md-push-11 {
      margin-left: 91.66667% !important; }
    .grid__column--md-order-11 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 55;
      -ms-flex-order: 55;
      order: 55; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--md-offset-12, .grid__column--md-push-12 {
      margin-left: 100% !important; }
    .grid__column--md-order-12 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 60;
      -ms-flex-order: 60;
      order: 60; }
    .grid__column--md-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--md-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
      .grid__column--md-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        order: 0; } }

@media (min-width: 1445px) {
  .grid__column--lg-offset-1, .grid__column--lg-push-1 {
    margin-left: 8.33333% !important; }
    .grid__column--lg-order-1 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-2, .grid__column--lg-push-2 {
      margin-left: 16.66667% !important; }
    .grid__column--lg-order-2 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 10;
      -ms-flex-order: 10;
      order: 10; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-3, .grid__column--lg-push-3 {
      margin-left: 25% !important; }
    .grid__column--lg-order-3 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 15;
      -ms-flex-order: 15;
      order: 15; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-4, .grid__column--lg-push-4 {
      margin-left: 33.33333% !important; }
    .grid__column--lg-order-4 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 20;
      -ms-flex-order: 20;
      order: 20; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-5, .grid__column--lg-push-5 {
      margin-left: 41.66667% !important; }
    .grid__column--lg-order-5 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 25;
      -ms-flex-order: 25;
      order: 25; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-6, .grid__column--lg-push-6 {
      margin-left: 50% !important; }
    .grid__column--lg-order-6 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 30;
      -ms-flex-order: 30;
      order: 30; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-7, .grid__column--lg-push-7 {
      margin-left: 58.33333% !important; }
    .grid__column--lg-order-7 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 35;
      -ms-flex-order: 35;
      order: 35; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-8, .grid__column--lg-push-8 {
      margin-left: 66.66667% !important; }
    .grid__column--lg-order-8 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 40;
      -ms-flex-order: 40;
      order: 40; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-9, .grid__column--lg-push-9 {
      margin-left: 75% !important; }
    .grid__column--lg-order-9 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 45;
      -ms-flex-order: 45;
      order: 45; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-10, .grid__column--lg-push-10 {
      margin-left: 83.33333% !important; }
    .grid__column--lg-order-10 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 50;
      -ms-flex-order: 50;
      order: 50; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-11, .grid__column--lg-push-11 {
      margin-left: 91.66667% !important; }
    .grid__column--lg-order-11 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 55;
      -ms-flex-order: 55;
      order: 55; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; }
    .grid__column--lg-offset-12, .grid__column--lg-push-12 {
      margin-left: 100% !important; }
    .grid__column--lg-order-12 {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 60;
      -ms-flex-order: 60;
      order: 60; }
    .grid__column--lg-first {
      -webkit-box-ordinal-group: -1;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
    .grid__column--lg-last {
      -webkit-box-ordinal-group: 1000;
      -webkit-order: 1000;
      -ms-flex-order: 1000;
      order: 1000; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-5 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-6 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-7 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-8 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-9 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-10 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-11 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) and (min-width: 1445px) {
      .grid__column--lg-12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        order: 0; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1444px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1445px) {
  .hidden-lg {
    display: none !important; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1445px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1445px;
  padding-left: 15px;
  padding-right: 15px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
  .container {
    width: 768px; } }
  @media (min-width: 1024px) {
  .container {
    width: 1024px; } }
  @media (min-width: 1445px) {
  .container {
    width: 1445px; } }
  @media (min-width: 768px) {
  .container {
    width: 768px; } }
  @media (min-width: 1024px) {
  .container {
    width: 1024px; } }
  @media (min-width: 1445px) {
  .container {
    width: 1445px; } }

.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; } }

@font-face {
  font-family: 'base-icons';
  src: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base/Resources/Public/Fonts/base-icons.eot?mw8ozs");
  src: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base/Resources/Public/Fonts/base-icons.eot?mw8ozs#iefix") format('embedded-opentype'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base/Resources/Public/Fonts/base-icons.ttf?mw8ozs") format('truetype'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base/Resources/Public/Fonts/base-icons.woff?mw8ozs") format('woff'), url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base/Resources/Public/Fonts/base-icons.svg?mw8ozs#base-icons") format('svg');
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'base-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 112.5%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #3a3a3a;
  -webkit-overflow-scrolling: auto;
  overflow-x: hidden; }

html {
  font-size: 112.5%; }
  @media (max-width: 767px) {
  html {
    font-size: 120%; } }

.main-content {
  overflow: hidden; }

img, video, object {
  max-width: 100%;
  height: auto; }

h1, .h1-style, .slider .slider__caption h2, .mediawall-item__content--eyecatcher h3, .ergebnisse .searchresult h3, .ergebnisse .themengebniss h3, .hausnotrufheader .slider__caption h2, .ce-headline-h1-style {
  font-size: 48px;
  font-size: 2.66667rem;
  line-height: 54px;
  line-height: 1.4;
  color: #dd040c;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 300;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 768px) {
  h1, .h1-style, .slider .slider__caption h2, .mediawall-item__content--eyecatcher h3, .ergebnisse .searchresult h3, .ergebnisse .themengebniss h3, .hausnotrufheader .slider__caption h2, .ce-headline-h1-style {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 34px;
    line-height: 1.4; } }

h2, .h2-style, .ergebnisse .searchresult dl dt, .ergebnisse .themengebniss strong a, .ce-headline-h2-style {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 34px;
  line-height: 1.4;
  color: #3a3a3a;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 300;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 768px) {
  h2, .h2-style, .ergebnisse .searchresult dl dt, .ergebnisse .themengebniss strong a, .ce-headline-h2-style {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 28px;
    line-height: 1.4; } }

h3, .h3-style, .accordion .accordion__header, .accordion .accordion__header h1, .accordion .accordion__header h2, .accordion .accordion__header h3, .accordion .accordion__header h4, .GoogleMaps .StandortListe .StandortListeOrt strong.malteserrot a, .ce-headline-h3-style {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 32px;
  line-height: 1.4;
  color: #3a3a3a;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 300;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 768px) {
  h3, .h3-style, .accordion .accordion__header, .accordion .accordion__header h1, .accordion .accordion__header h2, .accordion .accordion__header h3, .accordion .accordion__header h4, .GoogleMaps .StandortListe .StandortListeOrt strong.malteserrot a, .ce-headline-h3-style {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 24px;
    line-height: 1.4; } }

h4, .h4-style, .ce-headline-h4-style {
  font-size: 18px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.4;
  color: #3a3a3a;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: bold;
  font-family: "Roboto Condensed", Arial, sans-serif; }
  @media (max-width: 768px) {
  h4, .h4-style, .ce-headline-h4-style {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 18px;
    line-height: 1.4; } }

* + p {
  margin-bottom: 20px; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.4;
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0px; }
  p small {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 18px;
    line-height: 1.4; }

strong, b {
  font-weight: 600; }

em, i {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

abbr {
  font-weight: bold; }

a {
  color: #3a3a3a;
  text-decoration: none; }
  a:hover {
    color: #dd040c;
    text-decoration: none; }

.external-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'base-icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  content: "\f08e";
  margin-right: 5px; }

.file-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'base-icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  content: "\f016";
  margin-right: 5px; }

.mail-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'base-icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  content: "\f003";
  margin-right: 5px; }

ul {
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 20px;
  list-style: disc;
  font-weight: normal; }
  ul.no-bullets {
    padding-left: 0;
    margin-left: 0;
    list-style: none; }
  ul li {
    font-size: 18px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.4; }
  ul ul {
    margin-bottom: 0px; }

ol {
  padding-left: 30px;
  margin-left: 0px;
  margin-bottom: 20px;
  list-style-type: decimal;
  font-weight: normal; }
  ol li {
    font-size: 18px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.4; }
  ol ol {
    margin-bottom: 0px; }
/* Default Table Variables */
table {
  margin-bottom: 15px; }
  table thead tr {
    border: none; }
  table tr th {
    font-size: 18px;
    font-size: 1rem;
    color: #3a3a3a;
    margin-bottom: 0;
    padding: 15px;
    text-align: left;
    font-weight: normal;
    background: transparent; }
  table tr td {
    font-size: 18px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.4;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: normal;
    text-align: left; }
  table tr.tr-odd {
    background: transparent; }
  table tr.tr-odd th, table tr.tr-odd td {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 18;
    font-weight: normal;
    text-align: left; }
  table tr.tr-even {
    background: transparent; }
  table tr.tr-even td {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 18;
    font-weight: normal;
    text-align: left; }
  table tr td {
    padding: 15px;
    color: #3a3a3a; }

@media (max-width: 1024px) {
  /*
   .table{
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   }
   */
    div.tablewrap {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }

.navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: transparent; }
  .navigation:before, .navigation:after {
    content: " ";
    display: block; }
  .navigation:after {
    clear: both; }

.navigation-list {
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0px; }
  .navigation-list:before, .navigation-list:after {
    content: " ";
    display: block; }
  .navigation-list:after {
    clear: both; }
  .navigation-list--inline-block {
    width: 100%; }
  .navigation-list--inline-block--center {
    text-align: center; }
  .navigation-list--inline-block--right {
    text-align: right; }
  .navigation-list--inline-block .navigation-list__item {
    display: inline-block;
    float: none; }
  .navigation-list--inline-block .navigation-list__item + .navigation-list__item {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .navigation-list--inline-block .navigation-list__item + .navigation-list__item {
        margin-left: 0px; } }
  .navigation-list--float {
    width: 100%; }
  .navigation-list--float .navigation-list__item {
    display: block;
    float: left; }
  .navigation-list--float .navigation-list__item + .navigation-list__item {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .navigation-list--float .navigation-list__item + .navigation-list__item {
        margin-left: 0px; } }
  @media (max-width: 767px) {
      .navigation-list--float .navigation-list__item {
        float: none !important; } }
  .navigation-list--table {
    display: table;
    width: 100%; }
  .navigation-list--table .navigation-list__item {
    display: table-cell;
    float: none; }
  @media (max-width: 767px) {
      .navigation-list--table .navigation-list__item {
        display: block !important; } }
  .navigation-list--flex {
    display: flex; }
  @media (max-width: 767px) {
    .navigation-list--flex {
      flex-direction: column; } }
  .navigation-list--flex .navigation-list__item {
    flex-shrink: 0;
    flex-grow: 1; }
  .navigation-list__item {
    font-size: 18px;
    font-size: 1rem;
    display: block;
    border: 1px solid black; }
  .navigation-list__item a {
    display: block;
    padding: 10px;
    margin: 0px; }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px 7px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 1s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px; }
  .hamburger--3dx .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px; }
  .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px; }
  .hamburger--3dy .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px; }
  .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.8, 1); }
  .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.8, 1); }
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
  .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.1s; }
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(-135deg);
    transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.1s; }
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
  .hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
  .hamburger--emphatic .hamburger-inner::after {
    top: 8px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
  .hamburger--emphatic.is-active .hamburger-inner::before {
    left: -60px;
    top: -60px;
    transform: translate3d(60px, 60px, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .hamburger--emphatic.is-active .hamburger-inner::after {
    right: -60px;
    top: -60px;
    transform: translate3d(-60px, 60px, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r .hamburger-inner::after {
    top: 8px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
  .hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -60px;
    top: 60px;
    transform: translate3d(60px, -60px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -60px;
    top: 60px;
    transform: translate3d(-60px, -60px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }
  .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.32s;
    background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
  .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
  .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.menu-btn {
  display: none !important; }
  .menu-btn:focus {
    outline: none; }
  @media (max-width: 767px) {
  .menu-btn {
    display: inline-block !important;
    background: #dd040c; }
    .menu-btn .hamburger-inner, .menu-btn .hamburger-inner::before, .menu-btn .hamburger-inner::after {
      background-color: #fff; } }

body.pushy-active, html.pushy-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

@media (max-width: 767px) {
    .mobile-navigation {
      background: #efefef; } }
  @media (max-width: 767px) {
    .mobile-navigation.mobile-transition {
      display: block !important; } }

.site-wrapper {
  -webkit-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  background: #fff;
  min-height: 100vh;
  min-width: 100%;
  z-index: 10;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden; }

@media (max-width: 767px) {
    .pushy {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      display: block;
      width: 80%;
      height: 100%;
      font-weight: bold;
      overflow: auto;
      z-index: 0;
      opacity: 0;
      -webkit-overflow-scrolling: touch;
      /* enables momentum scrolling in iOS overflow elements */ } }
/* Menu Movement */
@media (max-width: 767px) {
    .pushy-left {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media (max-width: 767px) {
    .pushy-right {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media (max-width: 767px) {
      .pushy-is-left .site-wrapper {
        -webkit-transform: translate3d(80%, 0, 0);
        -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        -o-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0); } }

@media (max-width: 767px) {
      .pushy-is-right .site-wrapper {
        -webkit-transform: translate3d(-80%, 0, 0);
        -moz-transform: translate3d(-80%, 0, 0);
        -ms-transform: translate3d(-80%, 0, 0);
        -o-transform: translate3d(-80%, 0, 0);
        transform: translate3d(-80%, 0, 0); } }
/* Menu Transitions */
@media (max-width: 767px) {
    .mobile-transition {
      -webkit-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
      -moz-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
      -ms-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
      -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
      transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), left 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.7s; } }
/* Site Overlay */
@media (min-width: 768px) {
    .site-overlay {
      display: none !important; } }

.pushy-active .pushy {
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1; }
  @media (max-width: 767px) {
    .pushy-active .pushy-left {
      left: 0 !important; } }
  @media (max-width: 767px) {
    .pushy-active .pushy-right {
      left: 20% !important; } }
  .pushy-active .site-wrapper {
    box-shadow: 0px 0 3px 3px rgba(0, 0, 0, .8);
    overflow: hidden !important; }

.pushy-active .site-overlay {
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -ms-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5); }

@keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

hr {
  background: #c7c7c6;
  border: 1px;
  height: 1px;
  margin-bottom: 20px; }

.button, .main-search-result .sbutton, .cc_container .cc_btn, .donation-radio-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  background: #000;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  text-align: center; }
  .button:hover, .main-search-result .sbutton:hover, .cc_container .cc_btn:hover, .donation-radio-label:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none; }
  .button--inline-block, .main-search-result --inline-block.sbutton, .cc_container --inline-block.cc_btn, --inline-block.donation-radio-label {
    display: inline-block; }
  .button--black, .main-search-result --black.sbutton, .cc_container --black.cc_btn, --black.donation-radio-label {
    background: #000;
    color: #fff; }
  .button--black:hover, .main-search-result --black.sbutton:hover, .cc_container --black.cc_btn:hover, --black.donation-radio-label:hover {
    background: #404040; }
  .button--white, .main-search-result --white.sbutton, .cc_container --white.cc_btn, --white.donation-radio-label {
    background: #fff;
    color: #000; }
  .button--white:hover, .main-search-result --white.sbutton:hover, .cc_container --white.cc_btn:hover, --white.donation-radio-label:hover {
    background: #fff; }
  .button--grey, .main-search-result --grey.sbutton, .cc_container --grey.cc_btn, --grey.donation-radio-label {
    background: #585858;
    color: #fff; }
  .button--grey:hover, .main-search-result --grey.sbutton:hover, .cc_container --grey.cc_btn:hover, --grey.donation-radio-label:hover {
    background: #656565; }
  .button--red, .main-search-result --red.sbutton, .cc_container --red.cc_btn, --red.donation-radio-label {
    background: #f00;
    color: #fff; }
  .button--red:hover, .main-search-result --red.sbutton:hover, .cc_container --red.cc_btn:hover, --red.donation-radio-label:hover {
    background: #ff1a1a; }
  .button--disabled, .main-search-result --disabled.sbutton, .cc_container --disabled.cc_btn, --disabled.donation-radio-label {
    background: #ececec;
    color: #989898; }

.media-element {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px; }
  .media-element:before, .media-element:after {
    content: " ";
    display: block; }
  .media-element:after {
    clear: both; }
  .media-element--align-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: auto;
    max-width: 33%;
    margin: 0 10px 10px 0;
    padding-right: 20px;
    clear: left; }
  @media (max-width: 767px) {
    .media-element--align-left {
      width: 100%;
      max-width: 100%;
      padding-right: 0; } }
  .media-element--align-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: auto;
    max-width: 33%;
    margin: 0 0 10px 10px;
    padding-left: 15px;
    clear: right; }
  @media (max-width: 767px) {
    .media-element--align-right {
      width: 100%;
      max-width: 100%;
      padding-left: 0; } }
  .media-element--full-width {
    max-width: 100%;
    width: 100%; }
  .media-element__image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto; }
  .media-element__image + .media-element__image {
    margin-top: 20px; }
  .media-element__image img {
    display: block;
    width: 100%;
    height: auto; }
  .media-element__image figure {
    margin-bottom: 0px; }
  .media-element__image figcaption {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.4;
    font-weight: normal;
    background-color: transparent;
    color: #000;
    margin-top: 5px;
    padding: 0; }

.related-posts {
  display: block;
  padding-left: 0; }
  .related-posts__post {
    display: block; }

.pagination {
  font-size: 0px;
  font-size: 0rem;
  display: block;
  text-align: center;
  padding-left: 0;
  margin-left: 0; }
  .pagination:before, .pagination:after {
    content: " ";
    display: block; }
  .pagination:after {
    clear: both; }
  .pagination__item {
    font-size: 16px;
    font-size: 0.88889rem;
    display: inline-block;
    background-color: #000;
    line-height: 35px;
    color: #fff; }
  .pagination__item--current {
    background-color: #333; }
  .pagination__item--current a, .pagination__item--current span {
    display: block;
    width: 40px;
    color: #fff;
    background-color: #333; }
  .pagination__item--next a {
    position: relative; }
    .pagination__item--next a:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .pagination__item--previous a {
    position: relative; }
    .pagination__item--previous a:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .pagination__item a {
    display: block;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 0;
    width: 40px;
    line-height: 35px; }
  .pagination__item a:hover {
    background-color: #333;
    color: #fff; }

.pagination-wrapper {
  display: block; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  font-size: 16px;
  font-size: 0.88889rem;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  line-height: inherit;
  color: #3a3a3a;
  border: 0; }

label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: normal; }

input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ededed;
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 20px;
  outline: none;
  margin-bottom: 35px;
  background-color: #ededed;
  font-weight: normal;
  color: #000; }

.form-error {
  color: #dd040c; }
  .form-error input {
    border: 1px solid #dd040c;
    color: #dd040c; }

.checkbox {
  position: relative;
  display: block;
  margin-bottom: 15px; }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox input[type=checkbox]:checked + label:after {
    content: "\f00c"; }
  .checkbox label {
    font-size: 16px;
    font-size: 0.88889rem;
    display: inline-block;
    cursor: pointer;
    color: #000;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 25px; }
  .checkbox label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background-color: #ededed;
    color: #3a3a3a;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px;
    margin-right: 5px;
    margin-top: -3px; }
  .checkbox label:after {
    font-size: 14px;
    font-size: 0.77778rem;
    content: "";
    position: absolute;
    font-family: 'base-icons';
    top: -1px;
    left: 0px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #3a3a3a;
    text-align: center; }

.radio {
  display: block; }
  .radio input[type=radio] {
    display: none; }
  .radio input[type=radio]:checked + label:after {
    display: block; }
  .radio label {
    font-size: 16px;
    font-size: 0.88889rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    line-height: 20px;
    font-weight: normal; }
  .radio label:last-child {
    margin-right: 0; }
  .radio label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 0.88889rem;
    position: relative;
    top: 0px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0px solid #000;
    background-color: #ededed;
    color: #dd040c;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px; }
  .radio label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5px;
    content: " ";
    display: none;
    width: 10px;
    height: 10px;
    background: #000;
    margin-top: -6px;
    border-radius: 50%;
    font-family: ''; }
  .radio label.checked :after {
    content: " ";
    content: 20px; }

.select-field {
  display: block;
  margin-bottom: 35px; }
  .select-field--no-margin-bottom {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .select-field--no-margin-bottom {
      margin-bottom: 35px; } }
  .select-field--disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    pointer-events: none !important; }
  .select-field__label {
    display: block; }
  .select-field__box {
    position: relative;
    cursor: pointer;
    background: #ededed;
    border-radius: none; }
  .select-field__box:after {
    font-size: 16px;
    font-size: 0.88889rem;
    display: block;
    content: "\f078";
    font-family: 'base-icons';
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    border-radius: none;
    background: #3a3a3a;
    color: #ededed;
    pointer-events: none; }
  .select-field__box select {
    cursor: pointer;
    margin-bottom: 0;
    background: none;
    color: #000; }

.csc-frame {
  display: block;
  margin-bottom: 20px; }
  .csc-frame:before, .csc-frame:after {
    content: " ";
    display: block; }
  .csc-frame:after {
    clear: both; }

.csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="1"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      max-width: 50%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      width: 33.33333%;
      max-width: 33.33333%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      width: 25%;
      max-width: 25%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      width: 20%;
      max-width: 20%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      width: 16.66667%;
      max-width: 16.66667%;
      margin-left: 0;
      order: 0; } }
  .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn img {
    width: 100%;
    height: auto; }

.logo-main {
  display: block;
  padding-top: 25px;
  margin-bottom: 25px; }
  .logo-main a, .logo-main img {
    display: block; }

.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 0;
  min-height: 0px;
  z-index: 1000; }
  .header__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1445px;
    padding-left: 15px;
    padding-right: 15px; }

.breadcrumb {
  font-size: 16px;
  font-size: 0.88889rem;
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  color: #dd040c; }
  .breadcrumb:before, .breadcrumb:after {
    content: " ";
    display: block; }
  .breadcrumb:after {
    clear: both; }
  @media (max-width: 768px) {
  .breadcrumb {
    display: none; } }
  .breadcrumb .breadcrumb__item {
    font-size: 16px;
    font-size: 0.88889rem;
    display: block;
    float: left;
    margin-right: 15px;
    line-height: 30px; }
  .breadcrumb .breadcrumb__item:after {
    display: inline-block;
    content: '/';
    margin-left: 15px;
    line-height: 15px;
    font-weight: bold;
    font-family: none; }
  .breadcrumb .breadcrumb__item:last-child:after {
    display: none; }
  .breadcrumb .breadcrumb__item a {
    line-height: 25px; }
  .breadcrumb .breadcrumb__item.breadcrumb__item--level-1:before {
    display: none; }
  .breadcrumb .breadcrumb__item.breadcrumb__item--level-1 > a:before {
    font-family: none;
    content: none;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none; }
    .breadcrumb .breadcrumb__item.breadcrumb__item--level-1 > a > span {
      display: none; }

.accordion {
  display: block;
  margin-bottom: 0px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .accordion:first-child {
    border-top: 1px solid #ededed; }
  .accordion--open > .accordion__header {
    background: none;
    color: #dd040c; }
  .accordion--open > .accordion__header:after {
    content: "\f068"; }
  .accordion__header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    background: transparent;
    color: #3a3a3a;
    padding-left: 15px;
    padding-right: 40px;
    line-height: 24px;
    text-decoration: none; }
  .accordion__header:hover {
    background: none;
    color: #dd040c; }
  .accordion__header:after {
    font-family: 'base-icons';
    position: absolute;
    display: block;
    width: 30px;
    line-height: 24px;
    text-align: center;
    top: 0;
    right: 5px;
    bottom: 0;
    content: "\f067"; }
  .accordion__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: transparent;
    overflow: hidden; }
  .accordion__content header {
    display: none; }
  .accordion__content > .csc-frame {
    padding: 25px;
    margin-bottom: 0px; }

.js .accordion__content {
  max-height: 0; }

.plugin-list {
  display: block;
  width: 100%; }
  .plugin-list--with-seperator .plugin-list__item + .plugin-list__item {
    padding-top: 20px;
    border-top: 1px solid #000; }
  .plugin-list__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px; }
  .plugin-list__item:last-child {
    margin-bottom: 0px; }
  .plugin-list__image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .plugin-list__image {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      width: 25%;
      max-width: 25%;
      margin-left: 0;
      order: 0; } }
  @media (max-width: 768px) {
    .plugin-list__image {
      margin-bottom: 10px; } }
  .plugin-list__image img {
    display: block; }
  @media (max-width: 768px) {
      .plugin-list__image img {
        width: 100%;
        height: auto; } }
  .plugin-list__subinfo {
    font-size: 15px;
    font-size: 0.83333rem;
    display: block;
    margin-bottom: 10px; }
  .plugin-list__date {
    display: inline-block; }
  .plugin-list__categories {
    display: inline-block; }
  .plugin-list__categories:before {
    content: '- '; }
  .plugin-list__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0; }
  @media (min-width: 768px) {
    .plugin-list__content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      width: 75%;
      max-width: 75%;
      margin-left: 0;
      order: 0; } }
  @media (min-width: 768px) {
      .plugin-list__content--full-width {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        order: 0; } }

.slider {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: none;
  margin-bottom: 0; }
  .slider:before, .slider:after {
    content: " ";
    display: block; }
  .slider:after {
    clear: both; }
  .slider__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block; }
  .slider__item--margin {
    margin-left: 15px;
    margin-right: 15px; }
  @media (max-width: 767px) {
    .slider__item {
      margin-left: 0px;
      margin-right: 0px; } }
  .slider__item:focus {
    outline: none;
    border: none; }
  .slider__image {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block; }
  .slider__image img {
    display: block;
    width: 100%;
    height: auto; }
  .slider__content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1445px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .slider__content-wrapper {
      position: relative;
      left: 0;
      bottom: 0; } }
  .slider__caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    bottom: 40px;
    display: inline-block;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    text-decoration: none; }
  .slider__caption:hover {
    text-decoration: none; }
  .slider__caption:focus {
    outline: none;
    border: none; }
  @media (max-width: 767px) {
    .slider__caption {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; } }
  .slider__caption a p {
    color: #000; }
  .slider__caption * {
    text-decoration: none; }
  .slider__caption *:hover {
    text-decoration: none; }
  .slider__caption *:last-child {
    margin-bottom: 0; }
  .slider__button {
    display: inline-block;
    margin-top: 20px;
    text-align: left; }
  .slider.slick-initialized {
    -webkit-animation: fadeIn ease-in;
    -moz-animation: fadeIn ease-in;
    -ms-animation: fadeIn ease-in;
    -o-animation: fadeIn ease-in;
    animation: fadeIn ease-in;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: block; }

.slider .slider__item {
  margin-bottom: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
/* Slick Slider Main CSS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  display: block;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  padding: 0;
  margin-top: -35px;
  border: none;
  outline: none;
  z-index: 100; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1; }
  .slick-prev:before, .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.11111rem;
    font-family: 'base-icons';
    display: block;
    width: 30px;
    height: 60px;
    padding: 5px;
    line-height: 60px;
    color: #000;
    opacity: 0.75;
    background: #dfdfdf; }
  @media (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important; } }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 5px; }
  .slick-prev:before {
    content: "\f053"; }

.slick-next {
  right: 5px; }
  .slick-next:before {
    content: "\f054"; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  left: 0;
  right: 0; }
  @media (max-width: 767px) {
  .slick-dots {
    top: 0;
    bottom: inherit; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .slick-dots li button {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    opacity: 0.75; }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    opacity: 1; }
  .slick-dots li.slick-active button {
    background-color: #dd040c;
    opacity: 1; }
  @media (max-width: 767px) {
    .slick-dots li {
      height: 20px;
      width: 20px;
      margin: 15px; }
      .slick-dots li button {
        height: 20px;
        width: 20px; } }

.tabpanel {
  display: block; }
  @media (min-width: 768px) {
    .tabpanel--mobile-accordion .tabpanel__content.accordion {
      border: none; }

    .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__header {
      display: none; }

    .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content {
      display: block;
      max-height: 10000px !important; }
      .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content > .csc-frame {
        padding: 0; } }
  @media (max-width: 768px) {
    .tabpanel--mobile-accordion .tabpanel__tablist {
      display: none; }

    .tabpanel--mobile-accordion .tabpanel__content {
      -webkit-transition: opacity 0s;
      -moz-transition: opacity 0s;
      -ms-transition: opacity 0s;
      -o-transition: opacity 0s;
      transition: opacity 0s;
      position: relative;
      display: block !important;
      opacity: 1;
      visibility: visible; } }
  .tabpanel__tablist {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #ddd; }
  .tabpanel__tablist:before, .tabpanel__tablist:after {
    content: " ";
    display: block; }
  .tabpanel__tablist:after {
    clear: both; }
  .tabpanel__tablist li {
    float: left;
    display: block;
    margin-bottom: -1px;
    color: #000;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .tabpanel__tablist li + li {
    margin-left: 5px; }
  .tabpanel__tablist li:hover a {
    background: #ddd;
    color: #000; }
  .tabpanel__tablist li a {
    display: block;
    background: transparent;
    color: #000;
    padding: 10px;
    text-decoration: none; }
  .tabpanel__tablist li.active {
    position: relative;
    border-color: #ddd; }
    .tabpanel__tablist li.active a {
      background: #fff;
      color: #000; }
  .tabpanel__content-wrapper {
    display: block;
    position: relative; }
  .tabpanel__content {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block; }
  .tabpanel__content:before, .tabpanel__content:after {
    content: " ";
    display: block; }
  .tabpanel__content:after {
    clear: both; }

.js .tabpanel__content {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .js .tabpanel__content.active {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
  .mfp-preloader a:hover {
    color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
/**
 * Remove all paddings around the image on small screen
 */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

.alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #f1f1f1;
  color: #000;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 10px; }
  .alert .alert-message {
    color: #000 !important; }
  .alert:last-child {
    margin-right: 0px; }
  .alert *:last-child {
    margin-bottom: 0; }
  .alert--success {
    background: #dff0d8;
    background: rgba(223, 240, 216, 0.6);
    color: #3c763d;
    border-color: #dff0d8; }
  .alert--info {
    background: #d9edf7;
    background: rgba(217, 237, 247, 0.6);
    color: #31708f;
    border-color: #d9edf7; }
  .alert--warning {
    background: #fcf8e3;
    background: rgba(252, 248, 227, 0.6);
    color: #8a6d3b;
    border-color: #fcf8e3; }
  .alert--danger {
    background: #f2dede;
    background: rgba(242, 222, 222, 0.6);
    color: #a94442;
    border-color: #f2dede; }

.section--dark-grey-background .alert-message {
  color: #000; }

.datepicker {
  border-radius: 0px !important; }
  .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #eee !important;
    color: #000 !important; }
  .datepicker table tr th, .datepicker table tr td {
    line-height: 30px;
    border-radius: 3px !important; }
    .datepicker table tr th span, .datepicker table tr td span {
      border-radius: 3px !important; }
      .datepicker table tr th span:hover, .datepicker table tr td span:hover, .datepicker table tr th span.day:hover, .datepicker table tr td span.day:hover, .datepicker table tr th span.focused, .datepicker table tr td span.focused {
        background: #eee !important;
        color: #000 !important; }
    .datepicker table tr th.today, .datepicker table tr td.today {
      background: #ffdb99 !important;
      border-color: #ffb733 !important; }
    .datepicker table tr th.active:active, .datepicker table tr td.active:active, .datepicker table tr th.active.highlighted:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr th.active.active, .datepicker table tr td.active.active, .datepicker table tr th.active.highlighted.active, .datepicker table tr td.active.highlighted.active {
      background: #3071a9 !important;
      border-color: #285e8e !important; }
  .datepicker table tr th {
    color: #000;
    background: transparent; }

.open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background: #3071a9 !important;
  border-color: #285e8e !important; }

.stage_nav {
  margin: 0 0 3rem 0;
  width: 100%; }
  .stage_nav .header_content {
    position: absolute;
    top: 50%;
    padding: 0 10% 0px 10%;
    z-index: 2; }
  .stage_nav img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .stage_nav h2 {
    font-size: 3rem;
    color: #fff !important;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, .6); }
  .stage_nav form select {
    width: 100%;
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 1.2rem;
    padding: 0 0 0 1rem;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .6); }
  .stage_nav form input {
    margin-left: 2%;
    padding: 0px 10px;
    background: #dd040c !important;
    width: 20%;
    color: #fff !important;
    cursor: pointer;
    border: none;
    height: 52px;
    line-height: 52px;
    font-weight: normal;
    font-size: 1.2rem;
    float: left;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .6); }

@media (max-width: 930px) {
  .stage_nav {
    margin: 0 0 1rem 0;
    width: 100%; }
    .stage_nav .header_content {
      top: 18%; }
      .stage_nav .header_content h2 {
        font-size: 1.2rem;
        text-align: center;
        position: relative;
        padding: 0 10% 0px 10%;
        text-align: left;
        color: #fff !important;
        text-shadow: 1px 2px 7px rgba(0, 0, 0, .6); }
      .stage_nav .header_content form {
        padding: 0 0 0 10%;
        width: 80%; }
        .stage_nav .header_content form select {
          width: 100%;
          margin-bottom: 1rem;
          height: 42px;
          line-height: 29px;
          font-size: 0.8rem; }
        .stage_nav .header_content form input {
          width: 100%;
          margin-left: 0;
          height: 42px;
          line-height: 42px; } }

.highlight-box {
  background: #dfdfdf;
  padding: 15px; }
  .news-article {
    display: block; }
  .news-article__main {
    display: block; }
  .news-article__subinfo {
    display: block;
    margin-bottom: 10px; }
  .news-article__date {
    display: inline-block; }
  .news-article__categories {
    display: inline-block; }
    .news-article__categories:before {
      content: '- '; }
  .news-article__media {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .news-article__media {
        display: block;
        float: none;
        margin-left: 0; }
        .news-article__media img {
          width: 100%;
          height: auto; } }
  .news-article__teaser {
    font-weight: 700;
    margin-bottom: 20px; }
  .news-article__content {
    display: block; }
    .news-article__content:before, .news-article__content:after {
      content: " ";
      display: block; }
    .news-article__content:after {
      clear: both; }
  .news-article__related {
    display: block;
    margin-top: 20px; }
    .news-article__related:before, .news-article__related:after {
      content: " ";
      display: block; }
    .news-article__related:after {
      clear: both; }
  .newsarchiv {
    display: block;
    background: transparent; }
  .newsarchiv ul {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0; }
  .newsarchiv ul + ul {
    border-top: 1px solid #fff; }
  .newsarchiv__years {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsarchiv__year {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .newsarchiv__year:last-child {
      padding-right: 0; }
      .newsarchiv__year.newsarchiv__year--active a {
        color: #999;
        text-decoration: none; }
  .newsarchiv__months {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsarchiv__month {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .newsarchiv__month:last-child {
      padding-right: 0; }
      .newsarchiv__month.newsarchiv__month--active a {
        color: #999;
        text-decoration: none; }

.container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important; }
  @media (max-width: 767px) {
    .container-fluid.container-fluid--small-padding-mobile {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.frame {
  display: block;
  margin-bottom: 0; }
  .frame:before, .frame:after {
    content: " ";
    display: block; }
  .frame:after {
    clear: both; }
  .ie .frame {
    overflow: hidden; }
  .ie .frame.frame-type-textpic {
    overflow: hidden; }
  .ie .grid .grid__column > .grid {
    overflow: hidden; }

hr {
  margin-top: 20px;
  margin-bottom: 20px; }

.logo-wrapper {
  position: relative;
  padding-top: 20px;
  transition: max-width 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 767px) {
  .logo-wrapper {
    width: 130px;
    height: 85px;
    padding: 0; } }
  @media (min-width: 768px) {
  .logo-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-left: 0;
    order: 0; } }
  @media (min-width: 1024px) {
  .logo-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    order: 0; } }
  @media (max-width: 768px) {
  .logo-wrapper {
    height: 85px; } }
  .logo-wrapper::before {
    display: block;
    content: '';
    padding-bottom: 35%; }

.logo-main {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  bottom: 25px;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  margin: 0;
  order: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media (max-width: 768px) {
  .logo-main {
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px; } }

h1, .h1-style, .slider .slider__caption h2, .mediawall-item__content--eyecatcher h3, .ergebnisse .searchresult h3, .ergebnisse .themengebniss h3, .hausnotrufheader .slider__caption h2, .ce-headline-h1-style {
  line-height: 1.22; }

h2, .h2-style, .ergebnisse .searchresult dl dt, .ergebnisse .themengebniss strong a, .ce-headline-h2-style {
  line-height: 1.22; }

.underlined, .ce-headline-underlined {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px; }

.redText {
  color: #dd040c; }

.italic {
  font-style: italic; }

h3.underlined, h3.ce-headline-underlined, h4.underlined, h4.ce-headline-underlined {
  padding-bottom: 10px; }

.h2-style--less-margin-bottom {
  margin-bottom: 10px; }

h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom {
  margin-bottom: 0px; }

.header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 850px) {
    .header__content {
      padding-left: 50px; } }
  .header__content--donation {
    position: relative; }
  .header--tiny {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 85px !important; }
  @media (min-width: 768px) {
    .header--tiny .header__button-wrapper {
      width: 360px !important; }

    .header--tiny .logo-wrapper {
      width: 230px;
      max-width: 230px; } }
  .header--tiny .header__button-wrapper > a .donate-button__text > span, .header--tiny .header__button-wrapper > a .hamburger-text, .header--tiny .header__button-wrapper > a .header-a-z__text, .header--tiny .header__button-wrapper > a .search-button__text {
    display: none; }
    .header--tiny .header__button-wrapper > a .donate-button__text:before {
      margin-bottom: 0px; }
    .header--tiny .header__button-wrapper > a .hamburger-box {
      margin: 21px auto 12px auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
      .header--tiny .header__additionalheadline {
        margin-top: 55px; } }
  .header .header__button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 170px;
    pointer-events: none;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    .header .header__button-wrapper > a .donate-button__text > span, .header .header__button-wrapper > a .hamburger-text {
      display: none; }
      .header .header__button-wrapper > a .hamburger-box {
        margin: 21px auto 12px auto; } }
  @media (min-width: 768px) {
    .header .header__button-wrapper {
      width: 48%; } }
  @media (min-width: 1024px) {
    .header .header__button-wrapper {
      width: 37.2%; } }
  @media (min-width: 1445px) {
    .header .header__button-wrapper {
      width: 540px; } }
  .header .header__button-wrapper .search-button, .header .header__button-wrapper .header-a-z, .header .header__button-wrapper .donate-button, .header .header__button-wrapper .navigation-button {
    float: left;
    width: 50%;
    pointer-events: all; }
  .header .header__button-wrapper .search-button .navigation-button__fallback-link, .header .header__button-wrapper .header-a-z .navigation-button__fallback-link, .header .header__button-wrapper .donate-button .navigation-button__fallback-link, .header .header__button-wrapper .navigation-button .navigation-button__fallback-link {
    position: absolute;
    height: calc(100% - 25% - 1px);
    top: 0px;
    width: 100%;
    left: 0px;
    padding-top: 25%;
    background: #dd040c; }
    .header .header__button-wrapper .search-button .navigation-button__fallback-link span, .header .header__button-wrapper .header-a-z .navigation-button__fallback-link span, .header .header__button-wrapper .donate-button .navigation-button__fallback-link span, .header .header__button-wrapper .navigation-button .navigation-button__fallback-link span {
      color: #fff; }
  @media (min-width: 768px) {
      .header .header__button-wrapper .search-button, .header .header__button-wrapper .header-a-z, .header .header__button-wrapper .donate-button, .header .header__button-wrapper .navigation-button {
        width: 25%; } }
  .header .header__button-wrapper.header__button-wrapper--menu-active {
    z-index: 1000; }
  @media (max-width: 767px) {
      .header .header__button-wrapper.header__button-wrapper--menu-active > *:not(.navigation-button) {
        visibility: hidden; } }
  .header__additionalheadline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    align-self: flex-end;
    margin-left: 150px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: calc(100% - 66%); }
  @media (max-width: 1700px) {
    .header__additionalheadline {
      margin-left: 70px; } }
  @media (max-width: 1445px) {
    .header__additionalheadline {
      font-size: 24px;
      font-size: 1.33333rem;
      text-align: center;
      width: calc(100% - 66%);
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .header__additionalheadline {
      position: absolute;
      width: 101%;
      left: 0;
      margin-top: 60px;
      padding-top: 15px;
      background: #fff;
      padding-bottom: 15px;
      max-width: none; } }
  @media (max-width: 767px) {
    .header__additionalheadline {
      margin-top: 62px;
      top: 23px; } }

.sticky-wrapper {
  transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 1024px) {
    .sticky-wrapper.additionalheadline {
      margin-bottom: 62px; } }

.is-sticky {
  position: relative;
  z-index: 205 !important; }
  .is-sticky .header {
    -webkit-backface-visibility: hidden; }

.headerfixed {
  position: fixed; }

html.ios.safari .header__content {
  background: #fff;
  transition: transform 100ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.touch.msie-11 .header {
  position: fixed;
  top: 0px; }

body.menu-open .header.header--small {
  position: relative !important; }

#footer {
  display: block;
  background: #3a3a3a;
  color: #cacaca;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3); }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer p, #footer a {
    color: #cacaca; }
  #footer h3 {
    font-size: 22px;
    font-size: 1.22222rem;
    font-style: italic; }
  #footer a, #footer p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-size: 0.83333rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-weight: bold;
    line-height: 1.95; }
  #footer a:hover {
    text-decoration: underline; }
  #footer .accordion .accordion__header {
    text-decoration: none;
    color: #fff; }
  #footer .accordion .accordion__header * {
    color: #fff; }
  #footer .accordion .accordion__header:hover {
    color: #666; }
    #footer .accordion .accordion__header:hover * {
      color: #666; }
  #footer .accordion .accordion__header::after {
    font-size: 20px;
    font-size: 1.11111rem; }
  #footer .csc-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
  #footer .csc-menu li {
    line-height: 1.22; }

.accordion-wrapper {
  margin-bottom: 30px; }

.accordion {
  border-left: 0;
  border-right: 0; }
  .accordion .accordion__header {
    color: #3a3a3a;
    line-height: 24px;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px; }
  .accordion .accordion__header h1, .accordion .accordion__header h2, .accordion .accordion__header h3, .accordion .accordion__header h4 {
    color: inherit;
    line-height: 24px;
    margin-bottom: 0; }
  .accordion .accordion__header:hover {
    color: #dd040c; }
  .accordion .accordion__header:hover h1, .accordion .accordion__header:hover h2, .accordion .accordion__header:hover h3, .accordion .accordion__header:hover h4 {
    color: #dd040c; }
  .accordion .accordion__header::after {
    font-style: normal;
    top: 25px; }
  .accordion .accordion__content > div {
    padding: 25px; }
  .accordion.accordion--content-menu {
    border: none; }
  .accordion.accordion--content-menu .accordion__header {
    display: none;
    padding: 15px 15px 15px 0px;
    border-bottom: 1px solid #ededed;
    color: #666;
    font-size: 20px;
    font-size: 1.11111rem; }
  .accordion.accordion--content-menu .accordion__header:after {
    top: 15px;
    line-height: 20px; }
  .accordion.accordion--content-menu .accordion__header:hover {
    color: #dd040c; }
  @media (max-width: 767px) {
      .accordion.accordion--content-menu .accordion__header {
        display: block; } }
  .accordion.accordion--content-menu .accordion__content > div {
    padding: 0 0 20px 0; }
  @media (max-width: 767px) {
        .accordion.accordion--content-menu .accordion__content.accordion__content--mobile {
          display: none; } }
  .accordion.accordion--content-menu.accordion--open > .accordion__header {
    color: #dd040c; }
  .accordion.accordion--content-menu.accordion--open .accordion__content--mobile {
    display: block;
    max-height: 100% !important; }
  .accordion.accordion--content-menu .content-navigation-wrapper {
    margin-top: 0px; }
  @media (max-width: 767px) {
    .accordion.accordion--content-menu {
      margin-top: 25px; } }
  .accordion.accordion--open > .accordion__header {
    color: #dd040c; }

.section.section--dark-grey-background .accordion .accordion__header:hover {
  color: #666 !important; }
  .section.section--dark-grey-background .accordion .accordion__header:hover h1, .section.section--dark-grey-background .accordion .accordion__header:hover h2, .section.section--dark-grey-background .accordion .accordion__header:hover h3, .section.section--dark-grey-background .accordion .accordion__header:hover h4 {
    color: #666 !important; }
  .section.section--dark-grey-background .accordion.accordion--open > a.accordion__header {
    color: #989898; }
  .section.section--dark-grey-background .accordion.accordion--open > a.accordion__header h1, .section.section--dark-grey-background .accordion.accordion--open > a.accordion__header h2, .section.section--dark-grey-background .accordion.accordion--open > a.accordion__header h3, .section.section--dark-grey-background .accordion.accordion--open > a.accordion__header h4 {
    color: #989898; }

.breadcrumb-wrapper {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 769px) {
  .breadcrumb-wrapper {
    display: block; } }
  .breadcrumb-wrapper .container-fluid {
    position: relative; }

.breadcrumb {
  margin-bottom: 0;
  padding-right: 150px; }
  .breadcrumb .breadcrumb__item {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  .breadcrumb .breadcrumb__item a {
    color: #666; }
  .breadcrumb .breadcrumb__item a:hover {
    color: #dd040c; }
  .breadcrumb .breadcrumb__item a.act {
    color: #dd040c; }
  .breadcrumb .breadcrumb__item::after {
    color: #666; }
  .breadcrumb__back-button {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    position: absolute;
    right: 0;
    bottom: 7px;
    margin-right: 50px; }
  .breadcrumb__back-button:before {
    font-family: 'base-icons';
    content: "\f100";
    margin-right: 7px; }

table {
  width: 100%; }
  table thead tr.tr-even th {
    border-bottom: 1px solid #666; }

.table.table--bordered {
  border-collapse: collapse; }
  .table.table--bordered th, .table.table--bordered td {
    border: 1px solid #666; }
  .table.table--striped tbody tr:nth-child(2n - 1) {
    background-color: #efefef; }

.table-responsive {
  display: block;
  overflow-y: auto; }

.section {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
  color: #3a3a3a;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3); }
  .section.section--no-padding-bottom {
    padding-bottom: 0;
    overflow: hidden; }
  .section.section--no-shadow + .section, .section.section--no-shadow + .frame .section {
    box-shadow: none; }
  .section.section--less-padding {
    padding-bottom: 9px !important;
    padding-top: 10px !important; }
  .section.section--grey-background {
    background: #ededed;
    color: #3a3a3a; }
  .section.section--grey-background .slider--in-grid .slider__content-wrapper .slider__caption {
    padding-left: 20px; }
  .section.section--grey-background hr {
    background: #3a3a3a; }
  .section.section--grey-background .accordion {
    border-color: #3a3a3a; }
  .section.section--grey-background .underlined {
    border-bottom: 1px solid #3a3a3a; }
  .section.section--red-background {
    background: #dd040c;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
  .section.section--red-background .slider--in-grid .slider__content-wrapper .slider__caption {
    padding-left: 20px; }
  .section.section--red-background p {
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-weight: bold; }
  .section.section--red-background *, .section.section--red-background .accordion.accordion--open > .accordion__header, .section.section--red-background .accordion.accordion--open > .accordion__header:hover {
    color: #fff; }
  .section.section--red-background .underlined {
    border-bottom: 1px solid #fff; }
  .section.section--red-background .button-red, .section.section--red-background .button-red-full-width, .section.section--red-background .main-search-result .sbutton, .main-search-result .section.section--red-background .sbutton, .section.section--red-background .cc_container .cc_btn, .cc_container .section.section--red-background .cc_btn, .section.section--red-background button-red-full-width {
    border: 1px solid #fff; }
  .section.section--dark-grey-background {
    background: #3a3a3a;
    color: #fff; }
  .section.section--dark-grey-background .slider--in-grid .slider__content-wrapper .slider__caption {
    padding-left: 20px; }
  .section.section--dark-grey-background *, .section.section--dark-grey-background .accordion.accordion--open > .accordion__header, .section.section--dark-grey-background .accordion.accordion--open > .accordion__header:hover, .section.section--dark-grey-background .form__button--details {
    color: #fff; }
  .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content h3, .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content h3 [class*="sync"], .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content p, .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content p [class*="sync"], .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content a, .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content a [class*="sync"], .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content span, .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content span [class*="sync"], .section.section--dark-grey-background .teaser:not([class*="-color"]) .teaser__content .teaser__icon {
    color: #3a3a3a; }
  .section.section--dark-grey-background input, .section.section--dark-grey-background select, .section.section--dark-grey-background .rsbtn_text > * {
    color: #3a3a3a; }
  .section.section--dark-grey-background .underlined {
    border-bottom: 1px solid #fff; }
  .section.section--green-background {
    background: #297825;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
  .section.section--green-background .slider--in-grid .slider__content-wrapper .slider__caption {
    padding-left: 20px; }
  .section.section--green-background .container-fluid {
    text-align: center; }
  .section.section--green-background h2 {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 100px; }
    @media (max-width: 980px) {
      .section.section--green-background h2 {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px; } }
  .section.section--green-background p {
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-weight: bold; }
  .section.section--green-background *, .section.section--green-background .accordion.accordion--open > .accordion__header, .section.section--green-background .accordion.accordion--open > .accordion__header:hover {
    color: #fff; }
  .section.section--green-background .underlined {
    border-bottom: 1px solid #fff; }

.section--dual-background-red-white {
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: linear-gradient(to right, #dd040c, #dd040c 50%, #ededed 50%);
  background-attachment: fixed;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
  .section--dual-background-red-white {
    background-image: none; } }
  .section--dual-background-red-white > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section--dual-background-red-white > .container-fluid > .grid > .grid__column {
    padding-bottom: 45px;
    padding-top: 45px;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3); }
  .section--dual-background-red-white > .container-fluid > .grid > .column-1 {
    background: #dd040c;
    padding-left: 65px; }
    @media (max-width: 1024px) {
      .section--dual-background-red-white > .container-fluid > .grid > .column-1 {
        padding-right: 65px; } }
    .section--dual-background-red-white > .container-fluid > .grid > .column-1 h1, .section--dual-background-red-white > .container-fluid > .grid > .column-1 h2, .section--dual-background-red-white > .container-fluid > .grid > .column-1 h3, .section--dual-background-red-white > .container-fluid > .grid > .column-1 h4, .section--dual-background-red-white > .container-fluid > .grid > .column-1 h5, .section--dual-background-red-white > .container-fluid > .grid > .column-1 p, .section--dual-background-red-white > .container-fluid > .grid > .column-1 label, .section--dual-background-red-white > .container-fluid > .grid > .column-1 button, .section--dual-background-red-white > .container-fluid > .grid > .column-1 div, .section--dual-background-red-white > .container-fluid > .grid > .column-1 a {
      color: #fff !important; }
    .section--dual-background-red-white > .container-fluid > .grid > .column-1 button {
      border: 1px solid #fff; }
    .section--dual-background-red-white > .container-fluid > .grid > .column-1 .button-red, .section--dual-background-red-white > .container-fluid > .grid > .column-1 .button-red-full-width, .section--dual-background-red-white > .container-fluid > .grid > .column-1 .main-search-result .sbutton, .main-search-result .section--dual-background-red-white > .container-fluid > .grid > .column-1 .sbutton, .section--dual-background-red-white > .container-fluid > .grid > .column-1 .cc_container .cc_btn, .cc_container .section--dual-background-red-white > .container-fluid > .grid > .column-1 .cc_btn, .section--dual-background-red-white > .container-fluid > .grid > .column-1 button-red-full-width {
      border: 1px solid #fff; }
  .section--dual-background-red-white > .container-fluid > .grid > .column-2 {
    background: #ededed;
    padding-right: 65px; }
    @media (max-width: 1024px) {
      .section--dual-background-red-white > .container-fluid > .grid > .column-2 {
        padding-left: 65px; } }
  .section--dual-background-red-white > .container-fluid .tx-powermail a {
    color: #fff; }
    .section--dual-background-red-white > .container-fluid .tx-powermail a:hover {
      color: #000; }

.site-wrapper::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-height: 185px;
  padding-bottom: 9.6%;
  margin-top: 50px; }
  @media (min-width: 1445px) {
    .site-wrapper::before {
      padding-bottom: 138px; } }
  @media (max-width: 768px) {
    .site-wrapper::before {
      margin-top: 0px;
      padding-bottom: 75px; } }

.csc-textpic-imagerow + .csc-textpic-imagerow {
  margin-top: 20px; }

@media (min-width: 768px) {
        .csc-textpic-imagewrap[data-csc-cols="2"] .csc-textpic-imagecolumn img, .csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn img, .csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn img, .csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn img, .csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn img {
          width: auto;
          max-width: 100%; } }

.media-element {
  margin-bottom: 0; }
  @media (min-width: 768px) {
      .media-element .media-element__image img {
        max-width: 100%; } }
  @media (max-width: 767px) {
  .media-element + .media-element {
    margin-top: 20px; } }
  .media-element .ce-row .ce-column {
    margin-bottom: 20px; }
  .media-element:last-child div:last-child {
    margin-bottom: 0; }
  .media-element figcaption.image-caption {
    font-size: 0.77778rem;
    line-height: 1.4;
    font-weight: normal;
    background-color: transparent;
    color: #000;
    padding: 0 0 10px 0;
    margin-top: 2px; }
  .media-element figure.audio .audio-embed {
    margin-bottom: 5px; }
  .media-element figure.audio .button-red, .media-element figure.audio .button-red-full-width, .media-element figure.audio .main-search-result .sbutton, .main-search-result .media-element figure.audio .sbutton, .media-element figure.audio .cc_container .cc_btn, .cc_container .media-element figure.audio .cc_btn {
    margin-top: 10px; }

@media (max-width: 767px) {
    .media-element-wrapper {
      position: relative; } }
  .media-element-wrapper .media-element__image, .media-element-wrapper .image {
    margin-bottom: 10px; }
  .media-element-wrapper .ce-image figure.image figcaption.image-caption {
    font-size: 0.77778rem; }

.ie figure.image {
  overflow: hidden; }

.slider {
  display: block;
  height: auto !important; }
  @media (max-width: 767px) {
  .slider {
    margin-bottom: -20px; } }
  .slider.slider-initialized > .slider__item {
    display: initial !important;
    opacity: 1 !important; }
  .slider .slider__content-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  .slider .slider__content-wrapper.slider__content-wrapper--align-left {
    text-align: left; }
  .slider .slider__content-wrapper.slider__content-wrapper--align-right {
    text-align: right; }
  @media (max-width: 980px) {
      .slider .slider__content-wrapper.slider__content-wrapper--align-right {
        text-align: left; } }
  @media (max-width: 980px) {
    .slider .slider__content-wrapper {
      position: relative;
      left: 0;
      bottom: 0;
      margin-bottom: 0;
      background: #fff; } }
  .slider .slider__imagecredit {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #3a3a3a; }
  .slider .slider__imagecredit.slider__imagecredit--right {
    right: 0; }
  @media (max-width: 768px) {
    .slider .slider__imagecredit {
      font-size: 12px;
      font-size: 0.66667rem;
      padding: 5px; } }
  .slider .slider__caption {
    width: inherit;
    width: initial;
    max-width: auto;
    bottom: 0;
    border-bottom: 10px solid #dd040c;
    text-align: left; }
  @media (min-width: 1200px) {
    .slider .slider__caption {
      bottom: 40px; } }
  @media (max-width: 980px) {
    .slider .slider__caption {
      width: 100% !important;
      border-bottom: none !important;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .slider .slider__caption {
      bottom: 0;
      border-color: transparent; }
      .slider .slider__caption .slider__teaser {
        display: none; } }
  .slider .slider__caption h2 {
    font-size: 27px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-bottom: 0; }
  @media (max-width: 767px) {
      .slider .slider__caption h2 {
        margin-bottom: 15px; } }
  @media (min-width: 1200px) {
      .slider .slider__caption h2 {
        font-size: 48px;
        font-size: 2.66667rem; } }
  .slider .slider__caption p {
    font-size: 18px;
    font-size: 1rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #000; }
  @media (min-width: 1200px) {
      .slider .slider__caption p {
        font-size: 22px;
        font-size: 1.22222rem; } }
  @media (max-width: 767px) {
      .slider .slider__caption p br {
        display: none; } }
  .slider .slider__button {
    position: relative;
    margin-top: 0;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    padding: 0px 10px; }
  .slider .slider__button:focus {
    outline: none; }
  .slider .slider__button::before {
    font-size: 20px;
    font-size: 1.11111rem;
    position: absolute;
    font-family: 'base-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px; }
  .slider .slider__button.slider__button--icon-left {
    padding-left: 37px; }
  .slider .slider__button.slider__button--icon-left::before {
    top: 9px;
    left: 10px; }
  .slider .slider__button.slider__button--icon-top {
    padding-top: 25px;
    height: auto; }
  .slider .slider__button.slider__button--icon-top::before {
    content: "\f004";
    top: 10px;
    left: 0;
    right: 0;
    text-align: center; }
  .slider .slider__button.slider__button--icon-heart::before {
    content: "\f004"; }
  .slider .slider__button.slider__button--red {
    background: #dd040c;
    color: #fff; }
  .slider .slider__button.slider__button--red:hover {
    background: #fc4b52;
    color: #fff; }
  .slider .slider__button.slider__button--green {
    background: #297825;
    color: #fff; }
  .slider .slider__button.slider__button--green:hover {
    background: #369f31;
    color: #fff; }

.slider--in-grid {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
  .slider--in-grid {
    margin-bottom: 45px; } }
  .slider--in-grid .slider__content-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .slider--in-grid .slider__content-wrapper .slider__caption {
    padding-left: 0;
    border: none; }
  @media (min-width: 1200px) {
      .slider--in-grid .slider__content-wrapper .slider__caption {
        bottom: 0; } }
  .slider--in-grid .slick-dots {
    padding-bottom: 7px; }
  .slider--in-grid .slick-dots li:before {
    display: none; }
  .slider--in-grid .slick-dots li + li {
    border-left: none;
    margin-left: 15px; }
  .slider--in-grid .slick-dots .slick-active .slick-dots__button {
    border: 2px solid #ededed;
    background: #dd040c; }
  .slider--in-grid .slick-dots .slick-dots__button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    height: 25px;
    width: 25px;
    padding: 0;
    border: 1px solid #ededed;
    text-decoration: none; }
  .slider--in-grid .slick-dots .slick-dots__button:hover {
    border: 2px solid #ededed; }

.slick-dots {
  position: relative;
  display: block;
  background: #3a3a3a;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0; }
  @media (max-width: 767px) {
  .slick-dots {
    padding-bottom: 5px; } }
  .slick-dots li {
    height: auto;
    width: auto;
    margin: 0; }
  .slick-dots li + li {
    margin: 0;
    border-left: 1px solid #ededed; }
  @media (max-width: 767px) {
      .slick-dots li + li {
        border-left: none;
        margin-left: 15px; } }
  .slick-dots .slick-active {
    display: inline-block; }
  .slick-dots .slick-active .slick-dots__button {
    background: #ededed;
    color: #585858; }
  @media (max-width: 767px) {
      .slick-dots .slick-active .slick-dots__button {
        border: 2px solid #ededed;
        background: #dd040c; } }
  .slick-dots .slick-dots__button {
    font-size: 22px;
    font-size: 1.22222rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    background: #3a3a3a;
    color: #fff;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    padding: 10px 20px 10px 20px;
    text-decoration: none !important; }
  @media (max-width: 767px) {
    .slick-dots .slick-dots__button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      text-indent: 200%;
      white-space: nowrap;
      height: 25px;
      width: 25px;
      padding: 0;
      border: 1px solid #ededed; }
      .slick-dots .slick-dots__button:hover {
        border: 2px solid #ededed; } }

.slick-arrow.slick-hidden {
  display: none; }

.main-content .slider {
  margin-bottom: 30px; }
  .main-content .slider .slick-dots li::before {
    content: ''; }
  @media (max-width: 767px) {
  .main-content .slider .slick-prev, .main-content .slider .slick-next {
    display: block !important;
    top: 160px; }
  .main-content .slider .slick-prev {
    left: -40px; }
  .main-content .slider .slick-next {
    right: -40px; } }

.slick-prev, .slick-next {
  z-index: 10;
  top: 50%; }

html.ie11 .slider.slider--in-grid .slider__caption {
  max-width: 100%; }

html:not(.ie11) .slider .slider__caption {
  max-width: inherit; }

html:not(.edge) .slick-dots .slick-dots__button {
  padding: 10px 20px 5px 20px; }
  @media (max-width: 767px) {
      html:not(.edge) .slick-dots .slick-dots__button {
        padding: 0; } }

html:not(.edge) .slider--in-grid .slick-dots .slick-dots__button {
  padding: 10px 5px 5px 20px; }
  @media (max-width: 767px) {
        html:not(.edge) .slider--in-grid .slick-dots .slick-dots__button {
          padding: 0; } }

.slider__button--red {
  background: #dd040c; }

.button-red, .button-red-full-width, .main-search-result .sbutton, .cc_container .cc_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  background: #dd040c;
  color: #fff;
  padding: 0px 40px;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  .button-red:hover, .button-red-full-width:hover, .main-search-result .sbutton:hover, .cc_container .cc_btn:hover {
    background: #ff363e;
    color: #fff;
    text-decoration: none; }
  @media (max-width: 400px) {
  .button-red, .button-red-full-width, .main-search-result .sbutton, .cc_container .cc_btn {
    height: auto; } }

.button-red-full-width {
  width: 100%;
  text-align: center;
  text-decoration: none !important; }

.button--form {
  display: inline-block;
  font-size: 18px; }
  @media (max-width: 560px) {
  .button--form {
    width: 100%; } }

.button-wrapper {
  text-align: center;
  display: block; }
  .button-wrapper a {
    margin-top: 20px; }

.button--red-in-search {
  display: table;
  height: 62px;
  padding: 0px 20px;
  border: none; }
  @media (max-width: 400px) {
  .button--red-in-search {
    height: auto; } }

.button--full-width {
  width: 100%; }

.button--green {
  background: #297825;
  color: #fff; }
  .button--green:hover {
    background: #004600;
    color: #fff;
    text-decoration: none; }
  @media (max-width: 400px) {
  .button--green {
    height: auto; } }

.copyright {
  font-size: 14px;
  font-size: 0.77778rem; }

@media (max-width: 767px) {
    .news .section {
      margin-bottom: -20px; } }

#mediawall > * {
  opacity: 1 !important; }

.mediawall {
  position: relative;
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px; }
  .mediawall:before, .mediawall:after {
    content: " ";
    display: block; }
  .mediawall:after {
    clear: both; }
  .mediawall .container-fluid {
    -webkit-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
    padding-right: 0;
    opacity: 0; }
  @media (min-width: 1024px) {
    .mediawall .container-fluid {
      margin-top: -15px;
      margin-bottom: -15px; } }
  .mediawall .container-fluid.isotope {
    opacity: 1; }
  .mediawall .mediawall__item-container {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%; }
  @media (min-width: 540px) and (max-width: 767px) {
    .mediawall .mediawall__item-container {
      width: 50%; } }
  @media (min-width: 768px) {
    .mediawall .mediawall__item-container {
      width: 33.33%; } }
  @media (min-width: 1024px) {
    .mediawall .mediawall__item-container {
      width: 25%; } }
  @media (max-width: 768px) {
  .mediawall {
    padding-top: 0px;
    margin-top: -5px; } }

.mediawall-item {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
  display: block;
  margin: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
  .mediawall-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3); }
  .mediawall-item a {
    display: block;
    word-wrap: break-word; }
  .mediawall-item h3 {
    margin-bottom: 15px;
    clear: both; }
  .mediawall-item .mediawall-item__content--twitter h3, .mediawall-item .mediawall-item__content--facebook h3 {
    clear: none; }
  .mediawall-item .mediawall-item__content--twitter h3 a, .mediawall-item .mediawall-item__content--facebook h3 a {
    color: #3a3a3a; }
  .mediawall-item .mediawall-item__content--twitter h3 a:hover, .mediawall-item .mediawall-item__content--facebook h3 a:hover {
    color: #dd040c; }
  .mediawall-item .mediawall-item__date {
    font-size: 16px;
    font-size: 0.88889rem;
    display: block;
    color: #3a3a3a;
    margin-bottom: 10px; }
  .mediawall-item .mediawall-item__image {
    display: block;
    width: 100%; }
  .mediawall-item .mediawall-item__image a, .mediawall-item .mediawall-item__image img {
    display: block;
    width: 100%;
    height: auto; }
  .mediawall-item .mediawall-item__image + .mediawall-item__content {
    border-top: none; }
  .mediawall-item .mediawall-item__content {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto; }
  .mediawall-item .mediawall-item__subinfo {
    display: block;
    padding: 10px 20px;
    background: #ededed; }
  .mediawall-item .mediawall-item__categories p {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 1.4;
    border-bottom: 1px solid #c7c7c6;
    padding-bottom: 10px;
    margin-bottom: 0px; }
  .mediawall-item .mediawall-item__categories p a {
    text-decoration: none !important;
    display: inline;
    cursor: pointer; }

.filter {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px; }
  .filter:before, .filter:after {
    content: " ";
    display: block; }
  .filter:after {
    clear: both; }
  .filter .filter__button {
    font-size: 18px;
    font-size: 1rem;
    display: block;
    float: left;
    background: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 5px;
    color: #3a3a3a;
    margin-left: 0px;
    border: 1px solid #3a3a3a;
    margin-right: 5px; }
  .filter .filter__button:focus {
    outline: none; }
  .filter .filter__button.filter__button--active {
    background: #dd040c;
    color: #fff;
    border-color: #dd040c; }
  @media (max-width: 767px) {
  .filter {
    display: none; } }

.mediawall__button {
  display: block;
  text-align: center;
  margin-top: 40px; }
  .mediawall .button, .mediawall .main-search-result .sbutton, .main-search-result .mediawall .sbutton, .mediawall .cc_container .cc_btn, .cc_container .mediawall .cc_btn, .mediawall .donation-radio-label {
    display: inline-block; }
  @media (max-width: 767px) {
    .mediawall #mediawall__button {
      display: none; } }
  .mediawall #mediawall__button_mobile {
    display: none; }
  @media (max-width: 767px) {
    .mediawall #mediawall__button_mobile {
      display: inline-block; } }
  .mediawall .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #dd040c;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.mediawall-item__content--eyecatcher {
  background: #dd040c !important;
  color: #fff !important;
  cursor: pointer; }
  .mediawall-item__content--eyecatcher:after {
    font-family: 'base-icons';
    font-size: 40px;
    content: "\f061";
    position: relative;
    left: 90%; }
  .mediawall-item__content--eyecatcher:hover {
    background: #fff; }
  .mediawall-item__content--eyecatcher:hover * {
    color: #3a3a3a; }
  .mediawall-item__content--eyecatcher:hover:after {
    color: #3a3a3a; }
  .mediawall-item__content--eyecatcher * {
    color: #fff; }
  .mediawall-item__content--eyecatcher h3 {
    line-height: 1.2;
    margin-bottom: 0;
    font-style: italic;
    color: #fff; }
  .mediawall-item__content--eyecatcher header + .mediawall-item__teaser {
    margin-top: 10px; }
  .mediawall-item__content--eyecatcher .mediawall-item__date, .mediawall-item__content--eyecatcher .mediawall-item__image, .mediawall-item__content--eyecatcher .mediawall-item__subinfo {
    display: none !important; }
  .mediawall-item__content--twitter a {
    color: #dd040c;
    display: initial; }
  .mediawall-item__content--facebook a {
    color: #dd040c;
    display: initial; }
  .mediawall-item__user-info {
    margin-top: 20px; }
  .mediawall-item__user-image {
    float: left;
    margin-right: 20px;
    width: 48px;
    height: 48px; }
  .mediawall-item__teaser {
    clear: both; }
  .mediawall-item__teaser--twitter {
    margin-top: 25px; }
  .mediawall-item__teaser--facebook {
    margin-top: 25px; }
  .mediawall-item__user-info-name {
    display: -webkit-box;
    color: #3a3a3a; }
  .mediawall-item__user-info-id {
    font-size: 14px;
    font-size: 0.77778rem;
    color: #3a3a3a; }
  .mediawall-item__social-links {
    font-size: 18px;
    font-size: 1rem;
    margin-top: 10px;
    height: 39px; }
  .mediawall-item__social-links div.shariff ul.orientation-horizontal {
    min-width: initial; }
  .mediawall-item__social-links div.shariff ul.orientation-horizontal li.shariff-button {
    width: 35px;
    max-width: 35px;
    min-width: initial;
    height: 35px; }
  .mediawall-item__social-links div.shariff ul.orientation-horizontal li.shariff-button a {
    width: 35px; }
    .mediawall-item__social-links div.shariff ul.orientation-horizontal li.shariff-button a span.fa {
      width: 100%; }
  .mediawall-item__social-links div.shariff ul.orientation-horizontal li.shariff-button:not(:last-child) {
    margin-right: 4px; }
  .mediawall-item__social-links div.shariff ul.orientation-horizontal li.shariff-button:last-child {
    margin-right: 0; }

.twitter-link {
  display: inline-block !important;
  margin-right: 15px; }
  .twitter-link:last-of-type {
    margin-right: 0px; }
  .twitter-link--reply:before {
    color: #3a3a3a;
    font-family: 'base-icons';
    content: "\f112"; }
  .twitter-link--retweet:before {
    color: #3a3a3a;
    font-family: 'base-icons';
    content: "\f079"; }
  .twitter-link--star:before {
    color: #3a3a3a;
    font-family: 'base-icons';
    content: "\f005"; }

.ff .mediawall-item__user-info-name, .ie .mediawall-item__user-info-name {
  display: block;
  position: relative;
  z-index: 2; }

.ie .mediawall-item__content--facebook.mediawall-item__content a, .ie .mediawall-item__content--twitter.mediawall-item__content a {
  display: inline-block; }

.navigation-wrapper {
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ededed;
  z-index: -1;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  display: none; }
  @media (max-width: 1023px) {
  .navigation-wrapper {
    top: 85px; } }
  @media (max-width: 767px) {
  .navigation-wrapper {
    top: 0px !important; } }
  @media (min-width: 768px) {
  .navigation-wrapper {
    display: block;
    transform: translate(100%, 0%);
    opacity: 1;
    left: auto;
    width: 48%;
    z-index: 20; } }
  @media (min-width: 1024px) {
  .navigation-wrapper {
    width: 37.2%; } }
  @media (min-width: 1445px) {
  .navigation-wrapper {
    width: 540px; } }
  @media (min-width: 768px) {
    .navigation-wrapper--search-open {
      -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), margin 1s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), margin 1s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), margin 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), margin 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), margin 1s cubic-bezier(0.19, 1, 0.22, 1);
      margin-top: 210px; } }
  .navigation-wrapper--open {
    display: block;
    opacity: 1;
    z-index: 20; }
  @media (min-width: 768px) {
    .navigation-wrapper--open {
      transform: translate(0, 0); } }

.navigation {
  position: relative;
  display: block;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  margin-left: 0;
  /*@include element(level-1){
   position: relative;
   border-top: $navigation__list-item--border;
   margin-top: $navigation__list-item--padding-top;
   padding-top: 20px;
   @media (max-width: $sm - 1){
   margin-top: $navigation__list-item--sm-padding-top;
   }
   }
   @include element(level-1-inner-wrapper){
   display: block;
   }*/ }
  @media (max-width: 768px) {
  .navigation {
    height: 100%; } }
  .navigation__level-0 {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }
  .navigation__level-1-wrapper {
    position: static;
    display: none;
    height: 100%;
    transform: none;
    overflow: hidden; }
  .navigation__level-1-wrapper--shown {
    display: inline; }
  .navigation__list-item {
    list-style-type: none;
    cursor: pointer; }
  .navigation__list-item--level-0 {
    font-size: 32px;
    font-size: 1.77778rem;
    font-weight: 300;
    border-bottom: 1px solid #c7c7c6;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
      .navigation__list-item--level-0 {
        font-size: 28px;
        font-size: 1.55556rem;
        text-align: left;
        padding-top: 25px;
        padding-bottom: 25px; } }
  @media (max-width: 560px) {
      .navigation__list-item--level-0 {
        font-size: 25px;
        font-size: 1.38889rem; } }
  .navigation__list-item--level-1 {
    font-size: 26px;
    font-size: 1.44444rem;
    border-bottom: none;
    padding-top: 15px; }
  @media (max-width: 767px) {
      .navigation__list-item--level-1 {
        font-size: 22px;
        font-size: 1.22222rem;
        padding-top: 10px;
        padding-bottom: 10px; } }
  @media (max-width: 560px) {
      .navigation__list-item--level-1 {
        font-size: 20px;
        font-size: 1.11111rem; } }
  .navigation__list-item.navigation__list-item--current.navigation__list-item--level-1 > a, .navigation__list-item.navigation__list-item--active > a {
    color: #dd040c; }

.navigation-list {
  font-size: 16px;
  font-size: 0.88889rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0px; }
  .navigation-list:before, .navigation-list:after {
    content: " ";
    display: block; }
  .navigation-list:after {
    clear: both; }
  .navigation-list--inline-block {
    width: 100%; }
  .navigation-list--inline-block--center {
    text-align: center; }
  .navigation-list--inline-block--right {
    text-align: right; }
  .navigation-list--inline-block .navigation-list__item {
    display: inline-block;
    float: none; }
  .navigation-list--inline-block .navigation-list__item + .navigation-list__item {
    margin-left: 10px; }
  @media (max-width: 767px) {
        .navigation-list--inline-block .navigation-list__item + .navigation-list__item {
          margin-left: 0px; } }
  .navigation-list--float {
    width: 100%; }
  .navigation-list--float .navigation-list__item {
    display: block;
    float: left; }
  .navigation-list--float .navigation-list__item + .navigation-list__item {
    margin-left: 10px; }
  @media (max-width: 767px) {
        .navigation-list--float .navigation-list__item + .navigation-list__item {
          margin-left: 0px; } }
  @media (max-width: 767px) {
      .navigation-list--float .navigation-list__item {
        float: none !important; } }
  .navigation-list--table {
    display: table;
    width: 100%; }
  .navigation-list--table .navigation-list__item {
    display: table-cell;
    float: none; }
  @media (max-width: 767px) {
      .navigation-list--table .navigation-list__item {
        display: block !important; } }
  .navigation-list--flex {
    display: flex; }
  @media (max-width: 767px) {
    .navigation-list--flex {
      flex-direction: column; } }
  .navigation-list--flex .navigation-list__item {
    flex-shrink: 0;
    flex-grow: 1; }
  .navigation-list__item {
    font-size: 18px;
    font-size: 1rem;
    display: block;
    border: 1px solid black; }
  .navigation-list__item a {
    display: block;
    padding: 10px;
    margin: 0px; }

.navigation-button {
  font-size: 16px;
  font-size: 0.88889rem;
  transition: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-block;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  background-color: #dd040c;
  color: #fff;
  outline: 0;
  order: 4;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  text-align: center; }
  .navigation-button::before {
    content: ' ';
    position: relative;
    top: 0;
    display: block;
    padding-bottom: 100%; }
  .navigation-button:hover {
    color: #fff; }
  .navigation-button:focus {
    outline: 0; }
  .navigation-button > span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    right: 0; }
  @media (min-width: 1100px) {
  .navigation-button {
    font-size: 20px;
    font-size: 1.11111rem; } }

.hamburger-box {
  display: block;
  margin: 6px auto 14px auto; }
  @media (min-width: 768px) and (max-width: 1310px) {
  .hamburger-box {
    margin-top: 9px; } }

.hamburger--slider .hamburger-inner {
  transition-duration: 0.5s; }
  .hamburger--slider .hamburger-inner::before {
    transition-duration: 0.5s; }
  .hamburger--slider .hamburger-inner::after {
    transition-duration: 0.5s; }
  .hamburger--slider.is-active .hamburger-inner {
    transition-duration: 0.5s; }
  .hamburger--slider.is-active .hamburger-inner::before {
    transition-duration: 0.5s; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transition-duration: 0.5s; }

@media (max-width: 767px) {
    .is-active {
      background-color: transparent;
      color: transparent; }
      .is-active .hamburger-inner {
        background-color: #dd040c !important; }
        .is-active .hamburger-inner:after {
          background-color: #dd040c !important; } }

body {
  font-size: 112.5%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #3a3a3a;
  -webkit-overflow-scrolling: auto;
  overflow-x: hidden; }

html {
  font-size: 112.5%; }
  @media (max-width: 767px) {
  html {
    font-size: 120%; } }

.main-content {
  overflow: hidden; }

.htmlScrollFix {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none; }

.bodyScrollFix {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  height: 100%; }

.malteserRed {
  color: #dd040c; }

#readspeaker {
  margin-bottom: 20px; }

.header-elements-wrapper {
  text-align: right;
  width: 540px;
  position: absolute;
  bottom: 24%;
  right: 20.6%; }
  @media (min-width: 1445px) {
  .header-elements-wrapper {
    right: 295px; } }
  @media (max-width: 1120px) {
  .header-elements-wrapper {
    bottom: 19%; } }
  @media (max-width: 1023px) {
  .header-elements-wrapper {
    width: 400px;
    right: 26.6%; } }
  @media (max-width: 767px) {
  .header-elements-wrapper {
    display: none; } }

.header-search {
  position: relative;
  display: block;
  width: 340px;
  float: right; }
  @media (max-width: 1024px) {
  .header-search {
    width: 270px; } }
  .header-search__input {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-style: italic;
    border: none;
    color: #3a3a3a;
    float: left;
    position: relative;
    margin-bottom: 0px;
    padding-right: 16%; }
  @media (min-width: 1445px) {
    .header-search__input {
      font-size: 20px;
      font-size: 1.11111rem; } }
  .header-search__submit {
    display: none; }
  .header-search__button {
    display: inline-block;
    color: #3a3a3a;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 10; }
  .header-search__button:focus {
    outline: none; }
  .header-search__button:before {
    font-size: 30px;
    font-size: 1.66667rem;
    font-family: 'base-icons';
    content: "\f002";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    left: -13px;
    top: 13px; }

.ie .header-search .header-search__input {
  max-height: 57px; }
  @media (min-width: 1445px) {
    .ie .header-search .header-search__input {
      max-height: 60px; } }
  .ie .header-search__button:before {
    font-size: 26px;
    width: 50px;
    height: 50px;
    left: -8px;
    top: 14px; }

.mobile-header {
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  font-style: italic;
  display: none;
  height: 85px;
  background-color: white; }
  @media (max-width: 767px) {
  .mobile-header {
    display: flex; } }
  .mobile-header__link {
    width: 26%;
    border-right: 1px solid #c7c7c6;
    display: inline-block;
    text-align: center; }
  .mobile-header__link:hover {
    cursor: pointer; }
  .mobile-header__link a {
    font-size: 18px;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding-top: 63px;
    padding-bottom: 10px;
    width: 95%; }
  @media (max-width: 560px) {
      .mobile-header__link a {
        font-size: 18px;
        font-size: 1rem; } }
  .mobile-header__link--home + {
    order: 1; }
  .mobile-header__link--home + a:hover {
    color: #dd040c; }
  .mobile-header__link--home + a:before {
    content: "";
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/web-page-home.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
    width: 40px;
    height: 40px; }
    @media (max-width: 560px) {
        .mobile-header__link--home + a:before {
          font-size: 40px;
          font-size: 2.22222rem; } }
  .mobile-header__link--search {
    order: 2; }
  .mobile-header__link--search.search-button--active a {
    color: #dd040c; }
  .mobile-header__link--search a:hover {
    color: #dd040c; }
  .mobile-header__link--search a:before {
    content: "";
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/search.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
    width: 40px;
    height: 40px; }
    @media (max-width: 560px) {
        .mobile-header__link--search a:before {
          font-size: 40px;
          font-size: 2.22222rem; } }
  .mobile-header__link--index {
    order: 3; }
  .mobile-header__link--index a {
    padding-top: 8px; }
  .mobile-header__link--index a span {
    display: block; }
  .mobile-header__link--index a svg path {
    fill: #3a3a3a; }

.search-layer {
  display: none;
  width: 100%;
  top: 100%;
  background-color: #fff;
  text-align: center;
  min-height: 100px;
  z-index: 90; }
  @media (min-width: 768px) {
  .search-layer {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 48%;
    box-sizing: border-box;
    border-left: 1px solid #c7c7c6;
    border-bottom: 1px solid #c7c7c6; } }
  @media (min-width: 1024px) {
  .search-layer {
    width: 37.2%; } }
  @media (min-width: 1445px) {
  .search-layer {
    width: 540px; } }
  .search-layer--open {
    display: block; }
  .search-layer__input {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    display: inline-block;
    font-style: italic;
    width: 90%;
    border: none;
    color: #3a3a3a;
    position: relative;
    margin-bottom: 0px;
    padding-right: 16%;
    top: 20px; }
  @media (min-width: 1445px) {
    .search-layer__input {
      font-size: 20px;
      font-size: 1.11111rem; } }
  .search-layer__button {
    display: none; }

.search-layer-quicklinks {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 30px; }
  .search-layer-quicklinks a {
    color: #fff;
    display: inline-block;
    width: 48%;
    background-color: #dd040c;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-size: 1 rem;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px 0;
    speak: none; }
  @media (max-width: 792px) {
    .search-layer-quicklinks a {
      width: 100%; } }
  .search-layer-quicklinks a:nth-child(odd) {
    margin: 0 10px 10px 0; }
  .search-layer-quicklinks a:hover {
    background: #ff363e;
    color: #fff;
    text-decoration: none; }
  .search-layer-quicklinks span {
    text-decoration: none; }
  @media (max-width: 767px) {
  .search-layer-quicklinks {
    line-height: 40px;
    padding-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%; }
    .search-layer-quicklinks a:nth-child(2):after {
      display: none; } }

html.touch.msie-11 .mobile-header__link--home a:before, html.ie .mobile-header__link--home a:before {
  width: inherit !important; }
  html.touch.msie-11 .mobile-header__link--search a:before, html.ie .mobile-header__link--search a:before {
    width: inherit !important; }

@media (max-width: 768px) {
    .search-layer-top {
      -webkit-transition: all 0.5s, ease-in-out;
      -moz-transition: all 0.5s, ease-in-out;
      -ms-transition: all 0.5s, ease-in-out;
      -o-transition: all 0.5s, ease-in-out;
      transition: all 0.5s, ease-in-out;
      top: 100px; } }

.donate-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 0.88889rem;
  display: inline-block;
  background: #297825;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .donate-button:hover {
    background: #5baa57;
    color: #fff;
    text-decoration: none; }
  @media (min-width: 1100px) {
  .donate-button {
    font-size: 20px;
    font-size: 1.11111rem;
    padding: 0px 20px; } }
  .donate-button .donate-button__text {
    text-align: center; }
  .donate-button .donate-button__text::before {
    font-size: 30px;
    font-size: 1.66667rem;
    display: block;
    text-align: center;
    font-family: 'base-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    content: "\f004";
    margin-bottom: 7px; }
  @media (min-width: 768px) {
      .donate-button .donate-button__text::before {
        font-size: 34px;
        font-size: 1.88889rem; } }
  @media (max-width: 767px) {
      .donate-button .donate-button__text::before {
        margin-bottom: 0px; } }

.meta-navigation-wrapper {
  display: block;
  background-color: #3a3a3a;
  position: relative;
  width: 100%;
  max-height: 32px; }
  .meta-navigation-wrapper:before {
    content: '';
    display: block;
    padding-bottom: 4.25%;
    width: 100%; }
  @media (max-width: 767px) {
  .meta-navigation-wrapper {
    display: none; } }

.meta-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1445px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0; }
  @media (max-width: 767px) {
  .meta-navigation {
    display: none; } }
  .meta-navigation__level-0 {
    padding-left: 0;
    position: relative;
    top: 17%; }
  @media (max-width: 1024px) {
    .meta-navigation__level-0 {
      top: 13%; } }
  .meta-navigation__list-item {
    display: inline-block; }
  .meta-navigation__list-item:last-of-type a {
    border-right: none; }
  .meta-navigation a.tx-readspeaker-icon-basic, .meta-navigation__link {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #cacaca;
    border-right: 1px solid #cacaca;
    padding-left: 15px;
    padding-right: 15px; }
  @media (max-width: 1023px) {
    .meta-navigation a.tx-readspeaker-icon-basic, .meta-navigation__link {
      font-size: 14px;
      font-size: 0.77778rem; } }
  .meta-navigation a.tx-readspeaker-icon-basic:hover, .meta-navigation__link:hover {
    color: #ededed; }
  .meta-navigation__level-0 {
    margin-bottom: 0px; }

.hook {
  float: right;
  width: 0;
  height: 0;
  border-top: 80px solid #fff;
  border-left: 80px solid transparent; }
  .hook--absolute {
    position: absolute;
    right: 15px; }
  .hook--relative {
    position: relative; }
  .hook--twitter:before {
    font-size: 30px;
    font-size: 1.66667rem;
    font-family: 'base-icons';
    content: "\f099";
    position: absolute;
    bottom: 45px;
    right: 7px;
    color: #469be9; }
  .hook--facebook:before {
    font-size: 30px;
    font-size: 1.66667rem;
    font-family: 'base-icons';
    content: "\f09a";
    position: absolute;
    bottom: 40px;
    right: 13px;
    color: #4267b2; }
  .hook--news {
    border-top: 80px solid #dd040c; }
  .hook--news:after {
    font-size: 16px;
    font-size: 0.88889rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #fff;
    content: 'News';
    position: absolute;
    right: 7px;
    bottom: 50px; }
  .hook--video {
    border-top: 80px solid #666; }
  .hook--video:after {
    font-size: 24px;
    font-size: 1.33333rem;
    font-family: 'base-icons';
    color: #fff;
    content: "\f03d";
    position: absolute;
    right: 10px;
    bottom: 43px; }
  .hook--donation {
    border-top: 80px solid #297825; }
  .hook--donation:after {
    font-size: 24px;
    font-size: 1.33333rem;
    font-family: "base-icons";
    color: #fff;
    content: "\f004";
    position: absolute;
    right: 10px;
    bottom: 43px; }

.ff .hook--relative, .ie .hook--relative {
  position: absolute;
  right: 15px;
  z-index: 1; }

.meta-info {
  font-size: 20px;
  font-size: 1.11111rem;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  color: #cacaca;
  position: absolute;
  right: 15px;
  bottom: 4px; }

.teaser {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none !important; }
  .teaser:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3); }
  .teaser:hover .teaser__content {
    color: #3a3a3a; }
  .teaser:hover .teaser__content * {
    color: #3a3a3a; }
  .teaser:hover .teaser__content .teaser__icon.teaser__icon--brochure::before {
    background: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser_stiftung/Resources/Public/Images/Icon_Broschure_grey.png");
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    margin: 0 auto; }
  .teaser.no-shadow {
    box-shadow: none; }
  .teaser.no-shadow:hover {
    box-shadow: none; }
  .teaser.no-shadow:hover .teaser__content .malteserrot {
    color: #dd040c; }
  .teaser.teaser--linkteaser .teaser__content h3 {
    font-size: 48px;
    font-size: 2.66667rem;
    /* hyphens */
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  @media (max-width: 600px) {
        .teaser.teaser--linkteaser .teaser__content h3 {
          font-size: 30px !important; } }
  .teaser.teaser--linkteaser .teaser__content * {
    text-align: center; }
  .teaser.teaser--linkteaser.teaser--red-color:hover .teaser__content {
    background: #fff; }
    .teaser.teaser--linkteaser.teaser--red-color:hover .teaser__content * {
      color: #3a3a3a; }
  .teaser.teaser--linkteaser.teaser--red-color .teaser__content {
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    background: #dd040c; }
  .teaser.teaser--linkteaser.teaser--red-color .teaser__content * {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff; }
  .teaser.teaser--linkteaser.teaser--green-color:hover .teaser__content {
    background: #fff; }
    .teaser.teaser--linkteaser.teaser--green-color:hover .teaser__content * {
      color: #3a3a3a; }
  .teaser.teaser--linkteaser.teaser--green-color .teaser__content {
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    background: #297825; }
  .teaser.teaser--linkteaser.teaser--green-color .teaser__content * {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff; }
  .teaser.teaser--linkteaser.teaser--blue-color:hover .teaser__content {
    background: #fff; }
    .teaser.teaser--linkteaser.teaser--blue-color:hover .teaser__content * {
      color: #3a3a3a; }
  .teaser.teaser--linkteaser.teaser--blue-color .teaser__content {
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    background: #112e72; }
  .teaser.teaser--linkteaser.teaser--blue-color .teaser__content * {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    color: #fff; }
  .teaser.teaser-kachel.teaser--grey-color {
    background: #ededed;
    box-shadow: none; }
  .teaser.teaser-kachel.teaser--grey-color h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    text-align: left; }
  .teaser.teaser-kachel.teaser--grey-color:hover {
    box-shadow: none; }
  .teaser.teaser-kachel.teaser--grey-color .teaser__content {
    background: #ededed; }
  .teaser.teaser-kachel.teaser--grey-color .teaser__content * {
    text-align: left; }
  .teaser .teaser__icon {
    display: block;
    text-align: center;
    margin-bottom: 15px; }
  .teaser .teaser__icon::before {
    font-size: 48px;
    font-size: 2.66667rem;
    font-family: 'base-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .teaser .teaser__icon.teaser__icon--heart::before {
    content: "\f004"; }
  .teaser .teaser__icon.teaser__icon--rocket::before {
    content: "\f135"; }
  .teaser .teaser__icon.teaser__icon--file::before {
    content: "\f15b"; }
  .teaser .teaser__icon.teaser__icon--consultation::before {
    content: "\f086"; }
  .teaser .teaser__icon.teaser__icon--phone::before {
    content: "\e901"; }
  .teaser .teaser__icon.teaser__icon--shopping-cart::before {
    content: "\f07a"; }
  .teaser .teaser__icon.teaser__icon--brochure::before {
    background: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser_stiftung/Resources/Public/Images/Icon_Broschure.png");
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    margin: 0 auto; }
  .teaser .teaser__icon.teaser__icon--check-circle::before {
    content: "\f00c"; }
  .teaser .teaser__icon.teaser__icon--check::before {
    content: "\f00c"; }
  .teaser .teaser__icon.teaser__icon--comments::before {
    content: "\f086"; }
  .teaser .teaser__icon.teaser__icon--calendar-check::before {
    content: "\f073"; }
  .teaser .teaser__icon.teaser__icon--file-alt::before {
    content: "\f016"; }
  .teaser .teaser__icon.teaser__icon--file-pdf::before {
    content: "\f1c1"; }
  .teaser .teaser__icon.teaser__icon--info-circle::before {
    content: "\f05a"; }
  .teaser .teaser__icon.teaser__icon--phone-alt::before {
    content: "\f095"; }
  .teaser .teaser__icon.teaser__icon--question-circle::before {
    content: "\f00d"; }
  .teaser .teaser__icon.teaser__icon--search::before {
    content: "\f002"; }
  .teaser .teaser__image {
    display: block;
    position: relative; }
  .teaser .teaser__image picture, .teaser .teaser__image img {
    display: block;
    width: 100%;
    height: auto; }
  .teaser .teaser__image .teaser__photoinfo {
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0.7); }
  .teaser .teaser__image .teaser__photoinfo span {
    font-size: 16px;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #3a3a3a !important; }
  .teaser .teaser__content {
    padding: 20px;
    background: #fff; }
  .teaser .teaser__content h3 {
    line-height: 1.2;
    margin-bottom: 0px; }
  .teaser .teaser__content h3 + * {
    margin-top: 20px; }
  .teaser .teaser__content.contacts h3 {
    margin-bottom: 20px; }
  .teaser .teaser__content p:last-child {
    margin-bottom: 0; }
  .teaser .teaser__content p b, .teaser .teaser__content p em {
    color: #3a3a3a !important; }
  .teaser strong {
    color: #000 !important; }
  .teaser .teaser__accordion {
    background: #ededed;
    margin: 0 -20px -20px;
    padding: 16px 20px 20px;
    position: relative; }
  .teaser .teaser__accordion:after {
    background-color: #b2b2b2;
    bottom: 14px;
    content: '';
    font: 0/0 a;
    height: 1px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px); }
  .teaser .teaser__accordion span {
    border-top: 1px solid #b2b2b2;
    cursor: pointer;
    display: block;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-size: 24px;
    padding: 16px 12px 6px;
    position: relative; }
  .teaser .teaser__accordion span:hover, .teaser .teaser__accordion span:hover:after {
    color: #dd040c; }
  .teaser .teaser__accordion span:after {
    color: #474747;
    content: "\f067";
    font-family: 'base-icons';
    font-size: 22px;
    position: absolute;
    right: 12px; }
  .teaser .teaser__accordion div {
    display: none;
    padding-left: 14px; }
  .teaser .teaser__accordion--open span {
    color: #dd040c; }
  .teaser .teaser__accordion--open span:after {
    content: "\f068"; }
  .teaser .teaser__accordion--open div {
    display: block; }

.slider.slider--tiles {
  overflow: visible !important; }
  .slider.slider--tiles .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .slider.slider--tiles .slider__item {
    display: none !important; }
  .slider.slider--tiles .slick-dots {
    display: none !important; }
  @media (min-width: 1478px) {
    .slider.slider--tiles .slick-prev {
      left: -65px; }

    .slider.slider--tiles .slick-next {
      right: -65px; } }
  .slider .teaser {
    margin-left: 15px;
    margin-right: 15px; }
  .slider .teaser__content {
    background: transparent; }

.slider--tiles.slider .slick-track > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  margin-bottom: 30px; }
  .slider--tiles.slider .slick-track > * > .teaser {
    margin-bottom: 0px; }
  .slider--tiles.slider .slick-track > *__content {
    flex: 1 0 auto; }
  .slider--tiles.slider .slick-track > *:focus {
    outline: none;
    border: none; }
  .slider--tiles.slider .slick-track > *.teaser--red-color {
    background-color: #dd040c;
    transition: background 0.2s; }
  .slider--tiles.slider .slick-track > *.teaser--red-color:hover {
    background: #fff; }
  .slider--tiles.slider .slick-track > *.teaser--green-color {
    background-color: #297825;
    transition: background 0.2s; }
  .slider--tiles.slider .slick-track > *.teaser--green-color:hover {
    background: #fff; }
  .slider--tiles.slider .slick-track > *.teaser--blue-color {
    background-color: #112e72;
    transition: background 0.2s; }
  .slider--tiles.slider .slick-track > *.teaser--blue-color:hover {
    background: #fff; }

.slider--tiles.slider .slick-track .no-background {
  background: none; }

html.ie11 .teaser, html.ie11 .teaser__image, html.ie11 .teaser__content {
  overflow: hidden; }

.ie .teaser {
  box-shadow: 0 0 6px rgba(0, 0, 0, .3); }
/** Equalizer Fix on IE **/
@media (min-width: 768px) {
    .grid.grid--stretch {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      .grid.grid--stretch .grid__column > .teaser, .grid.grid--stretch .grid__column > .frame > .teaser, .grid.grid--stretch .grid__column > .frame, .grid.grid--stretch .grid__column > .frame > .frame {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .grid.grid--stretch .grid__column > .teaser > *, .grid.grid--stretch .grid__column > .frame > .teaser > *, .grid.grid--stretch .grid__column > .frame > *, .grid.grid--stretch .grid__column > .frame > .frame > * {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
        .grid.grid--stretch .grid__column > .teaser .teaser__content, .grid.grid--stretch .grid__column > .frame > .teaser .teaser__content, .grid.grid--stretch .grid__column > .frame .teaser__content, .grid.grid--stretch .grid__column > .frame > .frame .teaser__content {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
  .grid.grid--stretch .slider .slick-slide {
    margin-bottom: 0; }

.grid--center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

iframe {
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
  iframe {
    overflow-y: scroll; } }

.ie11 .frame, .ie11 .media-element-wrapper {
  overflow: hidden; }

.form__data-info-text {
  font-size: 16px;
  font-size: 0.88889rem; }
  .form__hint {
    margin-bottom: 30px; }
  .form__text {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.5em;
    color: #3a3a3a; }
  .form__list li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a3a; }
  .form__googlemap {
    width: 97%; }
  @media (max-width: 1024px) {
    .form__googlemap {
      width: 100%; } }
  .form__wrapper {
    border-top: 1px solid #3a3a3a;
    padding-top: 25px;
    text-align: center; }
  @media (max-width: 1024px) {
    .form__wrapper {
      border: none; } }
  .form__form {
    display: inline-block; }
  @media (max-width: 768px) {
    .form__form {
      display: block; } }
  .form__table-headline {
    font-weight: bold; }
  .form__table-text {
    padding-top: 5px; }
  .form__table-text-label {
    display: none; }
  @media (max-width: 768px) {
    .form__table-text-label {
      display: inline-block;
      margin-right: 5px; } }
  .form__headline-wrapper {
    padding-left: 10px;
    margin-bottom: 15px; }
  @media (max-width: 768px) {
    .form__headline-wrapper {
      display: none; } }
  .form__line-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px; }
  .form__line-wrapper:nth-child(even) {
    background-color: #ededed; }
  .form__hint {
    margin-bottom: 35px !important; }
  .form__legend {
    margin-bottom: 40px; }
  .form__checkbox-container {
    display: inline-block;
    margin-bottom: 35px; }
  .form__checkbox-container--no-margin-bottom {
    margin-bottom: 0px; }
  .form__checkbox label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a3a; }
  .form__checkbox label:after {
    top: 1px; }
  .form__radio-container {
    margin-bottom: 35px; }
  .form__radio label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a3a;
    padding-left: 25px; }
  .form__radio label:before {
    top: 2px;
    position: absolute;
    left: 0; }
  .form__radio label:after {
    top: 10px; }
  .form__dropdown {
    position: relative;
    margin-bottom: 35px; }
  .form__dropdown:hover {
    cursor: pointer; }
  .form__dropdown:after {
    font-family: 'base-icons';
    content: "\f078";
    color: #3a3a3a;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none; }
  .form__kursStart {
    margin-top: 45px !important; }
  .form__button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table;
    color: #fff;
    padding: 0px 40px;
    margin-bottom: 0px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 1300px) {
    .form__button {
      padding: 0px 10px; } }
  .form__button:hover {
    color: #fff;
    text-decoration: none; }
  .form__button--disabled {
    background-color: #dd040c;
    width: 165px; }
  @media (max-width: 1300px) {
      .form__button--disabled {
        width: 105px; } }
  .form__button--disabled:hover {
    cursor: default; }
  .form__button--details {
    font-family: "Roboto Condensed", Arial, sans-serif;
    background: none;
    color: #000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .form__button--details:hover {
    color: #dd040c !important;
    background: none !important; }
  .form__textarea {
    height: 250px; }
  .form__hr {
    margin-top: 0px;
    margin-bottom: 40px; }
  .form__person-wrapper {
    margin-bottom: 35px; }
  .form__boxwrapper {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 20px; }
  .form__boxwrapper .title {
    font-size: 18px;
    font-weight: bold; }
  .form__boxwrapper .viewer {
    font-size: 18px; }
  .form__plz-search {
    margin-bottom: 10px; }

.form__table-headline a {
  text-decoration: none !important; }
  .form__table-headline a:after {
    content: '\f077';
    font-family: 'base-icons';
    color: #dd040c;
    position: relative;
    top: 0px;
    left: 5px; }
  .form__table-headline.active a {
    text-decoration: none !important; }
  .form__table-headline.active a:after {
    content: '\f078' !important;
    font-family: 'base-icons'; }

fieldset {
  margin-bottom: 20px; }

.selector {
  margin-bottom: 0px;
  color: #3a3a3a; }
  .selector:hover {
    cursor: pointer; }

.kursIsAvailable {
  background-color: #297825; }
  .kursIsAvailable:hover {
    background-color: #5baa57; }

.kursAlmostFull {
  background-color: #f18032; }
  .kursAlmostFull:hover {
    background-color: #ffb264; }

.nikolaus-formular .csc-textpic-imagewrap {
  min-height: 160px; }
  .nikolaus-formular .csc-textpic-imagewrap img {
    max-height: 150px; }
  .nikolaus-formular .grid--with-teaser {
    position: relative;
    padding-bottom: 120px; }
  .nikolaus-formular .grid--with-teaser .form__dropdown__wrap {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0; }
  .nikolaus-formular .grid--with-teaser .form__dropdown__wrap .form__dropdown {
    width: 86px; }
  .nikolaus-formular .grid--with-teaser .form__dropdown__wrap .form__dropdown select {
    background: #3a3a3a;
    color: #fff; }
  .nikolaus-formular .grid--with-teaser .form__dropdown__wrap .form__dropdown:after {
    color: #fff; }
  @media (max-width: 767px) {
      .nikolaus-formular .grid--with-teaser .form__dropdown__wrap {
        position: inherit; }
        .nikolaus-formular .grid--with-teaser .form__dropdown__wrap .form__dropdown {
          width: 50%; } }

label, input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a3a3a; }

.section--grey-background input, .section--dark-grey-background input, .section--grey-background textarea, .section--dark-grey-background textarea, .section--grey-background select, .section--dark-grey-background select {
  background-color: white;
  color: #3a3a3a !important; }
  .section--grey-background option, .section--dark-grey-background option {
    color: #3a3a3a !important; }
  .section--grey-background .radio label:before, .section--dark-grey-background .radio label:before, .section--grey-background .checkbox label:before, .section--dark-grey-background .checkbox label:before {
    background-color: white; }
  .section--grey-background .form__line-wrapper:nth-child(even) .form__table-text, .section--dark-grey-background .form__line-wrapper:nth-child(even) .form__table-text, .section--grey-background .form__line-wrapper:nth-child(even) .form__button--details, .section--dark-grey-background .form__line-wrapper:nth-child(even) .form__button--details {
    color: #3a3a3a; }

#listKurse thead th {
  color: #3a3a3a !important; }

.main-content div.typo3-message.message-ok div.message-body {
  color: #3a3a3a !important;
  font-weight: normal; }

.f3-form-error {
  border: 1px solid #dd040c; }

input.f3-form-error {
  background-color: #ff9f9f; }

.form-message-error {
  color: #e3001b !important;
  font-weight: 900; }

.captcha {
  margin-bottom: 1em; }
  .captcha:before, .captcha:after {
    content: " ";
    display: block; }
  .captcha:after {
    clear: both; }
  .captcha__image {
    float: left;
    margin-right: 20px; }

.powermail_field.form__dropdown {
  margin-bottom: 0px; }

.powermail_field select {
  margin-bottom: 15px; }

.errors {
  list-style-type: none;
  color: #dd040c;
  padding: 10px; }

.alert.alert-danger {
  background: none;
  border: none;
  color: #dd040c; }
  .alert.alert-danger .alert-message {
    color: #dd040c !important;
    font-weight: bold; }

.services {
  list-style-type: none;
  padding-left: 0px; }

.ie11 select::-ms-expand {
  display: none; }

.ie .form__checkbox-container {
  display: block; }

.contact {
  width: 100%;
  margin-bottom: 20px; }
  .contact:before, .contact:after {
    content: " ";
    display: block; }
  .contact:after {
    clear: both; }
  .contact__image img {
    max-height: 125px;
    width: auto; }
  .contact__data {
    margin-top: 10px; }
  .contact__data p {
    word-wrap: break-word; }
  .contact__data--no_image {
    margin-left: 0px; }

.redLink {
  color: #dd040c; }
  .redLink:hover {
    text-decoration: underline; }

.main-search-result .sbutton {
  margin-bottom: 2em;
  height: 60px; }
  @media (min-width: 1024px) {
    .main-search-result .sbutton {
      width: 200px; } }

#maltesersuchwort {
  margin-top: 0px; }

.hiddenLabel {
  display: none; }

.main_search_google_map {
  width: 100%; }

.ergebnisse .searchresult h3 {
  margin-bottom: 30px; }
  .ergebnisse .searchresult p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px !important;
    margin-bottom: 40px;
    color: #3a3a3a; }
  .ergebnisse .searchresult dl {
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #3a3a3a;
    margin-bottom: 50px; }
  .ergebnisse .searchresult dl dt {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px; }
  .ergebnisse .searchresult dl dt b {
    font-weight: 300; }
    .ergebnisse .searchresult dl dt b b {
      font-weight: 600; }
  .ergebnisse .searchresult dl dd {
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 1.4em; }
  .ergebnisse .searchresult dl.news:before {
    content: "News";
    font-size: 18px;
    color: #dd040c;
    font-style: italic;
    margin-bottom: 5px;
    display: block; }
  .ergebnisse table tbody td:first-child {
    display: none; }
  .ergebnisse table tbody td:nth-child(2) {
    display: none; }
  .ergebnisse table tbody td a {
    color: #dd040c; }
  @media (max-width: 768px) {
  .ergebnisse table tbody td {
    padding: 0; }
    .ergebnisse table tbody td:nth-child(3) a {
      display: inline-block; }

    .ergebnisse table tbody td:last-child {
      text-align: right; }
      .ergebnisse table tbody td:last-child a {
        display: inline-block; }

    .ergebnisse table tbody td a {
      display: none; } }
  .ergebnisse .themengebniss {
    border: 1px solid #ededed;
    background-color: #ededed;
    padding: 20px;
    margin-bottom: 60px; }
  .ergebnisse .themengebniss h3 {
    margin-bottom: 30px; }
  .ergebnisse .themengebniss strong a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px; }
  .ergebnisse .themengebniss strong a:hover {
    color: #dd040c; }
  .ergebnisse .themengebniss p {
    line-height: 1.4em; }
  .ergebnisse .themengebniss > img {
    float: left; }
  .ergebnisse .themengebniss .ansprechpartnerdaten {
    margin-left: 100px; }
  .ergebnisse .themengebniss .ansprechpartnerdaten.nopic {
    margin-left: 0px; }
  .ergebnisse .themengebniss:before, .ergebnisse .themengebniss:after {
    content: " ";
    display: block; }
  .ergebnisse .themengebniss:after {
    clear: both; }

.pagination-wrapper {
  display: flex;
  justify-content: center; }

.f3-widget-paginator {
  margin-top: 45px; }
  .f3-widget-paginator.left {
    margin-right: 15%; }
  @media (max-width: 860px) {
    .f3-widget-paginator.left {
      display: none; } }
  .f3-widget-paginator.right {
    margin-left: 15%; }
  @media (max-width: 860px) {
    .f3-widget-paginator.right {
      display: none; } }
  .f3-widget-paginator li {
    display: inline-block;
    padding-left: 0px;
    margin-left: 10px; }
  @media (max-width: 560px) {
    .f3-widget-paginator li {
      margin-left: 14px; } }
  .f3-widget-paginator li:before {
    display: none; }
  .f3-widget-paginator li.current {
    display: initial;
    padding: 15px 20px;
    background-color: #dd040c;
    color: #fff;
    margin-left: 5px; }
  @media (max-width: 560px) {
      .f3-widget-paginator li.current {
        padding: 5px 10px; } }
  .f3-widget-paginator li.none {
    display: initial;
    padding: 15px 20px;
    margin-left: 5px;
    background-color: #ededed; }
  .f3-widget-paginator li a {
    padding: 15px 20px;
    background-color: #ededed; }
  .f3-widget-paginator li a:hover {
    color: #fff;
    background-color: #dd040c; }
  @media (max-width: 560px) {
      .f3-widget-paginator li a {
        padding: 5px 10px; } }

.section--grey-background .f3-widget-paginator li, .section--dark-grey-background .f3-widget-paginator li, .section--grey-background .f3-widget-paginator a, .section--dark-grey-background .f3-widget-paginator a {
  color: #3a3a3a; }

.gm-style-iw div div {
  height: 20px;
  width: 50px; }

form[name="kurs"] .button, form[name="kurs"] .main-search-result .sbutton, .main-search-result form[name="kurs"] .sbutton, form[name="kurs"] .cc_container .cc_btn, .cc_container form[name="kurs"] .cc_btn, form[name="kurs"] .donation-radio-label {
  text-decoration: underline; }

.form__text.termin {
  display: inline-block;
  margin-bottom: 20px; }
  .form__text.termin.last {
    margin-bottom: 0; }

div.tx-mkurse label[for=widerruf] a, div.tx-mkurse label[for=datenschutz-id] a, div.tx-mkurse label[for=agb-id] a {
  text-decoration: underline; }
  div.tx-mkurse .typo3-messages li:before {
    display: none; }

div.tx-mkurse .wrap .searchresulttext {
  margin-top: -20px; }

html.ie11 div.tx-mkurse .wrap .searchresulttext {
  margin-top: 0; }

.exceedCountWarning {
  color: #dd040c !important;
  font-size: 26px; }

.header-a-z {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 0.88889rem;
  display: none;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  height: 100%;
  border-left: 1px solid #c7c7c6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .header-a-z:hover {
    color: #dd040c;
    text-decoration: none; }
  @media (min-width: 768px) {
  .header-a-z {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
  @media (min-width: 1100px) {
  .header-a-z {
    font-size: 20px;
    font-size: 1.11111rem;
    padding: 0px 20px; } }
  .header-a-z__icon, .header-a-z__text {
    text-align: center; }
  .header-a-z__icon img.offer {
    margin-top: 20px;
    height: 34px; }
  .header-a-z__icon img.booking {
    margin-top: 4px;
    height: 34px; }

.content-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  padding-top: 15px; }
  @media (min-width: 768px) {
  .content-navigation {
    padding-top: 0; } }
  .content-navigation__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .content-navigation__item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      max-width: 50%;
      margin-left: 0;
      order: 0; } }
  @media (min-width: 1024px) {
    .content-navigation__item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      width: 25%;
      max-width: 25%;
      margin-left: 0;
      order: 0; } }
  @media (min-width: 767px) {
    .content-navigation__item {
      margin-bottom: 15px; } }
  .content-navigation__item > * {
    font-size: 16px;
    font-size: 0.88889rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 5px 2px 5px;
    line-height: 1.2;
    background: #ededed;
    color: #3a3a3a;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .content-navigation__item > *:hover {
    background: #dd040c;
    color: #fff; }
  @media (min-width: 1024px) {
      .content-navigation__item > * {
        font-size: 20px;
        font-size: 1.11111rem;
        min-height: 53px; } }
  @media (max-width: 400px) {
      .content-navigation__item > .button-red, .content-navigation__item > .button-red-full-width, .content-navigation__item > .main-search-result .sbutton, .main-search-result .content-navigation__item > .sbutton, .content-navigation__item > .cc_container .cc_btn, .cc_container .content-navigation__item > .cc_btn {
        height: 38px; } }
  .content-navigation__item--active > * {
    background: #dd040c;
    color: #fff; }

@media (max-width: 768px) {
    .content-navigation-wrapper {
      margin-top: 20px; } }

html:not(.ie11) .content-navigation__item > * {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 980px) {
      .donate__headline {
        display: none !important; } }
  .donate__input-wrapper {
    display: inline-block; }
  @media (max-width: 520px) {
    .donate__input-wrapper {
      position: relative;
      top: -1px; } }
  @media (max-width: 420px) {
    .donate__input-wrapper {
      left: -30px; } }
  .donate__input-wrapper:after {
    font-size: 40px;
    font-size: 2.22222rem;
    content: '€';
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #659e60;
    margin-left: 10px; }
  @media (max-width: 560px) {
      .donate__input-wrapper:after {
        font-size: 30px;
        font-size: 1.66667rem;
        margin-left: 5px; } }
  @media (max-width: 420px) {
      .donate__input-wrapper:after {
        font-size: 22px;
        font-size: 1.22222rem;
        margin-left: 5px; } }
  .donate__input {
    font-size: 40px;
    font-size: 2.22222rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    background-color: #659e60;
    padding: 5px 15px;
    max-width: 180px;
    text-align: end;
    border: none;
    display: inline-block;
    margin-bottom: 0px; }
  @media (max-width: 620px) {
    .donate__input {
      font-size: 28px;
      font-size: 1.55556rem;
      max-width: 120px; } }
  @media (max-width: 520px) {
    .donate__input {
      font-size: 22px;
      font-size: 1.22222rem;
      max-width: 90px; } }
  @media (max-width: 420px) {
    .donate__input {
      font-size: 18px;
      font-size: 1rem;
      max-width: 65px; } }
  .donate__button {
    display: inline-block;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    background-color: #297825;
    border: 2px solid #fff;
    height: 54px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: 50px;
    position: relative;
    bottom: 5px; }
  @media (max-width: 620px) {
    .donate__button {
      height: 45px;
      bottom: 2px;
      padding-right: 25px;
      padding-left: 25px; } }
  @media (max-width: 520px) {
    .donate__button {
      font-size: 18px;
      font-size: 1rem;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px; } }
  @media (max-width: 420px) {
    .donate__button {
      font-size: 15px;
      font-size: 0.83333rem;
      position: relative;
      left: -30px;
      padding-left: 5px;
      padding-right: 5px; } }
  .donate__button:hover {
    background-color: #fff;
    color: #297825; }
  .donate__button:before {
    font-family: 'base-icons';
    content: "\f004";
    margin-right: 10px; }
  .donate__close-icon {
    display: none !important; }
  .donate__close-icon:after {
    font-size: 30px;
    font-size: 1.66667rem;
    font-family: 'base-icons';
    content: "\f00d";
    position: absolute;
    right: 30px; }
  .donate__close-icon:hover {
    cursor: pointer; }
  .donate__content-thank-you-section {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .donate__content-thank-you-header-text {
    text-align: center; }
  .donate__content-thank-you-image img {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    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; }

.donate--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 201; }

.main-content li a:not(.button-red), .main-content p a:not(.button-red) {
  text-decoration: underline; }
  .main-content li a:not(.button-red):hover, .main-content p a:not(.button-red):hover {
    text-decoration: none; }

main ul:not(.tabpanel__tablist) {
  padding-left: 0; }
  main ul:not(.tabpanel__tablist) li {
    list-style-type: none;
    padding-left: 30px;
    text-indent: -6px; }
  main ul:not(.tabpanel__tablist) li:before {
    content: '\f04d';
    font-family: 'base-icons';
    font-size: 8px;
    position: relative;
    bottom: 3px;
    left: -10px;
    color: #cacaca; }
  main .section--grey-background ul li:before, main .section--dark-grey-background ul li:before {
    color: inherit; }
  main .ce-textpic ul.list-checkmark, main .ce-textmedia ul.list-checkmark {
    padding-left: 0;
    margin-bottom: 20px; }
  main .ce-textpic ul.list-checkmark li, main .ce-textmedia ul.list-checkmark li {
    list-style-type: none;
    padding-left: 30px;
    text-indent: -6px;
    line-height: 1.4; }
  main .ce-textpic ul.list-checkmark li:before, main .ce-textmedia ul.list-checkmark li:before {
    content: "\f00c";
    font-family: 'base-icons';
    font-size: 16px;
    position: relative;
    bottom: -2px;
    left: -10px;
    color: inherit; }

main.main-content--donationlandingpage .ce-textpic ul.list-checkmark li:before, main.main-content--donationlandingpage .ce-textmedia ul.list-checkmark li:before {
  color: #297825; }
  main.main-content--donationlandingpage .teaser.teaser--linkteaser .teaser__content h3 {
    font-size: 36px; }

.section .contact-box--light-grey {
  background-color: #ededed;
  color: #3a3a3a; }
  .section .contact-box--light-grey * {
    color: #3a3a3a; }
  .section .contact-box--light-grey p {
    color: #3a3a3a; }
  .section .contact-box--light-grey b {
    color: #3a3a3a; }
  .section .contact-box--light-grey a {
    color: #3a3a3a; }
  .section .contact-box--light-grey a:hover {
    color: #dd040c; }
  .section .contact-box--dark-grey {
    background-color: #3a3a3a;
    color: #fff; }
  .section .contact-box--dark-grey * {
    color: #fff; }
  .section .contact-box--dark-grey a {
    color: #fff; }
  .section .contact-box--dark-grey a:hover {
    color: #dd040c; }
  .section .contact-box--white {
    background-color: #fff;
    color: #3a3a3a; }
  .section .contact-box--white * {
    color: #3a3a3a; }
  .section .contact-box--white p {
    color: #3a3a3a; }
  .section .contact-box--white b {
    color: #3a3a3a; }
  .section .contact-box--white a {
    color: #3a3a3a; }
  .section .contact-box--white a:hover {
    color: #dd040c; }

.contact-box {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
  .contact-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3); }
  .contact-box--light-grey {
    background-color: #ededed;
    color: #3a3a3a; }
  .contact-box--light-grey * {
    color: #3a3a3a; }
  .contact-box--light-grey p {
    color: #3a3a3a; }
  .contact-box--light-grey b {
    color: #3a3a3a; }
  .contact-box--light-grey a {
    color: #3a3a3a; }
  .contact-box--light-grey a:hover {
    color: #dd040c; }
  .contact-box--dark-grey {
    background-color: #3a3a3a;
    color: #fff; }
  .contact-box--dark-grey * {
    color: #fff; }
  .contact-box--dark-grey a {
    color: #fff; }
  .contact-box--dark-grey a:hover {
    color: #dd040c; }
  .contact-box--white {
    background-color: #fff;
    color: #3a3a3a; }
  .contact-box--white * {
    color: #3a3a3a; }
  .contact-box--white p {
    color: #3a3a3a; }
  .contact-box--white b {
    color: #3a3a3a; }
  .contact-box--white a {
    color: #3a3a3a; }
  .contact-box--white a:hover {
    color: #dd040c; }
  .contact-box__link {
    text-decoration: underline; }
  .contact-box__link:before {
    margin-right: 6px;
    position: relative;
    top: 2px; }
  .contact-box__link--phone:before {
    font-family: 'base-icons';
    content: "\e901"; }

.to-top-button {
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  position: fixed;
  top: 550px;
  right: -150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -ms-transition: right 0.5s ease-out;
  -webkit-transition: right 0.5s ease-out;
  z-index: 90; }
  @media (max-width: 768px) {
  .to-top-button {
    right: -156px; } }
  .to-top-button:hover {
    background-color: #dd040c;
    color: #fff; }
  .to-top-button:hover:before {
    color: #fff; }
  .to-top-button::before {
    font-family: 'base-icons';
    content: "\e902";
    margin-right: 10px;
    color: #dd040c; }
  .to-top-button--visible {
    right: 0;
    -ms-transition: right 0.5s ease-out;
    -webkit-transition: right 0.5s ease-out; }

.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, .15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none; }

.datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .open > .dropdown-toggle.datepicker table tr td.today:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .open > .dropdown-toggle.datepicker table tr td.today:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus, .open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none; }

.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover, .datepicker table tr td.range.active:hover, .open > .dropdown-toggle.datepicker table tr td.range:hover, .datepicker table tr td.range:active:focus, .datepicker table tr td.range.active:focus, .open > .dropdown-toggle.datepicker table tr td.range:focus, .datepicker table tr td.range:active.focus, .datepicker table tr td.range.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none; }

.datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus, fieldset[disabled] .datepicker table tr td.range:focus, .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus, fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #999; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none; }

.datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .open > .dropdown-toggle.datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .open > .dropdown-toggle.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus, .open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none; }

.datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #999;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: gray;
  border-color: #161616; }

.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: gray;
  border-color: #373737; }

.datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: gray;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.selected:hover, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.selected:focus, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.selected.focus, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #161616; }

.datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none; }

.datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none; }

.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }

.datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .open > .dropdown-toggle.datepicker table tr td span.active:focus, .open > .dropdown-toggle.datepicker table tr td span.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus, .open > .dropdown-toggle.datepicker table tr td span.active.focus, .open > .dropdown-toggle.datepicker table tr td span.active:hover.focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 1.42857; }

.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
  padding: 0 5px; }

.powermail_create .powermail_all, .powermail_confirmation .powermail_all {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .powermail_create .powermail_all .powermail_all_label, .powermail_confirmation .powermail_all .powermail_all_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    font-weight: bold; }
  @media (min-width: 1024px) {
      .powermail_create .powermail_all .powermail_all_label, .powermail_confirmation .powermail_all .powermail_all_label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%;
        margin-left: 0;
        order: 0; } }
  .powermail_create .powermail_all .powermail_all_label:after, .powermail_confirmation .powermail_all .powermail_all_label:after {
    content: ':';
    margin-left: -3px; }
  .powermail_create .powermail_all .powermail_all_value, .powermail_confirmation .powermail_all .powermail_all_value {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    margin-bottom: 20px; }
  @media (min-width: 1024px) {
      .powermail_create .powermail_all .powermail_all_value, .powermail_confirmation .powermail_all .powermail_all_value {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%;
        margin-left: 0;
        order: 0; } }

.form-error {
  border: 1px solid #dd040c; }

.tx-powermail fieldset {
  width: 100%; }
  .tx-powermail .checkbox label {
    font-size: 18px;
    font-size: 1rem; }

.powermail_label {
  font-size: 18px;
  font-size: 1rem; }

.powermail_fieldwrap_type_check > .powermail_label {
  font-weight: bold;
  margin-bottom: 10px; }
  .powermail_fieldwrap_type_check .checkbox label:after {
    top: 2px; }

.powermail_fieldwrap_type_captcha .powermail_captcha {
  margin-bottom: 10px; }
  .powermail_fieldwrap_type_captcha .powermail_captchaimage {
    width: 200px; }

.powermail_fieldwrap_type_radio {
  margin-bottom: 15px; }
  .powermail_fieldwrap_type_radio .powermail_label {
    display: none; }

.btn {
  cursor: pointer; }

.btn-primary {
  background-color: #dd040c;
  color: white; }

.search-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 0.88889rem;
  display: none;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  height: 100%;
  border-left: 1px solid #c7c7c6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .search-button.search-button--active, .search-button:hover {
    color: #dd040c;
    text-decoration: none; }
  @media (min-width: 768px) {
  .search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
  @media (min-width: 1100px) {
  .search-button {
    font-size: 20px;
    font-size: 1.11111rem;
    padding: 0px 20px; } }
  .search-button__icon {
    width: 28px;
    height: 40px;
    margin-bottom: 5px;
    background: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../../../../typo3conf/ext/theme_base_malteser/Resources/Public/Icons/search.svg") no-repeat center center;
    background-size: contain; }
  .search-button__icon, .search-button__text {
    text-align: center; }

p:last-child {
  margin-bottom: 20px; }
  p.text-left {
    text-align: left; }
  p.text-right {
    text-align: right; }
  p.text-center {
    text-align: center; }

.align-center, .ce-headline-align-center {
  text-align: center; }

.malteserrot {
  color: #dd040c; }
  .malteserrot strong {
    color: #dd040c !important; }
  .malteserrot:hover {
    color: #dd040c !important; }

.search-db-list {
  display: block; }
  .search-db-list .search-db-list__item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    word-wrap: break-word; }
  .search-db-list .search-db-list__item--odd {
    background: #ededed; }
  .search-db-list .search-db-list__item--odd * {
    color: #3a3a3a; }

@media (max-width: 560px) {
        .tx-m-ehrenamtdb .form__dropdown select {
          padding-right: 45px; } }
  .tx-m-ehrenamtdb .form__dropdown select option {
    color: #3a3a3a; }
  .tx-m-ehrenamtdb .alert--danger {
    background-color: #f2dede; }
  .tx-m-ehrenamtdb .alert--danger p {
    color: #dd040c !important; }

.main-content[data-readspeaker] .section:first-child {
  box-shadow: none;
  padding-top: 20px; }

.readspeaker {
  padding-top: 35px;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3); }

.rsbtn {
  z-index: 1000; }
  .rsbtn button:hover {
    cursor: pointer; }
  .rsbtn span {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: "Roboto Condensed", Arial, sans-serif !important; }
  .rsbtn .rsbtn_play {
    border: none !important;
    border-radius: 0 !important;
    background: none !important; }
  .rsbtn .rsbtn_play .rsbtn_left {
    margin-left: 0 !important; }
  .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span, .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text .rsbtn_label {
    padding-left: 28px !important; }
  .rsbtn .rsbtn_play .rsbtn_left .rsbtn_text:before {
    font-family: base-icons;
    font-size: 18px !important;
    content: "\f0a1" !important;
    color: #dd040c !important;
    line-height: 25px !important;
    left: 0 !important; }
  .rsbtn .rsbtn_play .rsbtn_right {
    color: #dd040c !important;
    margin-left: 20px !important;
    border-left: none !important; }
  .rsbtn .rsbtn_play:hover .rsbtn_right:before, .rsbtn .rsbtn_play:focus .rsbtn_right:before, .rsbtn .rsbtn_play:hover .rsbtn_text span, .rsbtn .rsbtn_play:focus .rsbtn_text span {
    color: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner {
    margin-left: 10px !important;
    border: none !important;
    background: transparent !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus {
    color: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active {
    background: transparent !important;
    color: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:first-child {
    border-left: none !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle.dragged a {
    background-color: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle a:focus, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle a:hover {
    background-color: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_played {
    background: #dd040c !important; }
  .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle:focus, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle:hover, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle.rsfocus {
    background-color: #dd040c !important; }
  .rsbtn .rsbtn_tooltoggle {
    height: 26px !important;
    top: 0 !important;
    left: 94px !important;
    border-top: none !important;
    border-color: #ededed !important;
    background-color: #f1f1f1 !important; }
  .rsbtn .rsbtn_toolpanel .rsbtn_tools {
    border-color: #d6d6d6 !important;
    background-color: #fff !important; }
  .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel {
    font-size: 12px !important;
    line-height: 14px !important;
    vertical-align: top; }
  .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a {
    vertical-align: top; }
    .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span {
      font-size: 12px !important;
      line-height: 14px !important;
      vertical-align: top; }
      .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span.rsbtn_label_read {
        color: #e60 !important; }
      .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span.rsbtn_label_speaker {
        color: #33a !important; }
  .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer {
    margin-top: 18px !important; }
  .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus, .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover {
    color: #dd040c !important; }

.rspopup {
  display: block;
  height: 100px !important; }

.rspopup:before {
  content: none !important; }

.autocomplete-results {
  display: block;
  top: 77px;
  left: 0px;
  box-sizing: border-box;
  max-height: none !important;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 10px 0px 20px 0px;
  background: #ededed;
  color: #aaa;
  font-size: 16px;
  font-family: "Palatino", "Times New Roman", sans-serif;
  text-align: left;
  line-height: 1rem;
  font-style: italic;
  width: 90% !important;
  border-top: 1px solid #aaa;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  z-index: 1002; }
  @media (max-width: 768px) {
  .autocomplete-results {
    top: 164px; } }
  .autocomplete-results.autocomplete-header {
    z-index: 1001;
    left: 5%; }
  @media (max-width: 768px) {
    .autocomplete-results.autocomplete-header {
      left: 20px;
      width: 80%; } }
  .autocomplete-results .autocomplete-suggestion {
    display: block;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-bottom: 1px solid #ededed; }
  .autocomplete-results .autocomplete-suggestion:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }
  .autocomplete-results .autocomplete-suggestion.autocomplete-selected, .autocomplete-results .autocomplete-suggestion:hover {
    color: #dd040c;
    background-color: #e6e6e6; }

#jobportal {
  min-height: 800px; }

.main_search_google_map .gm-style-iw div div, .main_search_google_map .gm-style-iw .standortbeschreibung {
  height: auto !important;
  width: auto !important; }

.ie .shariff ul li.shariff-button:before {
  content: inherit; }

.shariff ul li.shariff-button {
  padding-left: 0;
  text-indent: inherit; }
  .shariff ul li.shariff-button a {
    text-decoration: none;
    cursor: pointer; }
  .shariff ul li.shariff-button:before {
    content: initial; }
  .shariff.shariff--news-teaser .theme-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none; }
  .shariff.shariff--news-teaser .theme-white .shariff-button {
    -webkit-box-flex: 1;
    background-color: #fff;
    color: #666;
    float: left;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  .shariff.shariff--news-teaser .theme-white .shariff-button:before {
    content: ''; }
  .shariff.shariff--news-teaser .theme-white .shariff-button a {
    background-color: #fff;
    color: #3a3a3a;
    position: relative;
    display: block;
    text-decoration: none;
    box-sizing: border-box; }
    .shariff.shariff--news-teaser .theme-white .shariff-button a span {
      display: inline-block;
      width: 35px;
      line-height: 35px;
      text-align: center;
      vertical-align: middle; }
      .shariff.shariff--news-teaser .theme-white .shariff-button a span:before {
        font-size: 22px;
        font-size: 1.22222rem;
        font-family: 'base-icons'; }
        @media (max-width: 768px) {
        .shariff.shariff--news-teaser .theme-white .shariff-button a span:before {
          font-size: 24px;
          font-size: 1.33333rem; } }
    .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-facebook-f:before, .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-facebook:before {
      content: "\f09a"; }
      .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-facebook-f:hover, .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-facebook:hover {
        color: #4273c8; }
    .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-twitter:before {
      content: "\f099"; }
      .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-twitter:hover {
        color: #55acee; }
    .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-whatsapp:before {
      content: "\f232"; }
      .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-whatsapp:hover {
        color: #5cbe4a; }
    .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-envelope:before {
      content: "\f0e0"; }
      .shariff.shariff--news-teaser .theme-white .shariff-button a .fa-envelope:hover {
        color: #666; }
    .shariff.shariff--news-teaser .theme-white .shariff-button a:hover {
      background-color: #ededed; }
  .shariff.shariff--news-teaser .theme-white .shariff-button:last-child {
    margin-right: 0; }

.cc_container {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 5px 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #3a3a3a;
  font-size: 17px;
  box-sizing: border-box; }
  @media (min-width: 800px) {
  .cc_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 10px; } }
  .cc_container .cc_btn {
    order: 2;
    margin: 0 0 5px 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    display: block;
    width: 100%;
    max-width: inherit; }
  .cc_container .cc_btn:visited {
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
  .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #dd040c;
    color: #fff; }
  @media (max-width: 799px) {
    .cc_container .cc_btn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (min-width: 800px) {
    .cc_container .cc_btn {
      margin: 0 0 0 10px;
      width: 32%;
      min-width: 90px;
      max-width: 120px; } }
  .cc_container .cc_more_info {
    margin: 0 0 5px 0;
    background: #ededed;
    color: #666; }
  .cc_container .cc_more_info:hover {
    background: #ededed;
    color: #666; }
  @media (min-width: 800px) {
    .cc_container .cc_more_info {
      margin: 0 0 0 15px;
      width: 32%;
      min-width: 150px;
      max-width: 300px; } }
  .cc_container .cc_message {
    display: block;
    order: 1;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    font-size: 0.8rem;
    margin: 0 0 5px -5px;
    padding: 0;
    color: #3a3a3a;
    text-align: center;
    width: 100%; }
  @media (min-width: 500px) {
    .cc_container .cc_message {
      font-size: 0.9rem;
      padding: 5px;
      margin: 0 0 0 -5px; } }
  @media (min-width: 768px) {
    .cc_container .cc_message {
      font-size: 0.9rem; } }
  @media (min-width: 992px) {
    .cc_container .cc_message {
      font-size: 0.9rem; } }
  .cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    opacity: 0.9;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
  .cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1; }
  .cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none; }
/* Fade in up
 ------------------------------------ */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.cc_container, .cc_message, .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

body.cookie-padding {
  padding-bottom: 50px; }

.cc_banner-wrapper {
  z-index: 9001;
  position: absolute; }

@media print {
  .cc_banner-wrapper, .cc_container {
    display: none; } }

.cookie-hint {
  display: block;
  z-index: 1101;
  position: absolute; }
  .cookie-hint--accepted {
    display: none; }
  .cookie-hint--fadeout {
    opacity: 0;
    transition: opacity 0.4s ease-in-out; }
  .cookie-hint .cookie-hint__container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 15px 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    background: #dd040c;
    box-sizing: border-box; }
  .cookie-hint .cookie-hint__container .cookie-hint__content {
    max-width: 1445px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box; }
  .cookie-hint .cookie-hint__container .cookie-hint__buttons {
    text-align: right; }
  @media (max-width: 560px) {
      .cookie-hint .cookie-hint__container .cookie-hint__buttons {
        display: block;
        margin-top: 15px; } }
  .cookie-hint .cookie-hint__container .cookie-hint__button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    margin: 0;
    font-style: normal;
    font-size: 16px; }
  .cookie-hint .cookie-hint__container .cookie-hint__button:hover {
    border-color: #dd040c; }
  .cookie-hint .cookie-hint__container .cookie-hint__button:before {
    background-color: #fff; }
  @media (max-width: 560px) {
      .cookie-hint .cookie-hint__container .cookie-hint__button {
        width: 100%; } }
  .cookie-hint .cookie-hint__container .cookie-hint__message {
    font-size: 16px;
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
    color: #fff; }
  .cookie-hint .cookie-hint__container .cookie-hint__message a {
    color: #000;
    text-decoration: underline;
    font-style: normal;
    font-size: 16px; }

.cookie-hint .cookie-hint__container {
  background: #fff;
  color: #3a3a3a; }
  @media (min-width: 620px) {
    .cookie-hint .cookie-hint__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .cookie-hint .cookie-hint__container .cookie-hint__message {
    color: #3a3a3a; }
  .cookie-hint .cookie-hint__container .cookie-hint__message a {
    color: #dd040c; }
  .cookie-hint .cookie-hint__container .cookie-hint__button {
    background: #dd040c;
    color: #fff;
    border: none; }
  @media (min-width: 620px) {
    .cookie-hint .cookie-hint__text-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
      flex: 0 1 75%; } }
  @media (min-width: 620px) {
    .cookie-hint .cookie-hint__buttons {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; } }
/* Fade in up
 ------------------------------------ */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.cookie-hint__container {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

@media print {
  .cookie-hint, .cookie-hint__container {
    display: none; } }
/*.internet-explorer {
 @media (min-width: $mobile-break-point){
 .cookie-hint__message{
 max-width: 53%;
 }
 }
 }
 .safari{
 .cookie-hint__container{
 justify-content: center;
 }
 }*/
.ratracker-stickyBar {
  font-size: 17px;
  font-size: 0.94444rem;
  border-top: 0 !important;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
  .ratracker-stickyBar .ratracker-stickyBar__container {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box; }
  .ratracker-stickyBar h3 {
    margin-bottom: 0; }
  .ratracker-stickyBar .ratracker-stickyBar__box--text {
    color: #3a3a3a; }
  .ratracker-stickyBar .ratracker-stickyBar__box--text p {
    font-size: 16px;
    font-size: 0.88889rem; }
  .ratracker-stickyBar .ratracker-stickyBar__box--text a {
    color: #dd040c;
    text-decoration: underline; }
  .ratracker-stickyBar .ratracker-stickyBar__button {
    background-color: #dd040c;
    font-size: 16px;
    font-weight: 400; }
  .ratracker-stickyBar .ratracker-stickyBar__button:hover {
    background-color: #dd040c; }
  .ratracker-stickyBar .ratracker-stickyBar__button--decline {
    background-color: #ccc; }
  .ratracker-stickyBar .ratracker-stickyBar__box {
    margin-bottom: 15px; }
  @media (max-width: 500px) {
  .ratracker-stickyBar {
    overflow: scroll;
    max-height: calc(100% - 115px); } }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  margin-bottom: 30px; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.GoogleMaps #googlemap {
  width: 100% !important;
  margin-bottom: 30px; }
  .GoogleMaps #googlemap .gm-style-iw div div {
    height: auto;
    width: auto; }
  .GoogleMaps .StandortListe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .GoogleMaps .StandortListe .StandortListeOrt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    margin-bottom: 30px;
    line-height: 25px; }
  @media (min-width: 1024px) {
      .GoogleMaps .StandortListe .StandortListeOrt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1445px) {
      .GoogleMaps .StandortListe .StandortListeOrt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 0;
        order: 0; } }
  .GoogleMaps .StandortListe .StandortListeOrt strong.malteserrot a {
    color: #dd040c;
    text-decoration: none; }
  .GoogleMaps .StandortListe .StandortListeOrt a {
    text-decoration: underline; }

.newslist {
  display: block; }
  .newslist .newslist__item {
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3a3a3a; }
  @media (max-width: 767px) {
    .newslist .newslist__item {
      flex-direction: column; } }
  .newslist .newslist__item:last-of-type {
    border-bottom: none; }
  .newslist .newslist__item.newslist__item--full-width {
    display: block; }
  .newslist .newslist__item.newslist__item--top-news {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links {
    font-size: 18px;
    font-size: 1rem;
    margin-top: 10px;
    height: 39px; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff {
    display: inline-block; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal {
    min-width: initial; }
    .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal li.shariff-button {
      width: 35px;
      max-width: 35px;
      min-width: initial;
      height: 35px; }
      .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal li.shariff-button a {
        width: 35px; }
        .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal li.shariff-button a span.fa {
          width: 100%; }
    .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal li.shariff-button:not(:last-child) {
      margin-right: 4px; }
    .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links div.shariff ul.orientation-horizontal li.shariff-button:last-child {
      margin-right: 0; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-social-links .share_text {
    display: none; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-content {
    background-color: #fff;
    padding: 20px; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-content h3 {
    margin-bottom: 30px; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-subinfo {
    padding: 20px; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-categories p {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #c7c7c6; }
  .newslist .newslist__item.newslist__item--top-news .newslist__item-image {
    max-width: inherit;
    margin-right: 0; }
  @media (max-width: 767px) {
        .newslist .newslist__item.newslist__item--top-news .newslist__item-image {
          margin-right: 0;
          margin-bottom: 0; } }
  .newslist .newslist__item-image {
    flex: 1 0 auto;
    max-width: 200px;
    margin-right: 20px;
    overflow: hidden; }
  @media (max-width: 767px) {
    .newslist .newslist__item-image {
      max-width: inherit;
      margin-right: 0;
      margin-bottom: 20px; } }
  .newslist .newslist__item-image img {
    display: block; }
  @media (max-width: 767px) {
      .newslist .newslist__item-image img {
        width: 100%; } }
  .newslist .newslist__list-button {
    margin-top: 20px;
    text-align: center; }
  .newslist .newslist__list-button .button, .newslist .newslist__list-button .main-search-result .sbutton, .main-search-result .newslist .newslist__list-button .sbutton, .newslist .newslist__list-button .cc_container .cc_btn, .cc_container .newslist .newslist__list-button .cc_btn, .newslist .newslist__list-button .donation-radio-label {
    display: inline-block; }
  .newslist .newslist__item-date {
    font-size: 16px;
    font-size: 0.88889rem;
    display: block;
    margin-bottom: 10px; }
  .newslist .newslist__item-content h3 {
    margin-bottom: 0; }
  .newslist .newListItem h3 {
    margin-bottom: 10px !important;
    line-height: 25px;
    position: relative;
    bottom: 3px; }
  .newslist .newListItem .newslist__item {
    border-bottom: 1px solid #c7c7c6 !important; }
  .newslist .newListItem .newslist__item-content {
    width: 100%; }
  .newslist .newListItem .newslist__item-image {
    max-width: 250px; }
  .newslist .newListItem .newslist__item-subinfo {
    float: left;
    line-height: 23px;
    margin-right: 5px;
    border-right: 1px solid black;
    padding-right: 5px; }
  .newslist .newListItem .newslist__item-date {
    margin-bottom: 0; }

.contact-box--white .newslist__list-button .button-red, .contact-box--white .newslist__list-button .button-red-full-width, .contact-box--white .newslist__list-button .main-search-result .sbutton, .main-search-result .contact-box--white .newslist__list-button .sbutton, .contact-box--white .newslist__list-button .cc_container .cc_btn, .cc_container .contact-box--white .newslist__list-button .cc_btn, .contact-box--light-grey .newslist__list-button .button-red, .contact-box--light-grey .newslist__list-button .button-red-full-width, .contact-box--light-grey .newslist__list-button .main-search-result .sbutton, .main-search-result .contact-box--light-grey .newslist__list-button .sbutton, .contact-box--light-grey .newslist__list-button .cc_container .cc_btn, .cc_container .contact-box--light-grey .newslist__list-button .cc_btn, .contact-box--dark-grey .newslist__list-button .button-red, .contact-box--dark-grey .newslist__list-button .button-red-full-width, .contact-box--dark-grey .newslist__list-button .main-search-result .sbutton, .main-search-result .contact-box--dark-grey .newslist__list-button .sbutton, .contact-box--dark-grey .newslist__list-button .cc_container .cc_btn, .cc_container .contact-box--dark-grey .newslist__list-button .cc_btn {
  color: #fff; }
  .contact-box--white .newslist__list-button .button-red:hover, .contact-box--white .newslist__list-button .button-red-full-width:hover, .contact-box--white .newslist__list-button .main-search-result .sbutton:hover, .main-search-result .contact-box--white .newslist__list-button .sbutton:hover, .contact-box--white .newslist__list-button .cc_container .cc_btn:hover, .cc_container .contact-box--white .newslist__list-button .cc_btn:hover, .contact-box--light-grey .newslist__list-button .button-red:hover, .contact-box--light-grey .newslist__list-button .button-red-full-width:hover, .contact-box--light-grey .newslist__list-button .main-search-result .sbutton:hover, .main-search-result .contact-box--light-grey .newslist__list-button .sbutton:hover, .contact-box--light-grey .newslist__list-button .cc_container .cc_btn:hover, .cc_container .contact-box--light-grey .newslist__list-button .cc_btn:hover, .contact-box--dark-grey .newslist__list-button .button-red:hover, .contact-box--dark-grey .newslist__list-button .button-red-full-width:hover, .contact-box--dark-grey .newslist__list-button .main-search-result .sbutton:hover, .main-search-result .contact-box--dark-grey .newslist__list-button .sbutton:hover, .contact-box--dark-grey .newslist__list-button .cc_container .cc_btn:hover, .cc_container .contact-box--dark-grey .newslist__list-button .cc_btn:hover {
    color: #fff; }

.malteser-jugend .slider .slick-dots {
  background: #112e72; }
  .malteser-jugend #footer {
    background: #112e72; }

.hausnotrufheader {
  overflow: hidden; }
  .hausnotrufheader .hausnotrufheader-teaserBackground {
    position: absolute;
    background: #dd040c;
    height: 100%;
    top: 0;
    width: 30%;
    z-index: 100;
    color: #fff;
    display: flex; }
  .hausnotrufheader .hausnotrufheader-teaserBackground .hausnotrufheaderDiscount {
    margin: auto;
    padding-left: 15px; }
  .hausnotrufheader .hausnotrufheader-teaserBackground .discountvalue {
    font-size: 204px;
    font-weight: bold;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 1400px) {
      .hausnotrufheader .hausnotrufheader-teaserBackground .discountvalue {
        font-size: 50px;
        font-size: 13vw; } }
  .hausnotrufheader .hausnotrufheader-teaserBackground .discounttext {
    font-size: 29px;
    display: block;
    max-width: 270px;
    line-height: 39px; }
  @media (max-width: 1024px) {
      .hausnotrufheader .hausnotrufheader-teaserBackground .discounttext {
        font-size: 3vw;
        line-height: 4vw; } }
  .hausnotrufheader .hausnotrufheader-teaserBackgroundBorder {
    height: 200%;
    width: 80%;
    border-top-left-radius: 50%;
    box-shadow: 0 0 0 15em #dd040c;
    top: -50%;
    left: 32%;
    position: absolute;
    border-bottom-left-radius: 50%; }
  .hausnotrufheader .align-right {
    text-align: right; }
  @media (max-width: 980px) {
    .hausnotrufheader .align-right {
      text-align: left; } }
  .hausnotrufheader .slider__content-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .hausnotrufheader .slider__caption {
    text-align: left;
    max-width: 473px;
    bottom: 0; }
  @media (max-width: 767px) {
    .hausnotrufheader .slider__caption {
      padding-left: 20px;
      padding-right: 20px; } }
  .hausnotrufheader .slider__caption h2 {
    font-size: 27px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-bottom: 0; }
  .hausnotrufheader .slider__caption h2 a {
    color: #dd040c; }
  .hausnotrufheader .slider__caption h2 a.phone:before {
    font-family: 'base-icons';
    content: "\e901";
    margin-right: 20px; }
  @media (max-width: 767px) {
      .hausnotrufheader .slider__caption h2 {
        margin-bottom: 15px; } }
  @media (min-width: 1200px) {
      .hausnotrufheader .slider__caption h2 {
        font-size: 48px;
        font-size: 2.66667rem; } }
  .hausnotrufheader .slider__caption p {
    font-size: 18px;
    font-size: 1rem;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    color: #000; }
  @media (min-width: 1200px) {
      .hausnotrufheader .slider__caption p {
        font-size: 22px;
        font-size: 1.22222rem; } }
  @media (max-width: 767px) {
      .hausnotrufheader .slider__caption p {
        margin-bottom: 0; }
        .hausnotrufheader .slider__caption p br {
          display: none; } }
  @media (max-width: 767px) {
      .hausnotrufheader .slider__caption .slider__button {
        width: 100%; } }

.hausnotruf-campaign-header {
  padding-bottom: 30px;
  align-self: flex-end;
  flex-basis: 55%; }
  @media (max-width: 768px) {
  .hausnotruf-campaign-header {
    flex-basis: 75%; } }
  .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
    float: right;
    font-size: 38px;
    color: #dd040c;
    margin-top: 5px;
    margin-left: 20px;
    font-weight: 300;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  .hausnotruf-campaign-header .hausnotruf-campaign-header--text:before {
    font-family: 'base-icons';
    content: "\e901";
    margin-right: 20px; }
  @media (max-width: 1030px) {
    .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
      float: none; } }
  @media (max-width: 900px) {
    .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
      font-size: 26px !important; } }
  @media (max-width: 768px) {
    .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
      float: right; } }
  @media (max-width: 500px) {
    .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
      font-size: 20px !important; }
      .hausnotruf-campaign-header .hausnotruf-campaign-header--text:before {
        margin-right: 10px; } }
  @media (max-width: 380px) {
    .hausnotruf-campaign-header .hausnotruf-campaign-header--text {
      font-size: 14px !important; } }

.header--tiny .hausnotruf-campaign-header--text {
  font-size: 26px; }

.hausnotruf-campaign-form-background {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  background-position: center;
  position: relative; }

.hausnotruf-campaign-form {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 40px auto;
  padding: 40px;
  max-width: 800px; }
  .hausnotruf-campaign-form .radio label:before, .hausnotruf-campaign-form input[type="text"], .hausnotruf-campaign-form .checkbox label:before {
    background-color: #fff;
    border: 1px solid #aaa; }
  .hausnotruf-campaign-form .bigger {
    font-size: 24px; }
  .hausnotruf-campaign-form .checkbox label:before, .hausnotruf-campaign-form .checkbox label:after {
    width: 20px;
    height: 20px; }
  .hausnotruf-campaign-form ul li:before {
    color: #000; }
  @media (max-width: 767px) {
  .hausnotruf-campaign-form .price-tile ul {
    display: none; } }

.hausnotruf-campaign-more {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #dd040c;
  position: relative;
  margin-bottom: 20px; }
  .hausnotruf-campaign-more:before {
    font-family: 'base-icons';
    content: "\f103";
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -5px; }

.hausnotruf-campaign-form-background .campaign-form-step {
  display: none;
  position: relative; }
  .hausnotruf-campaign-form-background .campaign-form-step.campaign-form-step-show {
    display: block; }
  .hausnotruf-campaign-form-background .center-text {
    text-align: center; }
  .hausnotruf-campaign-form-background h3.center-text {
    margin-bottom: 20px;
    font-size: 31px; }
  .hausnotruf-campaign-form-background .color-red {
    color: #dd040c !important; }
  .hausnotruf-campaign-form-background .color-black {
    color: #000 !important; }
  .hausnotruf-campaign-form-background .steps {
    text-align: center;
    color: #dd040c;
    font-size: 31px;
    display: block;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    margin-bottom: 34px; }
  .hausnotruf-campaign-form-background .hausnotruf-campaign-answers {
    max-width: 690px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px; }
  @media (max-width: 900px) {
    .hausnotruf-campaign-form-background .hausnotruf-campaign-answers {
      flex-wrap: wrap; } }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-answer {
    width: 100%;
    padding: 0px 10px;
    flex-basis: 40%;
    flex-grow: 1;
    margin-bottom: 30px; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer {
    background: #dd040c;
    color: #fff;
    display: block;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 6px;
    padding-top: 5px;
    height: 100%; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer:hover {
    background: #ff363e; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.check:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/check.svg"); }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.close:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/close.svg"); }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.questionmark:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/questionmark.svg"); }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.text-file:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/text-file.svg"); }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.user-shape:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/user-shape.svg"); }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-single-answer.user-shape-revert:before {
    background-image: url("../../../../typo3conf/ext/theme_base_malteser/Resources/Private/Dyncss/../../../../theme_base_malteser/Resources/Public/Icons/hausnotruf/user-shape-revert.svg"); }
  .hausnotruf-campaign-form-background .campaign-back-step {
    cursor: pointer;
    position: relative;
    padding-left: 12px;
    top: 5px;
    left: 50%;
    margin-left: -34px; }
  .hausnotruf-campaign-form-background .campaign-back-step.not-centered {
    left: 0;
    margin-left: 0px; }
  .hausnotruf-campaign-form-background .campaign-back-step.not-centered:before {
    top: 7px; }
  .hausnotruf-campaign-form-background .campaign-back-step:before {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    left: 0px;
    top: 9px; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-form label {
    padding-left: 10px;
    margin-top: 1px; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-form input[type="submit"] {
    background: #dd040c;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0px; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-form input[type="submit"]:hover {
    background: #ff363e; }
  .hausnotruf-campaign-form-background .hausnotruf-campagin-form input[type="text"] {
    margin-bottom: 24px; }
  .hausnotruf-campaign-form-background .hausnotruf-campaign-form-grid {
    display: flex; }
  @media (max-width: 600px) {
    .hausnotruf-campaign-form-background .hausnotruf-campaign-form-grid {
      display: block; } }
  .hausnotruf-campaign-form-background .hausnotruf-campaign-form-grid-module {
    padding: 0px 10px;
    width: 100%; }
  .hausnotruf-campaign-form-background .campagin-form-header-wrap {
    position: relative; }

.tx-omnitracker .typo3-messages li:before {
  content: none; }

.slider--2-slides .slick-track, .slider--3-slides .slick-track, .slider--4-slides .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .slider--2-slides .slick-track .slick-slide, .slider--3-slides .slick-track .slick-slide, .slider--4-slides .slick-track .slick-slide {
    flex-grow: 0; }
  @media (min-width: 450px) {
      .slider--2-slides .slick-track .slick-slide, .slider--3-slides .slick-track .slick-slide, .slider--4-slides .slick-track .slick-slide {
        height: auto; } }
  .slider--2-slides .slick-track .slick-slide > div, .slider--3-slides .slick-track .slick-slide > div, .slider--4-slides .slick-track .slick-slide > div {
    height: 100%; }
  .slider--2-slides .citation-teaser, .slider--3-slides .citation-teaser, .slider--4-slides .citation-teaser {
    margin: 0 20px;
    background: #dd040c;
    outline: none; }
  .slider--2-slides .citation-teaser .grid__column, .slider--3-slides .citation-teaser .grid__column, .slider--4-slides .citation-teaser .grid__column {
    padding-left: 0;
    padding-right: 0; }
  .slider--2-slides .citation-teaser .citation-teaser--image, .slider--3-slides .citation-teaser .citation-teaser--image, .slider--4-slides .citation-teaser .citation-teaser--image {
    overflow: hidden; }
  .slider--2-slides .citation-teaser .citation-teaser--image img, .slider--3-slides .citation-teaser .citation-teaser--image img, .slider--4-slides .citation-teaser .citation-teaser--image img {
    width: 100%;
    height: auto;
    display: block; }
  .slider--2-slides .citation-teaser .hint, .slider--3-slides .citation-teaser .hint, .slider--4-slides .citation-teaser .hint {
    display: block;
    color: #fff;
    font-size: 16px; }
  .slider--2-slides .citation-teaser .grid__column, .slider--3-slides .citation-teaser .grid__column, .slider--4-slides .citation-teaser .grid__column {
    height: 100%; }
  .slider--2-slides .citation-teaser .citation-teaser--text, .slider--3-slides .citation-teaser .citation-teaser--text, .slider--4-slides .citation-teaser .citation-teaser--text {
    padding: 30px; }
  @media (min-width: 1100px) {
      .slider--2-slides .citation-teaser .citation-teaser--text, .slider--3-slides .citation-teaser .citation-teaser--text, .slider--4-slides .citation-teaser .citation-teaser--text {
        padding-bottom: 20px; } }
  .slider--2-slides .citation-teaser h3, .slider--3-slides .citation-teaser h3, .slider--4-slides .citation-teaser h3 {
    font-size: 20px;
    color: #fff; }
  @media (max-width: 1400px) {
      .slider--2-slides .citation-teaser h3, .slider--3-slides .citation-teaser h3, .slider--4-slides .citation-teaser h3 {
        font-size: 1.4vw; } }
  @media (max-width: 1099px) {
      .slider--2-slides .citation-teaser h3, .slider--3-slides .citation-teaser h3, .slider--4-slides .citation-teaser h3 {
        font-size: 22px; } }
  .slider--2-slides .citation-teaser .author, .slider--3-slides .citation-teaser .author, .slider--4-slides .citation-teaser .author {
    font-size: 18px;
    display: block;
    color: #3a3a3a;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-style: italic;
    margin-bottom: 10px; }
  @media (max-width: 1400px) {
      .slider--2-slides .citation-teaser .author, .slider--3-slides .citation-teaser .author, .slider--4-slides .citation-teaser .author {
        font-size: 1.3vw; } }
  @media (max-width: 1099px) {
      .slider--2-slides .citation-teaser .author, .slider--3-slides .citation-teaser .author, .slider--4-slides .citation-teaser .author {
        font-size: 22px; } }

.tx-ra-calendar .calendar__entry {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
  margin: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  margin-bottom: 30px; }
  .tx-ra-calendar .calendar__entry .grid__column:first-child {
    padding: 0px; }
  .tx-ra-calendar .calendar__entry .grid__column:last-child {
    background: #ededed; }
  .tx-ra-calendar .calendar__entry .calendar__entry--text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .tx-ra-calendar .calendar__entry .calendar__entry--info {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px; }
  .tx-ra-calendar .calendar__entry .calendar__entry--info a {
    font-size: 18px; }
  .tx-ra-calendar .calendar__entry a {
    color: #dd040c;
    text-decoration: underline;
    font-size: 18px; }
  .tx-ra-calendar .calendar__entry .calendar__icon {
    padding-top: 4px; }
  .tx-ra-calendar .calendar__entry .calendar__icon:before {
    font-size: 18px;
    font-family: 'base-icons';
    width: 25px;
    display: inline-block; }
  .tx-ra-calendar .calendar__entry .calendar__time {
    padding-bottom: 20px; }
  .tx-ra-calendar .calendar__entry .calendar__time:before {
    content: "\f017";
    padding-left: 3px;
    width: 22px; }
  .tx-ra-calendar .calendar__entry .calendar__location {
    padding-bottom: 20px; }
  .tx-ra-calendar .calendar__entry .calendar__location:before {
    content: "\f041";
    width: 20px;
    padding-left: 5px; }
  .tx-ra-calendar .calendar__entry .calendar__contact:before {
    content: "\f007";
    width: 22px;
    padding-left: 3px; }
  .tx-ra-calendar .calendar__entry .calendar__contact--text {
    padding-left: 25px;
    padding-top: 10px; }
  .tx-ra-calendar .calendar__entry hr {
    background: #3a3a3a;
    border-color: #3a3a3a;
    width: 100%;
    height: 2px;
    margin-bottom: 30px; }
  .tx-ra-calendar .calendar__entry img {
    width: 100%; }
  .tx-ra-calendar .f3-widget-paginator {
    text-align: center; }
  @media (min-width: 1024px) and (max-width: 1200px) {
  .tx-ra-calendar .calendar__entry .calendar__entry--info {
    font-size: 16px; }
    .tx-ra-calendar .calendar__entry .calendar__entry--info a {
      font-size: 16px; }

    .tx-ra-calendar .calendar__entry .grid__column {
      overflow: hidden; } }

.price-table--2-col .price-table__toggle {
  margin-bottom: 20px; }
  .price-table--2-col .price-table__toggle .button, .price-table--2-col .price-table__toggle .main-search-result .sbutton, .main-search-result .price-table--2-col .price-table__toggle .sbutton, .price-table--2-col .price-table__toggle .cc_container .cc_btn, .cc_container .price-table--2-col .price-table__toggle .cc_btn, .price-table--2-col .price-table__toggle .donation-radio-label {
    width: 150px;
    background-color: #fff; }
  .price-table--2-col .price-table__toggle .button.button--active, .price-table--2-col .price-table__toggle .main-search-result .sbutton.button--active, .main-search-result .price-table--2-col .price-table__toggle .sbutton.button--active, .price-table--2-col .price-table__toggle .cc_container .cc_btn.button--active, .cc_container .price-table--2-col .price-table__toggle .cc_btn.button--active, .price-table--2-col .price-table__toggle .donation-radio-label.button--active {
    background-color: #dd040c;
    color: #fff; }
  @media (max-width: 767px) {
      .price-table--2-col .price-table__container {
        margin-left: -5px;
        margin-right: -5px; } }
  .price-table--2-col .price-table__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    order: 0;
    display: flex !important; }
  @media (min-width: 768px) {
      .price-table--2-col .price-table__item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-left: 0;
        order: 0; } }
  @media (min-width: 1024px) {
      .price-table--2-col .price-table__item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
        margin-left: 0;
        order: 0; } }
  @media (max-width: 767px) {
      .price-table--2-col .price-table__item {
        padding-left: 5px !important;
        padding-right: 5px !important; } }
  .price-table__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative; }
  .price-table__toggle {
    display: flex;
    justify-content: center; }
  @media (min-width: 768px) {
    .price-table__toggle {
      display: none; } }
  .price-table__toggle h2 {
    display: block;
    width: 100%;
    text-align: center;
    color: #dd040c; }
  .price-table__toggle--visible-desktop {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap; }
  .price-table__toggle--visible-desktop .button, .price-table__toggle--visible-desktop .main-search-result .sbutton, .main-search-result .price-table__toggle--visible-desktop .sbutton, .price-table__toggle--visible-desktop .cc_container .cc_btn, .cc_container .price-table__toggle--visible-desktop .cc_btn, .price-table__toggle--visible-desktop .donation-radio-label {
    flex: 0 1 calc(50% - 5px) !important; }
  @media (min-width: 768px) {
        .price-table__toggle--visible-desktop .button, .price-table__toggle--visible-desktop .main-search-result .sbutton, .main-search-result .price-table__toggle--visible-desktop .sbutton, .price-table__toggle--visible-desktop .cc_container .cc_btn, .cc_container .price-table__toggle--visible-desktop .cc_btn, .price-table__toggle--visible-desktop .donation-radio-label {
          flex: 0 0 120px !important; } }
  .price-table__toggle .button, .price-table__toggle .main-search-result .sbutton, .main-search-result .price-table__toggle .sbutton, .price-table__toggle .cc_container .cc_btn, .cc_container .price-table__toggle .cc_btn, .price-table__toggle .donation-radio-label {
    flex: 1 1 auto;
    height: auto;
    line-height: 1.2;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: inherit;
    background-color: inherit;
    border: 1px solid #dd040c;
    transition: background-color 0.2s, color 0.2s; }
  .price-table__toggle .button:hover, .price-table__toggle .main-search-result .sbutton:hover, .main-search-result .price-table__toggle .sbutton:hover, .price-table__toggle .cc_container .cc_btn:hover, .cc_container .price-table__toggle .cc_btn:hover, .price-table__toggle .donation-radio-label:hover, .price-table__toggle .button--active, .price-table__toggle .main-search-result --active.sbutton, .main-search-result .price-table__toggle --active.sbutton, .price-table__toggle .cc_container --active.cc_btn, .cc_container .price-table__toggle --active.cc_btn, .price-table__toggle --active.donation-radio-label {
    color: #fff;
    background-color: #dd040c; }
  .price-table__toggle .button:first-of-type, .price-table__toggle .main-search-result .sbutton:first-of-type, .main-search-result .price-table__toggle .sbutton:first-of-type, .price-table__toggle .cc_container .cc_btn:first-of-type, .cc_container .price-table__toggle .cc_btn:first-of-type, .price-table__toggle .donation-radio-label:first-of-type {
    margin-left: 0; }
  .price-table__toggle .button:last-of-type, .price-table__toggle .main-search-result .sbutton:last-of-type, .main-search-result .price-table__toggle .sbutton:last-of-type, .price-table__toggle .cc_container .cc_btn:last-of-type, .cc_container .price-table__toggle .cc_btn:last-of-type, .price-table__toggle .donation-radio-label:last-of-type {
    margin-right: 0; }
  .price-table__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    display: none;
    flex-direction: column; }
  @media (min-width: 768px) {
    .price-table__item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      max-width: 50%;
      margin-left: 0;
      order: 0; } }
  @media (min-width: 1024px) {
    .price-table__item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      width: 25%;
      max-width: 25%;
      margin-left: 0;
      order: 0; } }
  @media (min-width: 768px) {
    .price-table__item {
      display: flex !important; } }
  @media (min-width: 1024px) {
      .price-table__item:first-child {
        margin-left: 25%; } }
  .price-table__item .button, .price-table__item .main-search-result .sbutton, .main-search-result .price-table__item .sbutton, .price-table__item .cc_container .cc_btn, .cc_container .price-table__item .cc_btn, .price-table__item .donation-radio-label {
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (min-width: 1024px) {
    .price-table__wrapper {
      margin-left: 25%;
      margin-right: 25%; } }

.price-table-information-toggle {
  margin: 20px auto 40px;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }
  @media (max-width: 559px) {
  .price-table-information-toggle {
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px; } }

.price-table-information {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: none;
  margin-bottom: 40px; }
  .price-table-information--visible {
    display: flex; }
  .price-table-information__description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 0;
    margin-bottom: 15px;
    font-size: 90%;
    line-height: 1.2; }
  .price-table-information__col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    order: 0;
    color: inherit; }
  .price-table-information__col::before {
    font-family: 'base-icons';
    content: '\f00c';
    font-size: 14px;
    color: inherit;
    background-color: #ededed;
    display: block;
    text-align: center;
    padding: 20px 0;
    height: 14px; }
  @media (max-width: 767px) {
    .price-table-information__col:first-of-type {
      padding-right: 5px; }

    .price-table-information__col:last-of-type {
      padding-left: 5px; } }
  .price-table-information__col.price-table-information__col--no-check::before {
    content: ' '; }

.testimonial-wrapper {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1024px) {
  .testimonial-wrapper {
    position: absolute;
    top: 0px;
    width: 25%; }
    .testimonial-wrapper_left {
      left: 0px; }

    .testimonial-wrapper_right {
      right: 0px; } }
  @media (max-width: 1023px) {
    .testimonial-wrapper.testimonial-wrapper--hide-mobile {
      display: none; } }

.testimonial {
  margin-bottom: 40px; }
  .testimonial__image {
    margin: 0px auto 10px auto;
    max-width: 180px; }
  .testimonial__image img {
    border-radius: 50%; }
  .testimonial__citation {
    font-size: 19px;
    line-height: 1.2;
    font-style: italic; }
  .testimonial__name {
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold; }

.price-tile {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  flex: 1 0 auto;
  overflow: hidden; }
  .price-tile h3 {
    margin-bottom: 15px;
    clear: both; }
  .price-tile s {
    text-decoration: line-through;
    text-decoration-color: #dd040c; }
  .price-tile__image {
    display: block;
    width: 100%;
    overflow: hidden; }
  .price-tile__image a, .price-tile__image img {
    display: block;
    width: 100%;
    height: auto; }
  .price-tile__content {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
  .price-tile__title {
    display: block;
    font-size: 24px; }
  .price-tile__title {
    font-weight: bold;
    margin-bottom: 25px; }
  .price-tile__teaser {
    flex: 1 0 auto; }
  .price-tile__teaser + .price-tile__price-info {
    margin-top: 15px; }
  .price-tile__price-info {
    margin-bottom: 15px; }
  .price-tile__subinfo {
    display: block;
    padding: 20px;
    background: #ededed; }
  .price-tile__subinfo .price-tile__price-info {
    margin-top: 30px;
    margin-bottom: 30px; }
  .price-tile__subinfo .price-tile__price {
    color: #dd040c; }
  .price-tile__price {
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 5px; }
  .price-tile__price-subinfo {
    line-height: 1.2; }
  .price-tile .button, .price-tile .main-search-result .sbutton, .main-search-result .price-tile .sbutton, .price-tile .cc_container .cc_btn, .cc_container .price-tile .cc_btn, .price-tile .donation-radio-label {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #dd040c; }
  .price-tile .button:hover, .price-tile .main-search-result .sbutton:hover, .main-search-result .price-tile .sbutton:hover, .price-tile .cc_container .cc_btn:hover, .cc_container .price-tile .cc_btn:hover, .price-tile .donation-radio-label:hover {
    background: #fc4b52; }

@media (max-width: 767px) {
        .price-table--2-col .price-tile {
          font-size: 90%; }
          .price-table--2-col .price-tile .price-tile__subinfo, .price-table--2-col .price-tile .price-tile__content {
            padding: 10px; }
          .price-table--2-col .price-tile .price-tile__price {
            font-size: 30px; }
          .price-table--2-col .price-tile .button, .price-table--2-col .price-tile .main-search-result .sbutton, .main-search-result .price-table--2-col .price-tile .sbutton, .price-table--2-col .price-tile .cc_container .cc_btn, .cc_container .price-table--2-col .price-tile .cc_btn, .price-table--2-col .price-tile .donation-radio-label {
            line-height: 1.5; } }
  @media (max-width: 447px) {
      .price-table--2-col .price-tile .price-tile__title {
        min-height: 48px; } }
  .price-table--2-col .price-tile .price-tile__subinfo {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.price-tile ol, .price-tile ul {
  margin-left: 0;
  padding-left: 0; }
  .price-tile ol li, .price-tile ul li {
    padding-left: 25px;
    text-indent: -14px;
    margin-bottom: 3px; }
  .price-tile ol li:before, .price-tile ul li:before {
    content: '\f00c';
    font-size: 14px;
    color: inherit;
    top: 0; }

.cookie-panel .cookie-panel__content.cookie-panel__content--step-1 {
  height: auto;
  overflow: visible;
  visibility: visible; }
  .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__button {
    display: inline-block; }
  @media (min-width: 769px) {
      .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 {
        display: flex; }
        .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__button {
          display: block; }
        .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 button.cookie-panel__button {
          width: 100%; }
        .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 a.cookie-panel__button {
          display: block; }
        .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__description {
          flex: 1 1 auto;
          margin-right: 30px;
          text-align: left; }
          .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__description p:last-child {
            padding-bottom: 0;
            margin-bottom: 0; }
        .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__button-wrapper {
          flex: 0 0 auto;
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__button-wrapper .cookie-panel__button {
            margin-bottom: 6px; }
          .cookie-panel .cookie-panel__content.cookie-panel__content--step-1 .cookie-panel__button-wrapper .cookie-panel__button-detail {
            order: -1; } }
  .cookie-panel .cookie-panel__content.cookie-panel__content--step-2 {
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .cookie-panel .om-cookie-panel {
    box-sizing: border-box;
    padding: 1.5rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    border-top: 5px solid #dd040c;
    font-size: 16px;
    color: #000;
    text-align: center;
    transition: visibility 0.5s ease, transform 0.5s ease;
    transform: translateX(0) translateY(100%);
    visibility: hidden;
    z-index: 9999; }
  @media (min-width: 1024px) {
    .cookie-panel .om-cookie-panel {
      top: auto;
      bottom: 0;
      transform: translateX(-50%) translateY(100%);
      left: 50%; } }
  .cookie-panel .om-cookie-panel.active {
    visibility: visible; }
  @media (min-width: 1024px) {
      .cookie-panel .om-cookie-panel.active {
        transform: translateX(-50%) translateY(0); } }
  @media (max-width: 1023px) {
      .cookie-panel .om-cookie-panel.active {
        transform: translateX(0) translateY(0); } }
  .cookie-panel .om-cookie-panel.active + .cookie-panel__overlay {
    opacity: 1;
    visibility: visible; }
  .cookie-panel .om-cookie-panel h3, .cookie-panel .om-cookie-panel h4, .cookie-panel .om-cookie-panel p, .cookie-panel .om-cookie-panel a {
    margin: 0;
    color: inherit; }
  .cookie-panel .om-cookie-panel h3 {
    padding: 0 0 16px; }
  .cookie-panel .om-cookie-panel h4 {
    padding: 0 0 5px; }
  .cookie-panel .om-cookie-panel p {
    font-size: 16px;
    padding: 0 0 22px; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox {
    display: none; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox + label {
    display: block;
    overflow: visible;
    cursor: pointer;
    line-height: 1.1;
    font-weight: 400; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox + label::before {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 2px solid #dd040c;
    background-color: #fff;
    content: " ";
    float: left;
    margin-right: 5px; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox:checked + label::before {
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #dd040c; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
    border-color: #666; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
    background-color: #666; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox-wrap {
    display: inline-block;
    line-height: 1.1; }
  .cookie-panel .om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
    margin-left: 15px; }
  .cookie-panel .om-cookie-panel .cookie-panel__description {
    clear: both; }
  .cookie-panel .om-cookie-panel .cookie-panel__link {
    padding-top: 0; }
  .cookie-panel .om-cookie-panel .cookie-panel__button {
    display: block;
    width: auto;
    padding: 10px 10px;
    border: none;
    border-radius: 0;
    background: #ededed;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 16px;
    text-transform: none; }
  .cookie-panel .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 15px; }
  @media (min-width: 1024px) {
      .cookie-panel .om-cookie-panel .cookie-panel__button {
        display: inline-block;
        width: auto;
        margin-bottom: 6px; }
        .cookie-panel .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
          margin-top: 0; } }
  .cookie-panel .om-cookie-panel .cookie-panel__button--color--green {
    background-color: #297825;
    color: #fff; }
  .cookie-panel.cookie-panel--detail .cookie-panel__content.cookie-panel__content--step-1 {
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .cookie-panel.cookie-panel--detail .cookie-panel__content.cookie-panel__content--step-2 {
    height: auto;
    overflow: visible;
    visibility: visible; }
  @media (min-width: 1024px) {
      .cookie-panel.cookie-panel--detail .om-cookie-panel {
        border-left: 5px solid #dd040c;
        border-right: 5px solid #dd040c;
        width: 50vw; } }
  .cookie-panel .cookie-panel__control {
    margin-bottom: 16px;
    text-align: center; }
  .cookie-panel .cookie-panel__control .cookie-panel__button {
    display: inline-block; }
  @media (max-width: 768px) {
      .cookie-panel .cookie-panel__control .cookie-panel__button {
        margin-top: 4px !important; } }
  .cookie-panel .cookie-panel__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 9998; }
  .cookie-panel .cookie-panel__group-content {
    margin-top: 20px; }
  .cookie-panel .cookie-panel__cookie-details {
    margin-top: 30px;
    margin-bottom: 20px; }
  .cookie-panel .cookie-panel__cookie-details h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0; }
  .cookie-panel .cookie-panel__cookie-details .table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin-bottom: 20px; }
  .cookie-panel .cookie-panel__cookie-details .table:last-of-type {
    margin-bottom: 0; }
  .cookie-panel .cookie-panel__cookie-details .table tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    line-height: 1.6; }
  .cookie-panel .cookie-panel__cookie-details .table tr:first-child {
    background: #efefef; }
  .cookie-panel .cookie-panel__cookie-details .table tr th {
    font-weight: bold;
    width: 110px; }
  .cookie-panel .cookie-panel__cookie-details .table tr th, .cookie-panel .cookie-panel__cookie-details .table tr td {
    padding: 0.625rem;
    vertical-align: middle;
    border-bottom: 0.0625rem solid #b8b8b8;
    background-color: inherit;
    color: inherit; }

.om-cookie-info {
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }
  .om-cookie-info .table {
    margin-bottom: 0; }
  .om-cookie-info .table, .om-cookie-info .table * {
    font-size: 16px; }
  .om-cookie-info .table td[colspan="4"] {
    background-color: #efefef; }
  .om-cookie-info.om-cookie-info--open {
    padding-bottom: 30px;
    max-height: 2000px;
    max-height: unset;
    visibility: visible; }

.ce-uploads li > img, .ce-uploads .ce-uploads-fileName, .ce-uploads .ce-uploads-description {
  margin-right: 5px; }
  .ce-uploads li > div {
    display: inline; }

.donation-header-logo {
  position: absolute;
  top: 0px;
  right: 50px;
  height: 100%; }
  @media (max-width: 1023px) {
  .donation-header-logo {
    right: 0px; } }
  .donation-header-logo img {
    height: 100%; }
  @media (max-width: 767px) {
    .donation-header-logo img {
      height: 64px;
      margin-top: 10px; } }
  @media (max-width: 470px) {
    .donation-header-logo img {
      height: 40px;
      margin-top: 20px;
      width: auto; } }

.header--tiny .donation-header-logo img {
  height: 64px;
  margin-top: 10px; }
  @media (max-width: 470px) {
  .header--tiny .donation-header-logo img {
    height: 40px;
    margin-top: 20px;
    width: auto; } }

.donation-project {
  display: none; }

.donation-project-show {
  display: block; }

.donation-project-stretcher {
  justify-content: space-between; }

.donation-project-image {
  margin-top: 3px; }
  .donation-project-image img {
    display: block; }

.ie11 .donation-project-stretcher {
  justify-content: flex-start; }
  .ie11 .checkbox-newsletter-innerWrapper {
    width: 236px; }
  @media (min-width: 1024px) {
  .ie11 .donation-project-show img {
    max-height: 300px; } }

.donation-project-selectWrapper .form__dropdown, .donation-project-selectWrapper select {
  margin-bottom: 0px;
  font-weight: lighter; }

.tx-ra-fundraisingbox h2 {
  font-size: 24px; }
  .tx-ra-fundraisingbox .form__dropdown:after {
    top: 10px;
    right: 10px; }
  .tx-ra-fundraisingbox label {
    font-size: 14px; }

.donation-project-mobile-toggle {
  width: 100%;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px; }
  .donation-project-mobile-toggle p {
    display: none; }
  .donation-project-mobile-toggle p.active {
    display: block; }

.donation-project-mobile {
  display: none;
  margin-bottom: 20px; }
  .donation-project-mobile h2 {
    margin-bottom: 10px; }
  .donation-project-mobile.donation-project-mobile--active {
    display: block; }

.donation-project-mobile-wrapper img {
  float: left;
  max-width: 48%;
  margin: 5px 4% 2% 0; }
  @media (max-width: 540px) {
    .donation-project-mobile-wrapper img {
      max-width: 100%;
      margin-bottom: 5%;
      margin-right: 0; } }

.donation-step-button {
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  font-family: 'Palatino', "Times New Roman", sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  padding: 15px 5px 13px 5px;
  position: relative; }
  @media (max-width: 767px) {
  .donation-step-button {
    font-size: 20px; } }
  .donation-step-button--active {
    background: #dd040c;
    color: #fff; }
  @media (min-width: 400px) {
  .donation-step-button--done:before {
    font-family: 'base-icons';
    content: "\f00c";
    color: #297825;
    right: 15px;
    position: absolute; } }

.donation-form-wrapper {
  background: #fff;
  padding: 35px 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3); }

.donation-form-wrapper-inner {
  max-width: 860px;
  margin: 0 auto;
  /*.donation-step--2 {
   .field-error {
   display: none !important;
   &.visible {
   display: block !important;
   }
   }
   }*/ }
  @media (max-width: 767px) {
    .donation-form-wrapper-inner h2 {
      font-size: 20px; } }
  .donation-form-wrapper-inner input[type=text], .donation-form-wrapper-inner select, .donation-form-wrapper-inner input[type=hidden] {
    background: #ededed; }
  .donation-form-wrapper-inner input[type=text].has-error.active, .donation-form-wrapper-inner select.has-error.active, .donation-form-wrapper-inner input[type=hidden].has-error.active {
    border-color: #dd040c;
    background-color: rgba(221, 4, 12, .4);
    margin-bottom: 5px; }
  .donation-form-wrapper-inner input[type=text].has-error + p, .donation-form-wrapper-inner select.has-error + p, .donation-form-wrapper-inner input[type=hidden].has-error + p {
    display: block !important;
    color: #dd040c; }
  .donation-form-wrapper-inner input[type=text].has-error + input + p, .donation-form-wrapper-inner select.has-error + input + p, .donation-form-wrapper-inner input[type=hidden].has-error + input + p {
    display: block !important; }
  .donation-form-wrapper-inner input[type=text] + p, .donation-form-wrapper-inner select + p, .donation-form-wrapper-inner input[type=hidden] + p {
    display: none !important; }
  .donation-form-wrapper-inner .field-error {
    font-size: 14px;
    display: none;
    color: #dd040c; }
  .donation-form-wrapper-inner .field-error.visible {
    display: block; }
  .donation-form-wrapper-inner select {
    margin-bottom: 0px;
    padding: 10px; }
  .donation-form-wrapper-inner input {
    padding: 10px;
    margin-bottom: 20px; }
  .donation-form-wrapper-inner input[type=number] {
    -moz-appearance: textfield; }
  .donation-form-wrapper-inner .checkbox label:before {
    background: #ededed;
    margin-right: 15px; }
  .donation-form-wrapper-inner .checkbox-receipt {
    margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .donation-form-wrapper-inner .checkbox-receipt {
      margin-top: 30px; } }
  .donation-form-wrapper-inner .checkbox-newsletter-wrapper {
    text-align: center;
    margin: 30px auto;
    max-width: 600px; }

.donation-radio-button {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden; }

.donation-radio-label {
  background: #ededed;
  color: #3a3a3a;
  height: 55px;
  padding: 10px 8px 6px 8px;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  display: block;
  font-size: 18px !important; }
  @media (min-width: 768px) {
  .donation-radio-label {
    margin-bottom: 20px; } }
  .donation-radio-label:hover, .donation-radio-label:focus {
    background: #297825; }

.donation-radio-button:checked + label {
  background: #297825;
  color: #fff; }

.donation-amount label {
  font-size: 18px; }
  .donation-amount .donation_amount-custom-input {
    background: #ededed;
    color: #000;
    position: relative;
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 30px;
    margin-bottom: 0px;
    height: 56px;
    font-family: 'Palatino', "Times New Roman", sans-serif;
    text-align: center;
    padding-left: 30px;
    line-height: 30px; }
  .donation-amount .donation_amount-custom-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 18px; }
  .donation-amount .donation_amount-custom-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 18px; }
  .donation-amount .donation_amount-custom-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 18px; }
  .donation-amount .donation_amount-custom-input::-webkit-outer-spin-button, .donation-amount .donation_amount-custom-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .donation-amount .donation_amount-custom-input:hover {
    background: #297825;
    color: #fff !important; }
  .donation-amount .donation_amount-custom-input:hover::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .donation-amount .donation_amount-custom-input:hover:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .donation-amount .donation_amount-custom-input:hover::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  .donation-amount .donation_amount-custom-input-wrapper {
    position: relative; }
  .donation-amount .donation_amount-custom-input-wrapper:hover:after {
    color: #fff; }
  .donation-amount .donation_amount-custom-input-wrapper:after {
    content: "€";
    position: absolute;
    right: 12px;
    top: 20px;
    color: #3a3a3a;
    font-size: 18px;
    pointer-events: none;
    font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif; }

#donation-project {
  padding: 10px;
  font-weight: 400;
  color: #3a3a3a; }
  #donation-project:after {
    top: 10px;
    right: 10px; }

#donation_amount-custom:checked + div:after {
  color: #fff; }
  #donation_amount-custom:checked + div input {
    background: #297825;
    color: #fff !important; }
  #donation_amount-custom:checked + div input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  #donation_amount-custom:checked + div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #donation_amount-custom:checked + div input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }

@media (min-width: 1024px) {
    .donation-interval .grid__column:first-child {
      margin-left: 12.5%; } }

.donation-paymentMethod {
  justify-content: center;
  margin-bottom: 25px; }
  .donation-paymentMethod label[for=payment_method_direct_debit]:before {
    font-family: 'base-icons';
    content: "\e904";
    margin-right: 10px; }
  .donation-paymentMethod label[for=payment_method_sepa_direct_debit]:before {
    font-family: 'base-icons';
    content: "\e904";
    margin-right: 10px; }
  .donation-paymentMethod label[for=payment_method_paypal]:before {
    font-family: 'base-icons';
    content: "\f1ed";
    margin-right: 10px; }
  .donation-paymentMethod label[for=payment_method_micropayment_credit_card]:before {
    font-family: 'base-icons';
    content: "\e903";
    margin-right: 10px; }

.checkbox-newsletter-innerWrapper {
  position: relative;
  margin: auto; }
  .checkbox-newsletter-innerWrapper .checkbox-newsletter .fake-checkbox {
    position: relative; }
  .checkbox-newsletter-innerWrapper .checkbox-newsletter label:after {
    display: none; }
  .checkbox-newsletter-innerWrapper .checkbox-newsletter input:checked + label > span:after {
    font-size: 14px;
    position: absolute;
    font-family: 'base-icons';
    top: -4px;
    left: -40px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #3a3a3a;
    text-align: center;
    content: "\f00c"; }

.donation-disclaimer {
  width: 100%;
  text-align: center; }
  .donation-disclaimer p {
    font-size: 14px; }
  .donation-disclaimer--interval p:before {
    font-family: 'base-icons';
    content: "\f05a";
    margin-right: 10px;
    color: #dd040c; }

.fundraisingbox-logo {
  text-align: center; }

.donation-submit-button, #submitButton {
  display: block;
  max-width: 430px;
  margin: 30px auto 40px auto;
  padding: 6px 0px;
  height: 50px;
  width: 100%;
  font-family: 'Palatino', "Times New Roman", sans-serif; }

.donation-step--2, .donation-step--3 {
  display: none; }

.donation-step--2 .form__dropdown {
  margin-bottom: 0px; }
  .donation-step--2 .form__dropdown select {
    margin-bottom: 35px; }
  .donation-step--2 .form__dropdown select.has-error {
    margin-bottom: 5px; }
  .donation-step--2 .form__dropdown select.has-error + p {
    margin-bottom: 35px; }

.donation-quick-summary {
  font-size: 14px;
  line-height: 20px; }
  .donation-quick-summary .donation-step-change {
    cursor: pointer; }
  .donation-quick-summary .donation-step-change span {
    text-decoration: underline; }
  .donation-quick-summary .donation-step-change .donation-change-icon {
    width: 16px;
    margin-right: 5px; }

.donation-paymentMethod-disclaimer {
  margin-top: 20px;
  display: flex; }
  @media (max-width: 768px) {
    .donation-paymentMethod-disclaimer p {
      font-size: 14px;
      margin-bottom: 0px; } }

.glyphicon-lock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.92' height='85.308' viewBox='0 0 64.92 85.308'%3E%3Cpath d='M39.582,54.951a4.925,4.925,0,0,1-2.5,4.228V69.946h-5V59.185a4.917,4.917,0,0,1-2.5-4.233,5,5,0,1,1,10,0ZM66.9,42.4V77.783a7.506,7.506,0,0,1-7.5,7.5H9.473a7.506,7.506,0,0,1-7.5-7.5V42.4a7.506,7.506,0,0,1,7.5-7.5h.12V24.963a24.991,24.991,0,0,1,49.981,0v9.956A7.489,7.489,0,0,1,66.9,42.4ZM14.591,34.9H54.576V24.963a19.992,19.992,0,0,0-39.985,0ZM61.9,42.4a2.484,2.484,0,0,0-2.324-2.464v.02H9.593V39.9h-.12a2.5,2.5,0,0,0-2.5,2.5V77.783a2.5,2.5,0,0,0,2.5,2.5H59.4a2.5,2.5,0,0,0,2.5-2.5V42.4Z' transform='translate(-1.976 0.028)'/%3E%3C/svg%3E");
  display: block;
  height: 67px;
  width: 90px;
  background-repeat: no-repeat;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-right: 10px;
  background-size: contain; }

.paymentMethod-Wrapper {
  display: none; }

.donation-success .shariff-button.facebook {
  min-width: 195px !important;
  margin-bottom: 50px; }
  @media (max-width: 560px) {
  .donation-success .shariff-button.facebook {
    min-width: 100% !important; } }

.paymentMethod-micropayment_credit_card iframe {
  background-color: #ededed;
  height: 61px;
  margin-bottom: 38px; }

#payment_credit_card_owner {
  height: 43px; }

#payment_credit_card_number, #payment_credit_card_secure_id {
  height: 42px;
  overflow: hidden;
  background-color: #ededed;
  padding-left: 10px;
  padding-top: 1px;
  margin-bottom: 5px; }

@media (max-width: 1023px) {
  .donation-flex-grid-first {
    display: flex;
    flex-direction: row; }
    .donation-flex-grid-first .column-1 {
      order: 2; }
    .donation-flex-grid-first .column-2 {
      order: 3; }
    .donation-flex-grid-first .column-3 {
      order: 1; } }

.ios .donation_amount-custom-input {
  line-height: 22px; }

html.ie11 .donation_amount-custom-input {
  padding-top: 13px; }
  html.ie11 input::-ms-clear {
    display: none; }

html.win .donation-project-image {
  margin-top: 5px; }

#payment_credit_card_secure_id + p, #payment_credit_card_number + p {
  display: none !important; }
  #payment_credit_card_secure_id.has-error.active, #payment_credit_card_number.has-error.active {
    border: 1px solid #dd040c;
    box-sizing: border-box; }
  #payment_credit_card_secure_id.has-error + p, #payment_credit_card_number.has-error + p {
    display: block !important; }

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px); }

.lds-ripple div {
  position: absolute;
  border: 4px solid #dd040c;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.processingIndicatorElement {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.3);
  z-index: 9999; }

.donation-banner {
  padding: 0 !important;
  height: 90px;
  text-align: center;
  font-family: "Palatino", "Palatino Linotype", "Times New Roman", sans-serif;
  overflow: hidden; }
  .donation-banner .container-fluid {
    height: 100%; }
  .donation-banner-single {
    padding: 15px 2px;
    height: 60px; }
  .donation-banner-single--image {
    display: flex !important; }
  .donation-banner-single--image .donation-banner__count {
    font-size: 16px; }
  .donation-banner-single--image .donation-banner__text {
    margin-right: 8px; }
  .donation-banner-single--image .donation-banner__text .donation-banner__headline {
    padding-top: 9px;
    padding-bottom: 0; }
  .donation-banner-image {
    background: #fff;
    padding: 3px; }
  .donation-banner__images {
    background: #fff;
    height: 60px;
    overflow: hidden;
    align-items: center;
    display: flex; }
  .donation-banner__images-first {
    margin-left: 5px;
    margin-right: 5px; }
  .donation-banner__headline {
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0;
    margin-bottom: 5px; }
  .donation-banner__count {
    display: block;
    font-size: 26px;
    line-height: 26px;
    padding: 3px 0; }
  .donation-banner + .slider {
    margin-bottom: 0px; }

.donation-bar {
  height: 56px; }
  @media (max-width: 620px) {
  .donation-bar {
    height: 46px; } }
  .donation-bar .donate__input {
    max-width: 130px; }
  @media (max-width: 620px) {
    .donation-bar .donate__input {
      padding-left: 10px !important;
      padding-right: 10px !important;
      max-width: 90px;
      height: 43px; } }
  @media (max-width: 420px) {
    .donation-bar .donate__input {
      max-width: 55px; } }
  @media (max-width: 620px) and (min-width: 521px) {
    .donation-bar .donate__input-wrapper:after {
      font-size: 30px; } }
  @media (max-width: 520px) and (min-width: 421px) {
    .donation-bar .donate__input-wrapper:after {
      font-size: 24px; } }
  @media (max-width: 420px) {
    .donation-bar .donate__input-wrapper:after {
      font-size: 19px; } }
  .donation-bar__headline {
    flex-grow: 4;
    margin-right: 15px !important;
    font-size: 40px;
    margin-bottom: 0 !important; }
  @media (max-width: 1260px) and (min-width: 901px) {
    .donation-bar__headline {
      font-size: 30px; } }
  @media (max-width: 900px) and (min-width: 401px) {
    .donation-bar__headline {
      font-size: 20px; } }
  @media (max-width: 400px) {
    .donation-bar__headline {
      font-size: 16px;
      margin-right: 40px !important; } }
  @media (max-width: 768px) {
      .donation-bar__headline-hidden-sm {
        display: none !important; } }
  @media (min-width: 768px) {
      .donation-bar__headline-hidden-lg {
        display: none !important; } }
  .donation-bar .donate__button {
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    color: #297825;
    top: 0;
    margin-left: 30px; }
  .donation-bar .donate__button:before {
    color: #dd040c; }
  @media (max-width: 400px) {
      .donation-bar .donate__button:before {
        display: none; } }
  @media (max-width: 620px) {
    .donation-bar .donate__button {
      margin-left: 15px;
      padding: 0 3px 0 3px; } }
  .donation-bar .donate__input-wrapper:after {
    color: #fff; }
  .donation-bar form {
    display: flex;
    align-items: center; }
  .donation-bar form > * {
    display: block; }
  .donation-bar__info {
    font-size: 16px;
    line-height: 24px;
    padding: 4px 0;
    margin-left: 15px; }
  @media (max-width: 1090px) {
    .donation-bar__info {
      display: none !important; } }
  @media (max-width: 500px) {
    .donation-bar .container-fluid {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
