.home__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .home__section {
    margin-top: 0;
  }
}
.home__section.home__section--first {
  margin-top: 20px;
}

.home__mainTitle {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.home__mainTitle:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .home__mainTitle {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}

.home__article {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .home__article {
    margin-bottom: 40px;
  }
}

.home__aside {
  margin-top: 5px;
}
@media (min-width: 64em) {
  .home__aside {
    margin-top: -150px;
  }
}

.home__mainText {
  margin: 1rem 0;
}

.home__offerList {
  list-style: square;
  color: #e3001c;
  padding: 0 0 0 25px;
  margin: 1rem 0 1.25rem;
}
@media (min-width: 64em) {
  .home__offerList {
    margin: 1rem 0;
    padding-left: 35px;
  }
}

.home__offerItem {
  padding: 8px 12px 8px 4px;
}

.home__offerText {
  color: #111;
}

.home__offerPrice {
  font-size: 0.9375rem;
  color: #111;
}

.home__moreLink {
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 42px;
  text-align: center;
}
.home__moreLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 3px solid #f5f5f5;
}

.home__mainImageBox {
  overflow: hidden;
  margin: 20px 0 0;
  border-top: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
}
@media (min-width: 40em) {
  .home__mainImageBox {
    float: left;
    margin: 0 20px 10px 0;
    border: 0;
  }
}

.home__mainImage {
  display: block;
  margin: 12px auto;
}
@media (min-width: 40em) {
  .home__mainImage {
    width: 140px;
    margin: 0;
  }
}

.home__newsList {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .home__newsList {
    margin-bottom: 30px;
  }
}

.home__news {
  margin-top: 15px;
}
.home__news::first-child {
  margin-top: 10px;
}

.home__newsLink {
  display: block;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.home__newsLink:hover {
  opacity: 0.9;
}

.home__newsTitle {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #111;
  margin: 0;
}

.home__newsPublished {
  display: block;
  color: #111;
  font-size: 12px;
  margin: 0 0 8px;
}

.home__about {
  padding: 10px 0;
  background-color: #fafafa;
}
@media (min-width: 40em) {
  .home__about {
    padding: 25px 0;
  }
}

.home__bottom {
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.news__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .news__section {
    margin-top: 0;
  }
}
.news__section.news__section--first {
  margin-top: 20px;
}

.news__mainTitle {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
  margin-bottom: 1rem;
}
.news__mainTitle:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .news__mainTitle {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}
@media (min-width: 64em) {
  .news__mainTitle {
    margin-bottom: 2rem;
  }
}

.news__article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.news__article:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (min-width: 64em) {
  .news__article {
    margin-bottom: 40px;
  }
}

.news__articleTitle {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 20px 0 8px;
}
.news__articleTitle::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 6px;
  background-color: #281f2a;
}
@media (min-width: 64em) {
  .news__articleTitle {
    font-size: 20px;
  }
}
.news__articleTitle.news__articleTitle--only {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
  font-weight: 600;
}
.news__articleTitle.news__articleTitle--only:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .news__articleTitle.news__articleTitle--only {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}
.news__articleTitle.news__articleTitle--only::after {
  display: none;
}

.news__published {
  font-size: 14px;
}

.news__mainText {
  margin: 1rem 0;
  margin: 0.5rem 0 0;
}

.news__moreLink {
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 42px;
  text-align: center;
}
.news__moreLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 3px solid #f5f5f5;
}

