@charset "UTF-8";
@font-face {
  font-family: "D-DIN";
  /*src: url('.eot');*/
  /* IE9 Compat Modes */
  src: url("../fonts/D-DIN.woff2") format("woff2"), url("../fonts/D-DIN.woff") format("woff"), url("../fonts/D-DIN.ttf") format("truetype");
}
.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-7 {
  margin-top: 12rem !important;
}

.mb-7 {
  margin-bottom: 12rem !important;
}

.mr-7 {
  margin-right: 12rem !important;
}

.ml-7 {
  margin-left: 12rem !important;
}

.mx-7 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-7 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.m-7 {
  margin: 12rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

#wpadminbar #wp-admin-bar-tt-view_as .ab-icon:before {
  content: "";
}

@media screen and (max-width: 1000px) {
  #wpadminbar #wp-admin-bar-tt-view_as {
    display: block;
  }
}

.anchor {
  top: -75px;
  position: relative;
  display: block;
}

.header {
  height: 65px;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
  flex: 0 0 auto;
  position: -webkit-sticky;
  /* for Safari */
  position: fixed;
  align-self: flex-start;
  width: 100%;
  max-width: 1350px;
  z-index: 1000;
}
.header .navbar-nav {
  font-weight: 600;
}
.header .navbar-nav .menu-item a {
  display: block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: black;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
}
@media (min-width: 992px) {
  .header .navbar-nav .menu-item a {
    color: rgba(0, 0, 0, 0.8);
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    background: transparent;
  }
}
.header .navbar-nav .menu-item a:hover {
  text-decoration: none;
  background: #fff9ea;
}
@media (min-width: 992px) {
  .header .navbar-nav .menu-item a:hover {
    color: black;
    background: transparent;
  }
}
.header .navbar-nav .menu-item a:active {
  text-decoration: none;
  background: #fff9ea;
}
@media (min-width: 992px) {
  .header .navbar-nav .menu-item a:active {
    color: black;
    background: transparent;
  }
}
.header .navbar-nav .menu-item a:focus {
  outline: none;
}

.header-filler {
  width: 100%;
  height: 65px;
  min-height: 65px;
}

.user-button:focus {
  outline: none;
}

footer {
  background: #24211e;
  color: #cacaca;
  flex-shrink: 0;
  padding: 1em;
}
footer .menu-item {
  color: #cacaca;
  margin-right: 0.2rem;
  font-weight: 600;
}
footer .menu-item:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .menu {
  list-style: none;
  font-size: 0.8rem;
  padding: 0;
  justify-content: center !important;
}
footer .menu a {
  color: #cacaca;
  margin-right: 0.3rem;
}
footer .menu a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer .footer-widget-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
footer .footer-widget-1 .widget {
  min-width: 320px;
  width: 100%;
}

.soldout {
  color: red;
}

.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}

.divTableColumn {
  display: table-cell;
}

