/* COLOR STYLE At */
/*  MIXINS */
/* FONTS */
@font-face {
  font-family: "HelveticaNeueLight";
  src: url("../fonts/HelveticaNeueLTW06-45Light.eot?#iefix");
  src: url("../fonts/HelveticaNeueLTW06-45Light.eot?#iefix") format("eot"), url("../fonts/HelveticaNeueLTW06-45Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW06-45Light.woff") format("woff"), url("../fonts/HelveticaNeueLTW06-45Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueLTW06-75Bold.eot?#iefix");
  src: url("../fonts/HelveticaNeueLTW06-75Bold.eot?#iefix") format("eot"), url("../fonts/HelveticaNeueLTW06-75Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW06-75Bold.woff") format("woff"), url("../fonts/HelveticaNeueLTW06-75Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SpardaIconFont";
  src: url("../fonts/sparda-iconfont/SpardaIconFont.eot?tby5u4");
  src: url("../fonts/sparda-iconfont/SpardaIconFont.eot?tby5u4#iefix") format("embedded-opentype"), url("../fonts/sparda-iconfont/SpardaIconFont.woff2?tby5u4") format("woff2"), url("../fonts/sparda-iconfont/SpardaIconFont.ttf?tby5u4") format("truetype"), url("../fonts/sparda-iconfont/SpardaIconFont.woff?tby5u4") format("woff"), url("../fonts/sparda-iconfont/SpardaIconFont.svg?tby5u4#SpardaIconFont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* additional css classes */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

select::-ms-expand {
  display: none;
}

.form-group.select.with-inside-label select::-ms-expand {
  display: none;
}

.form-group select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-left {
  text-align: left !important;
}

/* main style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

::-ms-reveal {
  display: none;
}

input {
  filter: none;
}

html {
  position: relative;
  min-height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  min-width: 290px;
  background-color: #f2f2f2;
  margin-bottom: 145px;
  display: block;
  color: #4c4c4c;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
  color: #4c4c4c;
  line-height: 1.1;
  margin-top: 0;
  padding-top: 0;
  font-size: 42px;
  font-weight: 600;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    text-align: center;
  }
}

h2,
h3 {
  color: #4c4c4c;
  line-height: 1.1;
  margin-top: 0;
  padding-top: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
}
h2.text-center,
h3.text-center {
  text-align: center;
}

h4 {
  color: #4c4c4c;
  line-height: 1.1;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
  margin-top: 32px;
  margin-bottom: 14px;
}

p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  p {
    text-align: center;
    font-size: 16px;
  }
}

a {
  color: #005aaa;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  border: none;
  outline: none;
}
a:hover, a:focus, a:active, a:active:focus {
  color: #f06400;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  margin-top: 18px;
  border: none;
  outline: none;
}

hr {
  border-top: 1px solid #dddddd;
}

.btn.btn-primary,
.idp,
#kc-registration a {
  background-color: #005aaa;
  font-size: 16px;
  color: white;
  outline: none;
  width: 100%;
  height: 44px;
  vertical-align: unset;
  border: none;
  padding: 0;
  box-shadow: none;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  background-image: none;
  cursor: pointer;
  letter-spacing: 0.02em;
  line-height: 44px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.idp:hover,
.idp:focus,
.idp:active,
#kc-registration a:hover,
#kc-registration a:focus,
#kc-registration a:active {
  background-color: #994000;
  outline: none;
  transition: all 0.2s ease-in-out;
}

a.idp {
  display: inline-block;
  background-color: #005aaa;
}
a.idp:hover, a.idp:focus, a.idp:active {
  background-color: #102648;
  color: white;
}

#kc-form-buttons {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
  border: none;
  box-shadow: none;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

#kc-registration a {
  width: 100%;
  display: inline-block;
}

input:-internal-autofill-selected {
  background-color: white !important;
}

/* reset autofill blue background chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif !important;
}

/* Input */
input {
  background-color: white;
  border: 1px solid #bbb;
  padding: 14px 1em 0.3em 14px;
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  height: 48px;
  font-size: inherit;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: white !important;
  background-image: none !important;
  color: #4c4c4c !important;
}

input[type="text"],
input[type="password"] {
  padding: 2px 6px 6px 6px;
  font-family: "HelveticaNeueLight", Helvetica, Arial, sans-serif !important;
}

.form-group.select.with-inside-label select {
  padding: 16px 40px 0 15px;
  text-overflow: ellipsis;
  outline: none;
}

.form-group {
  margin-bottom: 18px;
  position: relative;
  background-color: white;
}
.form-group.login-settings {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
}
.form-group.login-links {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
}
.form-group.has-error {
  border-color: #cc0000;
  box-shadow: none;
}
.form-group.has-error label,
.form-group.has-error input {
  color: #cc0000;
  box-shadow: none;
}

.has-error .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.input-label-group label,
#kc-form-login .control-label {
  padding-top: 4px;
  padding-left: 6px;
  margin-bottom: 0;
  left: 0;
  top: 0;
  padding-bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #005aaa;
  font-weight: 400;
  text-align: left !important;
  position: absolute;
}

.input-group-style,
#kc-form-login .form-control {
  border: 1px solid #dddddd;
  margin-bottom: 18px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  min-height: 48px;
  box-sizing: border-box;
}

.form-control {
  padding-top: 4px;
  padding-left: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: 400;
  box-shadow: none;
  border: none;
  font-size: 18px;
  height: 30px;
}
.form-control:hover, .form-control:focus, .form-control:active {
  box-shadow: none;
}

#kc-form-login .normalLoginTitle {
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

/* special baufi css */
.conMax,
#kc-content {
  max-width: 1110px;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.mybaufi-content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 160px;
  bottom: 0;
}

