@charset "UTF-8";
/*
Theme Name: bt
Author: RankersKreation
Version: 18.1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ----- FONTS ------ */
@font-face {
  font-family: 'bt_icons';
  src: url("fonts/bt_icons.eot?or0i33");
  src: url("fonts/bt_icons.eot?or0i33#iefix") format("embedded-opentype"), url("fonts/bt_icons.ttf?or0i33") format("truetype"), url("fonts/bt_icons.woff?or0i33") format("woff"), url("fonts/bt_icons.svg?or0i33#bt_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, sass/_layout-general.scss */
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}

/* line 23, sass/_layout-general.scss */
html {
  overflow-y: scroll;
}

/* line 27, sass/_layout-general.scss */
body {
  line-height: 1;
}

/* line 31, sass/_layout-general.scss */
ol, ul {
  list-style: none;
}

/* line 35, sass/_layout-general.scss */
blockquote, q {
  quotes: none;
}

/* line 38, sass/_layout-general.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 42, sass/_layout-general.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 46, sass/_layout-general.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 49, sass/_layout-general.scss */
.clear {
  clear: both;
}

/* line 52, sass/_layout-general.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 62, sass/_layout-general.scss */
img {
  height: auto;
  max-width: 100%;
}

/* --TEMPORÄR---  */
/* line 69, sass/_layout-general.scss */
body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #383637;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  /* line 80, sass/_layout-general.scss */
  body {
    font-size: 16px;
  }
}
/* line 83, sass/_layout-general.scss */
#wrapper {
  /* Audio-Player Offset */
  margin-bottom: 80px;
}

/* line 88, sass/_layout-general.scss */
a {
  color: #883D7E;
  text-decoration: none;
}

/* line 93, sass/_layout-general.scss */
b, strong {
  font-weight: bold;
}

/* line 94, sass/_layout-general.scss */
em, i {
  font-style: italic;
}

/* line 96, sass/_layout-general.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  line-height: 1.2;
}

/* line 102, sass/_layout-general.scss */
h1, h2, .h1, .h2 {
  font-size: 38px;
}

/* line 104, sass/_layout-general.scss */
h1, .h1 {
  font-weight: bold;
}

/* line 106, sass/_layout-general.scss */
h3, .h3 {
  font-size: 24px;
  font-weight: bold;
}

/* line 111, sass/_layout-general.scss */
h3.large, .h3.large {
  font-size: 28px;
  font-weight: 400;
}

/* line 116, sass/_layout-general.scss */
h4, .h4 {
  font-size: 20px;
  font-weight: 300;
}

/* line 121, sass/_layout-general.scss */
h5, .h5, h6, .h6 {
  font-size: 18px;
}

/* line 125, sass/_layout-general.scss */
h5, .h5 {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 128, sass/_layout-general.scss */
  h1, h2, .h1, .h2 {
    font-size: 32px;
  }

  /* line 129, sass/_layout-general.scss */
  h3, .h3 {
    font-size: 22px;
  }

  /* line 130, sass/_layout-general.scss */
  h3.large, .h3.large {
    font-size: 26px;
  }

  /* line 131, sass/_layout-general.scss */
  h4, .h4 {
    font-size: 18px;
  }

  /* line 132, sass/_layout-general.scss */
  h5, .h5, h6, .h6 {
    font-size: 16px;
  }
}
/* line 135, sass/_layout-general.scss */
.light, .leicht {
  font-weight: 300 !important;
}

/* line 136, sass/_layout-general.scss */
.regular, .normal {
  font-weight: normal !important;
}

/* line 137, sass/_layout-general.scss */
.bold, .fett {
  font-weight: bold !important;
}

/* line 138, sass/_layout-general.scss */
.center {
  text-align: center !important;
}

/* line 139, sass/_layout-general.scss */
.right {
  text-align: right !important;
}

/* line 140, sass/_layout-general.scss */
.left {
  text-align: left !important;
}

/* line 142, sass/_layout-general.scss */
.titillium {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif !important;
}

/* line 143, sass/_layout-general.scss */
.source {
  font-family: 'Source Sans Pro', sans-serif !important;
}

/* line 145, sass/_layout-general.scss */
.txt_dark {
  color: #383637 !important;
}

/* line 146, sass/_layout-general.scss */
.txt_white {
  color: #fff !important;
}

/* line 147, sass/_layout-general.scss */
.txt_color {
  color: #883D7E !important;
}

/* Text Formatierung: Hintergrund mit Triangle */
/* line 152, sass/_layout-general.scss */
.txt_bg {
  font-size: 22px;
  font-weight: bold !important;
  background: #383637;
  color: #fff;
  display: table;
  position: relative;
  padding: 4px 10px;
  margin: 20px 0;
}

/* line 163, sass/_layout-general.scss */
.txt_bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

/* line 171, sass/_layout-general.scss */
.txt_bg.up::after {
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #383637 transparent;
}

/* line 177, sass/_layout-general.scss */
.txt_bg.up::after {
  top: -9px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/* line 184, sass/_layout-general.scss */
.txt_bg.up.r::after {
  top: -9px;
  right: 20%;
  left: auto;
}

/* line 190, sass/_layout-general.scss */
.txt_bg.up-l::after {
  top: -9px;
  right: auto;
  left: 20%;
}

/* line 196, sass/_layout-general.scss */
.txt_bg.down::after {
  bottom: -9px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #383637 transparent transparent transparent;
}

/* line 206, sass/_layout-general.scss */
.txt_bg.down.r::after {
  bottom: -9px;
  right: 20%;
  left: auto;
}

/* line 212, sass/_layout-general.scss */
.txt_bg.down.l::after {
  bottom: -9px;
  right: auto;
  left: 20%;
}

/* line 218, sass/_layout-general.scss */
.txt_bg.color {
  background: #883D7E;
}

/* line 219, sass/_layout-general.scss */
.txt_bg.up.color::after {
  border-color: transparent transparent #883D7E transparent;
}

/* line 220, sass/_layout-general.scss */
.txt_bg.down.color::after {
  border-color: #883D7E transparent transparent transparent;
}

/* line 222, sass/_layout-general.scss */
.txt_bg.white {
  background: #fff;
  color: #383637;
}

/* line 223, sass/_layout-general.scss */
.txt_bg.up.white::after {
  border-color: transparent transparent #fff transparent;
}

/* line 224, sass/_layout-general.scss */
.txt_bg.down.white::after {
  border-color: #fff transparent transparent transparent;
}

/*----- Buttons / Links -----*/
/* line 228, sass/_layout-general.scss */
a.btn-arr, a.btn, .btn {
  margin: 20px 0;
  display: inline-block;
  color: #883D7E;
  text-decoration: none;
  font-weight: bold;
}

/* line 236, sass/_layout-general.scss */
a.btn-arr::before,
a.btn::before,
.btn::before {
  content: "\e903";
  font-family: 'bt_icons';
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* line 247, sass/_layout-general.scss */
a.btn-arr:hover,
a.btn:hover,
.btn:hover {
  text-decoration: underline;
}

/* line 252, sass/_layout-general.scss */
a.btn-arr:hover::before,
a.btn:hover::before,
.btn:hover::before {
  text-decoration: none;
}

/* line 259, sass/_layout-general.scss */
.btn_share::before {
  content: "\e901";
  font-family: 'bt_icons';
  color: #883D7E;
  display: inline-block;
  font-style: normal;
}

/* line 267, sass/_layout-general.scss */
.btn_share:hover {
  cursor: pointer;
}

/* line 271, sass/_layout-general.scss */
.btn_share:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ------------------------------------*/
/* ----- Pages Layout ------ */
/* ------------------------------------*/
/*Content BG Fullwidth*/
/* line 282, sass/_layout-general.scss */
.row {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  /* line 290, sass/_layout-general.scss */
  .row {
    padding: 0 15px;
  }
}
/*Content Inner*/
/* line 294, sass/_layout-general.scss */
.row .inner {
  max-width: 1092px;
  margin: 0 auto;
  /* background-color: #fff; */
  /* outline: 1px solid #333; */
}

/* Hintergrundfarbe */
/* line 303, sass/_layout-general.scss */
.row_gray {
  background-color: rgba(234, 234, 234, 0.5);
}

/* line 307, sass/_layout-general.scss */
.row_gray_light {
  background-color: #f7f7f7;
}

/* line 311, sass/_layout-general.scss */
.row_white {
  background-color: #fff;
}

/* line 315, sass/_layout-general.scss */
.row_gray-white {
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 0.5) 0%, rgba(234, 234, 234, 0.5) 49%, white 50%, white 100%);
  background: -webkit-linear-gradient(top, rgba(234, 234, 234, 0.5) 0%, rgba(234, 234, 234, 0.5) 49%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0.5) 0%, rgba(234, 234, 234, 0.5) 49%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80eaeaea', endColorstr='#ffffff',GradientType=0 );
}

/* Höhe */
/* line 322, sass/_layout-general.scss */
.fh {
  min-height: 100vh;
}

/* Spaltenbreite */
/* line 327, sass/_layout-general.scss */
.col-center {
  margin: 0 auto;
}

/* line 328, sass/_layout-general.scss */
.col-12 {
  max-width: 100%;
}

@media (min-width: 769px) {
  /* line 331, sass/_layout-general.scss */
  .col-10 {
    max-width: 83%;
  }

  /* line 332, sass/_layout-general.scss */
  .col-9 {
    max-width: 75%;
  }

  /* line 333, sass/_layout-general.scss */
  .col-8 {
    max-width: 66%;
  }

  /* line 334, sass/_layout-general.scss */
  .col-7 {
    max-width: 58%;
  }

  /* line 335, sass/_layout-general.scss */
  .col-6 {
    max-width: 50%;
  }

  /* line 336, sass/_layout-general.scss */
  .col-5 {
    max-width: 42%;
  }

  /* line 337, sass/_layout-general.scss */
  .col-4 {
    max-width: 33%;
  }

  /* line 338, sass/_layout-general.scss */
  .col-3 {
    max-width: 25%;
  }

  /* line 339, sass/_layout-general.scss */
  .col-2 {
    max-width: 16%;
  }
}
/*Section Intro Text*/
/* line 345, sass/_layout-general.scss */
.section_intro {
  padding: 60px 0;
}

/* line 350, sass/_layout-general.scss */
.section_intro .intro_subline {
  margin-bottom: 5px;
}

/* line 354, sass/_layout-general.scss */
.section_intro .intro_text {
  margin-top: 25px;
}

/* Slider Fullwidth*/
/* line 360, sass/_layout-general.scss */
.fw_slider {
  z-index: 9998;
  position: relative;
  background-color: #eaeaea;
}

/* ------------------------------------*/
/* ----- Helper------ */
/* ------------------------------------*/
/* line 370, sass/_layout-general.scss */
.floatright {
  float: right;
}

/* line 372, sass/_layout-general.scss */
.shadow, .schatten {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1025px) {
  /* line 378, sass/_layout-general.scss */
  .fixed_bg {
    background-attachment: fixed !important;
  }
}
@media (max-width: 768px) {
  /* line 382, sass/_layout-general.scss */
  .no_mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  /* line 386, sass/_layout-general.scss */
  .only_mobile {
    display: none !important;
  }
}
/* ------------------------------------*/
/*---- Cookie Bar ------*/
/* line 392, sass/_layout-general.scss */
#eu-cookie-bar {
  padding: 32px 20px !important;
  font-size: 16px !important;
  background-color: rgba(136, 61, 126, 0.95) !important;
  width: calc(100% - 40px) !important;
  z-index: 9998 !important;
}

@media (max-width: 768px) {
  /* line 401, sass/_layout-general.scss */
  #eu-cookie-bar {
    padding: 20px 10px !important;
    font-size: 14px !important;
    width: calc(100% - 20px) !important;
  }
}
/* ------------------------------------*/
/* --- Social Share ---- */
/* line 411, sass/_layout-general.scss */
.share-trigger {
  position: relative;
}

/* line 415, sass/_layout-general.scss */
.share-trigger:hover {
  cursor: pointer;
}

/* line 419, sass/_layout-general.scss */
.share-trigger.active {
  color: #883D7E;
}

/* line 423, sass/_layout-general.scss */
.share-dialog {
  display: none;
  position: absolute;
  width: 160px;
  top: -190px;
  left: -85px;
  padding: 20px;
  font-size: 18px;
  background: #383637;
  color: #fff;
  text-align: left;
}

/* line 436, sass/_layout-general.scss */
.share-dialog.active {
  display: block;
}

@media (max-width: 768px) {
  /* line 441, sass/_layout-general.scss */
  .share-dialog {
    top: -63px;
    left: -192px;
    width: 140px;
  }
}
/* Podcast Pages Intro*/
/* line 449, sass/_layout-general.scss */
#book_tracklist_intro .share-dialog {
  left: -87px;
  top: -195px;
}

@media (max-width: 768px) {
  /* line 455, sass/_layout-general.scss */
  #book_tracklist_intro .share-dialog {
    top: -195px;
    left: -20px;
  }
}
/* Podcast Pages Tracklist */
/* line 461, sass/_layout-general.scss */
.track_share .share-dialog {
  left: -86px;
  z-index: 10000;
}

@media (max-width: 768px) {
  /* line 467, sass/_layout-general.scss */
  .track_share .share-dialog {
    left: -195px;
    top: -75px;
  }
}
/**/
/* line 474, sass/_layout-general.scss */
.share-dialog::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #383637 transparent transparent transparent;
}

@media (max-width: 768px) {
  /* line 490, sass/_layout-general.scss */
  .share-dialog::after {
    top: calc(50% - 12px);
    right: -9px;
    left: auto;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #383637;
  }
}
@media (max-width: 768px) {
  /* line 500, sass/_layout-general.scss */
  #book_tracklist_intro .share-dialog::after {
    border-width: 10px 12px 0px 12px;
    border-color: #383637 transparent transparent transparent;
    top: auto;
    right: 0;
    left: 0;
  }
}
/* line 509, sass/_layout-general.scss */
.share-dialog h5 {
  margin-bottom: 10px !important;
}

/* line 513, sass/_layout-general.scss */
.share-dialog a {
  color: #fff;
  font-weight: normal;
  line-height: 2;
  display: block;
  position: relative;
  padding-left: 32px;
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 524, sass/_layout-general.scss */
.share-dialog a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 528, sass/_layout-general.scss */
.share-item::before {
  content: "\e913";
  font-family: 'bt_icons';
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

/* line 538, sass/_layout-general.scss */
.share-fb::before {
  content: "\e914";
}

/* line 541, sass/_layout-general.scss */
.share-twitter::before {
  content: "\e915";
}

/* line 544, sass/_layout-general.scss */
.share-mail::before {
  content: "\e913";
}

/* line 1, sass/_header.scss */
#header {
  background-color: #fff;
  max-width: 100vw;
  padding: 10px 15px;
  overflow: hidden;
  z-index: 10000;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  /* line 1, sass/_header.scss */
  #header {
    padding: 5px 30px;
  }
}
/* line 14, sass/_header.scss */
#header .inner {
  max-width: 1092px;
  margin: 0 auto;
}
/* line 18, sass/_header.scss */
#header .inner #branding {
  float: right;
}
/* line 21, sass/_header.scss */
#header .inner #branding #logo_mobile {
  height: 40px;
  width: 60px;
  display: block;
}
@media (min-width: 768px) {
  /* line 21, sass/_header.scss */
  #header .inner #branding #logo_mobile {
    display: none;
  }
}
/* line 30, sass/_header.scss */
#header .inner #branding #logo {
  display: none;
}
@media (min-width: 768px) {
  /* line 30, sass/_header.scss */
  #header .inner #branding #logo {
    height: 74px;
    width: 240px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  /* line 39, sass/_header.scss */
  #header .inner #branding #logo:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
/* line 46, sass/_header.scss */
#header .inner #navigation {
  float: left;
}

/* line 1, sass/_main_navigation.scss */
#navigation {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1;
  height: 40px;
  margin: 0;
  z-index: 1010;
}
/* line 9, sass/_main_navigation.scss */
#navigation .nav_item {
  display: inline-block;
  color: #383637;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
/* line 16, sass/_main_navigation.scss */
#navigation .nav_item span {
  display: none;
}
/* line 20, sass/_main_navigation.scss */
#navigation .nav_item.active {
  color: #883D7E;
}
/* line 22, sass/_main_navigation.scss */
#navigation .nav_item.active::after {
  color: #883D7E;
}
/* line 27, sass/_main_navigation.scss */
#navigation .nav_item::after {
  content: '';
  font-family: 'bt_icons' !important;
  line-height: 1;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  color: #383637;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 46, sass/_main_navigation.scss */
#navigation .nav_item:not(:first-child) {
  margin-left: 5px;
}
@media (min-width: 768px) {
  /* line 46, sass/_main_navigation.scss */
  #navigation .nav_item:not(:first-child) {
    margin-left: 9px;
  }
}
@media (min-width: 768px) {
  /* line 56, sass/_main_navigation.scss */
  #navigation .nav_item span {
    display: inline;
    margin-right: -4px;
  }
  /* line 60, sass/_main_navigation.scss */
  #navigation .nav_item:hover {
    color: #883D7E;
  }
  /* line 62, sass/_main_navigation.scss */
  #navigation .nav_item:hover::after {
    color: #883D7E;
  }
}
/* line 69, sass/_main_navigation.scss */
#navigation .nav_item.search::after {
  content: "\e917";
}
/* line 72, sass/_main_navigation.scss */
#navigation .nav_item.library::after {
  content: "\e918";
}
/* line 75, sass/_main_navigation.scss */
#navigation .nav_item.menu::after {
  content: "\e919";
}
/* line 78, sass/_main_navigation.scss */
#navigation .nav_item.projects::after {
  content: "\e91c";
}
@media (min-width: 768px) {
  /* line 1, sass/_main_navigation.scss */
  #navigation {
    margin: 20px 0;
  }
}

