@media (min-width: 768px) {
    .p-80 {
      padding-left: 80px;
      padding-right: 80px; } }

@media (min-width: 768px) {
    .p-140 {
      padding-left: 140px;
      padding-right: 140px; } }

#main {
  padding-top: 5rem;
  padding-bottom: 6.5rem; }

main {
  min-height: calc(100vh - 154px); }
  main a {
    color: #000; }
    main a:hover {
      text-decoration: none;
      color: #333; }

.breath_main-element {
  padding-bottom: 5rem;
  padding-top: 5.2rem; }
  @media (min-width: 768px) {
        .breath_main-element-eye img {
          height: 150px; } }
    @media (min-width: 992px) {
      .breath_main-element-eye img {
        height: 200px; } }
  .breath_main-element-hand {
    max-height: 400px; }
    @media (min-width: 1500px) {
    .breath_main-element-hand {
      max-height: 500px; } }
  .breath_main-element .babybox {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .breath_main-element .babybox img {
      width: auto;
      height: 100%;
      display: block; }
    @media (min-width: 768px) {
    .breath_main-element .babybox {
      width: 226px;
      height: 226px; } }
    @media (min-width: 992px) {
    .breath_main-element .babybox {
      width: 230px;
      height: 230px; } }
    @media (min-width: 1200px) {
    .breath_main-element .babybox {
      width: 280px;
      height: 280px; } }
    @media (min-width: 1500px) {
    .breath_main-element .babybox {
      width: 350px;
      height: 350px; } }

.pb-6 {
  padding-bottom: 4rem; }

@font-face {
  font-family: 'spoof';
  src: url('../addons/default/wst/babylon-theme/resources/fonts/spoof/Spoof-Bold8f36.otf?v=1619182472');
  src: url('../addons/default/wst/babylon-theme/resources/fonts/spoof/Spoof-Regular8f36.otf?v=1619182472');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'spoof';
  src: url('../addons/default/wst/babylon-theme/resources/fonts/spoof/Spoof-Bold8f36.otf?v=1619182472');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'line';
  src: url('../addons/default/wst/babylon-theme/resources/fonts/line/Line-208f36.otf?v=1619182472');
  font-weight: normal;
  font-style: normal; }

.font-line {
  font-family: 'line', sans-serif; }

.text-black {
  color: #000; }
  .text-black:hover {
    text-decoration: none;
    color: #333; }

.bg-pink, .code-event, .code-for-everyone {
  background-color: #f5a2c6; }

.bg-yellow, .code-exhibition, .code-educators {
  background-color: #e5e75a; }

.bg-green, .code-learning-communities {
  background-color: #006b61; }

.bg-red, .code-school {
  background-color: #ed1c24; }

.bg-black {
  background-color: #000; }

.rounded-pill {
  border-radius: 50rem; }

.page-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 72px;
  font-weight: bold;
  padding: 1.5rem 0 4rem; }
  @media (min-width: 768px) {
  .page-title {
    font-size: 4.5rem; } }

.project-btn {
  font-size: 18px;
  text-transform: uppercase; }

.text-shadow {
  text-shadow: 0 0 1px #000;
  font-size: 48px; }

main {
  font-family: 'spoof', sans-serif; }

.line-36 {
  line-height: 36px; }

.font-24 {
  font-size: 1.5rem; }

.font-18 {
  font-size: 18px; }

.breath_menu {
  background-color: #fff;
  font-family: 'spoof', sans-serif;
  font-size: 14px; }
  @media (min-width: 1375px) {
  .breath_menu {
    padding-left: 80px;
    padding-right: 80px; } }
  .breath_menu .navbar-brand {
    height: 59px; }
  .breath_menu .navbar-nav .nav-link {
    line-height: 22px;
    color: #000; }
  .breath_menu .navbar-nav .nav-link:hover, .breath_menu .navbar-nav .nav-link:focus {
    color: #000; }
  .breath_menu .navbar-nav .selected .nav-link {
    color: #ed1c24; }
  .breath_menu .navbar-collapse {
    justify-content: space-between; }
  .breath_menu .form-inline {
    position: relative; }
  .breath_menu .form-inline .form-control {
    border-radius: 50rem;
    border-color: #000;
    background-color: #000;
    color: #fff;
    position: relative; }
    .breath_menu .form-inline .form-control::placeholder {
      color: #fff; }
    .breath_menu .form-inline .form-control:focus {
      outline: none;
      box-shadow: none; }
  .breath_menu .form-inline i {
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 12%;
    right: 8%; }

.breath_header {
  height: 50vh;
  min-height: 400px;
  background: url("../addons/default/wst/babylon-theme/resources/images/header_bg8f36.jpg?v=1619182472") top/cover no-repeat; }
  .breath_header-content {
    display: flex;
    height: 100%; }
  .breath_header-content h1 {
    background-color: #fff;
    border-radius: 10rem;
    font-weight: bold;
    font-size: 80px;
    font-family: 'line', sans-serif;
    padding: 0.25rem 2rem 0.5rem; }
    @media (min-width: 768px) {
    .breath_header-content h1 {
      font-size: 160px;
      padding: 0.25rem 6rem 1.5rem; } }

.artists {
  background-color: #ed1c24; }
  .artists_element {
    margin: 0; }
  .artists_element a {
    color: #000; }
    .artists_element a:hover {
      text-decoration: none;
      color: #333; }
  .artists_element-border {
    border-bottom: 1px solid #000; }
  .artists .row .artists_element:first-child .artists_element-border {
    border-top: 1px solid #000; }
  @media (min-width: 576px) {
  .artists .row .artists_element:nth-child(-n+2) .artists_element-border {
    border-top: 1px solid #000; } }

.impressum-border {
  display: inline-block;
  border: 1px solid #e5e75a;
  border-radius: 50rem;
  background-color: #e5e75a; }

footer {
  font-size: 14px; }
  footer p {
    margin-bottom: 0; }

.programs_genres a {
  border-radius: 50rem;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

.breath_program #gallery a {
  left: 0;
  right: 0; }

.eventbrite button {
  border-radius: 2rem;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem; }
  .eventbrite button:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    cursor: pointer; }
  .eventbrite button:focus {
    outline: none; }

.programs-sub.program-past div {
  opacity: 0.6; }

.breath_press_pdf_element {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .breath_press_pdf_element div {
    width: 100%;
    position: relative; }
    @media (min-width: 576px) {
    .breath_press_pdf_element div {
      width: 48%; } }
    .breath_press_pdf_element div h4 {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    .breath_press_pdf_element div a {
      width: 100%;
      height: 100%;
      position: absolute; }
  .breath_press_gallery_element {
    display: flex;
    flex-wrap: wrap; }
    .breath_press_gallery_element-cover {
      width: 60%;
      position: relative; }
    @media (min-width: 768px) {
      .breath_press_gallery_element-cover {
        width: 48%; } }
    @media (min-width: 992px) {
      .breath_press_gallery_element-cover {
        width: 25%; } }
    .breath_press_gallery_element-button {
      border-radius: 50rem;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      width: 100%; }
  .breath_press_mirror-content {
    color: #fff; }
    .breath_press_mirror-content a {
      color: #fff;
      text-decoration: underline; }
    .breath_press_mirror-content a:hover {
      color: #ed1c24;
      text-decoration: underline; }
    .breath_press_mirror-content p {
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-top: 1px solid #fff; }
    .breath_press_mirror-content p:last-child {
      border-bottom: 1px solid #fff; }

.breath_podcast_element {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .breath_podcast_element-content {
    width: 100%; }
    @media (min-width: 992px) {
    .breath_podcast_element-content {
      width: 48%; } }

.breath_sponsors-logo {
  border-top: 1px solid #000; }
  .breath_sponsors-logo:last-child {
    border-bottom: 1px solid #000; }
  .breath_sponsors-logo_element-main {
    border-bottom: 1px solid #000; }
  .breath_sponsors-logo_element div:nth-child(-n+1) .breath_sponsors-logo_element-main {
    border-top: 1px solid #000; }
  @media (min-width: 576px) and (max-width: 992px) {
    .breath_sponsors-logo_element div:nth-child(-n+2) .breath_sponsors-logo_element-main {
      border-top: 1px solid #000; } }
  @media (min-width: 1200px) {
    .breath_sponsors-logo_element div:nth-child(-n+2) .breath_sponsors-logo_element-main {
      border-top: 1px solid #000; } }

.rd-container {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .rd-container .rd-back, .rd-container .rd-next {
    color: #fff; }
  .rd-container .rd-day-disabled {
    color: #808080; }
  .rd-container .rd-day-selected {
    background-color: #ed1c24;
    border-radius: 50rem; }

.sidebar {
  top: 20%;
  right: 0;
  position: fixed;
  z-index: 1041; }
  .sidebar-top {
    background-color: #000;
    border-radius: 20px 0 0 20px; }
  .sidebar-top svg {
    fill: #fff; }
  .sidebar-top div {
    margin-left: 10px;
    margin-right: 10px; }
  .sidebar-top .instagram, .sidebar-top .spotify {
    height: 20px;
    width: 20px; }
  .sidebar-top .youtube {
    height: 14px;
    width: 20px; }
  .sidebar-top .facebook {
    height: 18px;
    width: 18px; }
  .sidebar-between, .sidebar-bottom {
    background-color: #000;
    border-radius: 0 20px 20px 0;
    margin-top: 0.5rem;
    margin-top: 1vh;
    padding: 1rem 0.5rem;
    transform: rotate(180deg);
    writing-mode: vertical-lr; }
  .sidebar-between a, .sidebar-bottom a {
    color: #fff; }

.sidebar.inverz {
  background-color: #fff; }
  .sidebar.inverz .sidebar-top svg {
    fill: #000; }
  .sidebar.inverz .sidebar-bottom {
    background-color: #fff; }
  .sidebar.inverz .sidebar-bottom a {
    color: #000; }

.programs_mediacio .mediacio-related .row {
  border-top: 1px solid #000; }
  .programs_mediacio .mediacio-related:last-child {
    border-bottom: 1px solid #000; }
  .programs_mediacio .close-btn {
    opacity: 1;
    transition: opacity ease-in-out 0.5s; }

.project-btn[aria-expanded="false"] ~ .close-btn {
  opacity: 0; }
  .project-btn[aria-expanded="false"] i::before {
    content: "\f078"; }

.videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem; }
  .videos .video-subtitle {
    margin-bottom: 2rem; }
  .videos .video img {
    object-fit: cover;
    width: 100%; }
  .videos-divide {
    background-color: #fff;
    height: 1px;
    grid-column: span 2 / span 2; }

.videos-page .modal-header {
  border: none; }
  .videos-page .modal-content {
    border: none;
    background-color: transparent; }
  .videos-page iframe {
    width: 100%;
    aspect-ratio: 1.7777777778; }
  @supports not (aspect-ratio: auto) {
  .videos-page .modal-body {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .videos-page iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
  @media (min-width: 576px) {
  .videos-page .modal-dialog {
    max-width: 1160px;
    margin: 1.75rem auto; } }

.modal-backdrop.show {
  opacity: 1; }

a:focus {
  outline: none; }
/* NGO logo */
.ngo {
  color: currentColor;
  display: block;
  text-align: center;
  text-transform: uppercase; }

.ngo .top {
  display: block; }

.ngo .bottom {
  display: block; }

.ngo.en .bottom {
  font-size: 21px; }

.ngo .bottom:before, .ngo .bottom:after {
  content: '';
  display: inline-block;
  padding: 0.05em 0;
  width: 0.9em; }

#gallery a {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0; }

.pre-line {
  white-space: pre-line; }