#kc-form-options {
  float: none;
  clear: both;
  margin-bottom: 18px;
  text-align: center;
}
#kc-form-options label.custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding: 0 15px;
  text-align: left;
  cursor: pointer;
}
#kc-form-options label.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#kc-form-options label.custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#kc-form-options label.custom-checkbox span.custom-control-indicator {
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin-top: 0;
  width: 24px;
  height: 24px;
  background-size: 90% 90%;
}
#kc-form-options label.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  content: url("../img/ic_active.svg");
  background-size: 90%;
  background-image: url("../img/ic_active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #005aaa;
}
#kc-form-options label.custom-checkbox .custom-control-input:disabled ~ .custom-control-indicator {
  content: url("../img/ic_activeG.svg");
}
#kc-form-options label.custom-checkbox .custom-control-description {
  padding-left: 12px;
  line-height: 16px;
  font-size: 14px;
  padding-top: 0;
  font-weight: 400;
}

.custom-control-description {
  color: #4c4c4c;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.kc-form-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: inline;
}

/* alerts */
.alert {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  border: none;
  box-shadow: 0 0 3px 3px #ebebeb;
  border-color: transparent;
}

.alert-error {
  background-color: #ffd6d6;
  color: #cc0000;
  border: 2px solid #cc0000;
}
@media (max-width: 991px) {
  .alert-error {
    text-align: center;
  }
}

.alert-success {
  color: #3f9c35;
  border: 2px solid #3f9c35;
}
@media (max-width: 991px) {
  .alert-success {
    text-align: center;
  }
}

.alert-warning {
  color: #f06400;
  border: 2px solid #f06400;
}
@media (max-width: 991px) {
  .alert-warning {
    text-align: center;
  }
}

.instruction:last-child {
  padding-bottom: 3rem;
}

#kc-info-message p {
  text-align: center !important;
}
#kc-info-message p a {
  font-size: inherit !important;
}

.instruction {
  color: #595959;
  text-align: center;
}
.instruction a {
  font-size: inherit !important;
}

/* dropdown */
#kc-locale {
  display: none;
}
#kc-locale #kc-locale-dropdown a {
  color: #fff;
}
#kc-locale #kc-locale-dropdown a:hover {
  text-decoration: none;
}
#kc-locale a#kc-current-locale-link {
  display: block;
  padding: 5px;
}
#kc-locale a#kc-current-locale-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#kc-locale a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px;
}

/* select */
.form-group.select::before {
  position: absolute;
  right: 16px;
  content: "\F107";
  font-family: "SpardaIconFont";
  color: #999;
  font-size: 2.5rem;
  pointer-events: none;
  line-height: 48px;
  z-index: 2;
}

.select::before {
  position: absolute;
  right: 16px;
  content: "\F107";
  font-family: "SpardaIconFont";
  color: #999;
  font-size: 2.5rem;
  pointer-events: none;
  line-height: 54px;
  z-index: 2;
}

