/* line 3, ../scss/styling.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(https://www.bbitserver.de/wp-content/uploads/2026/03/bbit-header-home-01.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

/* line 11, ../scss/styling.scss */
body, td, th {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.125rem, 1.2rem, 1.25rem);
  color: #FFF;
  margin: 30px;
  line-height: 1.8rem; }

/* line 17, ../scss/styling.scss */
a:link {
  color: #fff; }

/* line 18, ../scss/styling.scss */
a:hover {
  color: #fff; }

/* line 19, ../scss/styling.scss */
a:active {
  color: #fff; }

/* line 20, ../scss/styling.scss */
a:visited {
  color: #fff; }

/* line 22, ../scss/styling.scss */
.page-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 100vh; }

/* line 24, ../scss/styling.scss */
section {
  padding-top: 10vh;
  padding-bottom: 10vh; }

/* line 30, ../scss/styling.scss */
.content {
  margin-top: 20vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.81);
  padding: 40px; }

/* line 31, ../scss/styling.scss */
.content a:link {
  color: #fff; }

/*# sourceMappingURL=styling.css.map */
