*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Light.ttf");
}

body {
  font-family: "Raleway" !important;
  color: #2e2e2e;
  width: 100%;
  margin: 0;
}

.cstm-link {
  color: #b81002 !important;
}

#header {
  display: flex;
  align-items: center;
}

#sq_106,
#sq_125,
#sq_127 {
  margin-top: -30px;
}

.sd-root-modern {
  background-color: white;
}

.sd-completedpage-custom {
  text-align: left !important;
  padding: 16px;
}

h3 {
  font-size: 20px !important;
  font-weight: 100;
  line-height: 1.5;
  margin: 0;
  margin-left: 0px;
  letter-spacing: -0.02em;
}

#logo img {
  padding-top: 3px;
  margin-left: 20px;
}

/* Styles for screens smaller than or equal to 768px */
@media screen and (max-width: 768px) {
  #header {
    height: 40px;
  }
  #logo img {
    height: 34px;
  }
  h2 {
    font-size: 100%;
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    margin-left: 0px;
    color: #777;
    letter-spacing: -0.02em;
  }

  .sd-title.sd-page__title {
    font-size: 15px;
  }
}

/* Styles for screens larger than 768px */
@media screen and (min-width: 769px) {
  #surveyContainer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
  }

  #header {
    height: 67px;
  }
  #logo img {
    height: 58px;
  }
  h2 {
    font-size: 200%;
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    margin-left: 0px;
    color: #777;
    letter-spacing: -0.02em;
  }
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.card {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

footer {
  position: fixed;
  background-color: #b81002;
  color: white;
  height: 70px;
  bottom: 0;
  width: 100%;
}

.footer-link {
  color: white !important;
  text-decoration: none;
}

/* .start-btn > a:link,
a:visited {
  color: white !important;
  text-decoration: none !important;
} */

/* .sv-string-viewer a:link,
a:visited {
  color: #b81002;
  text-decoration: none;
} */

#surveyContainer {
  height: 1900px !important;
}

[data-name="label_turnen"] {
  white-space: normal;
  line-height: 24px;
}

.sd-btn--action {
  text-decoration: none !important;
}
