/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/noto-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/noto-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}


/* BASIC STYLING */

body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  height: 100%;
  position: relative;
}

p {
    margin-bottom: 0.5em;
}


h1, h2, h3, h4, h5, h6 {
    text-align: left;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}

h1 {
    text-align: center;
}

h2, h3, h4, h5, h6 {
    text-align: left;
}

h2 {
    margin: 1em 0 30px 0;
    font-size: 2em;
    color: #444;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #ff841a;
    left: 0%;
    margin-left: 0px;
    bottom: 0;
}

h3 {
    color: #444;
}

h3:after {
    display: block;
    content: "";
    padding-top: 0.25em;
    width: 30px;
    border-bottom: 2px solid #ff841a;
    margin-bottom: 1em;
}

* {
    box-sizing: border-box;
}

/* .headline { */
/*     max-width: 800px; */
/* } */

section {
    margin-bottom: 3em; 
}

.subtext {
    /* text-align: center; */
    /* margin: 0 auto; */
    color: rgba(0, 0, 0, 0.6);
    max-width: 66rem;
    font-size: 1.1em;

    margin-bottom: 2em;
}


.button {
    display: inline-flex;
    align-items:center;
    background-color: white;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    border: solid #444 2px;
    background: none;
    transition: 0.3s;
}

.button:hover {
    text-decoration: none;
    background-color: #ff841a;
    border: 2px solid #ff841a;
    color: #444;
}

/* .button:hover .fas { */
/*     border-right: solid #ff841a 2px; */
/* } */

.button .fab, .button .fas {
    transition: 0.3s;
    margin-right: 0.5em;
    padding-right: 0.5em;
    font-size: 1.5em;
    border-right: solid #444 2px;
}

/* Flex Container & Card Layout */

.flex-container {
    background: inherit;
    align-items: stretch;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container .card {
    background: none;
    position: relative;
    z-index: 10;
    padding: 2em 3em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: none;
    z-index: 7;
    font-size: 1em;
    display: block;
    /* margin-bottom: 30px; */
    border-radius: 5px;
    color: #444;
    text-align: justify;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    min-width: 20em;
}

.flex-container .card .card {
    min-width: unset;
}

.flex-container .card .intro-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 4em;
    height: 1em;
}

.flex-container .card .intro-icon img {
    height: 65px;
    box-shadow: none;
    margin: 0 0;
}

.flex-container .card.wd-2 {
    width: 50%;
}


.flex-container .card.wd-3 {
    width: 33%;
}


.flex-container .card.wd-2-3 {
    width: 66%;
}


.flex-container .card.wd-4 {
    width: 25%;
}


.flex-container .card.wd-3-4 {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .flex-container .card {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }

    .flex-container .card.wd-2 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }

    .flex-container .card.wd-2-3 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }

    .flex-container .card.wd-4 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }

    .flex-container .card.wd-3 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }

    .flex-container .card.wd-3-4 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0em;
        padding-right: 0em;
    }
}

a {
    color: #444;
    border-bottom: 2px solid #444;
    transition: 0.3s;
    text-decoration: none;
}

h3 a, .colorbox h3 a, .colorbox .card h3 a {
    border-bottom: none;
}

h3 a:hover, .colorbox h3 a:hover, .colorbox .card h3 a:hover {
    border-bottom: none;
}

a.gotop {
    border: none;
}

a:hover {
    color: #444;
    border-bottom: 2px solid #ff841a;
    text-decoration: none;
}

a.gotop:hover {
    border: none;
}

.flex-container .card.image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* align-self: center; */
    position: relative;
    box-sizing: border-box;
    /* background: none; */
    /* box-shadow: none !important; */
}

.flex-container .card img {
    display: block;
    margin: 0px auto;
}

.flex-container .card.image img {
    transition: 0.3s;
    max-height: 12em;
    max-width: 100%;
}

.flex-container .card.image .fab, .flex-container .card.image .fas {
    font-size: 2em;
}

.flex-container .card.image .caption {
    text-align: center;
    padding-top: 1em;
}

.flex-container .card.image a {
    display: block;
    text-align: center;
    width: 100%;
    border: none;
}

.flex-container .card.image a:hover {
    border: none;
}

/* .flex-container .card.image a:hover img { */
/*     border: none; */
/* } */

.flex-container .card .bottom {
    position: absolute;
    bottom: 1em;
}

.flex-container .card.vertical-centered {
    align-self: center;
}

@media screen and (max-width: 768px) {
    .flex-container .card {
        width: 100%;
    }
}

.flex-container .card img {
    max-width: 40%;
}

/* Colorbox */

.rotate-left {
    /* margin-top: 2em; */
    width: 100%;
    transform: skewY(-1.7deg);
    -ms-transform: skewY(-1.7deg);
    -webkit-transform: skewY(-1.7deg);
    -o-transform: skewY(-1.7deg);
    -moz-transform: skewY(-1.7deg);
    margin-bottom: 3em;
}