/* line 1, sass/_overlay_pages.scss */
.overlay-page {
  background-color: #383637;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 61px - 42px );
}
@media (min-width: 768px) {
  /* line 1, sass/_overlay_pages.scss */
  .overlay-page {
    min-height: calc(100vh - 91px - 84px);
  }
}
/* line 17, sass/_overlay_pages.scss */
.overlay-page .inner {
  max-width: 1092px !important;
  margin: 0 auto;
}

/* line 23, sass/_overlay_pages.scss */
.close-wrapper {
  width: 100%;
  background-color: #383637;
  height: 42px;
}
@media (min-width: 768px) {
  /* line 23, sass/_overlay_pages.scss */
  .close-wrapper {
    height: 84px;
  }
}
/* line 31, sass/_overlay_pages.scss */
.close-wrapper .close_overlay {
  float: left;
  width: 22px;
  height: 22px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background: transparent url("img/close_cross_1.png") no-repeat center center/contain;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (min-width: 768px) {
  /* line 31, sass/_overlay_pages.scss */
  .close-wrapper .close_overlay {
    width: 28px;
    height: 28px;
    margin-top: 28px;
    margin-right: 28px;
    margin-bottom: 28px;
  }
  /* line 51, sass/_overlay_pages.scss */
  .close-wrapper .close_overlay:hover {
    -webkit-transform: scale(0.93) rotate(90deg);
    transform: scale(0.93) rotate(90deg);
  }
}

/* line 1, sass/_overlay_search.scss */
.search_form {
  margin: 0 auto;
}

/* line 5, sass/_overlay_search.scss */
.search-field {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-bottom: 3px solid #b4b4b4;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #883D7E;
}

@media (min-width: 600px) {
  /* line 21, sass/_overlay_search.scss */
  .search-field {
    width: 50%;
    margin: 1.25rem 18px 1.25rem 50px;
    font-size: 32px;
  }
}
/* line 28, sass/_overlay_search.scss */
.search-field:focus {
  outline: none !important;
}

/* line 32, sass/_overlay_search.scss */
.search-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/* line 38, sass/_overlay_search.scss */
.search-submit i.icon {
  display: block;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

/* line 44, sass/_overlay_search.scss */
.search-submit i.icon:before {
  content: "\e905";
  font-family: 'bt_icons';
  font-size: 40px;
  font-style: normal;
  color: #b4b4b4;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

/* line 54, sass/_overlay_search.scss */
.search-submit i.icon:hover::before {
  color: #883D7E;
}

/* ---- Search box ------ */
/* line 59, sass/_overlay_search.scss */
#search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 64, sass/_overlay_search.scss */
#search .search-field {
  color: #fff;
  font-size: 30px;
  border-bottom: 3px solid #eaeaea;
}
/* line 70, sass/_overlay_search.scss */
#search i.icon:hover::before {
  color: #eaeaea;
}
/* line 74, sass/_overlay_search.scss */
#search .search-submit i.icon:hover::before {
  color: #fff;
}
/* line 78, sass/_overlay_search.scss */
#search #searchform {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 83, sass/_overlay_search.scss */
  #search #searchform {
    margin-top: -120px;
  }
}
@media (min-width: 600px) {
  /* line 89, sass/_overlay_search.scss */
  #search .search-field {
    width: 50%;
    font-size: 36px;
    margin: 1.25rem 18px 1.25rem 50px;
  }
}

/* line 1, sass/_overlay_projects.scss */
.int_menu_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 16, sass/_overlay_projects.scss */
.int_menu_item {
  background: #fff;
  width: 97%;
  margin: 10px 3%;
}

@media (min-width: 768px) {
  /* line 23, sass/_overlay_projects.scss */
  .int_menu_item {
    width: 48%;
    margin: 1%;
  }
}
@media (min-width: 1024px) {
  /* line 30, sass/_overlay_projects.scss */
  .int_menu_item {
    width: 31%;
    margin: 1%;
  }
}
/* line 36, sass/_overlay_projects.scss */
.int_menu_img {
  width: 100%;
  height: 0px;
  padding-top: 66%;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
}

/* line 44, sass/_overlay_projects.scss */
.int_menu_desc_wrap {
  padding: 20px;
}

/* line 48, sass/_overlay_projects.scss */
.int_menu_title {
  font-size: 22px;
  margin-bottom: 10px;
}

/* line 53, sass/_overlay_projects.scss */
.int_menu_desc {
  font-size: 15px;
}

/* line 57, sass/_overlay_projects.scss */
a.int_menu_btn {
  display: block;
  float: right;
  margin-bottom: 0;
}

/* Menu Content */
/* line 2, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
}

@media (min-width: 768px) {
  /* line 11, sass/_overlay_menu.scss */
  .menu-hauptmenue-container {
    margin-bottom: 50px;
  }
  /* line 13, sass/_overlay_menu.scss */
  .menu-hauptmenue-container ul {
    font-size: 26px;
  }
  /* line 15, sass/_overlay_menu.scss */
  .menu-hauptmenue-container ul li {
    margin: 3px auto;
  }
}
/* line 23, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul .sub-menu {
  font-weight: normal;
}

/* line 27, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul a {
  color: #fff;
}

/* line 31, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul a:hover,
.menu-hauptmenue-container > ul li.current-menu-item > a {
  background-color: #883D7E;
  padding: 0px 10px;
}

/*Helper Classes*/
/* line 39, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul > li.space::after {
  content: "";
  height: 0px;
  width: 10%;
  margin: 15px auto 14px auto;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 48, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul > li.menu-donate-cta {
  margin: 40px auto;
}

@media (min-width: 768px) {
  /* line 52, sass/_overlay_menu.scss */
  .menu-hauptmenue-container > ul > li.menu-donate-cta {
    margin: 60px auto 0 auto;
  }
}
/* line 57, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul > li.menu-donate-cta a {
  padding: 7px 22px;
  border: 3px solid #fff;
  font-size: 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 65, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul > li.menu-donate-cta::before {
  content: "check content";
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 76, sass/_overlay_menu.scss */
  .menu-hauptmenue-container > ul > li.menu-donate-cta a,
  .menu-hauptmenue-container > ul > li.menu-donate-cta::before {
    font-size: 20px;
  }
}
/* line 82, sass/_overlay_menu.scss */
.menu-hauptmenue-container > ul > li.menu-donate-cta a:hover,
.menu-hauptmenue-container > ul li.menu-donate-cta.current-menu-item > a {
  background-color: #883D7E;
  border-color: #883D7E;
  padding: 7px 22px;
}

/* line 1, sass/_footer.scss */
#footer {
  background-color: #fff;
  max-width: 100vw;
  padding: 20px 30px;
  overflow: hidden;
  font-size: 14px;
  padding: 15px 15px 75px 15px;
}

/* line 10, sass/_footer.scss */
#footer .inner {
  max-width: 1092px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 16, sass/_footer.scss */
  #footer {
    padding: 20px 30px 84px 30px;
  }
}
@media (min-width: 900px) {
  /* line 22, sass/_footer.scss */
  #footer {
    padding: 20px 30px 110px 30px;
  }
}
/* line 27, sass/_footer.scss */
#footer a {
  color: #383637;
}

/* line 28, sass/_footer.scss */
#footer a:hover {
  color: #883D7E;
}

/* line 30, sass/_footer.scss */
#footer #copyright {
  float: left;
  margin-right: 45px;
}

/* line 34, sass/_footer.scss */
#footer #sig {
  float: right;
}

/* ----Footer Menu -----*/
/* line 40, sass/_footer.scss */
#footer #footer_menu {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  float: left;
}

/* line 44, sass/_footer.scss */
#footer #footer_menu li {
  display: inline-block;
  margin: 0 15px;
}

/* line 48, sass/_footer.scss */
#footer #footer_menu li.current-menu-item a {
  color: #883D7E;
}

@media (max-width: 768px) {
  /* line 53, sass/_footer.scss */
  #footer #copyright {
    float: none;
  }

  /* line 54, sass/_footer.scss */
  #footer #footer_menu li {
    float: none;
    margin: 10px 10px 10px 0;
  }

  /* line 55, sass/_footer.scss */
  #footer #sig {
    display: none;
  }
}
/* ---- Extended Footer -----*/
/* line 59, sass/_footer.scss */
#footer_ext {
  max-width: 100vw;
  padding: 60px 60px 80px 60px;
  overflow: hidden;
  /* background-color: rgba(234, 234, 234, 1); */
  background-color: rgba(56, 54, 55, 0.94);
  color: #fff;
}

/* line 69, sass/_footer.scss */
#footer_ext .inner {
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 75, sass/_footer.scss */
  #footer_ext {
    padding: 25px 15px 40px 15px;
  }
}
/* ---- Extended Footer Menues -----*/
/* line 80, sass/_footer.scss */
.footer_ext_menu {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  width: calc(25% - 24px);
  margin-right: 24px;
  float: left;
}

@media (max-width: 768px) {
  /* line 87, sass/_footer.scss */
  .footer_ext_menu {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
@media (max-width: 600px) {
  /* line 93, sass/_footer.scss */
  .footer_ext_menu {
    width: 100%;
    margin: 12px 0;
  }
}
/* line 99, sass/_footer.scss */
.footer_ext_menu li {
  margin-bottom: 7px;
}

/* line 103, sass/_footer.scss */
.footer_ext_menu li a {
  /* color: #383637; */
  color: #fff;
  padding: 0 5px;
}

/* line 109, sass/_footer.scss */
.footer_ext_menu li a:hover {
  /* color:#883D7E; */
  color: #383637;
  background-color: #fff;
}

/* line 115, sass/_footer.scss */
.footer_ext_menu li.current_page_item > a,
.footer_ext_menu li.current-menu-item > a {
  /* color:#883D7E; */
  color: #fff;
  background-color: #883D7E;
}

/* line 122, sass/_footer.scss */
.footer_ext_menu li.current_page_item > a,
.footer_ext_menu li.current-menu-item > a {
  font-weight: bold;
}

/* line 128, sass/_footer.scss */
.footer_ext_menu ul.sub-menu {
  margin-left: 17px;
}

/* line 133, sass/_footer.scss */
.footer_ext_menu ul.sub-menu li {
  position: relative;
}

/* line 134, sass/_footer.scss */
.footer_ext_menu ul.sub-menu li::before {
  content: "\02EA";
  position: absolute;
  top: -4px;
  left: -10px;
  opacity: .5;
}

@media (max-width: 768px) {
  /* line 143, sass/_footer.scss */
  #ft_ext_1, #ft_ext_2, #ft_ext_3 {
    display: none;
  }
}
/* Social Menu */
/* line 147, sass/_footer.scss */
#social_heading {
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: bold;
  text-align: center;
}

/* line 155, sass/_footer.scss */
#ft_ext_social {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
/* line 159, sass/_footer.scss */
#ft_ext_social .social_icon_link {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
/* line 166, sass/_footer.scss */
#ft_ext_social .social_icon_link .social_icon {
  display: inline-block;
  background-color: #883D7E;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
/* line 173, sass/_footer.scss */
#ft_ext_social .social_icon_link .social_title {
  display: inline-block;
  text-align: center;
}

/* line 182, sass/_footer.scss */
.social_icon {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 769px) {
  /* line 188, sass/_footer.scss */
  #ft_ext_social .social_icon_link:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
/* Newsletter Anmeldung Footer */
/* line 196, sass/_footer.scss */
#footer_ext_row_2 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  /* line 201, sass/_footer.scss */
  #footer_ext_row_2 {
    width: calc(100% - 24px);
    margin: 60px 12px 0 12px;
  }
}
@media (max-width: 600px) {
  /* line 207, sass/_footer.scss */
  #footer_ext_row_2 {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
/* line 213, sass/_footer.scss */
#nl_heading {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 38px;
}

@media (max-width: 768px) {
  /* line 219, sass/_footer.scss */
  #nl_heading {
    font-size: 34px;
    line-height: 1.1;
  }
}
/* line 221, sass/_footer.scss */
#nl_text {
  margin: 15px 0 30px 0;
  max-width: 700px;
}

/* line 226, sass/_footer.scss */
#nl_form,
#nl_form form {
  overflow: hidden;
}

/* line 231, sass/_footer.scss */
#nl_form input {
  width: calc(33% - 12px);
  padding: 15px;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-align: center;
  float: left;
  margin-right: 12px;
  border: none;
  outline: 1px solid #eaeaea;
}

/* line 243, sass/_footer.scss */
#nl_form button {
  width: 25%;
  padding: 13px;
  font-size: 16px;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif !important;
  font-weight: bold;
  border: none;
  background: #883D7E;
  border: none;
  color: #fff;
  float: left;
}

/* line 256, sass/_footer.scss */
#nl_form button:hover {
  cursor: pointer;
  background: #383637;
}

@media (max-width: 768px) {
  /* line 262, sass/_footer.scss */
  #nl_form input,
  #nl_form button {
    margin: 10px 0 0 0;
    width: 100%;
    float: none;
  }

  /* line 268, sass/_footer.scss */
  #nl_form input {
    width: calc(100% - 30px);
  }
}
/* line 273, sass/_footer.scss */
#nl_form #nl_info {
  font-style: italic;
  color: #9A9A9A;
  font-size: 13px;
  display: block;
  margin-top: 7px;
}

/* line 281, sass/_footer.scss */
#nl_form #nl_info a {
  color: #9A9A9A;
  text-decoration: underline;
}

/* line 286, sass/_footer.scss */
#nl_form #nl_info a:hover {
  color: #883D7E;
}

/* ------------------------------------*/
/* ----- Frontpage ------ */
/* ------------------------------------*/
/* Slideshow Home */
/* Button with latest Cover*/
/*[latest_cover]*/
/* line 9, sass/_frontpage.scss */
a.btn_latest {
  background: #fff;
  padding: 5px 5px 5px 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  /* color:#383637; */
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 22, sass/_frontpage.scss */
  a.btn_latest {
    font-size: 20px;
  }
}
/* line 25, sass/_frontpage.scss */
.btn_latest_title {
  display: inline-block;
  vertical-align: middle;
}

/* line 30, sass/_frontpage.scss */
.btn_latest_cover {
  margin: 0 0 0 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 769px) {
  /* line 39, sass/_frontpage.scss */
  a.btn_latest:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 46, sass/_frontpage.scss */
  a.btn_latest:hover .btn_latest_cover::after {
    content: "\e90e";
    font-family: 'bt_icons';
    font-size: 60px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    display: block;
    margin-top: 17px;
    line-height: .5;
  }
}
/* Homeslider Testimonial Headline */
@media (min-width: 769px) {
  /* line 61, sass/_frontpage.scss */
  #home-slider {
    min-height: 700px;
  }
}
/* line 66, sass/_frontpage.scss */
.slider_persona_head::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #383637 transparent;
}

/* ------- Slider-Fallback for Mobile ---------*/
/* line 82, sass/_frontpage.scss */
#mobile_intro .inner {
  padding: 40px 0;
}

/* line 86, sass/_frontpage.scss */
#mobile_intro h1 {
  margin-bottom: 20px;
}

/* line 90, sass/_frontpage.scss */
#mobile_intro .btn_latest_mobile {
  display: block;
  margin-top: 40px;
}

/* ------- Video-Section ---------*/
/* line 98, sass/_frontpage.scss */
.video_intro {
  margin: 80px 0 100px 0;
}

/* line 102, sass/_frontpage.scss */
.videosec {
  margin-top: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 114, sass/_frontpage.scss */
  .video_intro {
    margin: 60px 0;
  }

  /* line 117, sass/_frontpage.scss */
  .videosec {
    margin-top: 40px;
    display: block;
  }
}
/* Clips */
/* line 125, sass/_frontpage.scss */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 133, sass/_frontpage.scss */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* line 144, sass/_frontpage.scss */
.videosec_clips li.active .responsive-video {
  border: 10px solid #fff;
}

@media (max-width: 768px) {
  /* line 149, sass/_frontpage.scss */
  .videosec_clips li.active .responsive-video {
    border-width: 8px;
  }
}
/* line 152, sass/_frontpage.scss */
.videosec_clips {
  float: left;
  width: 50%;
  margin: 10px;
}

@media (max-width: 768px) {
  /* line 159, sass/_frontpage.scss */
  .videosec_clips {
    float: none;
    width: calc(100% - 10px);
    margin: 5px;
  }
}
/* line 166, sass/_frontpage.scss */
.videosec_clips li {
  /* display:none; */
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(15vw);
  transform: translateX(15vw);
}

