@charset "UTF-8";
html {
  height: 100%;
}

#body-wrapper .container {
  padding: 1rem 0 3rem;
}
.header-fixed #body-wrapper {
  padding-top: 3.2rem;
}

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0;
}

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
}
.hero h1 {
  color: #242931;
  font-size: 4rem;
}
.hero h2 {
  color: rgba(36, 41, 49, 0.8);
  font-size: 2.5rem;
}
.hero.hero-fullscreen {
  min-height: 100vh;
}
.hero.hero-large {
  min-height: 500px;
}
.hero.hero-medium {
  min-height: 400px;
}
.hero.hero-small {
  min-height: 110px;
}
.hero.hero-tiny {
  min-height: 8rem;
}
@media (max-width: 840px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.25rem;
  }
}
.hero.text-light h1 {
  color: #fff;
}
.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}
.hero p {
  font-size: 0.9rem;
  font-weight: 300;
}
.hero #to-start {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-size: 2rem;
  cursor: pointer;
}

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.overlay-light-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}
.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

html {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}

hr {
  display: inline-block;
  border: 1px solid #A9143B;
  width: 1rem;
}

em {
  padding: 1rem;
  background-color: #f9f9f9;
  font-size: 0.7rem;
  display: block;
  width: 100%;
  text-align: center;
}
em p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #3a414e;
}

h1, .h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #A9143B;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #A9143B;
}

h6, .h6 {
  font-weight: 700;
}

.title-center h1, .title-center h2 {
  text-align: center;
}

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1;
}
.title-h1h2 h1 strong, .title-h1h2 h1 bold {
  font-weight: 400;
}
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0;
}

.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-bottom: 50px;
  font-weight: 700;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

.table > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto;
}

pre[class*=language-] code {
  border-radius: inherit;
  padding: 0 !important;
  overflow-x: initial;
}

pre code:not(.hljs):not([class*=language-]) {
  background: #f8f8f8;
}

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920;
}

b,
strong {
  font-weight: 700;
}

.heavy {
  font-weight: 700;
}

.light {
  font-weight: 200;
}

.text-light {
  color: rgba(255, 255, 255, 0.8);
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem;
}
#error .icon {
  font-size: 50px;
}

#messages {
  margin-bottom: 1rem;
}
#messages .icon {
  font-size: 1rem;
}

ul,
ol {
  margin-left: 1.6rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.6rem;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

.notices {
  margin: 1.5rem 0;
}
.notices p {
  margin: 1rem 0;
}

a {
  text-decoration: none;
  color: #A9143B;
  outline: 0;
}

a:focus {
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}

a.active, a:active, a:focus, a:hover {
  text-decoration: underline;
  color: #A9143B;
}

a:visited {
  color: #A9143B;
}

form {
  /** Reset some defaults for Quark Theme **/
}
form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1rem;
}
form .form-input[type=range] {
  appearance: slider-horizontal;
}
form .form-input[type=range]:focus {
  box-shadow: none;
  border: none;
}
form .form-group:not(.form-field-toggleable) .checkboxes {
  display: inherit;
}
form .form-group:not(.form-field-toggleable) .checkboxes label {
  display: inherit;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  margin: inherit;
}
form .form-group:not(.form-field-toggleable) .checkboxes label:before {
  display: none;
}

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px;
}
#grav-login .form-label {
  display: none;
}
#grav-login .form-data {
  margin: 1rem 0;
}
#grav-login .form-input {
  text-align: center;
}
#grav-login .button-wrapper {
  text-align: right;
}
#grav-login .button-wrapper .form-data.rememberme {
  margin: 0;
  float: left;
}
#grav-login .login-form button[type=submit] {
  background: #A9143B;
  border-color: #9b1236;
  color: #fff;
}
#grav-login .login-form button[type=submit]:focus, #grav-login .login-form button[type=submit]:hover {
  background: #921133;
  border-color: #85102e;
  color: #fff;
}
#grav-login .login-form button[type=submit]:active, #grav-login .login-form button[type=submit].active {
  background: #891030;
  border-color: #7b0f2b;
  color: #fff;
}
#grav-login .twofa-form button[type=submit]:first-child {
  background: #A9143B;
  border-color: #9b1236;
  color: #fff;
  float: right;
  margin-left: 4px;
}
#grav-login .twofa-form button[type=submit]:first-child:focus, #grav-login .twofa-form button[type=submit]:first-child:hover {
  background: #921133;
  border-color: #85102e;
  color: #fff;
}
#grav-login .twofa-form button[type=submit]:first-child:active, #grav-login .twofa-form button[type=submit]:first-child.active {
  background: #891030;
  border-color: #7b0f2b;
  color: #fff;
}

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.mobile-logo svg, .mobile-logo img {
  height: 42px;
  margin-top: 0.8rem;
  margin-left: 1rem;
}
.mobile-logo svg path, .mobile-logo img path {
  fill: #fff;
}

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3;
}
.header-fixed .mobile-menu {
  position: fixed;
}
@media (max-width: 1040px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .button_container {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  height: 24px;
  width: 28px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease, top 0.5s ease;
}
.mobile-menu .button_container:hover {
  opacity: 0.7;
}
.mobile-menu .button_container.active {
  position: fixed;
}
.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}
.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.mobile-menu .button_container span {
  background: #A9143B;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}
.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #A9143B;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll;
  top: 1rem;
}
.overlay-menu > .tree {
  text-align: left;
}