.select select {
  height: 48px;
  border: 1px solid #dddddd;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
}

.select-label {
  margin: 0.2em 0;
  display: inline-block;
  max-width: 100%;
  font-size: 1.2rem;
  color: #005aaa;
  position: absolute;
  margin-left: 15px;
  margin-top: 3px;
  font-weight: normal;
  z-index: 2;
}

/* checkbox */
.checkbox label {
  min-height: 25px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox #rememberMe {
  text-align: center;
}
.checkbox .radio label, .checkbox label {
  padding-left: 0px;
}
.checkbox input[type="checkbox"]:checked:not(.CybotCookiebotDialogBodyLevelButton),
.checkbox input[type="checkbox"]:not(:checked:not(.CybotCookiebotDialogBodyLevelButton)):not(.CybotCookiebotDialogBodyLevelButton) {
  background: transparent;
  position: relative;
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
}
.checkbox input[type="checkbox"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
.checkbox input[type="checkbox"]:checked + label::before {
  background: #005aaa;
  color: #fff;
  text-align: center;
  line-height: 22px;
  -webkit-box-shadow: inset 0 0 0 4px #005aaa;
  box-shadow: inset 0 0 0 4px #005aaa;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  border: 1px solid #bbb;
  background: white;
  margin-right: 13px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 0.6rem;
  vertical-align: bottom;
}
.checkbox input[type="checkbox"]:checked + label::before {
  background: #005aaa;
  content: "\e929";
  font-family: "SpardaIconFont";
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
}

/* login */
#kc-content-wrapper {
  width: 40%;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  #kc-content-wrapper {
    width: 100%;
    order: 1;
  }
}
#kc-content-wrapper #kc-form,
#kc-content-wrapper #kc-totp-settings-form,
#kc-content-wrapper #kc-update-profile-form,
#kc-content-wrapper #kc-registration,
#kc-content-wrapper #kc-reset-password-form,
#kc-content-wrapper #kc-register-form,
#kc-content-wrapper #kc-error-message,
#kc-content-wrapper #kc-info-message,
#kc-content-wrapper #kc-totp-settings,
#kc-content-wrapper #kc-passwd-update-form {
  background-color: white;
  padding: 4rem 4rem;
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
  box-shadow: 0 0 3px 3px #ebebeb;
}
@media (max-width: 991px) {
  #kc-content-wrapper #kc-form,
  #kc-content-wrapper #kc-totp-settings-form,
  #kc-content-wrapper #kc-update-profile-form,
  #kc-content-wrapper #kc-registration,
  #kc-content-wrapper #kc-reset-password-form,
  #kc-content-wrapper #kc-register-form,
  #kc-content-wrapper #kc-error-message,
  #kc-content-wrapper #kc-info-message,
  #kc-content-wrapper #kc-totp-settings,
  #kc-content-wrapper #kc-passwd-update-form {
    margin-bottom: 2rem;
  }
}
#kc-content-wrapper #kc-form,
#kc-content-wrapper #kc-reset-password-form,
#kc-content-wrapper #kc-update-profile-form,
#kc-content-wrapper #kc-register-form,
#kc-content-wrapper #kc-error-message,
#kc-content-wrapper #kc-info-message,
#kc-content-wrapper #kc-passwd-update-form {
  padding-top: 10rem;
}
#kc-content-wrapper #kc-form:before,
#kc-content-wrapper #kc-reset-password-form:before,
#kc-content-wrapper #kc-update-profile-form:before,
#kc-content-wrapper #kc-register-form:before,
#kc-content-wrapper #kc-error-message:before,
#kc-content-wrapper #kc-info-message:before,
#kc-content-wrapper #kc-passwd-update-form:before {
  content: "";
  background-image: url(../img/user-icon.svg);
  position: absolute;
  top: 32px;
  left: 0;
  height: 49px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#kc-content-wrapper #kc-registration {
  padding: 4rem;
  font-size: 16px;
  font-weight: 600;
  font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #4c4c4c;
  line-height: 1.1;
  box-shadow: 0 0 3px 3px #ebebeb;
}

#kc-info-wrapper {
  text-align: center;
}

#kc-form-wrapper,
#kc-registration {
  margin: 0 auto;
}