.news__bottom {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.contact__section {
  margin-top: 20px;
}
@media (min-width: 64em) {
  .contact__section {
    margin-top: 0;
  }
}
.contact__section.contact__section--first {
  margin-top: 20px;
}

.contact__mainTitle {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.contact__mainTitle:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .contact__mainTitle {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}

.contact__mainTitleWrapper .contact__mainTitle {
  margin-bottom: 0;
}

.contact__mainText {
  margin: 1rem 0;
}

.contact__article {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .contact__article {
    margin-bottom: 40px;
  }
}

.contact__iconSection {
  overflow: hidden;
  margin-bottom: 15px;
}

.contact__iconBox {
  float: left;
}

.contact__icon {
  font-size: 1.375rem;
  color: #1d161e;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.contact__iconAside {
  float: left;
}
.contact__iconAside .contact__iconText {
  margin: 0 0 8px;
}
.contact__iconAside .contact__iconText:first-child {
  margin-top: 4px;
}
.contact__iconAside .contact__iconText.contact__iconText--linkInside {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__iconText.contact__iconText--linkInside {
    margin-bottom: 8px;
  }
}
.contact__iconAside .contact__iconText.contact__iconText--linkInside:first-child {
  margin-top: -6px;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__iconText.contact__iconText--linkInside:first-child {
    margin-top: 4px;
  }
}
.contact__iconAside .contact__iconText .contact__iconTextSmall {
  font-size: 0.9375rem;
}
.contact__iconAside .contact__callLink {
  display: block;
  color: #111;
  line-height: 40px;
}
@media (min-width: 64em) {
  .contact__iconAside .contact__callLink {
    line-height: 1.5;
  }
}
.contact__iconAside .contact__callLink:hover {
  color: #111;
}

.contact__map {
  height: 350px;
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .contact__map {
    margin-bottom: 40px;
  }
}

.contact__tripTips {
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  .contact__tripTips {
    margin-bottom: 30px;
  }
}

.contact__link {
  display: block;
  line-height: 40px;
}

.contact__bottom {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.error404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 50px);
}
@media (min-width: 64em) {
  .error404 {
    height: calc(100vh - 70px);
  }
}

.error404__content {
  text-align: center;
  padding-top: 30px;
  margin-top: -100px;
  border-top: 4px solid #f5f5f5;
}

.error404__title {
  margin: 0;
  color: #1d161e;
  font-size: 36px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .error404__title {
    font-size: 72px;
  }
}

.error404__text {
  margin: 0 0 50px;
  font-size: 1.25rem;
  font-weight: 600;
}

.error404__redirect {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.error404__redirect:hover {
  color: #fff;
  background-color: #f7001f;
}

.header {
  position: relative;
}

.header__top {
  position: relative;
}
@media (min-width: 64em) {
  .header__top {
    background-repeat: no-repeat;
    background-position: bottom right 25%;
  }
}
.header__top .header__logoBox {
  height: 60px;
}
@media (min-width: 64em) {
  .header__top .header__logoBox {
    height: 110px;
  }
}
.header__top .header__logoLink {
  display: inline-block;
  margin-top: 8px;
}
@media (min-width: 64em) {
  .header__top .header__logoLink {
    margin-top: 20px;
  }
}
.header__top .header__logo {
  height: 42px;
}
@media (min-width: 64em) {
  .header__top .header__logo {
    height: 64px;
  }
}
.header__top .header__headingBackground {
  padding: 15px;
  background-image: url("../../_images/tlo_header_mobile.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 64em) {
  .header__top .header__headingBackground {
    padding: 20px 0 0;
    background-color: transparent;
    background-image: url("../../_images/tlo_header.png");
    background-size: contain;
  }
}
.header__top .header__headingBackground .header__headingTop {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  .header__top .header__headingBackground .header__headingTop {
    margin: 0 0 0 -40px;
  }
}
.header__top .header__headingBackground .header__headingTop .header__headingNumber {
  display: none;
  font-family: "Poppins";
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.25;
  color: #e3001c;
}
@media (min-width: 64em) {
  .header__top .header__headingBackground .header__headingTop .header__headingNumber {
    font-size: 84px;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 12px;
  }
}
.header__top .header__headingBackground .header__headingTop .header__headingEvent {
  position: relative;
  top: 4px;
}
@media (min-width: 64em) {
  .header__top .header__headingBackground .header__headingTop .header__headingEvent {
    top: auto;
  }
}
.header__top .header__headingBackground .header__headingTop .header__headingEventTitle {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  color: #e3001c;
  text-align: center;
}
@media (min-width: 64em) {
  .header__top .header__headingBackground .header__headingTop .header__headingEventTitle {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.header__top .header__headingBackground .header__headingTop .header__headingEventDate {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 2px;
  margin: 0;
  text-align: left;
}
.header__top .header__headingBackground .header__headingBottom {
  text-align: center;
  font-weight: 600;
}
.header__top .header__secondLogo {
  display: block;
  height: 200px;
  text-align: right;
}
.header__top .header__secondLogo .header__secondLogoImage {
  height: 100%;
  padding: 15px 0;
}

.header__navigation::before {
  content: "";
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.header__navigation.header--cover::before {
  top: 0;
  bottom: -20%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  z-index: 1;
}
@media (min-width: 64em) {
  .header__navigation {
    height: 54px;
    background-color: #e3001c;
  }
}

.header__nav {
  font-family: "Lato";
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 480px;
  height: 120%;
  background-color: #444;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  transition: left 0.5s ease-in-out;
  z-index: 1;
}
@media (min-width: 64em) {
  .header__nav {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    background-color: #e3001c;
    box-shadow: none;
  }
}
.header__nav.header__nav--opened {
  left: 0;
}

.header__navCompact {
  position: absolute;
  top: 5px;
  right: 15px;
}

.header__navOpen {
  display: inline-block;
  padding: 9px 5px;
  margin-top: 4px;
  color: #1d161e;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.header__navOpen:before, .header__navOpen:after,
.header__navOpen .header__navOpenMiddle {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #e3001c;
  border-radius: 2px;
}
.header__navOpen .header__navOpenMiddle {
  margin: 6px 0;
}
.header__navOpen.header__navOpen--hide {
  opacity: 0;
}

.header__navBar {
  height: 50px;
  background-color: #e3001c;
  text-align: right;
}

.header__navClose {
  font-size: 16px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 17px;
  color: #fff;
}

.header__menuList {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  height: calc(83.333% - 50px);
  overflow: auto;
}
@media (min-width: 64em) {
  .header__menuList {
    padding: 0;
    height: auto;
    overflow: initial;
    text-align: center;
  }
}
.header__menuList li {
  width: 100%;
  border-bottom: 1px solid #575757;
}
@media (min-width: 64em) {
  .header__menuList li {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    border: none;
  }
  .header__menuList li:hover .nav-child {
    display: block;
  }
}
.header__menuList li.active > a:after {
  background-color: #fff;
}
@media (min-width: 64em) {
  .header__menuList li.parent:hover {
    background-color: #0f0b0f;
  }
}
.header__menuList li.parent > a {
  border-bottom: 1px solid #ed001d;
}
@media (min-width: 64em) {
  .header__menuList li.parent > a {
    border: 0;
  }
}
.header__menuList li .nav-child {
  list-style: none;
  padding-left: 25px;
}
@media (min-width: 64em) {
  .header__menuList li .nav-child {
    display: none;
    position: absolute;
    left: 0;
    background-color: #0f0b0f;
    z-index: 1;
    padding: 8px 0 12px;
    width: 220px;
    border-radius: 0 0 5px 5px;
  }
}
@media (min-width: 64em) {
  .header__menuList li .nav-child > li {
    display: block;
    padding: 0;
  }
}
.header__menuList li .nav-child > li:last-child {
  border: 0;
}
.header__menuList li .nav-child > li a {
  font-size: 0.9375rem;
  padding: 10px 15px;
}
@media (min-width: 64em) {
  .header__menuList li .nav-child > li a {
    line-height: 1.5;
    margin: 0;
    padding: 10px 20px;
    text-transform: none;
    transition: background-color 0.2s ease;
  }
  .header__menuList li .nav-child > li a:hover {
    background-color: #281f2a;
  }
  .header__menuList li .nav-child > li a:after {
    display: none;
  }
}
.header__menuList li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px 20px;
  color: #fff;
}
@media (min-width: 64em) {
  .header__menuList li a {
    font-size: 0.875rem;
    color: #fff;
    padding: 0 5px;
    line-height: 54px;
    text-transform: uppercase;
  }
  .header__menuList li a:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.2s ease-in;
  }
}
.header__menuList li a:hover, .header__menuList li a.header__menuLink--active {
  background-color: #444;
}
@media (min-width: 64em) {
  .header__menuList li a:hover, .header__menuList li a.header__menuLink--active {
    background-color: transparent;
  }
}
.header__menuList li a:hover:after, .header__menuList li a.header__menuLink--active:after {
  background-color: #fff;
}
.header__menuList li a:active, .header__menuList li a:focus {
  color: #fff;
}
@media (min-width: 64em) {
  .header__menuList li a:active, .header__menuList li a:focus {
    color: #fff;
  }
}

.header__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 240px;
  width: 100%;
  background-image: url("../../_images/organista_automatyczny_baner.jpg");
  background-size: cover;
  background-position: center;
}
.header__banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5));
}
@media (min-width: 64em) {
  .header__banner {
    height: 420px;
    border-top: 4px solid #1d161e;
  }
}

.header__bannerTitle {
  position: relative;
  top: -25px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 4px #000;
  padding: 0 15px;
}
@media (min-width: 40em) {
  .header__bannerTitle {
    font-size: 42px;
    top: -45px;
  }
}

.header__bannerLink {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
  z-index: 0;
}
.header__bannerLink:hover {
  color: #fff;
  background-color: #f7001f;
}
@media (min-width: 64em) {
  .header__bannerLink {
    line-height: 64px;
    padding: 0 50px;
  }
}

.header__bannerLinkIcon {
  margin-right: 8px;
}

.header__contact {
  text-align: right;
}

.header__phoneNumberTitle {
  margin-right: 12px;
}

.header__phoneNumber {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 24px;
  border-bottom: 2px solid #e3001c;
}

.header__phoneNumberIcon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  color: #e3001c;
}