/* line 181, sass/_frontpage.scss */
.videosec_clips li.active {
  /* display:block; */
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Video Navigation */
/* line 194, sass/_frontpage.scss */
.videosec_nav {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  float: left;
  width: 50%;
  margin-left: 50px;
}

@media (max-width: 768px) {
  /* line 203, sass/_frontpage.scss */
  .videosec_nav {
    float: none;
    width: 100%;
    margin: 25px 0 0 10px;
  }
}
/* line 210, sass/_frontpage.scss */
.videosec_nav li {
  font-size: 28px;
  padding: 0px 20px;
  margin: 7px 0;
  /* display:table; */
  position: relative;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 222, sass/_frontpage.scss */
  .videosec_nav li {
    font-size: 22px;
    text-align: center;
  }
}
/* line 228, sass/_frontpage.scss */
.videosec_nav li:hover {
  background: #eaeaea;
  cursor: pointer;
}

/* line 233, sass/_frontpage.scss */
.videosec_nav li.active {
  background: #383637;
  color: #fff;
}

@media (min-width: 769px) {
  /* line 240, sass/_frontpage.scss */
  .videosec_nav li::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  /* line 254, sass/_frontpage.scss */
  .videosec_nav li:hover::before {
    border-color: transparent #eaeaea transparent transparent;
  }

  /* line 258, sass/_frontpage.scss */
  .videosec_nav li.active::before {
    border-color: transparent #383637 transparent transparent;
  }
}
/* line 263, sass/_frontpage.scss */
.testimonial {
  display: none;
  position: relative;
  margin: 2.5rem 0;
  min-height: 120px;
  font-style: italic;
  font-size: 1.125rem;
}
/* line 270, sass/_frontpage.scss */
.testimonial:before, .testimonial:after {
  content: '\201C';
}
/* line 273, sass/_frontpage.scss */
.testimonial:after {
  content: '\201D';
}
/* line 276, sass/_frontpage.scss */
.testimonial footer {
  font-style: normal;
  color: #b3b3b3;
  float: right;
}
/* line 280, sass/_frontpage.scss */
.testimonial footer:before {
  content: '\2015';
}

/* Bekannt aus... */
/* line 289, sass/_frontpage.scss */
.logoleiste {
  margin: 40px 0;
  overflow: hidden;
}

/* line 294, sass/_frontpage.scss */
.logoleiste li {
  width: 18%;
  height: 60px;
  margin: 0 1%;
  float: left;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* line 303, sass/_frontpage.scss */
.logoleiste a:hover li {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1024px) {
  /* line 309, sass/_frontpage.scss */
  .logoleiste a:nth-child(5) {
    display: none;
  }

  /* line 310, sass/_frontpage.scss */
  .logoleiste li {
    width: 23%;
  }
}
/*---- Bibliothek / Library ----*/
/* line 315, sass/_frontpage.scss */
#library {
  padding-bottom: 100px;
}

/* line 319, sass/_frontpage.scss */
.library-module {
  padding-bottom: 30px !important;
}

/*--------------------------------------*/
/*---- Einstieg finden -  Section ----*/
/*Einstieg Intro*/
@media (min-width: 769px) {
  /* line 328, sass/_frontpage.scss */
  .discover_desc {
    max-width: 350px;
  }
}
/*Einstieg UI*/
/* line 334, sass/_frontpage.scss */
.einstieg {
  /* overflow:hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  /* line 345, sass/_frontpage.scss */
  .einstieg {
    margin-top: -150px;
  }
}
@media (max-width: 768px) {
  /* line 351, sass/_frontpage.scss */
  .einstieg {
    display: block;
  }
}
/* Navigation */
/* line 357, sass/_frontpage.scss */
.einstieg_nav {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  float: left;
  width: 42%;
  margin-right: 30px;
  text-align: right;
}

@media (max-width: 768px) {
  /* line 367, sass/_frontpage.scss */
  .einstieg_nav {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
/* line 375, sass/_frontpage.scss */
.einstieg_nav li {
  font-size: 28px;
  padding: 0px 20px;
  margin: 7px 0;
  /* display:table; */
  position: relative;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 387, sass/_frontpage.scss */
  .einstieg_nav li {
    font-size: 22px;
  }
}
/* line 392, sass/_frontpage.scss */
.einstieg_nav li:hover {
  background: #eaeaea;
  cursor: pointer;
}

/* line 397, sass/_frontpage.scss */
.einstieg_nav li.active {
  background: #383637;
  color: #fff;
}

@media (min-width: 769px) {
  /* line 404, sass/_frontpage.scss */
  .einstieg_nav li::before {
    content: "";
    position: absolute;
    right: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  /* line 418, sass/_frontpage.scss */
  .einstieg_nav li:hover::before {
    border-color: transparent transparent transparent #eaeaea;
  }

  /* line 422, sass/_frontpage.scss */
  .einstieg_nav li.active::before {
    border-color: transparent transparent transparent #383637;
  }
}
/* Content */
/* line 428, sass/_frontpage.scss */
.einstieg_con {
  float: left;
  width: 58%;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media (max-width: 768px) {
  /* line 436, sass/_frontpage.scss */
  .einstieg_con {
    float: none;
    width: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* line 444, sass/_frontpage.scss */
.einstieg_con li {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 453, sass/_frontpage.scss */
.einstieg_con li.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
}

/* line 461, sass/_frontpage.scss */
.einstieg_img {
  width: 100%;
  height: 0;
  padding-top: 66%;
  border-bottom: 20px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

/* line 475, sass/_frontpage.scss */
.einstieg_con li.active .einstieg_img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 769px) {
  /* line 483, sass/_frontpage.scss */
  .einstieg_cover_row {
    margin-right: -2%;
  }
}
/* line 488, sass/_frontpage.scss */
.einstieg_cover_row {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 496, sass/_frontpage.scss */
.einstieg_con li.active .einstieg_cover_row {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 502, sass/_frontpage.scss */
.einstieg_cover_img {
  width: 31%;
  height: 0;
  padding-top: 31%;
  margin: 0 1%;
  float: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 769px) {
  /* line 515, sass/_frontpage.scss */
  .einstieg_cover_row a:hover .einstieg_cover_img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
}
/*----- b+ News Teaser Carousel-----*/
/* line 525, sass/_frontpage.scss */
#btnews_teaser {
  margin: 60px 0;
}

/* line 526, sass/_frontpage.scss */
#btnews_teaser #news_slider {
  margin-top: 80px;
}

@media (max-width: 768px) {
  /* line 529, sass/_frontpage.scss */
  #btnews_teaser #news_slider {
    margin-top: 40px;
  }
}
/* -----Library Navigation (Frontpage +)------ */
/* Desktop Nav */
/* line 6, sass/_library.scss */
.lib_nav ul {
  border-bottom: 10px solid #383637;
  overflow: hidden;
}
/* line 9, sass/_library.scss */
.lib_nav ul li {
  cursor: pointer;
  padding: 15px;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #a6a6a6;
  display: block;
  float: right;
  width: calc(16.5% - 31px);
  height: 36px;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /* outline: 1px solid gold; */
  border-right: 1px solid #d5d5d5;
}
/* line 29, sass/_library.scss */
.lib_nav ul li:first-child {
  width: calc(17% - 31px);
}
/* line 33, sass/_library.scss */
.lib_nav ul li:last-child {
  width: calc(17% - 30px);
}
/* line 61, sass/_library.scss */
.lib_nav ul li:hover {
  color: #fff;
  background-color: #383637;
}
/* line 65, sass/_library.scss */
.lib_nav ul li.active {
  color: #fff;
  background-color: #383637;
}

/* Mobile Nav */
/* line 154, sass/_library.scss */
.lib_nav_mobile {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding: 4px 20px;
  margin: 5px 0;
  text-align: center;
  background: #eaeaea;
}
/* line 163, sass/_library.scss */
.lib_nav_mobile:hover {
  cursor: pointer;
  background: #383637;
  color: #fff;
}
/* line 168, sass/_library.scss */
.lib_nav_mobile.active {
  background: #383637;
  color: #fff;
}

/* Library Content Feeds */
/* line 176, sass/_library.scss */
.library_con {
  background: #fff;
}
/* line 178, sass/_library.scss */
.library_con .lib-section {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 182, sass/_library.scss */
.library_con .lib-section .lib_con_item {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  width: 100%;
}
/* line 192, sass/_library.scss */
.library_con .lib-section.active .lib_con_item {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (min-width: 768px) {
  /* line 178, sass/_library.scss */
  .library_con .lib-section {
    max-width: calc(83% + 30px);
  }
  /* line 206, sass/_library.scss */
  .library_con .lib-section.active {
    padding: 40px 0 30px 0;
    max-width: calc(83% + 30px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  /* line 216, sass/_library.scss */
  .lib_con li.active .lib_con_item {
    padding: 30px 0;
  }
}
/* line 221, sass/_library.scss */
.lib_con_item_box {
  float: left;
  font-size: 12px;
  text-align: left;
  margin: 0 15px 15px 15px;
  width: calc(50% - 30px);
}

@media (min-width: 768px) {
  /* line 230, sass/_library.scss */
  .lib_con_item_box {
    margin: 0 10px 10px 10px;
    width: calc(33% - 30px);
  }

  /* line 235, sass/_library.scss */
  .lib_con_item_cover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1024px) {
  /* line 242, sass/_library.scss */
  .lib_con_item_box {
    width: calc(25% - 30px);
  }
}
/* line 247, sass/_library.scss */
.lib_con_item_cover {
  margin: 10px auto;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 258, sass/_library.scss */
.lib_con_item_desc_info {
  font-weight: bold;
}

/* line 262, sass/_library.scss */
.lib_con_item_desc a:hover {
  text-decoration: underline;
}

/*---- library - Channels Tab ----*/
/* line 268, sass/_library.scss */
.lib_con_item_box.channel {
  width: calc(50% - 30px);
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 280, sass/_library.scss */
  .lib_con_item_box.channel {
    margin: 15px 10px 15px 10px;
    width: calc(100% - 20px);
  }
}
/* 16:9 Ratio */
/* line 287, sass/_library.scss */
.lib_con_item_cover.channel {
  padding-top: 56.25%;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 769px) {
  /* line 296, sass/_library.scss */
  .lib_con_item_box.channel:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 300, sass/_library.scss */
  .lib_con_item_cover.channel:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 306, sass/_library.scss */
.lib_con_item_desc.channel {
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-top-width: 0;
  padding: 20px 20px 30px 20px;
}

/* line 313, sass/_library.scss */
.channel_title {
  font-size: 18px;
  font-weight: bold;
}

/*---- library - Aktuelles Buch ----*/
/* line 320, sass/_library.scss */
.lib_con_item_box.latest {
  width: calc(33% - 30px);
}

@media (max-width: 768px) {
  /* line 325, sass/_library.scss */
  .lib_con_item_box.latest {
    margin: 0 10px 10px 10px;
    width: calc(100% - 20px);
  }
}
/* line 331, sass/_library.scss */
.lib_con_item_desc.latest {
  width: calc(67% - 30px);
  float: left;
  margin: 10px;
}

@media (max-width: 768px) {
  /* line 338, sass/_library.scss */
  .lib_con_item_desc.latest {
    width: calc(100% - 20px);
    float: none;
  }
}
/* line 343, sass/_library.scss */
.lib_con_item_desc.latest .latest_desc {
  margin: 10px 0;
  font-size: 16px;
}

/* line 348, sass/_library.scss */
.lib_con_item_desc.latest .latest_cta {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 20px;
  /* border: 2px solid #883D7E; */
  display: inline-block;
  /* padding: 5px 15px 5px 25px; */
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 371, sass/_library.scss */
.lib_con_item_desc.latest .latest_cta:hover {
  text-decoration: none;
  /* color:#fff;
  background: #883D7E; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ------------------------------------*/
/* --- Podcast Pages: Related Books -- */
/* ------------------------------------*/
/* line 6, sass/_related-books.scss */
#related_books .inner {
  margin-bottom: 130px;
}

@media (min-width: 769px) {
  /* line 11, sass/_related-books.scss */
  #related_books .section_intro {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 15, sass/_related-books.scss */
  #related_books .section_intro h2 {
    text-align: center;
  }

  /* line 16, sass/_related-books.scss */
  #related_books .inner {
    margin-bottom: 100px;
  }
}
/*Related Books UI*/
/* line 20, sass/_related-books.scss */
.related_books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 30, sass/_related-books.scss */
  .related_books {
    display: block;
  }
}
/* Navigation */
/* line 36, sass/_related-books.scss */
.related_books_nav {
  float: left;
  width: 50%;
  margin-right: 30px;
  text-align: right;
}

@media (max-width: 768px) {
  /* line 44, sass/_related-books.scss */
  .related_books_nav {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
/* line 52, sass/_related-books.scss */
.related_books_nav li {
  font-weight: bold;
  font-size: 28px;
  padding: 0px 20px;
  margin: 7px 0;
  /* display:table; */
  position: relative;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 65, sass/_related-books.scss */
  .related_books_nav li {
    font-size: 22px;
  }
}
/* line 68, sass/_related-books.scss */
.related_books_nav li:hover {
  background: #eaeaea;
  cursor: pointer;
}

/* line 73, sass/_related-books.scss */
.related_books_nav li.active {
  background: #383637;
  color: #fff;
}

@media (min-width: 769px) {
  /* line 79, sass/_related-books.scss */
  .related_books_nav li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  /* line 93, sass/_related-books.scss */
  .related_books_nav li:hover::before {
    border-color: transparent #eaeaea transparent transparent;
  }

  /* line 97, sass/_related-books.scss */
  .related_books_nav li.active::before {
    border-color: transparent #383637 transparent transparent;
  }
}
/* Content */
/* line 103, sass/_related-books.scss */
.related_books_con {
  float: left;
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 768px) {
  /* line 112, sass/_related-books.scss */
  .related_books_con {
    float: none;
    width: 100%;
    padding-bottom: 100%;
    margin-top: 80px;
  }
}
/* line 120, sass/_related-books.scss */
.related_books_con a {
  position: absolute;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 131, sass/_related-books.scss */
.related_books_con a.active {
  -webkit-transform: translateY(0) scale(0.92);
  transform: translateY(0) scale(0.92);
  z-index: 30;
}

/* line 137, sass/_related-books.scss */
.related_books_con a.second {
  z-index: 20;
  -webkit-transform: translateY(-12%) scale(0.82);
  transform: translateY(-12%) scale(0.82);
}

/* line 143, sass/_related-books.scss */
.related_books_con a.third {
  z-index: 10;
  -webkit-transform: translateY(-24%) scale(0.72);
  transform: translateY(-24%) scale(0.72);
}

/* line 149, sass/_related-books.scss */
.related_books_img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
  /* line 158, sass/_related-books.scss */
  .related_books_con a.active:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* --------------------------- */
/* -----bt-News Archiv  --------*/
/* --------------------------- */
/* bt-News Archiv: Header + Wrap */
/* line 7, sass/_btnews.scss */
#btnews_slider > div {
  margin-bottom: 0 !important;
}

/* line 11, sass/_btnews.scss */
#btnews_slider > div > div {
  background-color: transparent !important;
}

/* line 15, sass/_btnews.scss */
#btnews_slider {
  padding-bottom: 40px;
  background-color: rgba(234, 234, 234, 0.5);
}

/* line 20, sass/_btnews.scss */
#btnews {
  padding: 80px 0 50px 0;
}

/* bt-News Archiv: Kategorie Filter */
/* line 26, sass/_btnews.scss */
#btnews_catfilter {
  margin: 80px 0 0px 0;
  background-color: #fff;
  border-bottom: 10px solid #383637;
}

@media (max-width: 768px) {
  /* line 33, sass/_btnews.scss */
  #btnews_catfilter {
    display: none;
  }
}
/* line 36, sass/_btnews.scss */
#btnews_catfilter_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* line 48, sass/_btnews.scss */
.btnews_catfilter_item {
  padding: 15px;
  border-left: 1px solid #d5d5d5;
  width: 100%;
  text-align: center;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #d5d5d5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 62, sass/_btnews.scss */
.btnews_catfilter_item:first-child {
  border-color: transparent;
}

/* line 66, sass/_btnews.scss */
.btnews_catfilter_item.active,
.btnews_catfilter_item:hover {
  background-color: #383637;
  color: #fff;
}

/* bt-News Archiv: Content */
/* line 74, sass/_btnews.scss */
#btnews_teaser_con {
  padding: 60px 15px 30px 15px;
  background-color: #fff;
}

@media (max-width: 768px) {
  /* line 80, sass/_btnews.scss */
  #btnews_teaser_con {
    padding: 40px 10px 20px 10px;
    margin-top: 40px;
  }
}
/* line 86, sass/_btnews.scss */
.btnews_teaser_item {
  width: calc(50% - 30px);
  margin: 0px 15px 30px 15px;
  outline: 1px solid #eaeaea;
  background-color: #fff;
  float: left;
}

@media (max-width: 768px) {
  /* line 95, sass/_btnews.scss */
  .btnews_teaser_item {
    width: calc(100% - 20px);
    margin: 0px 10px 20px 10px;
  }
}
/* line 101, sass/_btnews.scss */
.btnews_teaser_item_img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* line 107, sass/_btnews.scss */
.btnews_teaser_item_txt {
  background: #fff;
  border-top: 1px solid #eaeaea;
  padding: 0 25px 0px 25px;
}

@media (max-width: 600px) {
  /* line 113, sass/_btnews.scss */
  .btnews_teaser_item_txt {
    padding: 0 10px 0px 10px;
  }
}
/* line 118, sass/_btnews.scss */
.btnews_teaser_item_date {
  margin-top: 15px;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1.1;
}

/* line 125, sass/_btnews.scss */
.btnews_teaser_item_cats {
  margin-bottom: 7px;
  font-weight: bold;
  color: #b4b4b4;
  font-size: 16px;
}

@media (max-width: 600px) {
  /* line 133, sass/_btnews.scss */
  .btnews_teaser_item_cats span {
    display: none;
  }
}
/* line 138, sass/_btnews.scss */
.btnews_teaser_item_cats a:hover {
  text-decoration: underline;
}

/* line 142, sass/_btnews.scss */
.btnews_teaser_item_title {
  /* font-weight:400; */
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  /* line 148, sass/_btnews.scss */
  .btnews_teaser_item_title {
    font-size: 26px;
    min-height: 80px;
  }
}
/* line 154, sass/_btnews.scss */
#pagination {
  margin: 50px 0 0 0;
  color: #d5d5d5;
}

/* line 159, sass/_btnews.scss */
#pagination a:hover {
  text-decoration: underline;
}

/* --------------------------- */
/* -----bt-News Single --------*/
/* --------------------------- */
/* line 167, sass/_btnews.scss */
#btnews_single {
  padding: 40px 0;
}

@media (max-width: 768px) {
  /* line 172, sass/_btnews.scss */
  #btnews_single {
    padding: 0;
  }
}
/* line 177, sass/_btnews.scss */
.btnews_single_wrap {
  /* margin:60px auto; */
  margin: 0 auto 60px auto;
  width: 83.33%;
}

@media (max-width: 1024px) {
  /* line 184, sass/_btnews.scss */
  .btnews_single_wrap {
    width: 100%;
  }
}
/* line 187, sass/_btnews.scss */
.btnews_single_img {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* line 194, sass/_btnews.scss */
.btnews_single_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 203, sass/_btnews.scss */
.btnews_single_content {
  padding: 15px 35px 35px 35px;
  margin-top: 25px;
  background: #fff;
  outline: 1px solid #eaeaea;
  width: 70%;
}

@media (max-width: 768px) {
  /* line 213, sass/_btnews.scss */
  .btnews_single_content {
    margin-top: 0;
    padding: 15px;
    width: 100%;
  }
}
/* line 220, sass/_btnews.scss */
.single_meta {
  float: left;
}

/* line 224, sass/_btnews.scss */
.btnews_single_content .single_date {
  font-size: 16px;
  line-height: 1.4;
}

/* line 229, sass/_btnews.scss */
.btnews_single_content .single_cats {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 234, sass/_btnews.scss */
.single_share {
  font-size: 30px;
  margin-top: 15px;
  float: right;
}

/* line 240, sass/_btnews.scss */
.btnews_single_title {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  clear: both;
}

/* line 249, sass/_btnews.scss */
.btnews_single_sidebar {
  margin-top: 25px;
  margin-left: 15px;
  width: 30%;
}

/* line 255, sass/_btnews.scss */
.btnews_single_sidebar_item {
  background: #fff;
  outline: 1px solid #eaeaea;
  padding: 25px 20px;
  margin-bottom: 25px;
}

/* line 262, sass/_btnews.scss */
.btnews_single_sidebar_item h3 {
  margin-bottom: 20px;
}

/* line 266, sass/_btnews.scss */
.btnews_single_sidebar_item .btn {
  font-weight: normal;
  margin: 0 0 5px 0;
  display: block;
}

/* line 272, sass/_btnews.scss */
.btnews_single_sidebar_social h3.txt_bg {
  font-size: 20px;
  margin-left: 3px;
}

/* line 277, sass/_btnews.scss */
.btnews_single_sidebar_social .social_icon {
  width: 40px;
  height: 40px;
  margin: 6px 10px 6px 20px;
}

/* line 283, sass/_btnews.scss */
.btnews_single_sidebar_social .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383637;
  font-weight: bold;
}

@media (min-width: 769px) {
  /* line 295, sass/_btnews.scss */
  .btnews_single_sidebar_social .social_icon:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
/* Formatierungen Single Post */
/* line 304, sass/_btnews.scss */
.btnews_single_content h1 {
  margin-bottom: 25px;
}

/* line 308, sass/_btnews.scss */
.btnews_single_content p {
  margin: 15px 0;
  line-height: 1.4;
}

/* line 313, sass/_btnews.scss */
.gallery {
  margin: 20px 0 !important;
}

/* line 314, sass/_btnews.scss */
.gallery img {
  border: 1px solid #eaeaea !important;
}

/* line 315, sass/_btnews.scss */
.gallery dt {
  margin-right: 10px;
}

/* line 316, sass/_btnews.scss */
.gallery-item {
  margin: 0 !important;
}

/* line 317, sass/_btnews.scss */
.wp-caption-text {
  text-align: left;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
}

/* line 325, sass/_btnews.scss */
.btnews_single_content p.wp-caption-text {
  margin: 0 0 15px 0;
}

/* Single Related Posts */
/* line 331, sass/_btnews.scss */
.single_related {
  padding: 30px 0 60px 0;
}

/* line 335, sass/_btnews.scss */
.single_related #btnews_teaser_con {
  background: transparent;
  padding: 0;
  margin-top: 60px;
}

/*--------------------*/
/*---- NEWSBOX -----*/
/*--------------------*/
/* line 4, sass/_news_ticker.scss */
#newsbox {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  background-color: #AF004A;
  padding: 10px 0;
  z-index: 9998;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  display: none;
}

/* line 18, sass/_news_ticker.scss */
#newsbox.active {
  display: block;
}

/* line 22, sass/_news_ticker.scss */
.newsbox_message {
  float: right;
  padding-right: 30px;
}

/* line 27, sass/_news_ticker.scss */
.newsbox_message li {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* line 37, sass/_news_ticker.scss */
.newsbox_message li.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 45, sass/_news_ticker.scss */
#newsbox_close {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 7px;
  background: transparent url("img/close_cross_1.png") no-repeat center center/contain;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-left: 30px;
}

@media (max-width: 768px) {
  /* line 57, sass/_news_ticker.scss */
  #newsbox {
    font-size: 22px;
    line-height: 1.2;
  }

  /* line 62, sass/_news_ticker.scss */
  #newsbox_close {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }
}
/* line 69, sass/_news_ticker.scss */
#newsbox_close:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 74, sass/_news_ticker.scss */
  #newsbox_close:hover {
    -webkit-transform: scale(0.93) rotate(90deg);
    transform: scale(0.93) rotate(90deg);
  }
}
/* line 80, sass/_news_ticker.scss */
#newsbox a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 86, sass/_news_ticker.scss */
  #newsbox a:hover {
    opacity: 0.8;
  }
}
/*---- Speaker Single --------*/
/* line 3, sass/_team.scss */
#speaker {
  min-height: 600px;
}