.tree {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.tree .languageItem {
  margin: 0;
}
.tree .separatorLang {
  display: none;
}
.tree li {
  list-style: none;
  padding: 8px 0;
  line-height: 1.2rem;
  margin: 0;
}
.tree li a, .tree li span {
  margin: 0.3rem;
  display: block;
  margin-left: 1.2rem;
  font-size: 1.3rem;
  color: white !important;
}
.tree li a:hover, .tree li a:focus, .tree li a.active, .tree li span:hover, .tree li span:focus, .tree li span.active {
  color: white !important;
  font-weight: 700;
  text-decoration: none;
}
.tree > li {
  border-bottom: solid 1px white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tree > li:last-child {
  padding-top: 3rem;
}
.tree ul {
  margin: 0 0 0 2rem;
}
.tree .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left;
}
.tree .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}
.tree li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default;
}
.tree li.tree-empty > .toggler:before {
  content: "•";
}
.tree li.tree-closed > .toggler:before {
  content: "+";
}
.tree li.tree-opened > .toggler:before {
  content: "−";
}

.mobile-nav-open {
  overflow-y: hidden;
}

.default-animation, #header .logo svg, #header .logo img, #header .navbar-section, #header {
  transition: all 0.5s ease;
}

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#header {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: calc(100% - 1rem);
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  height: 3.2rem;
  border-radius: 3px;
  font-size: 0.7rem;
  background: #fff;
  color: #454d5d;
}
#header .container {
  padding-right: 0;
  padding-left: 0;
}
#header.scrolled {
  background: #eee;
}
#header a {
  color: #A9143B;
}
.header-dark #header:not(.scrolled) {
  background: #222;
  color: #fff;
}
.header-dark #header:not(.scrolled) a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.header-dark #header:not(.scrolled) a.active {
  color: #fff !important;
}
.header-dark #header:not(.scrolled) .dropmenu ul ul a {
  color: #454d5d !important;
}
.header-dark.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.05);
}
.header-transparent #header:not(.scrolled) {
  background: rgba(255, 255, 255, 0.05);
}
#header .navbar-section {
  height: 3.2rem;
}
@media (max-width: 840px) {
  #header .navbar-section {
    margin-right: 2rem;
  }
}
@media (max-width: 840px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
}
#header .logo svg, #header .logo img {
  height: 42px;
  display: inherit;
}
.header-fixed #header {
  position: fixed;
  top: 0;
  z-index: 2;
}

body.header-fixed.header-animated #header.scrolled {
  height: 2.5rem;
}
body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 2.5rem;
}
body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img {
  height: 28px;
}
body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
  top: 0.5rem;
}

.login-status-wrapper {
  white-space: nowrap;
}

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.sticky-footer #page-wrapper {
  flex: 1 0 auto;
}

.footCont {
  background: #f2f2f2;
}
.footCont p {
  margin: 0;
}
.footCont #footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #A9143B;
  margin: auto;
  text-align: center;
  min-height: 7rem;
}
.footCont #footer .footer {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.3rem 0 1.7rem 0;
  padding: 0;
  font-size: 0.7rem;
}
.footCont #footer .footer img {
  max-height: 3rem;
}