#kc-form-wrapper {
  max-width: 352px;
}

/* header */
#mybaufi-header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 3px 3px #ebebeb;
  margin-bottom: 4rem;
}
#mybaufi-header .mybaufi-header-logo {
  height: 77px;
  width: 228px;
  display: block;
  object-fit: contain;
  background: none;
}
#mybaufi-header p {
  line-height: 1.4em;
}

/*  content-left */
#mybaufi-info-wrapper {
  background-color: white;
  padding: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-right: 4rem;
  float: left;
  position: relative;
  box-shadow: 0 0 3px 3px #ebebeb;
}
@media (max-width: 991px) {
  #mybaufi-info-wrapper {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
#mybaufi-info-wrapper .app-links-wrapper {
  border-top: 1px solid #dddddd;
  padding-top: 2rem;
}
#mybaufi-info-wrapper .app-links-wrapper h4 {
  margin: 0 !important;
  text-align: center;
}
#mybaufi-info-wrapper .app-links-wrapper .app-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#mybaufi-info-wrapper .app-links-wrapper .app-links .appstore,
#mybaufi-info-wrapper .app-links-wrapper .app-links .playstore {
  height: 60px;
  width: 155px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#mybaufi-info-wrapper .app-links-wrapper .app-links .appstore {
  background-image: url("../img/appstore-badge.png");
}
#mybaufi-info-wrapper .app-links-wrapper .app-links .playstore {
  background-image: url("../img/google-play-badge.png");
}

.special-feature-boxes {
  padding-top: 1em;
  padding-bottom: 1em;
}
.special-feature-boxes .row {
  margin-left: -8px;
  margin-right: -8px;
}
.special-feature-boxes .col-xs-6,
.special-feature-boxes .col-sm-4,
.special-feature-boxes .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.special-feature-boxes .special-feature-box {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.special-feature-boxes .special-feature-box .info-icon {
  border: 2px dotted #4c4c4c;
  border-radius: 50%;
  width: 100%;
  max-width: 118px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  width: 50%;
}
.special-feature-boxes .special-feature-box .info-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.special-feature-boxes .special-feature-box .info-icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.special-feature-boxes .special-feature-box .info-icon.unterlagen {
  background-image: url("../img/unterlagen_icon.png");
}
.special-feature-boxes .special-feature-box .info-icon.vorschlag {
  background-image: url("../img/vorschlag_icon.png");
}
.special-feature-boxes .special-feature-box .info-icon.vertrag {
  background-image: url("../img/vertrag_icon.png");
}
.special-feature-boxes .special-feature-box .info-icon.rechner {
  background-image: url("../img/rechner_icon.png");
}
.special-feature-boxes .special-feature-box .info-icon.auszahlung {
  background-image: url("../img/auszahlung_icon.png");
}
.special-feature-boxes .special-feature-box .info-icon.anfrage {
  background-image: url("../img/anfrage_icon.png");
}
.special-feature-boxes .special-feature-box p {
  line-height: 1.2;
  padding-top: 6px;
  font-size: 1.4rem;
  color: #4c4c4c;
  text-align: center;
}

/*  terms */
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper {
  background-color: white;
  margin: 0 auto;
  padding: 4rem;
  height: 100%;
  width: 60%;
  box-shadow: 0 0 3px 3px #ebebeb;
}
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper #kc-terms-text {
  word-break: break-word;
}
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper .isTermsAcceptedLabel {
  padding-left: 42px;
  font-weight: normal;
}
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper .isTermsAcceptedLabel:before {
  margin-left: -42px;
}
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper .isTermsAcceptedLabel a {
  font-size: 18px;
  color: #005aaa;
}
.mybaufi-terms-super-wrapper .mybaufi-terms-wrapper #kc-accept {
  margin-top: 20px;
}

