@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@500&family=Montserrat&family=Source+Serif+4:ital,opsz,wght@1,8..60,300&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.fixed-position {
  position: fixed;
}

main {
  margin-top: 50px;
}

p.extra-bottom {
  margin-bottom: 3rem;
}

span.red-col {
  color: #bc002d;
}

.menu-modal {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #aaa9ad;
  transition: all 0.4s;
  z-index: 150;
}
.menu-modal.closed {
  width: 0;
}
.menu-modal.open {
  width: 100%;
}

#cwo {
  max-width: 100%;
  margin-bottom: 20px;
}

.silver-white-stripe {
  position: absolute;
  background: repeating-linear-gradient(45deg, #aaa9ad, #aaa9ad 10px, #ffffff 10px, #ffffff 20px);
}

.silver-white-stripe-bg {
  background: repeating-linear-gradient(-45deg, rgba(170, 169, 173, 0.2), rgba(170, 169, 173, 0.2) 10px, #ffffff 10px, #ffffff 20px);
}

.red-white-stripe {
  position: absolute;
  background: repeating-linear-gradient(-45deg, #bc002d, #bc002d 10px, #ffffff 10px, #ffffff 20px);
}

.red-white-stripe-bg {
  background: repeating-linear-gradient(45deg, rgba(188, 0, 45, 0.1), rgba(188, 0, 45, 0.1) 10px, #ffffff 10px, #ffffff 20px);
}

.black-white-stripe {
  position: absolute;
  background: repeating-linear-gradient(-45deg, #000000, #000000 10px, #ffffff 10px, #ffffff 20px);
}

nav {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 330px;
  height: 100%;
  padding-left: 30px;
  transition: all 0.4s;
  z-index: 200;
}
nav.open {
  right: 0;
}
nav.closed {
  right: -330px;
}
nav .col-12 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
nav img {
  width: 150px;
  margin: 20px auto;
}
nav ul {
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
  text-align: center;
}
nav ul li {
  margin-bottom: 20px;
}
nav ul li a {
  color: #000000;
  text-decoration: none;
}
nav .silver-white-stripe {
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

.h1-container {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #bc002d;
  min-height: 240px;
  width: 85vw;
  margin: 50px 0;
  padding: 30px;
  z-index: 100;
}
.h1-container h1 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #ffffff;
  font-size: 52px;
  text-align: right;
}

.banner {
  width: 100%;
  margin-top: 30vh;
  border: 4px solid #000000;
}
.banner#homepage-banner {
  background-image: url("../img/hall.jpg");
  background-position: right -110px top 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 65vh;
}
.banner#about-us-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
}
.banner h2 {
  font-family: "Source Serif 4", serif;
  font-weight: bold;
  font-size: 50px;
}

.silver-box {
  position: relative;
  font-family: "Source Serif 4", serif;
  background-color: #aaa9ad;
  margin: 50px 0 20px 0;
  padding: 90px 60px 90px 90px;
}
.silver-box h2 {
  font-weight: bold;
  font-size: 32px;
}
.silver-box .silver-white-stripe {
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
}

.teaser-text {
  margin-bottom: 50px;
}
.teaser-text .red-white-stripe {
  right: 12px;
  bottom: -60px;
  height: 30px;
  width: 60%;
}

.koka-judo-text,
.judo-tots-text,
.junior-judo-text,
.senior-judo-text {
  position: absolute;
  right: -50px;
  top: 50px;
  background-color: #bc002d;
  color: #ffffff;
  width: calc(100% + 38px);
  padding: 20px;
  min-height: 200px;
  z-index: 100;
}
.koka-judo-text h3,
.judo-tots-text h3,
.junior-judo-text h3,
.senior-judo-text h3 {
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 48px;
}
.koka-judo-text p,
.judo-tots-text p,
.junior-judo-text p,
.senior-judo-text p {
  margin-bottom: 0;
}
.koka-judo-text p.small-title,
.judo-tots-text p.small-title,
.junior-judo-text p.small-title,
.senior-judo-text p.small-title {
  font-size: 14px;
}

.koka-judo-image,
.judo-tots-image,
.junior-judo-image,
.senior-judo-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  border: 4px solid #000000;
}

.koka-judo-image {
  background-image: url("../img/judo_kids.jpg");
  background-position: center;
}

.judo-tots-image {
  background-image: url("../img/Judo-Tots.jpg");
  background-position: center;
}

.junior-judo-image {
  background-image: url("../img/juniors_mon.jpg");
}

.senior-judo-image {
  background-image: url("../img/seniors.jpg");
  background-position: center;
}

.bordered-text-box {
  height: 100%;
  margin: -28px 30px 30px 30px;
  padding: 50px 50px 30px 50px;
  border: 4px solid #aaa9ad;
}
.bordered-text-box ul li {
  color: #bc002d;
}
.bordered-text-box ul li span {
  color: #000000;
}

.accordion-wrapper h3 {
  position: relative;
  margin-bottom: 20px;
  padding-right: 40px;
  border-bottom: 1px solid #bc002d;
  cursor: pointer;
}
.accordion-wrapper h3 span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #bc002d;
  transition: all 0.4s;
}
.accordion-wrapper h3.open span {
  transform: rotate(180deg);
}
.accordion-wrapper .accordion-text {
  display: none;
}

section.classes {
  margin: 70px 0;
}
section.top-section {
  margin-top: 140px;
}
section.bottom-section {
  margin-bottom: 50px;
}
section#timetable .row {
  margin-bottom: 30px;
}

