.sec-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
a {
  font-weight: 900;
  text-decoration: underline;
}
a:hover {
  font-weight: 900;
}
a.w-nav-brand:focus-visible {
  outline: 2px solid #f7fcff;
  outline-offset: -2px;
}
.navbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: #3a008e;
  opacity: 1;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.nav-link-2 {
  color: #f7fcff;
}
.nav-link-2:hover {
  color: #ade2b0 !important;
}
.nav-link-2:focus-visible {
  color: #ade2b0 !important;
  outline: 2px solid #f7fcff;
  outline-offset: -2px;
}
.nav-link-2:active {
  color: #ade2b0;
}
.nav-link-2:visited {
  color: #f7fcff;
}
.nav-link-2.w--current {
  color: #ade2b0;
}
.nav-link-2.w--current:hover {
  color: #ade2b0;
}
.nav-link-2.w--current:active {
  color: #ade2b0;
}
.nav-link-2.w--current:visited {
  color: #ade2b0;
}
.dropdown-toggle {
  color: #f7fcff;
}
.dropdown-toggle:hover {
  color: #ade2b0;
}
.dropdown-toggle:focus-visible {
  color: #ade2b0 !important;
  outline: 2px solid #f7fcff;
  outline-offset: -2px;
}
.dropdown-list {
  font-size: 10px;
}
.dropdown-list.w--open {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 9px;
  background-color: #ade2b0;
  font-size: 15px;
  font-weight: 600;
}
.dropdown-link {
  color: #3a008e;
  font-weight: 600;
}
.dropdown-link:hover {
  font-weight: 600;
  text-decoration: underline;
}
.dropdown-link.w--current {
  color: #3a008e;
  font-weight: 900;
}
.text-block {
  padding-right: 3px;
}
.nav-menu {
  clear: none;
}
.nav-menu:active {
  color: #ade2b0;
}
.sec-section-home {
  position: static;
  display: block;
  height: auto;
  clear: none;
  background-position: 50% 1%;
  background-size: 3500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}