/* line 7, sass/_team.scss */
#speaker .inner {
  padding: 60px 0 0 0;
}

@media (max-width: 768px) {
  /* line 12, sass/_team.scss */
  #speaker .inner {
    padding: 30px 0 0 0;
  }
}
/* line 17, sass/_team.scss */
#speaker_col_left {
  float: left;
  width: 45%;
  margin-right: 5%;
}

/* line 23, sass/_team.scss */
#speaker_col_right {
  float: left;
  width: 40%;
  padding-top: 0;
}

@media (max-width: 768px) {
  /* line 30, sass/_team.scss */
  #speaker_col_left,
  #speaker_col_right {
    width: 100%;
    margin: 0;
  }
}
/* line 37, sass/_team.scss */
#speaker_img {
  width: calc(100% - 16px);
  height: 0;
  padding-top: 66.66%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  /* line 47, sass/_team.scss */
  #speaker_img {
    margin-bottom: 40px;
  }
}
/* line 52, sass/_team.scss */
.speaker_kontakt {
  margin: 20px 0;
  float: right;
}

/* line 57, sass/_team.scss */
.speaker_kontakt li {
  margin-bottom: 3px;
}

/* line 61, sass/_team.scss */
.speaker_kontakt a:hover {
  text-decoration: underline;
}

/* line 65, sass/_team.scss */
.speaker_kontakt a::before {
  font-family: 'bt_icons';
  content: "\e913";
  font-size: 20px;
  position: absolute;
  margin-left: -25px;
  margin-top: -1px;
}

/* line 74, sass/_team.scss */
.speaker_kontakt a.Mail::before {
  content: "\e913";
}

/* line 75, sass/_team.scss */
.speaker_kontakt a.Website::before {
  content: "\e900";
}

/* line 76, sass/_team.scss */
.speaker_kontakt a.Facebook::before {
  content: "\e914";
}

/* line 77, sass/_team.scss */
.speaker_kontakt a.Twitter::before {
  content: "\e915";
}

/* line 79, sass/_team.scss */
#speaker_sub {
  margin: 25px 0 15px 0;
}

/* line 83, sass/_team.scss */
#speaker_desc p {
  margin-bottom: 15px;
}

/* Related Speaker */
/* line 89, sass/_team.scss */
#related_speaker .inner {
  padding: 60px 0;
}

/* line 93, sass/_team.scss */
#related_speaker_content {
  margin: 40px 0;
}

/*---- **** Team Archiv **** --------*/
/* Team & Speaker Grid */
/* line 101, sass/_team.scss */
.team_grid_wrap {
  padding: 10px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 117, sass/_team.scss */
.team_grid_wrap.team_wrap {
  padding-bottom: 50px;
}

/* line 121, sass/_team.scss */
.speaker_grid_con {
  width: 31%;
  margin: 1%;
  background: #fff;
  border: 1px solid #eaeaea;
  position: relative;
  padding-bottom: 45px;
}

/* line 131, sass/_team.scss */
.team_grid_con {
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  /* line 136, sass/_team.scss */
  .team_grid_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 141, sass/_team.scss */
  .speaker_grid_con {
    width: 49%;
    margin: 0 0 2% 0;
  }
}
@media (max-width: 600px) {
  /* line 148, sass/_team.scss */
  .team_grid_wrap {
    display: block;
  }

  /* line 152, sass/_team.scss */
  .speaker_grid_con {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
/* line 158, sass/_team.scss */
.speaker_grid_img {
  width: 100%;
  height: 0;
  padding-top: 75%;
}

/* line 164, sass/_team.scss */
.speaker_grid_content {
  padding: 0 25px 20px 25px;
  border-top: 1px solid #eaeaea;
}

@media (max-width: 768px) {
  /* line 170, sass/_team.scss */
  .speaker_grid_content {
    padding: 0 15px 20px 15px;
  }
}
/* line 173, sass/_team.scss */
.speaker_grid_head {
  -webkit-transform: translate(-25px, -15px);
  transform: translate(-25px, -15px);
  margin: 0;
}

@media (max-width: 768px) {
  /* line 180, sass/_team.scss */
  .speaker_grid_head {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
}
/* line 186, sass/_team.scss */
.speaker_grid_sub {
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 191, sass/_team.scss */
.speaker_grid_desc {
  font-size: 16px;
}

/* line 195, sass/_team.scss */
.speaker_grid_btn {
  position: absolute;
  right: 25px;
  bottom: 0;
}

@media (max-width: 768px) {
  /* line 202, sass/_team.scss */
  .speaker_grid_btn {
    right: 15px;
  }
}
/* --- Archiv:  --- */
/* line 209, sass/_team.scss */
.team_sec_intro h2 {
  margin: 40px 0 15px 0px;
}

/* line 213, sass/_team.scss */
.team_sec_intro.team_intro h2 {
  margin-top: 80px;
}

/* line 217, sass/_team.scss */
.team_sec_intro div {
  margin: 0px 0 30px 0px;
}

/* line 221, sass/_team.scss */
.team_sep_img {
  width: 100vw;
  height: 70vh;
  padding: 0;
}

/* line 227, sass/_team.scss */
.team_archiv_partner {
  margin: 30px 0 100px 0;
}

/* line 231, sass/_team.scss */
.team_archiv_partner .logoleiste li {
  margin: 1%;
  outline: 1px solid #eaeaea;
  border: 10px solid #fff;
  height: 80px;
  width: calc(18% - 20px);
}

@media (max-width: 1024px) {
  /* line 240, sass/_team.scss */
  .team_archiv_partner .logoleiste li {
    width: calc(23% - 20px);
  }
}
@media (max-width: 768px) {
  /* line 246, sass/_team.scss */
  .team_archiv_partner .logoleiste li {
    width: calc(31% - 20px);
  }
}
@media (max-width: 600px) {
  /* line 252, sass/_team.scss */
  .team_archiv_partner .logoleiste li {
    width: calc(48% - 20px);
  }
}
/* ----- TagCloud ------ */
/*Book Pages*/
/* line 5, sass/_tags-search.scss */
.tagcloud {
  text-align: center;
}

/* line 9, sass/_tags-search.scss */
.tagcloud a {
  padding: 3px 7px;
  margin: 0 5px;
  background: #f7f7f7;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 19, sass/_tags-search.scss */
  .tagcloud a {
    margin: 5px;
  }
}
/* line 22, sass/_tags-search.scss */
.tagcloud a::before {
  content: "#";
}

@media (min-width: 769px) {
  /* line 27, sass/_tags-search.scss */
  .tagcloud a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/*Search Pages*/
@media (min-width: 769px) {
  /* line 35, sass/_tags-search.scss */
  .no-results-page .tagcloud {
    max-width: 80%;
    margin: 0 auto;
  }
}
/* line 41, sass/_tags-search.scss */
.no-results-page .tagcloud a {
  font-size: 24px;
}

/* -----Search: No-Results --------*/
/* line 47, sass/_tags-search.scss */
.section_intro.no-results-page {
  padding-bottom: 30px;
}

/* line 51, sass/_tags-search.scss */
.hashtags.no-results-page {
  padding: 60px 0 100px 0;
}

/* line 55, sass/_tags-search.scss */
.hashtags.no-results-page h3,
.hashtags.no-results-page h4 {
  margin-bottom: 25px;
}

/* -----Search: Results --------*/
/* line 62, sass/_tags-search.scss */
.search-results-wrap {
  padding-bottom: 60px;
}

/* line 66, sass/_tags-search.scss */
.search-results-post {
  float: left;
  width: 48%;
  margin: 1%;
  outline: 2px solid #eaeaea;
  background-color: #fff;
  position: relative;
}

@media (max-width: 900px) {
  /* line 76, sass/_tags-search.scss */
  .search-results-post {
    width: 100%;
    margin: 20px 0;
    float: none;
  }
}
/* line 83, sass/_tags-search.scss */
.search-results-con {
  float: left;
}

/* line 87, sass/_tags-search.scss */
.search-results-img {
  width: 150px;
  height: 150px;
}

/* line 91, sass/_tags-search.scss */
.search-results-img.no-book {
  width: 140px;
  height: 140px;
  margin: 5px;
}

@media (max-width: 768px) {
  /* line 98, sass/_tags-search.scss */
  .search-results-img {
    width: 120px;
    height: 120px;
  }

  /* line 102, sass/_tags-search.scss */
  .search-results-img.no-book {
    width: 112px;
    height: 112px;
    margin: 4px;
  }
}
/* line 109, sass/_tags-search.scss */
.search-results-desc {
  width: calc(100% - 174px);
  text-align: left;
  margin: 12px;
}

/* line 115, sass/_tags-search.scss */
.search-results-con .btn-arr {
  position: absolute;
  right: 25px;
  bottom: 0;
}

@media (max-width: 768px) {
  /* line 122, sass/_tags-search.scss */
  .search-results-desc {
    width: calc(100% - 139px);
    margin: 10px 0;
    border-left: 1px solid #eaeaea;
    padding-left: 10px;
  }

  /* line 128, sass/_tags-search.scss */
  .search-results-desc .h3 {
    font-size: 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  /* line 134, sass/_tags-search.scss */
  .search-results-con .btn-arr {
    /* right:15px;
    bottom: -10px; */
    position: static;
    right: 0;
    bottom: 0;
    text-align: left !important;
    display: block;
  }
}
/* -----Book: Slideshow------ */
/* line 2, sass/_podcast-books.scss */
.book_slideshow {
  min-height: 120px;
}
/* line 4, sass/_podcast-books.scss */
.book_slideshow img {
  width: 100%;
}
/* line 7, sass/_podcast-books.scss */
.book_slideshow .desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 7, sass/_podcast-books.scss */
  .book_slideshow .desktop {
    display: block;
  }
}
/* line 13, sass/_podcast-books.scss */
.book_slideshow .mobile {
  display: block;
}
@media (min-width: 768px) {
  /* line 13, sass/_podcast-books.scss */
  .book_slideshow .mobile {
    display: none;
  }
}

/* -----Book: Main Content ----- */
/* line 22, sass/_podcast-books.scss */
#book_content {
  padding-bottom: 35px;
  position: relative;
  z-index: 9998;
}

/* -----Book: Cover------ */
/* line 29, sass/_podcast-books.scss */
#book_content .book_cover {
  width: 30%;
  height: 0;
  padding-top: 30%;
  float: right;
  margin-top: -100px;
  /* position: relative;
  z-index: 9999; */
}

@media (max-width: 768px) {
  /* line 40, sass/_podcast-books.scss */
  #book_content .book_cover {
    width: 100%;
    padding-top: 100%;
    margin: -50px auto 30px auto;
  }
}
/* line 47, sass/_podcast-books.scss */
#book_intro {
  display: flex;
  flex-flow: row;
  align-items: right;
  justify-content: space-evenly;
  width: 80%;
  padding: 0 40px 35px 40px;
  height: 25px;
}
@media (max-width: 768px) {
  /* line 47, sass/_podcast-books.scss */
  #book_intro {
    flex-flow: column;
    height: 100%;
  }
}
/* line 61, sass/_podcast-books.scss */
#book_intro .holder {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
  color: #383637;
}
@media (max-width: 768px) {
  /* line 61, sass/_podcast-books.scss */
  #book_intro .holder {
    padding-bottom: 7px;
    justify-content: right;
  }
}
/* line 74, sass/_podcast-books.scss */
#book_intro .inside_txt {
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -3px;
}
/* line 80, sass/_podcast-books.scss */
#book_intro .intro_icon {
  font-family: 'bt_icons', sans-serif;
  font-weight: normal;
  background-color: #383637;
  color: white;
  font-size: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
}
/* line 92, sass/_podcast-books.scss */
#book_intro .download::before {
  content: "\e902";
}
/* line 95, sass/_podcast-books.scss */
#book_intro .rss::before {
  content: "\e91b";
}
/* line 98, sass/_podcast-books.scss */
#book_intro .pdf::before {
  content: "\e91d";
}
/* line 102, sass/_podcast-books.scss */
#book_intro .share::before {
  content: "\e901";
}