.rotate-left-reset {
    width: 100%;
    transform: skewY(1.7deg);
    -ms-transform: skewY(1.7deg);
    -webkit-transform: skewY(1.7deg);
    -o-transform: skewY(1.7deg);
    -moz-transform: skewY(1.7deg);
}


.colorbox {
    color: white;
    background: #444;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #333), color-stop(1, #666));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #333 0%, #666 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #333 0%, #666 100%);
    background-image: -ms-repeating-linear-gradient(top left, #333 0%, #666 100%);
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    margin-top: -6px;
}

.colorbox h1, .colorbox h2, .colorbox h3, .colorbox h4, .colorbox h5 {
    color: white;
}

.colorbox h3 {
    color: white;
}

.colorbox h3:after {
    border-bottom: 2px solid #ff841a;
}

.colorbox p {
    color: rgba(255, 255, 255, 0.85);
}

.colorbox strong {
    color: white;
}

.colorbox li {
    color: rgba(255, 255, 255, 0.85);
}

.colorbox a, .colorbox .card a {
    color: white;
    border-bottom: 2px solid white;
    transition: 0.3s;
    text-decoration: none;
}

.colorbox a:hover, .colorbox .card a:hover {
    /* color: white; */
    border-bottom: 2px solid #ff841a;
    text-decoration: none;
}

.colorbox section {
    margin-bottom: 0em;
}

.colorbox .button {
    border: 2px solid white;
}

.colorbox .button:hover {
    border: solid #ff841a 2px;
    background-color: #ff841a;
    color: #393e46;
}

.colorbox .button:hover .fab, .colorbox .button:hover .fas {
    border-right: solid #393e46 2px;
    color: #393e46;
}

.colorbox .button .fab, .colorbox .button .fas {
    border-right: solid white 2px;
    transition: 0.3s;
}

.colorbox .flex-container .card {
    background: none;
    /* background: radial-gradient(#444, #555); */
    color: rgba(255, 255, 255, 0.85);
}

.colorbox img {
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
}

.colorbox .icon img {
    box-shadow: none;
}

.colorbox .card {
    box-shadow: none;
    background: none;
}


/* Misc Helpers */

.no-shadow {
    box-shadow: none !important;
}

.no-shadow * {
    box-shadow: none !important;
}

.hyphenate {
    hyphens: auto;
}

.no-hyphens {
    hyphens: none;
}

.no-hyphens * {
    hyphens: none;
}

.pad-0 {
    padding: 0 !important;
}

.pad-1 {
    padding: 1em !important;
}


/* Navbar */


#header {
    opacity: 1;
    padding-top: 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    z-index: 1000;
    background-color: white;
    width: 100%;
    top: 0px;
}

#header a {
    color: #1c1c1c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

#header a:hover, #header a:active, #header a:focus {
    color: #ff841a;
    border: none;
}

@media screen and (max-width: 768px) {
    #header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        padding: 1em;
    }

    #header .navbar-brand {
        color: #ff841a !important;
    }

    #header #navbar li a {
        color: rgba(0, 0, 0, 0.8) !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #header #navbar li a:hover {
        color: #ff841a !important;
    }

    #header #navbar li a span:before {
        background: transparent !important;
    }

    #header #navbar li.active a {
        background: transparent;
        background: none;
        color: #ff841a !important;
    }

    #header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

}

#header .navbar {
    padding-bottom: 1em;
    margin-bottom: 0;
}

#header #navbar li a {
  font-family: "Noto Sans", Arial, sans-serif;
  position: relative;
  font-size: 1em;
  font-weight: 300;
}

#header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}



#header #navbar li ul a {
    text-decoration: none;
    padding: 5px;
    display: block;
    color: rgba(0, 0, 0, 0.8);
    margin: 5px 5px 5px 5px;
}

#header #navbar li ul a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#header #navbar li ul a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#header #navbar li ul a:hover {
    color: #000;
}

#header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#header #navbar li a:hover {
    color: #ff841a;
}

#header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#header .navbar-brand {
    float: left;
    display: block;
    font-size: 2em;
    font-weight: 700;
    padding-left: 0;
    color: #ff841a;
}

#header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

#header.navbar-fixed-top .navbar-brand {
    color: #ff841a;
}

#header #navbar li a {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#header #navbar li a:hover {
    color: #ff841a;
}

#header #navbar li.active a {
    background: transparent;
    background: none;
    color: #ff841a;
}

#header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ff841a;
}

#header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    #header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

#header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#header .navbar-default .brand-slogan em {
    color: #ff841a;
    font-style: normal;
}

#header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

#contact {
    padding-bottom: 0;
}

#contact .contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
}

#contact .contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}

#contact .contact-info li i {
    position: absolute;
    top: .2em;
    left: 0;
}

#contact .flex-container .card img {
    max-width: 75%;
}

.nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #ff841a;
}

.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
          *display: inline;
          width: 25px;
          height: 3px;
          color: #ff841a;
          font: bold 14px/.4 Helvetica;
          text-transform: uppercase;
          text-indent: -55px;
          background: #ff841a;
          transition: all .2s ease-out;
      }

      .nav-toggle i::before, .nav-toggle i::after {
          content: '';
          width: 25px;
          height: 3px;
          background: #ff841a;
          position: absolute;
          left: 0;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
      }

      .nav-toggle i::before {
          top: -7px;
      }

      .nav-toggle i::after {
          bottom: -7px;
      }

      .nav-toggle:hover i::before {
          top: -10px;
      }

      .nav-toggle:hover i::after {
          bottom: -10px;
      }

      .nav-toggle.active i {
          background: transparent;
      }

      .nav-toggle.active i::before {
          top: 0;
          -webkit-transform: rotateZ(45deg);
          -moz-transform: rotateZ(45deg);
          -ms-transform: rotateZ(45deg);
          -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
      }

      .nav-toggle.active i::after {
          bottom: 0;
          -webkit-transform: rotateZ(-45deg);
          -moz-transform: rotateZ(-45deg);
          -ms-transform: rotateZ(-45deg);
          -o-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
      }

      .nav-toggle {
          position: absolute;
          top: 2px;
          right: 0px;
          z-index: 21;
          padding: 6px 0 0 0;
          display: block;
          margin: 0 auto;
          display: none;
          height: 44px;
          width: 25px;
          border-bottom: none !important;
      }

      @media screen and (max-width: 768px) {
          .nav-toggle {
              display: block;
          }

      }

      #footer {
          padding: 50px 0;
          color: #7f7f7f;
          position: relative;
      }

      #footer .gotop {
          position: absolute;
          top: 0px;
          left: 50%;
          margin-left: -20px;
          color: #ff841a;
          background: #fff;
          -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
          z-index: 8;
          width: 40px;
          height: 40px;
          font-size: 2em;
          text-align: center;
          vertical-align: middle;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
      }

      #footer .gotop i {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
      }

      #footer .gotop:hover, #footer .gotop:focus {
          top: -5px;
          text-decoration: none !important;
      }

      #footer .copyright {
          font-size: 2em;
          margin-bottom: 0px;
          padding-bottom: 0;
      }

      .js .to-animate,
      .js .to-animate-2,
      .js .single-animate {
          opacity: 0;
      }

      .animated {
          -webkit-animation-duration: .3s;
          animation-duration: .3s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
      }

      div.language-menu{
          text-align: right;
          padding: 0px;
          margin-top: 10px;
          margin-bottom: 20px;
      }

      .captcha-error {
          color: rgba(255, 0, 0, 0.8);
          font-size: 1em;
          display: none;
      }

      .next-events {
          margin-bottom: 2em;
      }

      .class-description h3 {
          margin-top: 1.5em;
          margin-bottom: .5em;
      }

      .class-description #contact {
          padding-top: 1em;
      }

      #overlay-wrap {
          position: fixed;
          /* background: rgba(0, 0, 0, 0.9); */
          /* background: rgba(0, 0, 0, ); */
          background: #444;
          background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #333), color-stop(1, #666));
          /* Android 2.3 */
          background-image: -webkit-repeating-linear-gradient(top left, #333 0%, #666 100%);
          /* IE10+ */
          background-image: repeating-linear-gradient(to bottom right, #333 0%, #666 100%);
          background-image: -ms-repeating-linear-gradient(top left, #333 0%, #666 100%);
          box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
          /* box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.6); */
          display: none;
          top: 5%;
          left: 5%;
          width: 90vw;
          height: 90vh;
          z-index: 10000;
          border-radius: 15px;
      }

      #overlay-wrap button {
          border: none;
          background: none;
      }

      #overlay-wrap #overlay-close {
          color: white;
          text-align: right;
          width: 100%;
          font-size: 2em;
          flex-grow: 0;
      }

      #overlay-wrap #overlay-close button {
          margin-right: .25em;
          border: none;
      }

      #overlay-wrap #overlay-close button:hover {
          border: none;
          color: #ff841a;
      }

      #overlay-wrap #overlay {
          height: 100%;
          display: flex;
          align-items: stretch;
          flex-direction: column;
      }

      #overlay-wrap #overlay #overlay-content {
          flex-grow: 1;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          margin: 2em;
      }

      img.zoomable {
          cursor: pointer;
      }

      .contact-info-group {
          display: none !important;
      }

      .datepicker {
          display: inline-block;
      }

      .datepicker label {
          display: block;
          color: #aaa;
      }

      .datepicker label:after {
          content: ':';
      }

      .xdsoft_datetimepicker {
          border-radius: 4px;
      }

      .xdsoft_timepicker {
          width: 80px !important;
      }