/* footer */
.myBaufi-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 145px;
  width: 100%;
  display: block;
}
.myBaufi-footer .myBaufi-footerBottom {
  width: 100%;
  min-height: 145px;
  background-color: #4c4c4c;
  padding: 2rem;
}
.myBaufi-footer .myBaufi-footerBottom #footer-links a {
  color: #fff !important;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  line-height: 2.5;
}
.myBaufi-footer .myBaufi-footerBottom #footer-links .footer-links {
  width: 100%;
}
.myBaufi-footer .myBaufi-footerBottom #footer-links .footer-links a:after {
  content: "|";
  color: #fff;
  padding-left: 15px;
  padding-right: 10px;
}
.myBaufi-footer .myBaufi-footerBottom #footer-links .footer-links a:last-child::after {
  content: "";
}
.myBaufi-footer .myBaufi-footerBottom #footer-links .footer-links a:first-child {
  margin-left: 0;
}
.myBaufi-footer .myBaufi-footerBottom #footer-links .footer-links a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/*cookies*/
input.cookies.btn-primary {
  background-color: #f06400;
  background-image: -webkit-linear-gradient(top, #f06400 0%, #f06400 100%);
  background-image: -o-linear-gradient(top, #f06400 0%, #f06400 100%);
  background-image: linear-gradient(to bottom, #f06400 0%, #f06400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainorange', endColorstr='$mainorange', GradientType=0);
  border-color: #f06400;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 31px;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 18px;
}
input.cookies.btn-primary:hover {
  background-color: #994000;
  background-image: -webkit-linear-gradient(top, #994000 0%, #994000 100%);
  background-image: -o-linear-gradient(top, #994000 0%, #994000 100%);
  background-image: linear-gradient(to bottom, #994000 0%, #994000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainorange', endColorstr='$mainorange', GradientType=0);
  border-color: #572400;
}
input.cookies.btn-primary:active, input.cookies.btn-primary.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*title mobile */
@media (max-width: 991px) {
  .myBaufi-info h1 {
    display: none;
    visibility: none;
    width: 0;
    height: 0;
  }
}

#title-mobile {
  display: none;
  visibility: none;
  width: 0;
  height: 0;
}
@media (max-width: 991px) {
  #title-mobile {
    display: block;
    visibility: unset;
    width: auto;
    height: auto;
    text-align: center;
  }
}

/* 1-register-title.ftl */
.radio label {
  min-height: 25px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.has-error.radio label {
  color: #cc0000;
}

.myBaufi-RadioGroup-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}

.myBaufi-RadioGroup {
  margin-top: 0;
}
.myBaufi-RadioGroup .d-inline {
  display: inline;
}
.myBaufi-RadioGroup label.radio-label {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  padding-top: 4px;
  padding-left: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #005aaa;
  font-weight: 400;
}
.myBaufi-RadioGroup label.radio-text {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
}

.checkbox input[type="radio"]:checked,
.checkbox input[type="radio"]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  display: none;
  margin: 0;
  padding: 0;
}
.checkbox input[type="radio"]:checked + label::before {
  background: #005aaa;
  color: #fff;
  text-align: center;
  line-height: 22px;
  -webkit-box-shadow: inset 0 0 0 4px #005aaa;
  box-shadow: inset 0 0 0 4px #005aaa;
}
.checkbox input[type="radio"]:checked + label::before,
.checkbox input[type="radio"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  border: 1px solid #bbb;
  background: white;
  margin-right: 13px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 0.6rem;
  vertical-align: middle;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
.checkbox input[type="radio"]:checked + label::before,
.checkbox input[type="radio"]:not(:checked) + label::before {
  border-radius: 30px;
}
.checkbox input[type="radio"] + label {
  cursor: pointer;
}
.checkbox input[type="checkbox"] + label,
.checkbox input[type="radio"] + label {
  cursor: pointer;
  position: relative;
}
.checkbox .radio label,
.checkbox .checkbox label {
  min-height: 25px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox input[type="radio"]:checked + label::before {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 4px #005aaa;
  box-shadow: inset 0 0 0 4px #005aaa;
}

#CybotCookiebotDialogBodyLevelButtonPreferences input[type="checkbox"]:checked,
#CybotCookiebotDialogBodyLevelButtonPreferences input[type="checkbox"]:not(:checked),
#CybotCookiebotDialogBodyLevelButtonStatistics input[type="checkbox"]:checked,
#CybotCookiebotDialogBodyLevelButtonStatistics input[type="checkbox"]:not(:checked),
#CybotCookiebotDialogBodyLevelButtonMarketing input[type="checkbox"]:checked,
#CybotCookiebotDialogBodyLevelButtonMarketing input[type="checkbox"]:not(:checked) {
  visibility: visible;
  display: block;
}

/*# sourceMappingURL=styles.css.map */
