@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/* @import url('fonts.css?v=01072021101'); */
@import url("navigation.css?v=01072021101");
@import url("buttons.css?v=01072021101");
@import url("forms.css?v=01072021101");
@import url("content.css?v=01072021101");
@import url("footer.css?v=01072021101");
@import url("head.css?v=01072021101");
@import url("semantic.custom.css?v=01072021101");

html,
body {
  font-size: 100%;
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: normal;
}

body {
  background-color: #1f2328;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.visual-background-01 {
  background-image: url("../img/bcd_background_01.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

body.visual-background-02 {
  background-image: url("../img/bcd_background_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

body.visual-background-03 {
  background-image: url("../img/bcd_background_03.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

body.visual-background-04 {
  background-image: url("../img/bcd_background_04.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

body.visual-background-05 {
  background-image: url("../img/bcd_background_05.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

* {
  -webkit-tap-highlight-color: transparent;
  /* -webkit-backface-visibility: hidden; */
}

.strong,
.bold {
  font-weight: 600;
}

.text-centered {
  text-align: center;
}

.text-thin {
  font-weight: 200 !important;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.text-very-small {
  font-size: 12px;
}

.text-tiny {
  font-size: 15px;
}

.text-small {
  font-size: 16px;
}

.text-normal {
  font-size: 16px;
}

.text-medium {
  font-size: 19px;
}

.text-large {
  font-size: 29px;
}

.text-very-large {
  font-size: 35px;
}

.text-extra-large {
  font-size: 49px;
}

.text-white {
  color: #fff !important;
}

.text-green {
  color: #00efa3 !important;
}

.text-dark {
  color: #1f2328 !important;
}

.custom-btn,
.custom-btn:active,
.custom-btn:visited,
.custom-btn:hover {
  color: #fff;
}

.custom-btn:hover {
  color: #00efa3;
}

.fixed-width-large {
  display: inline-block;
  width: 160px;
}

.main-headline {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
}

.main-headline.small {
  font-size: 30px;
}

.strong.italic,
.bold.italic {
  font-style: italic;
}

.thin {
  font-weight: 300;
}

a:not(.button):not(.custom-btn):not(.custom_btn):not(.label):not(.ui),
a:not(.button):not(.custom-btn):not(.custom_btn):not(.label):not(.ui):active,
a:not(.button):not(.custom-btn):not(.custom_btn):not(.label):not(.ui):visited {
  text-decoration: none !important;
  color: #00efa3;
  border-bottom: 1px solid rgba(0, 238, 163, 0.2);
  padding-bottom: 2px;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  animation-timing-function: ease;
}

a:not(.button):not(.custom-btn):not(.custom_btn):not(.label):not(.ui):hover {
  color: #00bd81;
  border-bottom: 1px solid rgba(0, 238, 163, 0.2);
  padding-bottom: 2px;
}

.headline_container {
  display: block;
  margin-top: 100px;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  color: #00efa3;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.6);
}

h1.hero {
  font-size: 46px;
}

h1:after {
  content: "";
  position: absolute;
  filter: blur(3px);
  width: 150px;
  height: 150px;
  background: url("../img/plus-thin-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  left: -180px;
  top: -70px;
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 100;
  font-size: 35px;
  line-height: 1.1 !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2.bold {
  font-weight: 500;
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.centered {
  text-align: center;
}

.info {
  font-size: 13px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.list_block a {
  display: inline-block;
  margin-bottom: 5px;
}

.hyphen {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inline-block {
  display: inline-block;
}

.section-top {
  margin-top: 15px;
}

.section-bottom {
  margin-bottom: 15px;
}

.section-top-large {
  margin-top: 25px;
}

.section-block {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-left {
  margin-left: 10px;
}

.section-right {
  margin-right: 10px;
}

.element_hidden,
.element-hidden {
  visibility: hidden !important;
  display: none !important;
}

.mobile-only {
  display: none;
}

.computer-only {
  display: block;
}

span.fixed-width {
  display: inline-block;
  width: 80px;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 991px) {
  .mobile-hyphen {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .mobile_hide {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .computer-only {
    display: none;
    content: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
  }

  h1 {
    font-size: 32px;
    display: block;
    line-height: 1.1;
  }

  h1.hero {
    font-size: 24px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 28px;
    display: block;
    line-height: 1.2;
  }

  h3 {
    font-size: 22px;
  }

  .text-large {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
}