.sec-container {
  margin-right: auto;
  margin-left: auto;
}
.sec-frame {
  width: 350px;
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 50px;
  border-radius: 15px;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.6);
  z-index: 2;
}
body:after {
  font-family: Sourcesanspro, sans-serif;
  content: "";
  position: fixed;
  /* stretch a fixed position to the whole screen */

  top: 0;
  height: 100vh;
  /* fix for mobile browser address bar appearing disappearing */

  left: 0;
  right: 0;
  z-index: -1;
  /* needed to keep in the background */

  background: #3a008e url('../../../img/landingpage/HG.jpg?v=2.0.35.0') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.heading_home {
  margin-top: 70px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 10px;
  font-family: Sourcesanspro, sans-serif;
  color: #f7fcff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}
.lottie-animation {
  margin-top: 60px;
}
.sec-grid-21 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.dropdown-main {
  position: static;
  display: inline-block;
  overflow: visible;
  width: auto;
  max-width: 75%;
  min-width: 100%;
  margin: 0 auto;
  padding-right: 0;
  color: #3a008e;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}
.sec-div-block-animation {
  padding-bottom: 0;
}
body {
  color: #3a008e;
}
#more-infos {
  position: absolute;
  left: 30px;
  z-index: 1;
  top: 550px;
  color: #f7fcff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 350px;
  padding: 0 25px;
  line-height: 26px;
}
#more-infos a {
  color: #ade2b0;
}
#more-infos a:hover,
#more-infos a:focus {
  color: #ade2b0;
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .heading_home {
  margin-top: 70px;
  color: #f7fcff;
  font-size: 49px;
  line-height: 60px;
}
.lottie-animation {
  margin-top: 60px;
}

}
@media screen and (max-width: 991px) {
  .dropdown-link.w--current {
  color: #3a008e;
  font-weight: 900;
}
.menu-button {
  width: 60px;
  height: 60px;
  padding: 10px;
  color: #ade2b0;
}
.menu-button:focus-visible {
  outline: 2px solid #f7fcff;
  outline-offset: -2px;
}
.menu-button.w--open {
  background-color: #3a008e;
}
.icon {
  display: inline-block;
  width: auto;
  color: #ade2b0;
  font-size: 44px;
  -o-object-fit: fill;
  object-fit: fill;
}
.nav-menu {
  position: fixed;
  left: auto;
  top: 60px;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 248px;
  background-color: #3a008e;
}
.section_1_home {
  position: static;
  height: auto;
  margin-top: 0px;
  background-position: 50% 0%;
  background-size: auto 560px;
}
.heading {
  margin-top: 60px;
  font-size: 35px;
  line-height: 45px;
}
.lottie-animation {
  margin-top: 65px;
}

}
@media screen and (max-width: 767px) {
  .heading {
  margin: -10px 30px 30px;
  font-size: 35px;
  text-align: center;
}
.sec-frame {
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
.sec-grid-21 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin: 0 30px;
}
#more-infos {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.pt-page-current {
  position: relative;
}
.lottie-animation {
  margin: 0;
}
.modal-content {
  padding: 0;
}
.modal-header {
  padding-top: 15px;
}

}
@media screen and (max-width: 479px) {
  .image {
  width: 216px;
  height: 60px;
}
.menu-button {
  padding: 8px 0px 0px;
}
.section_1_home {
  height: auto;
  background-position: 50% -1%;
  background-size: auto 490px;
}

}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-BlackItalic.ttf?v=2.0.35.0') format('truetype');
font-weight: 900;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Italic.ttf?v=2.0.35.0') format('truetype');
font-weight: 400;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-BoldItalic.ttf?v=2.0.35.0') format('truetype');
font-weight: 700;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Black.ttf?v=2.0.35.0') format('truetype');
font-weight: 900;
font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Bold.ttf?v=2.0.35.0') format('truetype');
font-weight: 700;
font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-ExtraLight.ttf?v=2.0.35.0') format('truetype');
font-weight: 200;
font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-ExtraLightItalic.ttf?v=2.0.35.0') format('truetype');
font-weight: 200;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-LightItalic.ttf?v=2.0.35.0') format('truetype');
font-weight: 300;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Light.ttf?v=2.0.35.0') format('truetype');
font-weight: 300;
font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-SemiboldItalic.ttf?v=2.0.35.0') format('truetype');
font-weight: 600;
font-style: italic;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Regular.ttf?v=2.0.35.0') format('truetype');
font-weight: 400;
font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Sourcesanspro';
src: url('fonts/SourceSansPro-Semibold.ttf?v=2.0.35.0') format('truetype');
font-weight: 600;
font-style: normal;
font-display: auto;
}
.sec-login-title,
.sec-login-title-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  color: #3a008e;
  font-size: 38px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
}
.sec-login-title-2 {
  margin-bottom: 0px;
}
.sec-div-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  display: block;
  overflow: auto;
  clear: none;
  border-radius: 15px 15px 0px 0px;
  background-color: #f7fcff;
}
.sec-div-block-2 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #3a008e;
}
.sec-div-block-3 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #3a008e;
  padding-top: 30px;
}
.sec-div-block-4 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #3a008e;
}
.login-navbar {
  position: -webkit-sticky;
  position: sticky;
  background-color: #3a008e;
  opacity: 1;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.sec-login-head-panel {
  padding: 0 30px 20px;
}
label,
.sec-main-color {
  color: #3a008e;
}
.sec-form-panel .form-control,
input {
  background: #f7fcff;
  color: #3a008e;
  height: 40px;
}
input,
.form-control {
  background: #3a008e;
  color: #f7fcff;
  border: 2px solid #3a008e;
  border-radius: 3px;
}
.sec-form-panel .btn-primary,
.sec-form-panel .btn-primary:active,
.sec-form-panel .btn-primary:active:hover,
.sec-form-panel .btn-primary:active:focus {
  outline: 0;
  border: 0px solid #3a008e;
  border-radius: 15px;
  background: #ade2b0;
  color: #3a008e;
  font-weight: 900;
  width: 100%;
  font-size: 15px;
}
.sec-form-panel .btn-primary:focus-visible {
  outline: 3px solid #3a008e;
  outline-offset: -1px;
}
.sec-div-block-2 .btn-primary:focus-visible,
.sec-div-block-4 .btn-primary:focus-visible {
  outline: 3px solid #f7fcff;
  outline-offset: -1px;
}
.form-control:focus {
  border-color: #3a008e;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus-visible {
  outline: 3px solid #3a008e;
  outline-offset: -1px;
}
input::-ms-reveal {
  display: none;
}
.btn,
.btn a {
  text-decoration: none;
}
.sec-fullwidth {
  width: 100% !important;
}
.btn {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: #3a008e;
  color: #f7fcff;
  transition: background-color 0.3s;
}
.subtitle {
  color: #ade2b0;
  margin-top: 10px;
}
.question_subtitle {
  color: #3a008e;
  background-color: #ade2b0;
  margin-top: 10px;
  font-size: 30px;
  padding-bottom: 3px;
}
.sec-text {
  font-size: 22px;
  line-height: 24px;
}
.sec-form {
  margin: 0 35px;
}
.sec-inner-form {
  padding: 0 35px;
}
.sec-text-block {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 14px;
  font-family: Sourcesanspro, sans-serif;
  color: #f7fcff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.sec-form > .sec-question {
  color: #3a008e;
}
.btn-addon > input + button.refresh-answer-button,
.btn-addon > input + button.sec-show-pwd-button,
button.refresh-question {
  min-width: auto;
  width: 30px;
  padding: 0;
}
.btn-addon > input + button.refresh-answer-button:focus-visible,
.btn-addon > input + button.sec-show-pwd-button:focus-visible,
button.refresh-question:focus-visible {
  box-shadow: 0 0 3px 5px #ade2b0;
}
#inputPassword {
  padding-right: 38px;
}
.btn-addon > input + button.refresh-answer-button > i,
.btn-addon > input + button.sec-show-pwd-button > i,
button.refresh-question > i {
  margin: 0;
}
.btn-addon > input + button {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 30px;
  padding: 4px 8px;
  min-width: 125px;
  width: 125px;
  color: #f7fcff;
  background-color: #3a008e;
  border-radius: 15px;
}
button.refresh-question {
  margin-top: 7px;
  height: 30px;
  color: #f7fcff;
  background-color: #3a008e;
  border-radius: 15px;
}
.img-question {
  background: url('../../../img/landingpage/Sicherheitsfrage_icon.svg?v=2.0.35.0') no-repeat center;
  height: 100px;
  margin-top: 10px;
}
#img-download {
  background: url('../../../img/landingpage/download_icon.svg?v=2.0.35.0') no-repeat center;
  height: 100px;
  margin-top: 10px;
}
#img-maintenance {
  background: url('../../../img/landingpage/icon_underconstruction.svg?v=2.0.35.0') no-repeat center;
  height: 100px;
  margin-top: 10px;
}
#img-email {
  background: url('../../../img/landingpage/icon_email.svg?v=2.0.35.0') no-repeat center;
  height: 100px;
  margin-top: 10px;
}
#btn-question-answer,
.btn-short-login,
#btn-qr-code,
#btn-qr-code-answer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  bottom: 162px;
  width: 250px !important;
}
#btn-question-answer:focus-visible,
.btn-short-login:focus-visible,
#btn-qr-code:focus-visible,
#btn-qr-code-answer:focus-visible,
#btn-login:focus-visible {
  outline: none;
}
#btn-question-answer:focus-visible:before,
.btn-short-login:focus-visible:before,
#btn-qr-code:focus-visible:before,
#btn-qr-code-answer:focus-visible:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #3a008e 50%, #f7fcff 50%);
  z-index: -1;
}
#btn-question-answer:focus-visible:after,
.btn-short-login:focus-visible:after,
#btn-qr-code:focus-visible:after,
#btn-qr-code-answer:focus-visible:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: #ade2b0;
  z-index: -1;
  border-radius: 11px;
}
.btn-short-login {
  bottom: 144px;
}
.btn-danger-inverted,
.btn-danger-inverted:hover,
.btn-danger-inverted:active,
.btn-danger-inverted:focus,
.btn-danger-inverted:active:focus {
  color: #f7fcff;
  background-color: #3a008e;
  border-color: #f7fcff;
  border-width: 2px;
  border-radius: 3px;
  outline: none;
}
.sec-form > .sec-question {
  padding-top: 20px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
}
.btn-sec,
.btn-sec:hover,
.btn-sec:active,
.btn-sec:focus,
.btn-sec:active:focus,
.btn-sec[disabled]:hover,
.btn-sec[disabled]:focus {
  color: #ade2b0;
  background-color: #3a008e;
  border-color: #3a008e;
  border-radius: 15px;
  outline: none;
}
.pt-page {
  min-height: 0;
  /*reset global value*/

  min-width: 260px;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill::first-line,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 14px;
  -webkit-text-fill-color: #3a008e;
  -webkit-box-shadow: 0 0 0px 1000px #f7fcff inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: Sourcesanspro, sans-serif !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-left: 0;
  padding-right: 0;
}
.alert {
  text-align: center;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  z-index: 1050 !important;
}
.alert {
  border-radius: 3px;
}
.sec-message .alert,
.sec-alert {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.input-group > input,
.form-group input,
.input-group > select {
  height: 40px;
}
#qa-view p {
  color: #3a008e;
}
a {
  color: #3a008e;
}
a:hover,
a:focus {
  color: #3a008e;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #3a008e;
  outline-offset: 2px;
}
label a:focus-visible {
  outline: none;
}
label:has(a:focus-visible) {
  outline: 2px solid #3a008e;
}
.sec-link-invers label a:focus-visible {
  outline: none;
}
.sec-link-invers label:has(a:focus-visible) {
  outline: 2px solid #f7fcff;
}
.sec-back-link {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.sec-back-link a {
  color: #f7fcff;
  font-weight: normal !important;
}
.sec-link-invers a {
  color: #f7fcff;
  font-weight: normal;
}
.sec-back-link a:focus-visible {
  outline: 2px solid #f7fcff;
  outline-offset: 3px;
}
.sec-back-link a:focus-visible {
  outline: 2px solid #f7fcff;
}
.sec-back-link a:hover,
.sec-back-link a:focus,
.sec-link-invers a:hover,
.sec-link-invers a:focus {
  color: #ade2b0;
  text-decoration: underline;
  font-weight: normal !important;
}
.underline a:hover,
.underline a:focus {
  text-decoration: underline;
}
.anchor_for_error label {
  display: inline;
  padding: 7px 20px 0 10px !important;
}
.anchor_for_error label.pure-checkbox {
  padding: 0 !important;
  color: #f7fcff;
  font-weight: normal;
}
.anchor_for_error .pure-checkbox.smart input[type="checkbox"] {
  height: 28px;
  width: 28px;
  border-radius: 5px;
  border: none;
}
.anchor_for_error .pure-checkbox.smart input[type="checkbox"]:focus-visible {
  background: #ade2b0;
}
.anchor_for_error .pure-checkbox.smart input[type="checkbox"]:before {
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border-width: 2px;
}
.anchor_for_error .pure-checkbox.smart input[type="checkbox"]:after {
  margin-top: -1px;
  margin-left: 3px;
}
.invers {
  color: #f7fcff;
}
.alert-info {
  background-color: #3a008e;
  color: #f7fcff;
  border-color: #f7fcff;
}
.sec-message .alert-info,
.sec-message .alert-danger {
  background-color: #f7fcff !important;
  color: #3a008e !important;
  border-color: #f7fcff !important;
}
.page-info .alert {
  text-align: center;
  border-width: 0;
  z-index: 1050 !important;
}
.help-block {
  color: #a94442;
}
.bootbox-body input,
.bootbox-body .form-control,
.bootbox-body .form-control select {
  background: #f7fcff;
  color: #3a008e;
}
.bootbox-body .ms-ctn .ms-trigger .ms-trigger-ico {
  border-top-color: #3a008e;
}
.bootbox-body .ms-sel-ctn input {
  background-color: #f7fcff;
  color: #3a008e;
}
.bootbox-body input,
.bootbox-body button,
.bootbox-body .form-control[disabled] {
  background: #f7fcff;
  color: #3a008e;
}
.bootbox-body input::placeholder {
  color: #3a008e;
}
.bootbox-body .btn-success,
.btn-success-inverted,
.btn-success-inverted:hover,
.btn-success-inverted:active,
.btn-success-inverted:focus,
.btn-success-inverted:active:focus {
  color: #3a008e !important;
  background-color: #f7fcff;
  border-color: #f7fcff;
  border-width: 2px;
  border-radius: 3px;
  outline: none;
}
.hang-loose {
  background: url('../../../img/hang-loose.svg?v=2.0.35.0') no-repeat;
  height: 145px;
  width: 145px;
}
.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.modal-header {
  background-color: #3a008e;
  color: #f7fcff;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.modal-footer {
  border-top: 0;
  padding-top: 0;
}
.modal-content {
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  border-color: #e8f5f9;
  border-radius: 3px;
  background-color: #3a008e;
  padding: 20px;
}
.modal-footer {
  border-color: #f7fcff;
}
/* Make it a marquee */
.maintenance-marquee {
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #f7fcff;
  color: #3a008e;
  animation: marquee 40s linear infinite;
}
.maintenance-marquee:hover {
  animation-play-state: paused;
}
/* Make it move */
@keyframes marquee {
  0% {
  text-indent: 100%;
}
100% {
  text-indent: -105em;
}

}
.nodisplay {
  display: none !important;
}
#qrcodeimg {
  color: #3a008e;
  background-color: #f7fcff;
}
.modal-dialog .btn {
  height: 36px;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #3a008e;
  color: #f7fcff;
  transition: background-color 0.3s;
  font-family: Sourcesanspro, sans-serif;
}
.modal-dialog .btn:hover,
.modal-dialog .btn:focus {
  font-weight: 400;
  background-color: #3a008e;
}
.modal-dialog .btn > * {
  position: relative;
}
.modal-dialog .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-dialog .btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.modal-dialog .bootbox-body .btn-success,
.modal-dialog .btn-success-inverted,
.modal-dialog .btn-success-inverted:hover,
.modal-dialog .btn-success-inverted:active,
.modal-dialog .btn-success-inverted:focus,
.modal-dialog .btn-success-inverted:active:focus {
  color: #3a008e !important;
  background-color: #f7fcff;
  border-color: #f7fcff;
  border-width: 2px;
  border-radius: 3px;
  outline: none;
}
.modal-dialog .btn-success-inverted > a,
.modal-dialog .btn-success-inverted > span,
.modal-dialog .btn-success-inverted i {
  color: #3a008e;
}
.modal-dialog button:hover,
.modal-dialog button:focus {
  font-weight: bold !important;
}
.modal-dialog .btn-long {
  padding: 8px 5px;
  min-width: 130px;
}
#tac-form .tac-dialog {
  line-height: 40px;
}
#tac-form label {
  display: inline-block;
  padding-top: 13px !important;
}
#tac-form a {
  color: #f7fcff;
}
/* ===================================
Jump-To links
==================================== */
a.jump-to {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 10px 70px;
}
a.jump-to:focus {
  z-index: 5000;
  opacity: 1;
  pointer-events: auto;
  text-decoration: none;
  background-color: #f7fcff;
  color: #3a008e;
  border: 3px solid #3a008e;
  border-radius: 8px;
  outline: none;
}
div#jump-to-target:focus {
  outline: none;
}