footer {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  min-height: 300px;
  padding-top: 50px;
}
footer img {
  max-height: 150px;
}
footer h3 {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #bc002d;
  font-size: 32px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #bc002d;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .black-white-stripe {
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
}
footer .social-icons a {
  text-decoration: none;
}
footer .social-icons a:hover {
  text-decoration: none;
}
footer .social-icons a img {
  width: 20px;
  height: 20px;
}

.cu-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.cu-wrapper .cu-icon {
  margin-right: 20px;
}
.cu-wrapper .cu-icon img {
  width: 50px;
  height: 50px;
}
.cu-wrapper .cu-text.center {
  display: flex;
  align-items: center;
}
.cu-wrapper .cu-text p {
  margin-bottom: 0;
}

gmp-map {
  height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  padding: 15px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #bc002d;
  border: 0;
  border-radius: 50%;
  margin: 0;
  overflow: visible;
  z-index: 300;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #aaa9ad;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

@media only screen and (min-width: 576px) {
  .h1-container h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 50px;
  }

  .h1-container {
    min-height: 300px;
    width: 50vw;
    margin: 130px 0 100px 0;
  }
  .h1-container h1 {
    font-size: 72px;
  }

  .banner {
    margin-top: 0;
  }
  .banner#homepage-banner {
    background-position: right top;
    min-height: 500px;
  }

  .silver-box {
    margin: 0;
  }
  .silver-box h2 {
    font-size: 36px;
  }

  .teaser-text {
    margin-bottom: 0;
  }
  .teaser-text .red-white-stripe {
    bottom: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 130px;
  }

  .hamburger,
.menu-modal {
    display: none;
  }

  nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #aaa9ad;
    width: 100%;
    height: 80px;
    padding-left: 0;
  }
  nav.open, nav.closed {
    right: 0;
  }
  nav .col-12 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  nav img {
    width: 150px;
    margin: 0;
  }
  nav ul {
    display: flex;
    margin: 25px 0;
    padding-left: 0;
    text-align: center;
  }
  nav ul li {
    margin-left: 20px;
    margin-bottom: 0;
  }
  nav ul li a:hover {
    color: #bc002d;
  }
  nav .silver-white-stripe {
    display: none;
  }

  .h1-container {
    margin: 220px 0 50px 0;
  }
}