.dropmenu .separatorLang {
  position: relative;
  top: 12px;
  height: 38px;
  width: 1px;
  background-color: #A9143B;
}
@media (max-width: 1040px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex;
}
.dropmenu ul li {
  position: relative;
  margin: 0;
}
.dropmenu ul li span {
  cursor: pointer;
}
.dropmenu ul li a, .dropmenu ul li span {
  color: #A9143B !important;
  text-decoration: none;
  padding: 0 25px 0 15px;
  display: block;
  height: 3.2rem;
  line-height: 3.2rem;
}
.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active, .dropmenu ul li span:hover, .dropmenu ul li span:focus, .dropmenu ul li span.active {
  color: #A9143B !important;
}
.dropmenu ul li a.active, .dropmenu ul li span.active {
  font-weight: 700;
}
.dropmenu ul li a:before, .dropmenu ul li span:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: -20px;
}
.dropmenu ul li a:only-child, .dropmenu ul li span:only-child {
  padding-right: 15px;
}
.dropmenu ul li a:only-child:before, .dropmenu ul li span:only-child:before {
  content: "";
}
.dropmenu ul li:hover > ul {
  display: block;
  visibility: visible;
}
.dropmenu ul ul li a:before {
  content: "";
}
.dropmenu ul ul {
  position: absolute;
  top: 100%;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}
.dropmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.dropmenu ul ul a:hover {
  background: #A9143B;
  color: #fff !important;
}
.dropmenu > ul > li {
  display: inline-block;
}
.dropmenu.animated ul li {
  transition: background 0.7s, color 0.5s;
}
.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0);
}
.dropmenu.animated ul ul {
  transition: transform 0.3s, opacity 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}

.downloadItem {
  display: flex;
  align-items: center;
  min-height: 4rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #A9143B !important;
}
.downloadItem img {
  height: 3rem;
  width: 3rem;
  margin-right: 0.5rem;
}

.contactForm input {
  border: 0.5px black solid;
  min-height: 1.7rem;
}
.contactForm .form-field {
  font-size: 0.8rem;
  min-height: 4rem;
  flex-grow: 10;
}
.contactForm .form-label .inline {
  font-size: 0.8rem;
}
.contactForm .form {
  margin-right: 0.5rem;
  width: calc(100% - 0.5rem);
}
.contactForm #feedback {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.contactForm .form_row {
  display: flex;
  flex-wrap: wrap;
}
.contactForm .form_title {
  width: 5rem;
}
.contactForm .row3 > div:first-child {
  width: calc(100% - 5rem);
}
.contactForm .row3 > div:last-child {
  width: 5rem;
}
.contactForm .row4 > div:first-child {
  width: 7rem;
}
.contactForm .row4 > div:last-child {
  width: calc(100% - 7rem);
}
.contactForm .row7 textarea {
  min-height: 10rem;
  border: 0.5px black solid;
  width: calc(100% - 0.5rem);
}
.contactForm form .buttons {
  margin-top: 1rem;
}
.contactForm form .buttons button {
  height: 2rem;
}
.contactForm .form-input:not(:placeholder-shown):invalid, .contactForm .search-input:not(:placeholder-shown):invalid, .contactForm [data-grav-field=array] input:not(:placeholder-shown):invalid, .contactForm [data-grav-field=array] textarea:not(:placeholder-shown):invalid {
  border-color: black;
  background-color: #fff1f1;
}

.btn:focus, .btn:hover, .button:focus, .button:hover {
  text-decoration: none;
  border-color: #A9143B;
  background: #A9143B;
  color: #fff;
}

.btn, .button {
  margin-right: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: inline-block;
  height: 1.8rem;
  padding: 0.25rem 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  color: #A9143B;
  border: 0.05rem solid #A9143B;
  border-radius: 0.1rem;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-primary.button:focus, .btn-primary.button:hover, .btn.btn-primary:focus, .btn.btn-primary:hover {
  color: #A9143B;
  border-color: #A9143B;
  background: #fff;
}

.btn-primary.button, .btn.btn-primary {
  color: #fff;
  border-color: #A9143B;
  background: #A9143B;
}

form .button-wrapper {
  text-align: right;
}