/* -----Book Desc (Category Page)------ */
/* line 109, sass/_podcast-books.scss */
#book_content .book_desc_wrap {
  margin: 40px 6% 0 8%;
  width: 56%;
  float: left;
}

@media (max-width: 768px) {
  /* line 116, sass/_podcast-books.scss */
  #book_content .book_desc_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 122, sass/_podcast-books.scss */
#book_content .book_desc_head {
  margin-bottom: 15px;
}

/* line 126, sass/_podcast-books.scss */
#book_content .book_desc {
  display: none;
}

/* line 127, sass/_podcast-books.scss */
#book_content .book_desc_intro {
  display: block;
}

/* line 129, sass/_podcast-books.scss */
.mo {
  text-align: right;
  padding: 2px 0;
  display: block;
  float: right;
  margin: 5px 0 !important;
}

/* line 136, sass/_podcast-books.scss */
.mo:hover {
  cursor: pointer;
}

/* line 137, sass/_podcast-books.scss */
.mo::after {
  content: "weiterlesen";
}

/* line 138, sass/_podcast-books.scss */
.mo.active::after {
  content: "schließen";
}

/* -----Book: Copyright Meta ------ */
/* line 141, sass/_podcast-books.scss */
#book_meta {
  color: #9a9a9a;
  margin: 20px auto;
}

/* line 146, sass/_podcast-books.scss */
#book_meta_date {
  font-size: 14px;
  margin-bottom: 7px;
}

/* line 151, sass/_podcast-books.scss */
#book_meta_copyright {
  font-size: 11px;
}

/* -----Book: Material ------ */
/* line 157, sass/_podcast-books.scss */
#book_material {
  color: #fff;
  padding: 100px 0;
}

@media (max-width: 768px) {
  /* line 163, sass/_podcast-books.scss */
  #book_material {
    padding: 40px 0;
  }

  /* line 164, sass/_podcast-books.scss */
  .book_material_wrap {
    margin: 15px;
  }
}
/* line 169, sass/_podcast-books.scss */
.book_material_content {
  width: 60%;
  float: left;
}

/* line 173, sass/_podcast-books.scss */
.book_material_note {
  margin: 0 0 35px 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  /* line 179, sass/_podcast-books.scss */
  .book_material_content {
    width: 100%;
  }

  /* line 182, sass/_podcast-books.scss */
  .book_material_note {
    font-size: 18px;
  }
}
/* line 187, sass/_podcast-books.scss */
.book_material_desc {
  margin: 15px 0 30px 0;
}

/* line 189, sass/_podcast-books.scss */
.book_material_link_wrap {
  padding-left: 35px;
  position: relative;
}

/* line 193, sass/_podcast-books.scss */
.book_material_link_wrap::before {
  font-family: 'bt_icons' !important;
  content: "\e902";
  position: absolute;
  left: 6px;
  top: 1px;
  line-height: 1;
  font-size: 24px;
}

/* line 202, sass/_podcast-books.scss */
.book_material_link_desc {
  font-weight: bold;
}

/* line 203, sass/_podcast-books.scss */
a.book_material_link {
  color: #fff;
}

/* line 204, sass/_podcast-books.scss */
a.book_material_link:hover {
  /* color:#883D7E;  */
  text-decoration: underline;
}

/* line 209, sass/_podcast-books.scss */
.book_material_img_wrap {
  margin-left: 7%;
  width: 33%;
  float: right;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 217, sass/_podcast-books.scss */
.book_material_img {
  width: 100%;
  height: 0;
  padding-top: 120%;
}

@media (min-width: 769px) {
  /* line 223, sass/_podcast-books.scss */
  .book_material_img_wrap:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (max-width: 768px) {
  /* line 231, sass/_podcast-books.scss */
  .book_material_img_wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* -----Book: Thank You------ */
/* line 240, sass/_podcast-books.scss */
#book_thanks {
  background: #ececec;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #d7d7d7;
}

@media (min-width: 769px) {
  /* line 249, sass/_podcast-books.scss */
  #book_thanks {
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
/* line 256, sass/_podcast-books.scss */
.book_thanks_img {
  /* background: #ececec url('../img/danke_bg.jpg') no-repeat center top/contain; */
  width: 100%;
  height: 0;
  padding-top: 40%;
}

/* line 263, sass/_podcast-books.scss */
#book_thanks_content {
  margin-top: -130px;
}

@media (max-width: 1024px) {
  /* line 268, sass/_podcast-books.scss */
  #book_thanks_content {
    margin-top: -70px;
  }
}
@media (max-width: 768px) {
  /* line 272, sass/_podcast-books.scss */
  #book_thanks_content {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 276, sass/_podcast-books.scss */
  .book_thanks_content_head {
    font-size: 24px;
    margin-top: -30px;
  }
}
/* line 282, sass/_podcast-books.scss */
.book_thanks_content_desc {
  margin: 30px auto 50px auto;
}

/* line 286, sass/_podcast-books.scss */
#book_thanks_content .btn {
  border: 2px solid #883D7E;
  padding: 10px 15px;
}

/* line 291, sass/_podcast-books.scss */
#book_thanks_content .btn:hover {
  background-color: #883D7E;
  color: #fff;
  text-decoration: none;
}

/* -----Book: Tracklist-Modul ------ */
/* Outter wrap */
/* line 4, sass/_tracklist-books.scss */
#book_tracklist_wrap {
  padding-bottom: 60px;
}

/* Intro section */
/* line 9, sass/_tracklist-books.scss */
#book_tracklist_intro {
  border-top: 10px solid #383637;
  background: #fff;
  margin: 0px auto;
  padding: 30px 40px;
  display: none;
}

/* line 17, sass/_tracklist-books.scss */
#episodes {
  border-top: 10px solid #383637;
}

/* line 21, sass/_tracklist-books.scss */
#book_tracklist_intro.active {
  display: block;
}

/* line 25, sass/_tracklist-books.scss */
.book_tracklist_intro_row {
  padding: 25px 25px 25px 50px;
}

@media (max-width: 768px) {
  /* line 30, sass/_tracklist-books.scss */
  .book_tracklist_intro_row {
    padding: 10px 0;
  }

  /* line 33, sass/_tracklist-books.scss */
  #book_tracklist_intro {
    padding: 20px 10px;
  }
}
/* line 38, sass/_tracklist-books.scss */
.book_tracklist_intro_row:first-child {
  border-bottom: 1px solid #eaeaea;
}

/* line 42, sass/_tracklist-books.scss */
.book_tracklist_intro_col {
  float: left;
}

/* line 46, sass/_tracklist-books.scss */
.book_tracklist_intro_col:nth-child(1) {
  width: 58%;
  margin-right: 4%;
}

/* line 51, sass/_tracklist-books.scss */
.book_tracklist_intro_col:nth-child(2) {
  width: 38%;
}

@media (max-width: 768px) {
  /* line 56, sass/_tracklist-books.scss */
  .book_tracklist_intro_col {
    width: 100% !important;
    margin-right: 0;
  }
}
/* line 62, sass/_tracklist-books.scss */
.book_tracklist_intro_col:nth-child(1) h3 {
  margin-bottom: 15px;
}

/* line 66, sass/_tracklist-books.scss */
.book_tracklist_intro_col:nth-child(1) .btn {
  margin: 4px 0;
  float: right;
}

/* line 71, sass/_tracklist-books.scss */
.book_tracklist_speaker_img {
  width: 100%;
  height: 0;
  padding-top: 60%;
}

/*Second Row*/
/* line 79, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2) h5 {
  margin-bottom: 20px;
}

/* line 83, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2) .tagcloud {
  text-align: left !important;
}

/* line 87, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2)
.book_tracklist_intro_col:nth-child(2) {
  font-size: 16px;
  line-height: 1.1;
}

/* line 93, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2)
.book_tracklist_intro_col:nth-child(2) .btn {
  margin: 0;
}

/* line 98, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2)
.book_tracklist_intro_col:nth-child(2) .btn_con:first-child,
.book_tracklist_intro_row:nth-child(2)
.book_tracklist_intro_col:nth-child(2) .btn_con:nth-child(2) {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  /* line 106, sass/_tracklist-books.scss */
  .book_tracklist_intro_row:nth-child(2)
  .book_tracklist_intro_col:nth-child(2) .btn_con:first-child {
    margin-top: 30px;
  }
}
/* line 112, sass/_tracklist-books.scss */
.book_tracklist_intro_row:nth-child(2)
.book_tracklist_intro_col:nth-child(2) .btn_con p {
  padding-left: 30px;
}

/* line 118, sass/_tracklist-books.scss */
.book_tracklist_intro_row .btn {
  margin-bottom: 0px;
}
/* line 121, sass/_tracklist-books.scss */
.book_tracklist_intro_row .btn.share::before {
  content: "\e901";
  font-weight: normal;
  font-size: 25px;
  margin-top: -5px;
}
/* line 127, sass/_tracklist-books.scss */
.book_tracklist_intro_row .book_tracklist_intro_row
.btn.dwnld::before {
  content: "\e902";
  font-weight: normal;
  font-size: 25px;
  margin-top: -5px;
}
/* line 134, sass/_tracklist-books.scss */
.book_tracklist_intro_row .book_tracklist_intro_row
.btn.rss::before {
  content: "\e91b";
  font-weight: normal;
  font-size: 25px;
  margin-top: -5px;
}

/*----- Tracklist Sections -----*/
/* line 144, sass/_tracklist-books.scss */
.book_tracklist {
  background: #fff;
  margin: 0px auto;
  padding: 10px 40px;
  display: none;
}

/* line 152, sass/_tracklist-books.scss */
.single .book_tracklist {
  border-top: 10px solid #383637;
}

/* line 156, sass/_tracklist-books.scss */
.book_tracklist.active {
  display: block;
}

@media (max-width: 768px) {
  /* line 162, sass/_tracklist-books.scss */
  .book_tracklist {
    padding: 0;
  }
}
/* line 165, sass/_tracklist-books.scss */
.tracklist {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  line-height: 1;
  color: #9A9A9A;
}

/* line 171, sass/_tracklist-books.scss */
.tracklist li.track {
  padding: 10px 10px;
  border-bottom: 1px solid #d5d5d5;
  /* overflow:hidden; */
  display: none;
}

/* line 177, sass/_tracklist-books.scss */
.tracklist li.track.show {
  display: block;
}

/* line 181, sass/_tracklist-books.scss */
.tracklist li.track.show.last {
  border-color: transparent;
}

/* line 184, sass/_tracklist-books.scss */
.single .tracklist li.track {
  border: none;
}

/* line 188, sass/_tracklist-books.scss */
.tracklist li.track ul li {
  display: inline-block;
  vertical-align: middle;
}

/* line 193, sass/_tracklist-books.scss */
ul.track_inner_left {
  width: 100%;
}

/* line 197, sass/_tracklist-books.scss */
ul.track_inner_right {
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 203, sass/_tracklist-books.scss */
  ul.track_inner_left {
    width: 20%;
    float: left;
  }

  /* line 207, sass/_tracklist-books.scss */
  ul.track_inner_right {
    width: 80%;
    float: right;
    text-align: right;
  }
}
/* line 214, sass/_tracklist-books.scss */
.track_share::before {
  content: "\e901";
}

/* line 218, sass/_tracklist-books.scss */
.track_dwnld {
  display: none;
}
/* line 220, sass/_tracklist-books.scss */
.track_dwnld::before {
  display: none;
}

@media (min-width: 768px) {
  /* line 227, sass/_tracklist-books.scss */
  .track.active .track_dwnld .track_dwnld_btn {
    cursor: default;
    color: #383637;
  }
  /* line 230, sass/_tracklist-books.scss */
  .track.active .track_dwnld .track_dwnld_btn:hover {
    cursor: pointer;
    color: #883D7E;
  }

  /* line 236, sass/_tracklist-books.scss */
  .track_dwnld {
    display: block;
  }
  /* line 238, sass/_tracklist-books.scss */
  .track_dwnld .track_dwnld_btn {
    color: #9a9a9a;
    cursor: default;
  }
  /* line 241, sass/_tracklist-books.scss */
  .track_dwnld .track_dwnld_btn::before {
    content: "\e902";
  }
}
/* line 248, sass/_tracklist-books.scss */
.track_icon {
  font-family: 'bt_icons', sans-serif;
  font-size: 30px;
}
/* line 251, sass/_tracklist-books.scss */
.track_icon:hover {
  cursor: pointer;
  color: #883D7E;
}

/* line 256, sass/_tracklist-books.scss */
.track_counter {
  font-weight: bold;
  font-size: 20px;
}

/* line 261, sass/_tracklist-books.scss */
.track_play {
  margin: 0 20px;
}

/* line 265, sass/_tracklist-books.scss */
.track_play::before {
  content: "\e90e";
  font-size: 34px;
}

/* line 270, sass/_tracklist-books.scss */
.track_play.active::before {
  color: #883D7E;
}

/* line 274, sass/_tracklist-books.scss */
.track_title {
  font-weight: bold;
}

/* line 278, sass/_tracklist-books.scss */
.track_title:hover {
  cursor: pointer;
}

/* line 282, sass/_tracklist-books.scss */
.track.active .track_title:hover {
  cursor: default;
}

@media (max-width: 768px) {
  /* line 287, sass/_tracklist-books.scss */
  .track_title {
    width: 100%;
    padding: 10px 0;
  }
}
/*Progress-Bar*/
/* line 291, sass/_tracklist-books.scss */
.track_progress {
  background: #d5d5d5;
  width: 40px;
  height: 10px;
  border-radius: 10px;
}

/* Aktiv -> .track_progress.active::before ?*/
/* line 299, sass/_tracklist-books.scss */
.track_progress::before {
  content: "";
  width: 50%;
  height: 10px;
  background-color: #9a9a9a;
  display: block;
  border-radius: 10px 0 0 10px;
}

/* line 308, sass/_tracklist-books.scss */
.track.active .track_progress::before {
  background-color: #383637;
}

@media (max-width: 768px) {
  /* line 313, sass/_tracklist-books.scss */
  .tracklist li.track ul li.track_progress {
    display: none;
  }
}
/* line 318, sass/_tracklist-books.scss */
.track_time {
  display: none;
}

@media (min-width: 768px) {
  /* line 323, sass/_tracklist-books.scss */
  .track_time {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 25px;
  }
}
/* line 330, sass/_tracklist-books.scss */
.track_tab_btn::before {
  content: "\e906";
  font-size: 30px;
}

/* line 335, sass/_tracklist-books.scss */
.track.active .track_tab_btn::before {
  content: "\e904";
  font-size: 30px;
  color: #883D7E;
}

/* line 341, sass/_tracklist-books.scss */
.track_content {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4;
  padding: 20px 0;
  margin-left: 102px;
  max-width: 630px;
  display: none;
}

@media (max-width: 768px) {
  /* line 351, sass/_tracklist-books.scss */
  .track_content {
    margin-left: 0;
  }
}
/* line 356, sass/_tracklist-books.scss */
.track.active .track_content {
  display: block;
}

/* line 360, sass/_tracklist-books.scss */
.track.active {
  color: #383637;
}

/* line 364, sass/_tracklist-books.scss */
.track.active .track_play {
  color: #9a9a9a;
}

/* line 368, sass/_tracklist-books.scss */
.track.active .track_play:hover {
  color: #883D7E;
}

/* line 372, sass/_tracklist-books.scss */
.link_bibleserver {
  padding-top: 10px;
}

/* line 375, sass/_tracklist-books.scss */
.link_bibleserver a {
  font-weight: bold;
}

/* line 379, sass/_tracklist-books.scss */
.link_bibleserver a:hover {
  text-decoration: underline;
}

/*---- Tracklist Menu -------*/
/* line 386, sass/_tracklist-books.scss */
#tracklist_filter {
  background-color: #fff;
}

/* Tracklist Main Menu */
/* line 392, sass/_tracklist-books.scss */
ul#tracklist_filter_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  /* line 405, sass/_tracklist-books.scss */
  ul#tracklist_filter_menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
/* line 412, sass/_tracklist-books.scss */
li.tlf_menu_item,
li.tlf_menu_special,
li.tlf_menu_item-single {
  padding: 15px;
  border-left: 1px solid #d5d5d5;
  width: 100%;
  text-align: right;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #a6a6a6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 429, sass/_tracklist-books.scss */
  li.tlf_menu_item,
  li.tlf_menu_special,
  li.tlf_menu_item-single {
    font-size: 16px;
    padding: 10px;
  }
}
/* line 437, sass/_tracklist-books.scss */
li.tlf_menu_item:first-child,
li.tlf_menu_special:first-child,
li.tlf_menu_item-single:first-child {
  border-color: transparent;
}