.footer {
  background-color: rgba(0, 0, 0, 0.85);
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #f2f2f2;
}

.footer__text {
  font-size: 0.875rem;
  color: #fff;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 40em) {
  .footer__text {
    text-align: left;
  }
}

.footer__text--right {
  margin-top: -10px;
}
@media (min-width: 40em) {
  .footer__text--right {
    text-align: right;
    margin-top: 1rem;
  }
}

.break {
  padding-top: 25px;
  background-color: #f5f5f5;
}
.break .break__component h3 {
  margin-bottom: 30px;
}
.break .event .date,
.break .event .displayname {
  display: none;
}

.banner {
  overflow: hidden;
  height: 360px;
  background-image: url("../../_images/banner.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 40em) {
  .banner {
    height: 500px;
  }
}
.banner .banner__bar {
  overflow: hidden;
  margin: 90px auto 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
}
@media (min-width: 40em) {
  .banner .banner__bar {
    width: 75%;
    margin-top: 160px;
  }
}
.banner .banner__text {
  font-family: "Lato";
  font-size: 1.5rem;
  line-height: 1.375;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px #1a1a1a;
  letter-spacing: 1px;
  padding: 25px 15px 15px;
  margin: 0;
}
@media (min-width: 40em) {
  .banner .banner__text {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
}
.banner .banner__sign {
  font-family: "Lato";
  font-size: 1.125rem;
  line-height: 1.375;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #1a1a1a;
  margin: 0 0 30px;
}
@media (min-width: 40em) {
  .banner .banner__sign {
    line-height: 1.5;
  }
}

.moduletable {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .moduletable {
    margin-bottom: 2.5rem;
  }
}
.moduletable.moduletable--small {
  margin: 0;
}
@media (min-width: 64em) {
  .moduletable.moduletable--small {
    margin: 0;
  }
}
.moduletable h3 {
  position: relative;
  font-family: "Lato";
  font-size: 19px;
  line-height: 1.25;
  font-weight: 600;
  color: #e3001c;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.moduletable h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 95px;
  border-bottom: 2px solid #e3001c;
}
@media (min-width: 40em) {
  .moduletable h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.moduletable h4 {
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 0;
  border-bottom: 2px solid #1d161e;
  margin: 20px 0 5px;
  clear: both;
  font-size: 18px;
}
.moduletable.news-list-rwd {
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .moduletable.news-list-rwd {
    margin-bottom: 2.5rem;
  }
}

.news-list-rwd h3 {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.news-list-rwd h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .news-list-rwd h3 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}

.home-news li[class*=newsitem] {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.home-news li[class*=newsitem]:last-child {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  .home-news li[class*=newsitem]:last-child {
    margin-bottom: 30px;
  }
}
.home-news li[class*=newsitem]::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
@media (min-width: 641px) {
  .home-news li[class*=newsitem] .newscontent {
    display: inline-block;
    width: calc(100% - 345px);
    margin-left: 20px;
  }
}
.home-news .newsitems {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.home-news .newsitems li:last-child hr {
  margin-bottom: 10px;
}
.home-news .newshead {
  margin-bottom: 0.75rem;
}
@media (min-width: 641px) {
  .home-news .newshead {
    display: inline-block;
    vertical-align: top;
    width: 320px;
  }
}
.home-news .newscontent .newstitle {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  color: #e3001c;
  margin: 0 0 0.25rem;
}
.home-news .newscontent .newstitle a {
  color: #e3001c;
}
.home-news .newscontent .newstitle a:hover {
  color: #f7001f;
  text-decoration: none;
}
.home-news .newscontent .newsdate {
  font-size: 0.875rem;
  line-height: 1.15;
  margin-bottom: 0.375rem;
  display: inline-block;
}
.home-news .newscontent .newsdate p {
  margin: 0;
}
.home-news .newscontent .newsintro {
  margin-bottom: 0.75rem;
}
.home-news .newscontent .link {
  text-align: right;
}
.home-news .newscontent .link a {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
  display: inline-block;
}
.home-news .newscontent .link a:hover {
  color: #fff;
  background-color: #f7001f;
}

.item-page .page-header h2 {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.item-page .page-header h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .item-page .page-header h2 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}
.item-page p {
  margin: 15px 0;
}
.item-page div:not(.page-header) h1, .item-page div:not(.page-header) h2, .item-page div:not(.page-header) h3 {
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 0;
  border-bottom: 2px solid #1d161e;
  margin: 20px 0 5px;
  clear: both;
}
.item-page hr {
  border-top: 0;
  border-bottom: 1px dotted #aaa;
  background-color: transparent;
}

.blog .page-header h2 {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.blog .page-header h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .blog .page-header h2 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}
.blog .items-row:last-child .item {
  border: 0;
}
.blog .item {
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.blog p {
  margin: 10px 0;
}
.blog .items-leading h3,
.blog h3 {
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 0;
  border-bottom: 2px solid #1d161e;
  margin: 20px 0 5px;
  clear: both;
}

.article-info .published {
  margin-left: 0;
}
.article-info time {
  margin-left: 8px;
}

.readmore {
  text-align: right;
  margin: 15px 0 10px;
}
.readmore .btn {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
  display: inline-block;
}
.readmore .btn:hover {
  color: #fff;
  background-color: #f7001f;
}

.pagination .counter {
  text-align: center;
}
.pagination ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.pagination ul > li {
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .pagination ul > li {
    display: none;
  }
  .pagination ul > li.pagination-prev, .pagination ul > li.pagination-next {
    display: inline-block;
  }
}
.pagination ul > li a,
.pagination ul > li span {
  height: 38px;
  line-height: 38px;
  display: block;
  padding: 0 12px;
  border: 1px solid #1d161e;
  border-radius: 5px;
  font-weight: 600;
}
.pagination ul > li span {
  color: #ddd;
  border-color: #ddd;
}
.pagination ul > li:first-child {
  margin-left: 0;
}

.tooltip {
  display: none !important;
}

.eventgallery-category-headline {
  display: none;
}

#events .item .eg-content .images img {
  opacity: 1;
}
#events .item .eg-content .data {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 979px) {
  #events .item .eg-content .data {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
#events .item .title {
  line-height: 1.3;
  word-break: normal;
  word-wrap: normal;
  padding-top: 8px;
  margin-bottom: 8px;
}
#events .item .imagecount,
#events .item .eventhits {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
}
#events .item .date {
  font-size: 16px;
  margin: 4px 10px 0;
}
@media (max-width: 767px) {
  #events .item-container {
    width: 50%;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  #events .item-container {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
}
#events .counter {
  float: none;
  margin-bottom: 10px;
}

.event .thumbnail {
  display: block;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.event .date {
  font-size: 18px;
}
.event .text {
  margin-bottom: 15px;
}

#events .page-header > h1,
#events h2.displayname,
.event .page-header > h1,
.event h2.displayname {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
#events .page-header > h1:after,
#events h2.displayname:after,
.event .page-header > h1:after,
.event h2.displayname:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  #events .page-header > h1,
  #events h2.displayname,
  .event .page-header > h1,
  .event h2.displayname {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}

.moduletable .event .displayname {
  display: none;
}

.page-header > h1 {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.page-header > h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .page-header > h1 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}

.visforms h1 {
  position: relative;
  font-family: "Lato";
  font-size: 22px;
  line-height: 1.25;
  color: #111;
  padding-bottom: 10px;
  margin: 10px 0 15px;
}
.visforms h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 120px;
  border-bottom: 3px solid #e3001c;
}
@media (min-width: 40em) {
  .visforms h1 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
}
.visforms fieldset {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 20px 12px;
}
@media (min-width: 40em) {
  .visforms fieldset {
    padding: 15px 25px;
  }
}
.visforms .visCSSlabel {
  float: none;
  width: auto;
  margin-top: 15px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
}
.visforms .visCSSinput,
.visforms .field-calendar input {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #bbb;
  border-radius: 5px;
  line-height: 38px;
  padding: 0 5px;
}
.visforms .field-calendar input {
  width: calc(100% - 40px);
}
.visforms .field-calendar button {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.visforms .field-calendar .buttons-wrapper button {
  width: auto;
  margin-right: 10px;
  background: #f5f5f5;
  padding: 0 10px;
}
.visforms .field-calendar .visicon-calendar {
  font-size: 18px;
}
.visforms select.visCSSinput {
  height: 38px;
}
.visforms textarea.visCSSinput {
  line-height: 1.5;
  padding: 5px;
}
.visforms .visBtnCon input {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
  border: none;
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}
.visforms .visBtnCon input:hover {
  color: #fff;
  background-color: #f7001f;
}
.visforms .visform:not(.bt4mcindividual):not(.uikit3):not(.uikit2) label.error {
  font-size: 14px;
  padding: 8px;
  margin-left: 0;
}
.visforms .visform:not(.bt4mcindividual):not(.uikit3):not(.uikit2) p.errorcontainer:after {
  margin-left: 10px;
}
.visforms .visCustomText {
  margin-top: 5px;
}
.visforms .visCustomText p {
  margin: 0;
  font-size: 13px;
}
.visforms .field20,
.visforms .field21,
.visforms .field22,
.visforms .field23,
.visforms .field24,
.visforms .field25,
.visforms .field34,
.visforms .field35 {
  position: relative;
}
.visforms .visCSSlabel.visCheckbox {
  padding-left: 25px;
  cursor: pointer;
}
.visforms .visCSSlabel.visCheckbox + input {
  cursor: pointer;
  position: absolute;
  top: -5px;
}
.visforms .visCSSlabel.visCheckbox + input.error {
  top: 54px;
}
.visforms .visCSSmargLeft {
  margin-left: 0;
}
.visforms .visCSStop0 {
  padding-top: 0;
}
.visforms .visCSSrlinl {
  display: inline-block;
  width: calc(100% - 50px);
  line-height: 1.25;
}

.visformSummary {
  padding: 100px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.alpha__donationSectionTitle {
  position: relative;
  padding: 0 15px;
  background-color: #ddd;
  margin-top: 20px;
  cursor: pointer;
}
.alpha__donationSectionTitle h2 {
  font-size: 16px;
  line-height: 2.5;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 40em) {
  .alpha__donationSectionTitle h2 {
    font-size: 18px;
  }
}
.alpha__donationSectionTitle .alpha__donationSectionToggler {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  line-height: 45px;
  font-weight: 700;
}

.alpha__donation {
  margin-top: 15px;
}
@media (min-width: 40em) {
  .alpha__donation {
    margin-top: 25px;
  }
}
.alpha__donation.alpha__donation--daypay .alpha__donationLink {
  font-size: 18px;
  line-height: 1.375;
  padding: 20px 15px;
  min-height: 136px;
}
.alpha__donation.alpha__donation--hide {
  display: none;
}
.alpha__donation .alpha__donationLink {
  display: block;
  line-height: 100px;
  text-align: center;
  font-size: 36px;
  background-color: #1d161e;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: background-color 0.2s ease-in-out;
}
.alpha__donation .alpha__donationLink:hover {
  background-color: #281f2a;
}
@media (min-width: 40em) {
  .alpha__donation .alpha__donationLink {
    margin-bottom: 30px;
  }
}
.alpha__donation .alpha__donationLink.alpha__donationLink--last {
  margin-bottom: 0;
}

.featuredCard {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15), 0 -2px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 40em) {
  .featuredCard {
    padding: 30px;
  }
}
.featuredCard .featuredCard__imageBox {
  text-align: center;
  margin-bottom: 25px;
}
.featuredCard .featuredCard__imageBox img {
  width: 96px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 40em) {
  .featuredCard .featuredCard__imageBox img {
    width: 138px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 40em) {
  .featuredCard .featuredCard__imageBox {
    margin: 0;
  }
}
.featuredCard .featuredCard__title {
  margin-bottom: 10px;
}
@media (min-width: 40em) {
  .featuredCard .featuredCard__title {
    margin-bottom: 15px;
  }
}
.featuredCard .featuredCard__text {
  margin: 0;
  font-size: 17px;
  font-style: italic;
}
@media (min-width: 40em) {
  .featuredCard .featuredCard__text {
    font-size: 18px;
  }
}
.featuredCard .featuredCard__actions {
  text-align: right;
}
.featuredCard .featuredCard__moreLink {
  display: inline-block;
  line-height: 42px;
  font-weight: 700;
  color: #e3001c;
  padding: 0 12px;
  margin: -12px 0;
}
@media (min-width: 40em) {
  .featuredCard .featuredCard__moreLink {
    font-size: 18px;
  }
}

.mainFeatures {
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (min-width: 40em) {
  .mainFeatures {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.mainFeatures .mainFeatures__headTitle {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  margin: 0 0 25px;
}
.mainFeatures .mainFeatures__headTitle:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 100px);
  display: block;
  width: 200px;
  border-bottom: 3px solid #aaa;
}
@media (min-width: 40em) {
  .mainFeatures .mainFeatures__headTitle {
    font-size: 28px;
    padding-bottom: 35px;
    margin: 0 0 35px;
  }
}
.mainFeatures .mainFeatures__title {
  font-size: 26px;
  font-weight: 700;
  color: #e3001c;
  margin: 0;
}
@media (min-width: 40em) {
  .mainFeatures .mainFeatures__title {
    font-size: 30px;
  }
}
.mainFeatures .mainFeatures__text {
  position: relative;
  margin: 0;
  font-size: 17px;
  margin-bottom: 25px;
}
.mainFeatures .mainFeatures__text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 45px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 40em) {
  .mainFeatures .mainFeatures__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.mainFeatures .mainFeatures__moreIntro {
  font-size: 17px;
  margin: 20px 0 15px;
}
@media (min-width: 40em) {
  .mainFeatures .mainFeatures__moreIntro {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
.mainFeatures .mainFeatures__featuresListIntro {
  font-size: 17px;
  margin: 15px 0;
}
@media (min-width: 40em) {
  .mainFeatures .mainFeatures__featuresListIntro {
    font-size: 18px;
    margin: 20px 0;
  }
}
.mainFeatures .mainFeatures__featuresList {
  list-style-type: square;
}
.mainFeatures .mainFeatures__featuresList li {
  padding: 2px 0;
}
.mainFeatures .mainFeatures__featuresList li::marker {
  color: #e3001c;
}

.presentation .presentation__title {
  color: #fff;
}
.presentation .presentation__title:after {
  border-color: #fff;
}
.presentation .presentation__text {
  font-size: 16px;
  color: #fff;
  margin: 0 0 35px;
}
@media (min-width: 40em) {
  .presentation .presentation__text {
    font-size: 18px;
    margin: 0;
  }
}
.presentation .presentation__video {
  text-align: right;
}
.presentation .presentation__video iframe {
  max-width: 100%;
  max-height: 200px;
}
@media (min-width: 40em) {
  .presentation .presentation__video iframe {
    max-height: none;
  }
}
.presentation .presentation__more {
  margin-top: 30px;
}
.presentation .presentation__moreLink {
  display: block;
  font-size: 1.125rem;
  line-height: 44px;
  padding: 0 20px;
  background-color: #e3001c;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease;
  background-color: transparent;
  border: 2px solid #fff;
}
.presentation .presentation__moreLink:hover {
  color: #fff;
  background-color: #f7001f;
}
@media (min-width: 40em) {
  .presentation .presentation__moreLink {
    max-width: 400px;
    margin-top: 20px;
  }
}

html {
  font-size: 16px;
}
html.noScroll {
  overflow: hidden;
}
html.noScroll body {
  overflow: hidden;
}

body {
  font-family: "Lato", sans-serif;
  color: #111;
}
body.covered::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

a {
  color: #1d161e;
  text-decoration: none;
}
a:hover {
  color: #392c3b;
}

.alpha__section,
.alpha__right {
  padding-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  .alpha__section,
  .alpha__right {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}

.alpha__contentTop {
  background-color: #f5f5f5;
}

.alpha__featuredCard {
  position: relative;
  margin-top: -50px;
}
@media (min-width: 40em) {
  .alpha__featuredCard {
    margin-top: -90px;
  }
}

.alpha__presentationArea {
  padding-top: 1.5rem;
  margin-bottom: 15px;
  background: radial-gradient(#ff0a28, #bd0017);
}
@media (min-width: 40em) {
  .alpha__presentationArea {
    padding-top: 2.5rem;
  }
}

.alpha__categoryView {
  margin-top: 20px;
}
.alpha__categoryView .alpha__categoryBox {
  font-size: 1rem;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  .alpha__categoryView .alpha__categoryBox {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.alpha__categoryView .alpha__categoryLink {
  display: block;
  padding: 20px 15px;
}
@media (min-width: 64em) {
  .alpha__categoryView .alpha__categoryLink {
    padding: 30px 15px;
  }
}

.alpha__contentList {
  margin-top: 10px;
}
@media (min-width: 40em) {
  .alpha__contentList {
    border-right: 1px solid #ddd;
  }
  .alpha__contentList:last-child {
    border: 0;
  }
}
.alpha__contentList p {
  margin: 0;
}
.alpha__contentList a {
  display: block;
  line-height: 42px;
}

.alpha__bottom {
  padding-top: 25px;
  background-color: #f5f5f5;
}
@media (min-width: 40em) {
  .alpha__bottom {
    padding-top: 35px;
  }
}

.alpha__bottomBar {
  padding: 20px 0;
  background-color: #228b22;
}
@media (min-width: 40em) {
  .alpha__bottomBar {
    padding-top: 25px 0px;
  }
}

.alpha__partner {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.alpha__partner a {
  color: #fff;
  transition: color 0.2s ease-in-out;
}
.alpha__partner a:hover {
  color: #f5f5f5;
}

.alpha__partnerIcon {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.alpha__contact h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  margin: 0 0 25px;
  color: #111;
}
.alpha__contact h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 100px);
  display: block;
  width: 200px;
  border-bottom: 3px solid #aaa;
}
@media (min-width: 40em) {
  .alpha__contact h3 {
    font-size: 28px;
    padding-bottom: 35px;
    margin: 0 0 35px;
  }
}

.alpha__contactSubtitle {
  font-size: 22px;
  text-align: center;
  color: #e3001c;
}

.alpha__contactText {
  text-align: center;
  margin: 0 0 30px;
}

.alpha__contactLabel {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}

.alpha__contactLabelIcon {
  position: relative;
  top: 1px;
  color: #e3001c;
  margin-right: 5px;
}

.alpha__contactEmail {
  font-size: 21px;
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 40em) {
  .alpha__contactEmail {
    font-size: 24px;
  }
}

.alpha__contactPhone {
  font-size: 21px;
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 40em) {
  .alpha__contactPhone {
    font-size: 24px;
  }
}

.alpha__songList a {
  display: block;
  line-height: 40px;
}

/*# sourceMappingURL=main.css.map */