.cartBar {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  border: none;
  position: relative;
}
.cartBarHandle {
  width: auto;
  border-top: 2px solid #AAAAAA;
  position: absolute;
  top: 5px;
  left: 45%;
  right: 45%;
}
@media (max-width: 768px) {
  .cartBar {
    border-top: 2px solid #dddddd;
    box-shadow: none;
    max-width: 700px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cartBar .showWhenOpen {
  display: none;
}

.cart {
  background: #ffffff;
  z-index: 2000;
  /*transition: top 0.5s linear 0s, height 0.5s linear 0s;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  transform-origin: bottom;
  transition: transform 0.5s;
  /* Elements */
  /* Modifiers */
}
.cart--animate {
  transform: scaleY(0);
}
.cart__content {
  height: calc(100% - 4rem);
  overflow: hidden;
  visibility: hidden;
}
.cart__presistant {
  height: 4rem;
}
.cart--open {
  top: 0;
  height: 100%;
}
.cart--open .cart__content {
  height: 100%;
  visibility: visible;
}
.cart.cart--open .btn.hideWhenOpen {
  display: none;
}
.cart .showWhenOpen {
  display: block;
}
@media (max-width: 767px) {
  .cart {
    margin: 0px -1rem;
  }
}
@media (min-width: 768px) {
  .cart {
    border: none;
    max-width: 700px;
    left: 0;
    right: 0;
    /*right:calc(50% - 600px);
    left:calc(50% - 600px);*/
    margin: auto;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .cart {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .cart {
    max-width: 1200px;
  }
}

.checkboxUnderscore {
  display: inline-block;
}
.checkboxUnderscore input {
  display: none;
}
.checkboxUnderscore label {
  text-decoration: none;
  margin: 0;
}
.checkboxUnderscore :checked + label {
  text-decoration: underline;
}

.radio-block label {
  border-bottom: 4px solid #aaaaaa;
  background: #ffffff;
  color: #000000;
  user-select: none;
  outline: none;
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
}
.radio-block label:hover {
  background: #fff0d1;
  text-decoration: none;
  color: #000000;
}

.radio-block :checked + label {
  border-bottom: 4px solid #ffbb00;
  background: #fff0d1;
  font-weight: 800;
}
.radio-block :disabled + label {
  color: gray;
}
.radio-block :disabled + label:hover {
  background: lightgray;
}
.radio-block--no-background:hover {
  background: #ffffff;
  text-decoration: none;
}
.radio-block--no-background.radio-block--selected {
  background: #ffffff;
  font-weight: normal;
}
.radio-block--vertical {
  border-bottom: none;
  border-left: 4px solid #aaaaaa;
}
.radio-block--vertical.radio-block--selected {
  border-bottom: none;
  border-left: 4px solid #ffbb00;
}
.radio-block--hidden-radio input {
  display: none;
}

.radio-block-space {
  border-bottom: 4px solid #aaaaaa;
  background: #ffffff;
  margin: 0;
}

.fixed-size-block-s {
  width: 160px !important;
}
@media (min-width: 768px) {
  .fixed-size-block-s {
    width: 230px !important;
  }
}
@media (min-width: 992px) {
  .fixed-size-block-s {
    width: 230px !important;
  }
}
@media (min-width: 1200px) {
  .fixed-size-block-s {
    width: 230px !important;
  }
}

.banner {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 500px;
  }
}
.banner__text {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  height: 100%;
  max-width: 25rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
@media (min-width: 768px) {
  .banner__text {
    font-size: 3rem;
    max-width: 33.333rem;
  }
}
@media (min-width: 1200px) {
  .banner__text {
    font-size: 4rem;
    max-width: 50rem;
  }
}

@keyframes lang_in {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.language-dropdown .btn {
  box-sizing: border-box;
  border: 1px solid transparent;
}
.language-dropdown.show .btn {
  box-shadow: none !important;
  border: 1px solid #e2e2e2;
}
.language-dropdown .btn:focus {
  box-shadow: none !important;
  border: 1px solid #e2e2e2;
}
.language-dropdown .btn:active {
  box-shadow: none !important;
  border: 1px solid #e2e2e2;
}
.language-dropdown .btn:focus:active {
  box-shadow: none !important;
  border: 1px solid #e2e2e2;
}
.language-dropdown__abbreviation {
  color: black;
  font-weight: normal;
}
.language-dropdown__flag-icon {
  width: 22px;
  height: 22px;
}
.language-dropdown .dropdown-item:active {
  background: #fff8e3;
}

.language-dropdown .dropdown-menu {
  transform-origin: 0 0;
  animation-name: lang_in;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.login-form_field {
  display: block;
  width: 100%;
  border: 1px solid #666666;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.login-form_button {
  display: block;
  width: 100%;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  background: #1e6b00;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: #ffffff;
}
.login-form .login-submit input:hover {
  background: #e9e9e9;
}

.login-link {
  color: #007bff;
  display: block;
  border: none;
  background: none;
  display: inline;
  padding: 0;
}
.login-link:hover {
  text-decoration: underline;
}

@keyframes fade_in {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes scale_in {
  from {
    scale: 0.5;
  }
  to {
    scale: 1;
  }
}
.overlay {
  display: flex;
  overflow-y: hidden;
  animation-name: fade_in;
  animation-duration: 0.3s;
  border: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3000;
  /*also in js!!*/
  width: 100%;
}
.overlay--hide {
  display: none;
}
.overlay__return-cross {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  background: none;
}
.overlay__dialog-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 3001;
  pointer-events: none;
}
.overlay__dialog-container__box {
  animation-name: scale_in;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  background: #ffffff;
  position: relative;
  z-index: 3001;
  pointer-events: auto;
  max-width: 95%;
  height: auto;
}
@media (min-width: 576px) {
  .overlay__dialog-container__box {
    max-width: 400px;
    border-radius: 6px;
  }
}
.overlay__dialog-container__content {
  display: none;
}
.overlay__dialog-container__content--show {
  display: block;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #666666;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  padding: 0.3em;
  margin-right: 0.5em;
}
input[type=text]::-webkit-outer-spin-button, input[type=text]::-webkit-inner-spin-button, input[type=email]::-webkit-outer-spin-button, input[type=email]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=password]::-webkit-outer-spin-button, input[type=password]::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  padding-right: 1.6em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
input[type=checkbox]:hover:before, input[type=radio]:hover:before {
  background-color: #218838;
  border: 0;
}
input[type=checkbox][disabled]:hover:before, input[type=radio][disabled]:hover:before {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
}
input[type=checkbox].mini, input[type=radio].mini {
  width: 20px;
  height: 20px;
}
input[type=checkbox].mini:before, input[type=radio].mini:before {
  width: 20px;
  height: 20px;
}
input[type=checkbox]:before, input[type=radio]:before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border: 1px solid #666666;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  background-color: white;
}
input[type=checkbox][disabled]:before, input[type=radio][disabled]:before {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  background-color: #28a745;
  border: 0;
}
input[type=checkbox].mini:checked:after, input[type=radio].mini:checked:after {
  width: 8px;
  height: 16px;
  border-width: 0 3px 3px 0;
  top: 1px;
  left: 6px;
}
input[type=checkbox]:checked:after, input[type=radio]:checked:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 9px;
}

input[type=radio]:before {
  border-radius: 100%;
}
input[type=radio].mini:checked:after {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 6px;
}
input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  border-width: 0;
  background-color: white;
}

label {
  margin: 0;
  margin-bottom: 0.1em;
  margin-top: 0;
  cursor: pointer;
  white-space: nowrap;
}

.textButtonUnderlined {
  cursor: pointer;
  text-decoration: underline;
}

.radioBox {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 0.5rem 0.3rem 0.3rem 0.3rem;
  padding: 0.5em;
}
.radioBox > label {
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #666666;
  white-space: normal;
}
.radioBox label:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.checkboxUnderlined {
  margin-bottom: 0;
}
.checkboxUnderlined input[type=checkbox], .checkboxUnderlined input[type=radio] {
  display: none;
}
.checkboxUnderlined :checked + label {
  border-bottom: 3px #ffbb00 solid;
}
.checkboxUnderlined :checked + label:hover {
  border-bottom: 3px #ffbb00 solid;
}
.checkboxUnderlined label {
  line-height: 1em;
}
.checkboxUnderlined label:hover {
  border-bottom: 3px #fff0d1 solid;
}

.errorMessage {
  color: red;
}

@media (max-width: 768px) {
  .cartItemButtonWrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cartItemButtonWrapper .cartItemQuantity {
  margin: 0 0.5em;
}
@media (max-width: 768px) {
  .cartItemButtonWrapper .cartItemQuantity {
    font-size: 1.5rem;
    margin: 0;
  }
}
.cartItemButtonWrapper .cartItemButton {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cartItemButtonWrapper .cartItemButton {
    font-size: 2rem;
  }
}

.scale-in-ver-center-off {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.scale-in-ver-center {
  -webkit-animation: scale-in-ver-center 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) none;
  animation: scale-in-ver-center 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) none;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-2 8:20:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  8% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  92% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
}
@keyframes example {
  0% {
    width: 10px;
    height: 10px;
  }
  75% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}
.departureBox {
  padding: 0.3em 1em;
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
}
.departureBox label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.departureBox :disabled + label {
  color: gray;
}
.departureBox .first {
  flex: 1;
  min-width: 60px;
  padding: 0 0.2em;
  text-align: center;
}
.departureBox .b {
  font-weight: bold;
}
.departureBox .info {
  flex: 3;
}
.departureBox .info .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1em;
}
@media (max-width: 500px) {
  .departureBox .info .row {
    margin: 0;
  }
}
.departureBox .info .row div {
  flex: 1;
  text-align: right;
}
.departureBox .info .row .direction {
  font-weight: bold;
}
@media (max-width: 500px) {
  .departureBox .info .row .direction {
    display: none;
  }
}
@media (max-width: 320px) {
  .departureBox .info .row .arrival {
    text-align: right;
  }
}
.departureBox .info .row .time {
  flex: 0.8;
  overflow: hidden;
}
@media (max-width: 400px) {
  .departureBox .info .row .time {
    display: none;
  }
}
@media (max-width: 500px) {
  .departureBox .info .row .time {
    flex: 1;
  }
}
.departureBox .info .divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

body {
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: scroll;
}

.body--locked {
  height: auto;
}

.page-column {
  background: #f4f2f2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-family: D-DIN, arial;
  /*min-height:100%;*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 !important;
}

.page-wrap {
  padding: 0 0;
  flex: 1 0 auto;
}

.cat-menu {
  list-style: none;
  display: inline;
  padding: 0;
  text-align: center;
}

.cat-menu li {
  display: inline;
  padding: 0.25rem !important;
  white-space: nowrap;
}

.cat-menu li a {
  color: black;
  font-weight: 200;
  cursor: pointer;
}

.cat-menu li a:hover, .cat-menu li a:active {
  color: black;
  text-decoration: none;
  border-bottom: 3px #ffbb00 solid;
}

.cat-menu li.current-menu-item a {
  border-bottom: 3px #ffbb00 solid;
}

.event-card {
  background: #f4f2f2;
  /*font-size:0.9rem;*/
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.event-card-thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.2rem 0.2rem 0rem 0rem;
}

.content-wrap {
  max-width: 45rem;
  width: auto;
  margin: auto;
  padding: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .content-wrap {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .content-wrap {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .content-wrap {
    font-size: 0.8rem;
  }
}

.accordiation-button {
  width: 100%;
  background: linear-gradient(white, white, #e6e6e6);
  font-size: 1rem;
  padding: 0.5rem 2rem;
  font-weight: 700;
}

.accordiation-button {
  color: black;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.accordiation-button:hover {
  text-decoration: none;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

@media (min-width: 768px) {
  .cart-handle {
    visibility: hidden;
  }

  .cart-open {
    top: 5rem;
    height: calc(100% - 5rem);
  }

  .cart-open .cart-content {
    height: calc(100% - 4rem);
  }
}
h1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.1rem;
  }
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 0.9rem;
  }
}

h6 {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h6 {
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 0.85rem;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 0.85rem;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  justify-content: center;
  margin: 1em;
}

.pagination a {
  color: black;
}

.pagination .current {
  font-weight: bold;
}

a.btn-icon {
  text-decoration: none;
  cursor: pointer;
}
a.btn-icon-green {
  color: #28a745;
}
a.btn-icon-green:hover {
  color: #218838;
}
a.btn-icon-red {
  color: #ff0000;
}
a.btn-icon-red:hover {
  color: #aa0000;
}
a.btn-icon-gray {
  color: lightgray;
}

/*# sourceMappingURL=main.css.map */