/* line 443, sass/_tracklist-books.scss */
li.tlf_menu_item.active,
li.tlf_menu_item:hover,
li.tlf_menu_special.active,
li.tlf_menu_special:hover,
li.tlf_menu_item-single.active,
li.tlf_menu_item-single:hover {
  background-color: #383637;
  color: #fff;
}

/* line 453, sass/_tracklist-books.scss */
li.tlf_menu_item:hover,
li.tlf_menu_special:hover,
li.tlf_menu_item-single:hover {
  cursor: pointer;
}

/* line 459, sass/_tracklist-books.scss */
li.tlf_menu_item-single:first-child:hover {
  cursor: default;
}

/* line 463, sass/_tracklist-books.scss */
li.tlf_menu_item.inactive,
li.tlf_menu_special.inactive,
li.tlf_menu_item-single.inactive {
  /* color:transparent; */
  pointer-events: none;
  /* border-left:none; */
  opacity: .45;
}

/* line 472, sass/_tracklist-books.scss */
li.tlf_menu_item:nth-child(3) {
  border-left: 1px solid #d5d5d5;
}

/* Tracklist Sub-Menu */
/* line 478, sass/_tracklist-books.scss */
.tlf_sub_menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; */
  background-color: #383637;
  border-top: 1px solid #eaeaea;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 493, sass/_tracklist-books.scss */
.tlf_sub_menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 499, sass/_tracklist-books.scss */
li.tlf_sub_menu_item,
li.tlf_sub_menu_desc {
  padding: 10px 15px;
  /* width: 100%; */
  text-align: center;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  position: relative;
  /* -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; */
}

/* line 514, sass/_tracklist-books.scss */
li.tlf_sub_menu_item {
  width: calc(8% - 30px);
}

/* line 515, sass/_tracklist-books.scss */
li.tlf_sub_menu_desc {
  width: calc(20% - 30px);
}

@media (max-width: 768px) {
  /* line 518, sass/_tracklist-books.scss */
  li.tlf_sub_menu_item,
  li.tlf_sub_menu_desc {
    padding: 10px 5px;
    font-size: 15px;
  }

  /* line 523, sass/_tracklist-books.scss */
  li.tlf_sub_menu_item {
    width: calc(25% - 10px);
  }

  /* line 524, sass/_tracklist-books.scss */
  li.tlf_sub_menu_desc {
    display: none;
  }
}
/* line 528, sass/_tracklist-books.scss */
li.tlf_sub_menu_item {
  display: none;
}

/* line 532, sass/_tracklist-books.scss */
li.tlf_sub_menu_item.show {
  display: block;
}

/* line 537, sass/_tracklist-books.scss */
li.tlf_sub_menu_item:hover {
  cursor: pointer;
  background: #d5d5d5;
  color: #383637;
}

/* line 543, sass/_tracklist-books.scss */
li.tlf_sub_menu_item.active:hover {
  color: #fff;
}

/* line 547, sass/_tracklist-books.scss */
li.tlf_sub_menu_item.active {
  background: #883D7E;
}

@media (min-width: 769px) {
  /* line 552, sass/_tracklist-books.scss */
  li.tlf_sub_menu_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0px 12px;
    border-color: transparent transparent transparent transparent;
  }

  /* line 567, sass/_tracklist-books.scss */
  li.tlf_sub_menu_item:hover::after {
    border-color: #d5d5d5 transparent transparent transparent;
  }

  /* line 571, sass/_tracklist-books.scss */
  li.tlf_sub_menu_item.active::after,
  li.tlf_sub_menu_item.active:hover::after {
    border-color: #883D7E transparent transparent transparent;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 24, sass/_plyr-orig.scss */
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: rtl;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

/* line 38, sass/_plyr-orig.scss */
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

/* line 45, sass/_plyr-orig.scss */
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 50, sass/_plyr-orig.scss */
.plyr:focus {
  outline: 0;
}

/* line 53, sass/_plyr-orig.scss */
.plyr--full-ui {
  box-sizing: border-box;
}

/* line 56, sass/_plyr-orig.scss */
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

/* line 61, sass/_plyr-orig.scss */
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

/* line 67, sass/_plyr-orig.scss */
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

/* line 75, sass/_plyr-orig.scss */
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 78, sass/_plyr-orig.scss */
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

/* line 91, sass/_plyr-orig.scss */
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

/* line 100, sass/_plyr-orig.scss */
.plyr__captions .plyr__caption div {
  display: inline;
}

/* line 103, sass/_plyr-orig.scss */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 107, sass/_plyr-orig.scss */
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  /* line 113, sass/_plyr-orig.scss */
  .plyr__captions {
    font-size: 18px;
  }
}
/* line 117, sass/_plyr-orig.scss */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 120, sass/_plyr-orig.scss */
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

/* line 123, sass/_plyr-orig.scss */
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

/* line 135, sass/_plyr-orig.scss */
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

/* line 142, sass/_plyr-orig.scss */
.plyr__control:focus {
  outline: 0;
}

/* line 145, sass/_plyr-orig.scss */
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(196, 101, 183, 0.5);
  outline: 0;
}

/* line 149, sass/_plyr-orig.scss */
a.plyr__control {
  text-decoration: none;
}

/* line 152, sass/_plyr-orig.scss */
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

/* line 156, sass/_plyr-orig.scss */
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

/* line 162, sass/_plyr-orig.scss */
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #883D7E;
  color: #fff;
}

/* line 168, sass/_plyr-orig.scss */
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #883D7E;
  color: #fff;
}

/* line 174, sass/_plyr-orig.scss */
.plyr__control--overlaid {
  background: rgba(196, 101, 183, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 187, sass/_plyr-orig.scss */
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 191, sass/_plyr-orig.scss */
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #883D7E;
}

/* line 195, sass/_plyr-orig.scss */
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 199, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 202, sass/_plyr-orig.scss */
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 205, sass/_plyr-orig.scss */
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

/* line 211, sass/_plyr-orig.scss */
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

/* line 215, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

/* line 218, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

/* line 222, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

/* line 225, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

/* line 228, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

/* line 233, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

/* line 236, sass/_plyr-orig.scss */
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

/* line 239, sass/_plyr-orig.scss */
.plyr__controls:empty {
  display: none;
}

/* line 242, sass/_plyr-orig.scss */
.plyr--audio .plyr__controls {
  background: #383637;
  border-radius: inherit;
  color: #fff;
  padding: 10px;
}

/* line 248, sass/_plyr-orig.scss */
.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 262, sass/_plyr-orig.scss */
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
/* line 266, sass/_plyr-orig.scss */
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* line 271, sass/_plyr-orig.scss */
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}

/* line 277, sass/_plyr-orig.scss */
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

/* line 283, sass/_plyr-orig.scss */
.plyr__menu {
  display: flex;
  position: relative;
}

/* line 287, sass/_plyr-orig.scss */
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

/* line 290, sass/_plyr-orig.scss */
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

/* line 293, sass/_plyr-orig.scss */
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

/* line 296, sass/_plyr-orig.scss */
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 311, sass/_plyr-orig.scss */
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 315, sass/_plyr-orig.scss */
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

/* line 325, sass/_plyr-orig.scss */
.plyr__menu__container [role="menu"] {
  padding: 7px;
}

/* line 328, sass/_plyr-orig.scss */
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

/* line 332, sass/_plyr-orig.scss */
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

/* line 336, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 348, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

/* line 353, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 360, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

/* line 363, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

/* line 367, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

/* line 371, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

/* line 379, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

/* line 383, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 395, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

/* line 399, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
}

/* line 402, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]::after,
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  border-radius: 100%;
}

/* line 406, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

/* line 416, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

/* line 427, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #883D7E;
}

/* line 430, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* line 434, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 438, sass/_plyr-orig.scss */
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

/* line 447, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #883D7E;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

/* line 460, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

/* line 470, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

/* line 482, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

/* line 491, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}

/* line 501, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

/* line 506, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

/* line 516, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

/* line 525, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

/* line 535, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

/* line 546, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

/* line 549, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

/* line 552, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

/* line 555, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(196, 101, 183, 0.5);
  outline: 0;
}

/* line 559, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(196, 101, 183, 0.5);
  outline: 0;
}

/* line 563, sass/_plyr-orig.scss */
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(196, 101, 183, 0.5);
  outline: 0;
}

/* line 567, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 570, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 573, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 576, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 579, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 582, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* line 585, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

/* line 588, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

/* line 591, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

/* line 594, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 597, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 600, sass/_plyr-orig.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 603, sass/_plyr-orig.scss */
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

/* line 617, sass/_plyr-orig.scss */
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 620, sass/_plyr-orig.scss */
.plyr__time {
  font-size: 14px;
}

/* line 623, sass/_plyr-orig.scss */
.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* line 628, sass/_plyr-orig.scss */
  .plyr__time + .plyr__time {
    display: none;
  }
}
/* line 632, sass/_plyr-orig.scss */
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 635, sass/_plyr-orig.scss */
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

/* line 656, sass/_plyr-orig.scss */
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 669, sass/_plyr-orig.scss */
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

/* line 675, sass/_plyr-orig.scss */
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 678, sass/_plyr-orig.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 684, sass/_plyr-orig.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

/* line 688, sass/_plyr-orig.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 694, sass/_plyr-orig.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

/* line 699, sass/_plyr-orig.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

/* line 710, sass/_plyr-orig.scss */
.plyr--video {
  background: #000;
  overflow: hidden;
}

/* line 714, sass/_plyr-orig.scss */
.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 717, sass/_plyr-orig.scss */
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 724, sass/_plyr-orig.scss */
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

/* line 729, sass/_plyr-orig.scss */
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 742, sass/_plyr-orig.scss */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

/* line 747, sass/_plyr-orig.scss */
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

/* line 752, sass/_plyr-orig.scss */
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

/* line 758, sass/_plyr-orig.scss */
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

/* line 762, sass/_plyr-orig.scss */
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

/* line 766, sass/_plyr-orig.scss */
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 778, sass/_plyr-orig.scss */
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

/* line 781, sass/_plyr-orig.scss */
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

/* line 787, sass/_plyr-orig.scss */
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}

/* line 793, sass/_plyr-orig.scss */
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

/* line 797, sass/_plyr-orig.scss */
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

/* line 801, sass/_plyr-orig.scss */
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

/* line 804, sass/_plyr-orig.scss */
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

/* line 820, sass/_plyr-orig.scss */
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 823, sass/_plyr-orig.scss */
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

/* line 826, sass/_plyr-orig.scss */
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

/* line 832, sass/_plyr-orig.scss */
.plyr__volume input[type="range"] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  /* line 838, sass/_plyr-orig.scss */
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  /* line 843, sass/_plyr-orig.scss */
  .plyr__volume {
    max-width: 110px;
  }
}
/* line 847, sass/_plyr-orig.scss */
.plyr--is-ios .plyr__volume {
  display: none !important;
}

/* line 850, sass/_plyr-orig.scss */
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
  display: none !important;
}

/* line 853, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 860, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 867, sass/_plyr-orig.scss */
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 874, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 877, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 880, sass/_plyr-orig.scss */
.plyr:fullscreen video {
  height: 100%;
}

/* line 883, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 887, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 891, sass/_plyr-orig.scss */
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 895, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 901, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 907, sass/_plyr-orig.scss */
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 913, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 916, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 919, sass/_plyr-orig.scss */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 922, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 925, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 928, sass/_plyr-orig.scss */
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 931, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

/* line 934, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

/* line 937, sass/_plyr-orig.scss */
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 941, sass/_plyr-orig.scss */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  /* line 944, sass/_plyr-orig.scss */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  /* line 947, sass/_plyr-orig.scss */
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* line 951, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 958, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 961, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 965, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 971, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 974, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 977, sass/_plyr-orig.scss */
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 981, sass/_plyr-orig.scss */
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* line 985, sass/_plyr-orig.scss */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 992, sass/_plyr-orig.scss */
.plyr:-moz-full-screen video {
  height: 100%;
}

/* line 995, sass/_plyr-orig.scss */
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 999, sass/_plyr-orig.scss */
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1005, sass/_plyr-orig.scss */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1008, sass/_plyr-orig.scss */
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1011, sass/_plyr-orig.scss */
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1015, sass/_plyr-orig.scss */
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1019, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1026, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 1029, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 1033, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1039, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1042, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1045, sass/_plyr-orig.scss */
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1049, sass/_plyr-orig.scss */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
/* line 1053, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

/* line 1066, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 1069, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

/* line 1073, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1079, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1082, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1085, sass/_plyr-orig.scss */
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1089, sass/_plyr-orig.scss */
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
/* line 1093, sass/_plyr-orig.scss */
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 1104, sass/_plyr-orig.scss */
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 1110, sass/_plyr-orig.scss */
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

/* line 1123, sass/_plyr-orig.scss */
.plyr__ads::after:empty {
  display: none;
}

/* line 1126, sass/_plyr-orig.scss */
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

/* line 1138, sass/_plyr-orig.scss */
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

/* line 1153, sass/_plyr-orig.scss */
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* line 1157, sass/_plyr-orig.scss */
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1170, sass/_plyr-orig.scss */
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 1177, sass/_plyr-orig.scss */
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1186, sass/_plyr-orig.scss */
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

/* line 1194, sass/_plyr-orig.scss */
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

/* line 1201, sass/_plyr-orig.scss */
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

/* line 1216, sass/_plyr-orig.scss */
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

/* line 1219, sass/_plyr-orig.scss */
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1229, sass/_plyr-orig.scss */
.plyr--no-transition {
  transition: none !important;
}

/* line 1232, sass/_plyr-orig.scss */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1241, sass/_plyr-orig.scss */
.plyr [hidden] {
  display: none !important;
}

/* line 1, sass/_player.scss */
#player {
  width: 100%;
  background: #383637;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 19001;
}
/* line 9, sass/_player.scss */
#player .inner {
  position: relative;
  max-width: 1032px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  /* line 9, sass/_player.scss */
  #player .inner {
    padding: 10px 0;
  }
}
/* line 28, sass/_player.scss */
#player .inner #player-img {
  display: none;
}
@media (min-width: 900px) {
  /* line 28, sass/_player.scss */
  #player .inner #player-img {
    display: block;
    background: #eaeaea;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 39, sass/_player.scss */
  #player .inner #player-img:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  /* line 44, sass/_player.scss */
  #player .inner #player-img #player-cover-link img {
    padding: 3px;
    width: 64px;
    height: 64px;
  }
}
/* line 52, sass/_player.scss */
#player .inner .plyr {
  width: 100%;
}
@media (min-width: 900px) {
  /* line 52, sass/_player.scss */
  #player .inner .plyr {
    width: 90%;
  }
}
/* line 59, sass/_player.scss */
#player .inner #podcast-info {
  display: block;
  position: absolute;
  left: 85px;
  bottom: 0;
  font-weight: bold;
  font-size: 13px;
  margin-top: -5px;
}
/* line 68, sass/_player.scss */
#player .inner #podcast-info a {
  color: #fff;
}
/* line 70, sass/_player.scss */
#player .inner #podcast-info a:hover {
  color: #883D7E;
}
/* line 74, sass/_player.scss */
#player .inner #podcast-info .more-info {
  display: none;
}
@media (min-width: 768px) {
  /* line 59, sass/_player.scss */
  #player .inner #podcast-info {
    font-size: 14px;
  }
  /* line 79, sass/_player.scss */
  #player .inner #podcast-info .more-info {
    display: inline;
  }
}
@media (min-width: 900px) {
  /* line 59, sass/_player.scss */
  #player .inner #podcast-info {
    font-size: 16px;
    position: absolute;
    left: 172px;
    bottom: 8px;
  }
  /* line 88, sass/_player.scss */
  #player .inner #podcast-info .more-info {
    display: inline;
  }
}

/* line 1, sass/_material-archiv.scss */
#material_archiv {
  padding-bottom: 100px;
}

/* line 5, sass/_material-archiv.scss */
.archiv_material_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 13, sass/_material-archiv.scss */
.archiv_material_con {
  width: 48%;
  margin: 1%;
  background: #fff;
  outline: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  /* line 24, sass/_material-archiv.scss */
  .archiv_material_con {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 30, sass/_material-archiv.scss */
.archiv_material_img_wrap {
  margin-right: 2%;
  width: 38%;
  float: left;
  background: #383637;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 600px) {
  /* line 40, sass/_material-archiv.scss */
  .archiv_material_img_wrap {
    padding-top: 5%;
  }
}
/* line 45, sass/_material-archiv.scss */
.archiv_material_img {
  width: 100%;
  height: 0;
  padding-top: 120%;
}

/* line 52, sass/_material-archiv.scss */
.archiv_material_desc_wrap {
  width: 60%;
  padding: 4% 2%;
  float: left;
  position: relative;
}

/* line 59, sass/_material-archiv.scss */
.archiv_material_desc_wrap p {
  line-height: 1.2;
  margin-top: 12px;
  color: #b4b4b4;
}

/* line 65, sass/_material-archiv.scss */
.archiv_material_desc_wrap .btn {
  position: absolute;
  bottom: 0;
  right: 7%;
}

@media (max-width: 768px) {
  /* line 72, sass/_material-archiv.scss */
  .archiv_material_desc_wrap .btn {
    position: static;
  }
}
/* line 77, sass/_material-archiv.scss */
.archiv_material_desc_wrap .btn::before {
  content: "\e902";
  font-size: 20px;
  margin-top: -4px;
}

/* Impressum + Datenschutz */
/* line 3, sass/_imprint.scss */
.imprint_intro {
  width: 70%;
  margin-left: 30%;
}

@media (max-width: 768px) {
  /* line 9, sass/_imprint.scss */
  .imprint_intro {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
/* line 16, sass/_imprint.scss */
.imprint_wrap {
  overflow: hidden;
  padding-bottom: 60px;
}

/* line 21, sass/_imprint.scss */
.imprint_left {
  width: 25%;
  margin-right: 5%;
  margin-bottom: 60px;
  float: left;
}

/* line 28, sass/_imprint.scss */
.imprint_right {
  width: 70%;
  float: left;
}

/* line 33, sass/_imprint.scss */
.imprint_wrap h3 {
  margin-bottom: 30px;
}

/* line 34, sass/_imprint.scss */
.imprint_wrap h5 {
  margin-bottom: 10px;
}

/* line 35, sass/_imprint.scss */
.imprint_wrap p {
  margin-bottom: 20px;
  font-size: 16px;
}

/* line 37, sass/_imprint.scss */
.imprint_left p {
  line-height: 1.3;
}

/* line 38, sass/_imprint.scss */
.imprint_left h5 {
  color: #883D7E;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

/* line 44, sass/_imprint.scss */
.imprint_left h5:first-child {
  border-color: transparent;
  padding-top: 5px;
}

/* line 49, sass/_imprint.scss */
.imprint_right h4 {
  margin-bottom: 20px;
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

/* line 55, sass/_imprint.scss */
.imprint_right ul ul {
  font-size: 16px;
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 63, sass/_imprint.scss */
  .imprint_left, .imprint_right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/* Kontaktseite */
/* line 4, sass/_kontakt.scss */
#kontakt {
  padding-bottom: 100px;
}

/* line 8, sass/_kontakt.scss */
#kontakt .section_intro {
  padding: 60px 0 25px 0;
}

@media (min-width: 769px) {
  /* line 13, sass/_kontakt.scss */
  #kontakt .col {
    margin: auto 15px;
  }

  /* line 17, sass/_kontakt.scss */
  #kontakt .col-6 {
    width: calc(50% - 30px);
    float: left;
  }
}
@media (max-width: 768px) {
  /* line 24, sass/_kontakt.scss */
  #contact_form {
    padding-top: 60px;
  }
}
/* Contact Form */
/* line 31, sass/_kontakt.scss */
.wpcf7-text,
.wpcf7-textarea {
  width: calc(100% - 32px);
  padding: 15px;
  font-size: 16px;
  font-family: 'Source Sans Pro',sans-serif;
  border: 1px solid #eaeaea;
}

/* line 40, sass/_kontakt.scss */
.wpcf7-text {
  margin-bottom: 8px;
}

/* line 44, sass/_kontakt.scss */
.cf_accept {
  font-size: 13px;
  font-style: italic;
  color: #9a9a9a;
  margin-bottom: 15px;
}

/* line 51, sass/_kontakt.scss */
.cf_accept a {
  color: #9a9a9a;
  text-decoration: underline;
}

/* line 55, sass/_kontakt.scss */
.cf_accept a:hover {
  color: #883D7E;
}

/* line 59, sass/_kontakt.scss */
.cf_accept .wpcf7-list-item {
  margin: 0 0 0 10px;
}

/* line 63, sass/_kontakt.scss */
.cf_accept span.wpcf7-list-item-label::before {
  padding-right: 5px;
}

/* line 67, sass/_kontakt.scss */
#contact_form span.wpcf7-not-valid-tip {
  color: #883D7E;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* line 77, sass/_kontakt.scss */
.wpcf7-submit {
  background: #883D7E;
  color: #fff;
  border: 0;
  padding: 8px 14px;
  font-weight: bold;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif !important;
  font-size: 16px;
  margin-left: 10px;
  margin-top: 10px;
}

/* line 88, sass/_kontakt.scss */
.wpcf7-submit:hover {
  background: #383637;
  cursor: pointer;
}

/* Social Media Setion */
/* line 95, sass/_kontakt.scss */
#social-media {
  padding-bottom: 60px;
}

/* line 102, sass/_kontakt.scss */
#social-media ul {
  margin: 30px 0 0 0;
}

/* line 106, sass/_kontakt.scss */
#social-media .social_icon {
  width: 60px;
  height: 60px;
  margin: 0 10px 15px 10px;
  display: inline-block;
}

/* line 113, sass/_kontakt.scss */
.social_icon {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 769px) {
  /* line 119, sass/_kontakt.scss */
  #social-media .social_icon:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
/* Pressebereich */
/*----- Einleitung ---------*/
/* line 4, sass/_presse.scss */
#presse_intro {
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  /* line 9, sass/_presse.scss */
  #presse_intro .col {
    margin: auto 15px;
  }

  /* line 13, sass/_presse.scss */
  #presse_intro .col-5 {
    width: calc(42% - 30px);
    float: left;
  }

  /* line 17, sass/_presse.scss */
  #presse_intro .col-7 {
    width: calc(58% - 30px);
    float: left;
    margin-top: 60px;
  }
}
/* line 24, sass/_presse.scss */
#presse_intro .intro_text p {
  padding-bottom: 20px;
}

/* line 28, sass/_presse.scss */
#presse_intro_img {
  /* max-width: 80%; */
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 35, sass/_presse.scss */
  .presse_intro_img {
    display: none;
  }
}
/* ------- Pressestimmen: Slider ----------- */
/* line 39, sass/_presse.scss */
#presse_slider > div {
  margin-bottom: 0 !important;
}

/* line 43, sass/_presse.scss */
#presse_slider > div > div {
  background-color: transparent !important;
}

/* line 47, sass/_presse.scss */
#presse_slider {
  padding: 80px 0 40px 0;
}

@media (max-width: 768px) {
  /* line 50, sass/_presse.scss */
  #presse_slider {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 600px) {
  /* line 55, sass/_presse.scss */
  #presse_slider {
    display: none;
  }
}
/* line 60, sass/_presse.scss */
#pressestimmen {
  margin-top: 30px;
}

/* line 64, sass/_presse.scss */
.presse-quote {
  font-size: 38px !important;
  line-height: 1.25 !important;
}

/* line 69, sass/_presse.scss */
.presse-quote::before {
  content: '\02EE';
  padding-right: 5px;
}

/* line 74, sass/_presse.scss */
.presse-quote::after {
  content: '\02EE';
  margin-left: -5px;
}

/* line 79, sass/_presse.scss */
.presse-source {
  color: #9a9a9a !important;
}

/* line 83, sass/_presse.scss */
.presse-source {
  margin-left: -6px;
}

/* line 84, sass/_presse.scss */
.presse-link a.btn-arr::before {
  margin-top: -3px;
}

@media (max-width: 768px) {
  /* line 87, sass/_presse.scss */
  .presse-quote {
    font-size: 30px !important;
  }
}
/* ------- Presse: Library ----------- */
/* line 92, sass/_presse.scss */
#presse_tabs {
  margin-bottom: 60px;
}

/* line 96, sass/_presse.scss */
#lib_presse {
  outline: 1px solid #eaeaea;
}

/* --- Navigation -- */
/* line 102, sass/_presse.scss */
#lib_presse .lib_nav ul {
  background-color: #fff;
  border-bottom: 10px solid #383637;
}

/* line 107, sass/_presse.scss */
#lib_presse .lib_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* line 119, sass/_presse.scss */
#lib_presse .lib_nav ul li {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  height: 100%;
  line-height: 1.1;
  font-weight: bold;
  color: #d5d5d5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 133, sass/_presse.scss */
#lib_presse .lib_nav ul li.active,
#lib_presse .lib_nav ul li:hover {
  background-color: #383637;
  color: #fff;
}

/* line 139, sass/_presse.scss */
#lib_presse .lib_con li.active .lib_presse_item {
  padding: 20px 0 40px 0;
}

@media (max-width: 768px) {
  /* line 144, sass/_presse.scss */
  #lib_presse #item-1 {
    margin-top: 0;
  }

  /* line 145, sass/_presse.scss */
  #lib_presse #item-3 {
    margin-bottom: 0;
  }
}
/* line 150, sass/_presse.scss */
#lib_presse .lib-section.active .lib_con_item {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* ---- Pressematerial ----- */
/* line 159, sass/_presse.scss */
.pr_desc {
  margin: 20px auto 0 auto;
  width: 66%;
}

@media (max-width: 768px) {
  /* line 165, sass/_presse.scss */
  .pr_desc {
    width: 100%;
  }

  /* line 166, sass/_presse.scss */
  .pr_desc p {
    margin: 0 10px;
  }
}
/* line 169, sass/_presse.scss */
.pr_item_wrap {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 184, sass/_presse.scss */
.pr_item {
  width: 30%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  /* line 190, sass/_presse.scss */
  .pr_item {
    width: 46%;
  }
}
@media (max-width: 768px) {
  /* line 196, sass/_presse.scss */
  .pr_item {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
  }

  /* line 201, sass/_presse.scss */
  .pr_item:last-child {
    border: 0;
  }
}
/* line 206, sass/_presse.scss */
.pr_item img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 769px) {
  /* line 212, sass/_presse.scss */
  .pr_item img:hover {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}
/* line 218, sass/_presse.scss */
.pr_item h3 {
  margin: 10px auto;
}

/* line 222, sass/_presse.scss */
.pr_item p {
  color: #9a9a9a;
  line-height: 1.3;
  font-size: 16px;
}

/* line 228, sass/_presse.scss */
.pr_item a.btn {
  margin-left: -10px;
  margin-top: 25px;
}

/* line 233, sass/_presse.scss */
.pr_item a.btn::before {
  content: "\e902";
  margin-right: 0px;
  margin-top: -1px;
  font-size: 20px;
  vertical-align: top;
}

/* ---- Werbematerial ----- */
@media (min-width: 769px) {
  /* line 243, sass/_presse.scss */
  #werbematerial .col-5 {
    margin: auto 15px;
    width: calc(42% - 30px);
    float: left;
  }

  /* line 249, sass/_presse.scss */
  #werbematerial .col-7 {
    margin: auto 15px;
    width: calc(58% - 30px);
    float: left;
    margin-top: 40px;
  }
}
/* line 257, sass/_presse.scss */
#werbematerial_con {
  margin: 40px auto;
}

@media (max-width: 768px) {
  /* line 262, sass/_presse.scss */
  #werbematerial_con {
    margin: 20px 15px;
  }
}
/* line 267, sass/_presse.scss */
#werbematerial_con img {
  /* max-width: 80%; */
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  /* line 274, sass/_presse.scss */
  #werbematerial_con img {
    margin: 0 auto 25px auto;
  }
}
/* line 277, sass/_presse.scss */
#werbematerial_con p {
  margin-bottom: 15px;
}

/* line 281, sass/_presse.scss */
.presse_wm_desc ul {
  margin-bottom: 30px;
  color: #9a9a9a;
}

/* line 286, sass/_presse.scss */
.presse_wm_desc ul li::before {
  content: "•";
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: #883D7E;
  padding-right: 5px;
}

/* Contact Form */
/* line 297, sass/_presse.scss */
#werbematerial #contact_form {
  margin-top: 30px;
}

@media (max-width: 768px) {
  /* line 302, sass/_presse.scss */
  #werbematerial #contact_form {
    padding-top: 0;
  }
}
/* line 305, sass/_presse.scss */
#werbematerial .wpcf7-text,
#werbematerial .wpcf7-textarea {
  border: 1px solid #9a9a9a;
}

@media (min-width: 769px) {
  /* line 311, sass/_presse.scss */
  #werbematerial .cf_col {
    overflow: hidden;
  }

  /* line 312, sass/_presse.scss */
  #werbematerial .cf_col div {
    float: left;
  }

  /* line 316, sass/_presse.scss */
  #werbematerial .cf_col div.cf_col-first {
    width: 30%;
    margin-right: 10px;
  }

  /* line 321, sass/_presse.scss */
  #werbematerial .cf_col div.cf_col-second {
    width: calc(70% - 10px);
  }
}
/* line 326, sass/_presse.scss */
#werbematerial #contact_form h5 {
  padding: 10px 0 10px 0;
  color: #883D7E;
}

/* line 331, sass/_presse.scss */
#werbematerial #contact_form h5.first {
  padding: 0 0 10px 0;
}

/* line 335, sass/_presse.scss */
#werbematerial #contact_form p {
  margin-bottom: 0;
}

/* line 339, sass/_presse.scss */
#werbematerial #contact_form .wpcf7-submit {
  margin-top: 20px;
}

/* line 343, sass/_presse.scss */
#cf_wm_selection {
  /* border-color:#eaeaea;
  border-style: solid;
  border-width: 1px 0; */
  margin: 10px 0;
  padding: 10px 0;
}

/* line 351, sass/_presse.scss */
.cf_wm_sel_head {
  padding-top: 10px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

/* line 361, sass/_presse.scss */
.cf_wm_sel_head.active {
  border-color: transparent;
  background: #f7f7f7;
}

/* line 366, sass/_presse.scss */
.cf_wm_sel_head::after {
  content: "\e906";
  font-family: 'bt_icons', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  color: #9a9a9a;
  position: absolute;
  vertical-align: middle;
  right: 5px;
  top: 3px;
}

/* line 379, sass/_presse.scss */
.cf_wm_sel_head.active::after {
  content: "\e904";
  color: #383637;
  font-size: 28px;
  top: 6px;
}

/* line 386, sass/_presse.scss */
.cf_wm_sel_head:hover,
.cf_wm_sel_head:hover::after {
  cursor: pointer;
  color: #883D7E;
}

/* line 392, sass/_presse.scss */
.cf_wm_sel_wrap {
  overflow: hidden;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #d5d5d5;
}

/* line 398, sass/_presse.scss */
.cf_wm_sel_wrap.first {
  border-top: 1px solid #d5d5d5;
  padding-top: 5px;
}

/* line 403, sass/_presse.scss */
.cf_wm_sel_wrap:last-of-type {
  margin-bottom: 0;
}

/* line 407, sass/_presse.scss */
.cf_wm_sel_con {
  display: none;
}

/* line 411, sass/_presse.scss */
.cf_wm_sel_con.active {
  display: block;
}

/* line 415, sass/_presse.scss */
.cf_wm_sel_cb {
  float: left;
  width: calc(60% - 5px);
  margin-right: 10px;
  padding: 5px 0 10px 0;
}

/* line 416, sass/_presse.scss */
.cf_wm_sel_nr {
  float: right;
  text-align: right;
  width: calc(30% - 10px);
  padding: 0px 10px 5px 10px;
}

/* line 419, sass/_presse.scss */
.cf_wm_sel_cb input {
  margin-right: 5px;
}

/* line 423, sass/_presse.scss */
#cf_wm_selection .wpcf7-number {
  padding: 10px 0;
  width: 50%;
  border: 1px solid #d5d5d5;
  text-align: center;
  font-size: 14px;
}

/* line 431, sass/_presse.scss */
.cf_wm_sel_nr span.desc {
  color: #9a9a9a;
  font-size: 16px;
  padding-left: 5px;
}

/* ---- Jahresbericht ----- */
/* line 439, sass/_presse.scss */
.issuuembed {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin: 40px auto;
}

@media (max-width: 768px) {
  /* line 447, sass/_presse.scss */
  .issuuembed {
    padding-bottom: 100%;
    margin: 20px auto 40px auto;
  }
}
/* FAQ Section */
/* line 3, sass/_faq.scss */
.faq_wrap {
  padding: 60px 0 100px 0;
}

@media (max-width: 768px) {
  /* line 6, sass/_faq.scss */
  .faq_wrap {
    padding: 30px 0 60px 0;
  }
}
/* Desktop Navigation */
/* line 11, sass/_faq.scss */
.faq_nav {
  background-color: #fff;
  border-bottom: 10px solid #383637;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* line 26, sass/_faq.scss */
.faq_nav li {
  padding: 15px;
  width: 100%;
  text-align: center;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #d5d5d5;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 41, sass/_faq.scss */
.faq_nav li.active,
.faq_nav li:hover {
  /* background-color: #383637; */
  color: #fff;
  z-index: 1;
}

/* line 49, sass/_faq.scss */
.faq_nav li:hover {
  cursor: pointer;
}

/* line 53, sass/_faq.scss */
.faq_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  height: 200%;
  width: 100%;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* line 66, sass/_faq.scss */
.faq_nav li.active::before,
.faq_nav li:hover::before {
  background-color: #383637;
}

/* line 71, sass/_faq.scss */
.faq_nav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  height: 200%;
  width: 1px;
  background: #d5d5d5;
}

/* line 81, sass/_faq.scss */
.faq_nav li:first-of-type::after {
  width: 0px;
}

/* Mobile Navigation */
/* line 87, sass/_faq.scss */
.faq_nav_mobile {
  padding: 10px;
  background-color: #eaeaea;
  color: #383637;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  text-align: center;
  margin-bottom: 7px;
}

/* line 98, sass/_faq.scss */
.faq_nav_mobile:hover {
  background-color: #383637;
  color: #fff;
  cursor: pointer;
}

/* line 104, sass/_faq.scss */
.faq_nav_mobile.active {
  background-color: #383637;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}

/* line 111, sass/_faq.scss */
.faq_nav_mobile.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #383637 transparent transparent transparent;
}

/* ------- Rubriken Wrap -------- */
/* line 129, sass/_faq.scss */
.faq_con {
  outline: 1px solid #eaeaea;
  background-color: #fff;
  padding: 60px;
}

@media (max-width: 768px) {
  /* line 136, sass/_faq.scss */
  .faq_con {
    padding: 0;
    outline: none;
  }
}
/* line 142, sass/_faq.scss */
.faq_con li.faq_item_wrap {
  display: none;
}

/* line 147, sass/_faq.scss */
.faq_con li.faq_item_wrap.active {
  display: block;
}

/* ------- Akkordeon -------- */
/* line 153, sass/_faq.scss */
.faq_item_wrap ul.faq_akk_wrap {
  margin: 20px 0 60px 0;
}

@media (min-width: 769px) {
  /* line 158, sass/_faq.scss */
  .faq_item_wrap ul.faq_akk_wrap:last-of-type {
    margin-bottom: 0;
  }
}
/* Fragen */
/* line 164, sass/_faq.scss */
.faq_q {
  font-weight: bold;
  color: #9a9a9a;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}

/* line 172, sass/_faq.scss */
.faq_item_wrap ul.faq_akk_wrap li:first-child .faq_q {
  border-top: 1px solid #d5d5d5;
}

/* line 177, sass/_faq.scss */
.faq_q:hover {
  cursor: pointer;
  color: #883D7E;
}

/* line 182, sass/_faq.scss */
.faq_q.active {
  color: #383637;
  background-color: #f7f7f7;
}

/* line 187, sass/_faq.scss */
.faq_icon {
  font-family: 'bt_icons', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 20px;
  top: 2px;
}

/* line 197, sass/_faq.scss */
.faq_icon::before {
  content: "\e906";
}

/* line 201, sass/_faq.scss */
.faq_q.active .faq_icon::before {
  content: "\e904";
  color: #883D7E;
}

@media (max-width: 600px) {
  /* line 207, sass/_faq.scss */
  .faq_q {
    padding: 10px;
  }

  /* line 208, sass/_faq.scss */
  .faq_icon {
    right: 0;
  }
}
/* Antworten */
/* line 214, sass/_faq.scss */
.faq_a {
  display: none;
}

/* line 218, sass/_faq.scss */
.faq_a.active {
  /* display:block; */
  padding: 15px;
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 228, sass/_faq.scss */
.faq_a .img {
  display: block;
  max-width: 120px;
  /* float: left; */
  margin-right: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 238, sass/_faq.scss */
.faq_a .txt {
  /* float: left; */
  /* max-width: calc(100% - 220px); */
}

@media (max-width: 768px) {
  /* line 244, sass/_faq.scss */
  .faq_a .img {
    margin-right: 10px;
    max-width: 100px;
  }

  /* line 248, sass/_faq.scss */
  .faq_a .txt {
    /* max-width: calc(100% - 130px); */
  }
}
@media (max-width: 600px) {
  /* line 254, sass/_faq.scss */
  .faq_a.active {
    display: block;
  }

  /* line 257, sass/_faq.scss */
  .faq_a .img {
    /* float:none; */
    margin-bottom: 15px;
  }

  /* line 261, sass/_faq.scss */
  .faq_a .txt {
    max-width: 100%;
  }
}
/* Über Uns */
/*----- Einleitung ---------*/
/* line 5, sass/_about.scss */
#about_intro {
  /* padding-bottom:60px; */
}

@media (min-width: 769px) {
  /* line 10, sass/_about.scss */
  #about_intro .col {
    margin: auto 15px;
  }

  /* line 14, sass/_about.scss */
  #about_intro .col-5 {
    width: calc(42% - 30px);
    float: left;
  }

  /* line 18, sass/_about.scss */
  #about_intro .col-7 {
    width: calc(58% - 50px);
    float: left;
    margin: 25px;
  }
}
/* line 25, sass/_about.scss */
#about_intro .intro_text p {
  padding-bottom: 20px;
}

/* line 29, sass/_about.scss */
#about_intro_img {
  display: block;
  margin: 0 auto;
  border: 10px solid #fff;
}

@media (min-width: 769px) {
  /* line 36, sass/_about.scss */
  #about_intro_img {
    -webkit-transform: scale(0.9) rotate(-2.5deg) translateX(-2%) translateY(-25px);
    transform: scale(0.9) rotate(-2.5deg) translateX(-2%) translateY(-25px);
  }
}
@media (max-width: 768px) {
  /* line 43, sass/_about.scss */
  .about_intro_img {
    padding: 30px 0 0 0;
    display: none;
  }

  /* line 44, sass/_about.scss */
  #about_intro_img {
    width: calc(100% - 20px);
  }
}
/*----- Section 2 ---------*/
/* line 49, sass/_about.scss */
#about_section-2 {
  padding: 80px 30px;
}

@media (max-width: 768px) {
  /* line 54, sass/_about.scss */
  #about_section-2 {
    padding: 80px 15px 0 15px;
  }
}
/* line 59, sass/_about.scss */
#about_section-2 h2 {
  margin-bottom: 40px;
}

/* line 63, sass/_about.scss */
.about_sec2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 72, sass/_about.scss */
.about_sec2_right {
  margin-left: 40px;
}

@media (max-width: 768px) {
  /* line 77, sass/_about.scss */
  .about_sec2_wrap {
    display: block;
  }

  /* line 80, sass/_about.scss */
  .about_sec2_left,
  .about_sec2_right {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* line 87, sass/_about.scss */
.about_sec2_left p {
  padding-bottom: 20px;
}

/* line 91, sass/_about.scss */
.about_sec2_right .about_benefits {
  margin: 0 0 25px 0;
}

/* line 95, sass/_about.scss */
.about_benefits {
  display: flex;
  align-items: center;
}

/* line 100, sass/_about.scss */
.about_sec2_right img {
  width: 100px;
  vertical-align: middle;
  margin: 0px 15px 0 10px;
  opacity: .6;
}

@media (max-width: 768px) {
  /* line 108, sass/_about.scss */
  .about_sec2_right img {
    width: 80px;
  }
}
/*----- Seperator Img ---------*/
/* line 115, sass/_about.scss */
.sep_img {
  height: 70vh;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*----- Galerie ---------*/
/* line 126, sass/_about.scss */
#bt-studio {
  padding-top: 40px;
}

/* line 130, sass/_about.scss */
#bt-studio .intro_text a {
  margin-bottom: 0;
}

/* line 134, sass/_about.scss */
#about_galerie {
  padding-bottom: 40px;
}

/* line 138, sass/_about.scss */
#about_galerie .inner {
  padding: 0 0 80px 0;
}

/* line 142, sass/_about.scss */
#about_galerie_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 153, sass/_about.scss */
#about_galerie_wrap a {
  width: calc(33% - 10px);
  margin: 5px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 162, sass/_about.scss */
  #about_galerie_wrap a {
    width: calc(50% - 10px);
  }
}
/* line 167, sass/_about.scss */
#about_galerie_wrap div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

@media (min-width: 769px) {
  /* line 177, sass/_about.scss */
  #about_galerie_wrap a:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
/* line 183, sass/_about.scss */
#about_galerie_wrap a::before {
  content: "";
  background-color: rgba(136, 61, 126, 0.7);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 197, sass/_about.scss */
#about_galerie_wrap a::after {
  content: "+";
  color: rgba(255, 255, 255, 0.9);
  font-size: 80px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 40px);
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width: 769px) {
  /* line 214, sass/_about.scss */
  #about_galerie_wrap a:hover::before,
  #about_galerie_wrap a:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
/*--- Lightbox ---*/
/* line 223, sass/_about.scss */
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.9) !important;
}

/* Spenden */
/*----- Einleitung ---------*/
@media (min-width: 769px) {
  /* line 6, sass/_spenden.scss */
  #spenden_intro .col-6 {
    float: left;
  }

  /* line 9, sass/_spenden.scss */
  #spenden_intro .spenden_intro_img.col-6 {
    max-width: calc(50% - 25px);
    margin: 0 25px 0 0;
  }

  /* line 14, sass/_spenden.scss */
  #spenden_intro .spenden_intro_desc.col-6 {
    max-width: calc(50% - 50px);
    margin: 0 25px;
  }
}
@media (max-width: 768px) {
  /* line 21, sass/_spenden.scss */
  #spenden_intro .spenden_intro_img {
    padding: 30px 0 0 0;
  }
}
/* line 26, sass/_spenden.scss */
#spenden_intro .intro_text p {
  padding-bottom: 20px;
}

/* line 31, sass/_spenden.scss */
#spenden_intro_img {
  max-width: 80%;
  margin-top: -90px;
  margin-left: 15%;
}

@media (max-width: 768px) {
  /* line 38, sass/_spenden.scss */
  #spenden_intro_img {
    display: none;
  }

  /* line 39, sass/_spenden.scss */
  .spenden_intro_desc {
    padding-top: 30px;
  }
}
/*----- Icons Section---------*/
/* line 44, sass/_spenden.scss */
#spenden_icons {
  margin-bottom: 10px;
}

/* line 48, sass/_spenden.scss */
#spenden_icons .inner {
  background: #fff;
  padding: 40px 0 0 0;
}

/* line 53, sass/_spenden.scss */
.spenden_icons_head_wrap {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 20px 0;
}

@media (max-width: 768px) {
  /* line 59, sass/_spenden.scss */
  .spenden_icons_head_wrap {
    padding: 0 15px 20px 15px;
  }
}
/* line 64, sass/_spenden.scss */
.spenden_icons_head {
  font-weight: normal;
  margin-bottom: 5px;
}

/* line 69, sass/_spenden.scss */
#spenden_icons a {
  margin: 0;
}

@media (min-width: 769px) {
  /* line 74, sass/_spenden.scss */
  #spenden_icons_list {
    padding: 25px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 85, sass/_spenden.scss */
.spenden_icons_list_item {
  padding: 15px;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 91, sass/_spenden.scss */
  #spenden_icons_list {
    padding: 25px 0 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 96, sass/_spenden.scss */
  .spenden_icons_list_item {
    width: calc(50% - 50px);
  }
}
@media (max-width: 768px) {
  /* line 102, sass/_spenden.scss */
  .spenden_icons_list_item {
    width: calc(100% - 50px);
  }
}
/* line 107, sass/_spenden.scss */
.spenden_icons_list_item img {
  opacity: .6;
}

/* line 111, sass/_spenden.scss */
.spenden_icons_list_head {
  font-weight: bold;
}

/* line 115, sass/_spenden.scss */
.spenden_icons_list_desc {
  font-size: 15px;
  opacity: .7;
}

/*---- Spendenkonten ----*/
/* line 122, sass/_spenden.scss */
#spenden_konten {
  padding: 80px 30px;
}

@media (max-width: 768px) {
  /* line 127, sass/_spenden.scss */
  #spenden_konten {
    padding: 80px 15px 40px 15px;
  }
}
/* line 132, sass/_spenden.scss */
#spenden_konten h2 {
  margin-bottom: 60px;
}

/* line 137, sass/_spenden.scss */
.spenden_konten_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 143, sass/_spenden.scss */
.spenden_konten_left p {
  margin-bottom: 20px;
}

/* line 147, sass/_spenden.scss */
#spenden_kontakt a {
  margin: 0;
}

/* line 151, sass/_spenden.scss */
#spenden_kontakt {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
}

@media (min-width: 769px) {
  /* line 158, sass/_spenden.scss */
  .spenden_konten_wrap .col-6 {
    width: 50%;
  }
}
/* line 163, sass/_spenden.scss */
.spenden_konten_right {
  margin-left: 40px;
}

@media (max-width: 768px) {
  /* line 168, sass/_spenden.scss */
  .spenden_konten_wrap {
    display: block;
  }

  /* line 171, sass/_spenden.scss */
  .spenden_konten_left,
  .spenden_konten_right {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
/*Items*/
/* line 179, sass/_spenden.scss */
.spenden_konten_item_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 185, sass/_spenden.scss */
.spenden_konten_item_head {
  background: #383637;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
}

/* line 193, sass/_spenden.scss */
.spenden_konten_item_img {
  background-color: #383637;
  padding-right: 9px;
}

/* line 197, sass/_spenden.scss */
.spenden_konten_item_img img {
  height: 30px;
  padding: 9px;
  border-radius: 50%;
  vertical-align: middle;
}

/* line 204, sass/_spenden.scss */
.spenden_konten_item_desc {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
}

/* --- Spenden Besipiele --- */
/* line 213, sass/_spenden.scss */
#spenden_bsp {
  padding: 80px 15px 60px 15px;
}

/* line 217, sass/_spenden.scss */
.spenden_bsp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto 60px auto;
}

/*Items*/
/* line 228, sass/_spenden.scss */
.spenden_bsp_item {
  width: 23%;
  margin: 1%;
  text-align: center;
  background-color: #f7f7f7;
}

@media (max-width: 900px) {
  /* line 236, sass/_spenden.scss */
  .spenden_bsp_item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  /* line 240, sass/_spenden.scss */
  .spenden_bsp_item {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 243, sass/_spenden.scss */
.spenden_bsp_item_row {
  padding: 20px 15px;
}

/* line 247, sass/_spenden.scss */
.spenden_bsp_item_row1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}

/* line 253, sass/_spenden.scss */
.spenden_bsp_item_row2 {
  background: #883D7E;
  color: #fff;
  line-height: 1;
  padding: 25px 15px;
}

/* line 260, sass/_spenden.scss */
.spenden_bsp_amount {
  font-size: 40px;
  font-weight: bold;
}

/* line 265, sass/_spenden.scss */
.spenden_bsp_amount_sub {
  font-size: 20px;
  padding-top: 5px;
}

/* line 270, sass/_spenden.scss */
.spenden_bsp_item_row3 {
  font-size: 16px;
  line-height: 1.4;
  min-height: 100px;
}

/* --- Spenden Ausgaben --- */
/* line 279, sass/_spenden.scss */
#spenden_ausgaben {
  padding: 30px 15px;
}

/* --- Thank You --- */
/* line 285, sass/_spenden.scss */
.spenden_thanks {
  padding-bottom: 80px;
}

/* line 1, sass/_debug.scss */
#debug {
  position: fixed;
  bottom: 100px;
  right: 20px;
  height: 100px;
  width: 150px;
  z-index: 1000;
  background: pink;
  color: black;
}

/* line 1, sass/_main-video.scss */
#main-video {
  padding: 2rem 3rem;
  position: relative;
  z-index: 9998;
  height: calc((15/32)*100vw);
  box-sizing: border-box;
}
/* line 7, sass/_main-video.scss */
#main-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
}
/* line 16, sass/_main-video.scss */
#main-video .video-overlay {
  color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
  overflow: hidden;
}
/* line 32, sass/_main-video.scss */
#main-video .video-overlay .overlay-text {
  width: 90%;
  max-width: 400px;
  text-align: right;
}
/* line 37, sass/_main-video.scss */
#main-video .video-overlay .overlay-text h4 {
  font-size: 1rem;
}
/* line 41, sass/_main-video.scss */
#main-video .video-overlay .overlay-text h1 {
  font-size: 1.5rem;
}
/* line 44, sass/_main-video.scss */
#main-video .video-overlay .overlay-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 52, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text h4 {
    font-size: 1.125rem;
  }
  /* line 56, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text h1 {
    font-size: 2rem;
  }
  /* line 59, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 900px) {
  /* line 67, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text {
    max-width: 450px;
  }
  /* line 69, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text h4 {
    font-size: 1.25rem;
  }
  /* line 72, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text h1 {
    font-size: 2.375rem;
  }
  /* line 76, sass/_main-video.scss */
  #main-video .video-overlay .overlay-text p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

/* line 86, sass/_main-video.scss */
.trigger_player {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 92, sass/_main-video.scss */
.trigger_play_icon {
  font-family: 'Titillium Web', 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #883D7E;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

/* line 105, sass/_main-video.scss */
.trigger_play_icon::before {
  content: "\e90e";
  font-family: 'bt_icons';
  font-size: 20px;
  color: #883D7E;
  vertical-align: middle;
}

/* line 114, sass/_main-video.scss */
.trigger_play_icon:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 768px) {
  /* line 121, sass/_main-video.scss */
  .trigger_play_icon {
    font-size: 18px;
  }

  /* line 124, sass/_main-video.scss */
  .trigger_play_icon::before {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  /* line 130, sass/_main-video.scss */
  .trigger_play_icon {
    font-size: 20px;
  }

  /* line 133, sass/_main-video.scss */
  .trigger_play_icon::before {
    font-size: 40px;
  }
}
/* line 1, sass/_adds.scss */
#book_ads .inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}

/* -----Book: Ads Slider------ */
/* line 23, sass/_adds.scss */
.add-content {
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 35px;
}

/* line 29, sass/_adds.scss */
.add-content__heading {
  width: 100%;
  font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1600 - 300)));
}

/* line 34, sass/_adds.scss */
.add-content__text {
  width: 50%;
}

/* line 38, sass/_adds.scss */
.add {
  width: 100%;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) {
  /* line 44, sass/_adds.scss */
  .add {
    flex: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 900px) {
  /* line 51, sass/_adds.scss */
  .add {
    flex: 1;
    margin: 0;
  }
}
/* line 57, sass/_adds.scss */
#left, #left a {
  color: azure;
}

/* line 61, sass/_adds.scss */
#right, #right a {
  color: black;
}

/* line 65, sass/_adds.scss */
.add-content__pod-item {
  height: 36px;
  margin-top: 12px;
}

/* line 70, sass/_adds.scss */
.strong {
  font-weight: bold;
}

/* line 74, sass/_adds.scss */
.add-content__pod-item span, .add-content__pod-item img {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 82, sass/_adds.scss */
.add-content__pod-item > span {
  font-size: 20px;
}
