
html {
  margin: 0;
  /*max-width: 1180px;*/
  padding: 0;
  box-sizing: border-box;
}

body, #content {
  min-height: 100vh;
  margin: 0;
}

header {
  min-height: 50px;
}

footer {
  min-height: 50px;
}

/* The article fills all the space between header & footer */
#content {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}


/*.language-chooser {
  top: 10px;
  right: 10px;
  position: absolute;
font-weight: lighter;
text-decoration: none;
}

.language-chooser > a {
  text-decoration: none;
}

.language-chooser .active {
  font-weight: bold;
  text-decoration: underline;
}*/

body .wrapper #content, #loading-spinner-wrapper {
  letter-spacing: 0;
  background: linear-gradient(180deg, #000 0px, #2e2e2e 300px, #000 1000px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MBCorpo Title", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  line-height: 1.43;
  letter-spacing: 0;
}

h1 {
  font-size: 2.25rem;
  margin: 2.25rem 0 2.25rem 0;
  padding: 0;
}

h2 {
  font-size: 2.125rem;
  margin: 3.0625rem 0;
  padding: 0;
}


h3 {
  font-size: 1.875rem;
  margin: 3.0625rem 0 1.375rem 0;
  padding: 0;
}

a {
  transition: color .2s ease-out;
}


p, span {
  font-size: 16px;
}

span.counter-text {
  font-size: 14px !important;
}

/*@media (max-width: 575.98px) {
  body {
    padding-bottom: 160px !important;
    padding-bottom: 4rem !important;
  }
}
    */
/*.header-logo {
  height: 24px;
  width: 318px;
}*/

@media (max-width: 575.98px) {
  .header-logo {
    height: 20px !important;
    width: 265px !important;
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.625rem;
  }
}

/*@media (min-width: 576px) and (max-width: 991.98px) {
  body {
    padding-bottom: 115px !important;
  }
}*/


.scroll-to-top-container {
  display: none;
}

a.scroll-to-top {
  text-decoration-line: none;
}

.nav-link:focus, .nav-link:hover {
  color: #000;
  background-color: #919191;
  border-color: #919191;
  cursor: pointer;
}

.field-validation-error {
  color: var(--bs-danger);
}

.btn-secondary {
  color: #333;
  border: solid 1px #ccc;
}

footer {
  width: 100%;
  /*background: var(--bs-black);*/
}

.footer-hr {
  opacity: 0.50;
  margin: 0;
}

.progress {
  height: 5px;
}

wb-card {
  --bg-color: var(--wb-grey-25);
  /*--bg-color: var(--wb-white);
  --shadow: var(--wb-shadow-level-1);
  --color: var(--wb-black);
  --border: 1px solid transparent;
  --bg-color--hover: var(--wb-grey-95);
  --border-color--hover: var(--wb-blue-45);
  --border-color--pressed: var(--wb-blue-35);
  background: var(--bg-color);
  border: var(--border);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  color: var(--color);
  display: block;*/
}

.sst-bg-dark {
  background-color: #424242;
}

wb-card wb-input {
  --background-color: var(--wb-grey-20);
}


.sst-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: inherit;
}

.sst-container-extra {
  margin: 0 80px;
}

header.sst-container {
  overflow: initial;
}

.language-chooser {
  display: table;
  position: relative;
  margin: 0 0 0 auto;
  top: 4px;
  z-index: 1000;
  color: #999;
}

div.index-banner {
  background: url("../img/daimler-truck-home.jpg");
  background-position: center bottom;
  background-size: cover;
  height: 610px;
  color: var(--bs-black);
}

.language-chooser a {
  color: #999;
}


.language-chooser .dropdown-toggle {
  min-width: 85px;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  font-size: .875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.language-chooser .dropdown-menu {
  min-width: auto;
  background: #ececec;
}

.language-chooser .dropdown-menu .dropdown-item {
  background: none;
  color: black;
}

.language-chooser .dropdown-menu .dropdown-item:hover {
  color: #0078D6;
}

.language-chooser a {
  text-decoration: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle wb-icon.chevron-down {
  width: 9px;
  margin: 2px 0 0 -10px;
}

.dropdown-toggle.show wb-icon.chevron-down {
  transform: rotate(181deg);
}

.wb-icon-language {
  width: 18px;
  height: 18px;
  margin-right: 2rem;
}

.nav-mobile-menu ul {
  margin: 16px 0 0 0;
  position: absolute;
  width: 100vw;
  right: -15px;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1000;
  background-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  text-transform: none;
}

.navbar-toggler {
  border: none;
}

.nav-mobile-menu.show ul {
  opacity: 1;
}

.nav-link:focus, .nav-link:hover {
  background-color: transparent;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 1);
}


.nav-mobile-menu.show ul .nav-link {
  color: #000;
  border-bottom: 1px solid #999;
  color: #999;
}

.brand-box .header-logo {
  height: 64px;
  width: 64px;
}

.brand-box .header-claim {
  height: 30px;
  width: 112px;
  margin-left: 64px;
  margin-bottom: 2px;
}

.brand-box .header-logo-mobile {
  height: 40px;
  width: 40px;
}

.brand-box .header-claim-mobile {
  height: 24px;
  width: 88px;
  margin-left: 40px;
  margin-bottom: 2px;
}

.content-wrap {
  margin-top: 2rem;
}

.header-image-overlay {
  display: block;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(91.6667% - 40px);
}

.header-image-overlay h1, .header-image-overlay h5 {
  color: white;
}

/*Booking*/
.nav-pills li {
  flex: 1 0 0%;
  height: 3.5rem;
  font-size: 18px;
}

.nav-pills .nav-link.step-completed, .nav-pills .nav-link {
  color: white;
}

.nav-pills .nav-link.step-completed .wb-icon-checkmark {
  color: var(--wb-blue-50);
}

.nav-pills-desktop li {
  border-left: 1px solid #666666;
  font-size: 18px;
}

.nav-pills-mobile li {
  flex: inherit;
}

.nav-pills-mobile li:first-child {
  border-right: 1px solid #666666;
  font-size: 18px;
  padding-right: 1rem;
}

.nav-pills-mobile-sidebar li {
  border-bottom: 1px solid #666666;
  font-size: 18px;
}

.nav-pills-mobile .nav-item {
  display: none;
}

.nav-pills-mobile .nav-item.active {
  display: flex;
  justify-content: start;
}


.nav-pills-desktop .nav-link:hover .nav-number {
  color: var(--wb-blue-50);
}


.nav-pills .nav-link.active,
.nav-pills .nav-link.active span,
.nav-pills .show > .nav-link span,
.nav-pills .nav-item.active .nav-link,
.nav-pills .nav-item.active .nav-link span {
  color: var(--wb-blue-50);
  background: none !important;
}

.nav-pills .nav-number, .nav-pills .nav-link.active span.nav-number {
  font-size: 1.4rem;
}

.nav-pills .nav-number {
  color: var(--wb-grey-40);
  transition: color .5s ease-in-out;
}

.nav-pills .wb-icon-checkmark {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}


.nav-link, .nav-link.disabled {
  color: var(--wb-grey-50);
}

wb-datepicker.wb-datepicker {
  min-width: min-content !important;
}

.calendar-day-time {
  padding: var(--wb-spacing-xxs) var(--wb-spacing-3xs);
  background-color: var(--wb-grey-15);
  color: white;
  border-color: var(--wb-grey-15);
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}

.calendar-day-time.active {
  background-color: var(--wb-blue-50);
  color: white;
  border-color: var(--wb-blue-50);
}

.calendar-day-time:hover {
  border: 1px solid var(--wb-grey-85) !important;
}

.wb-grid-row {
  --vertical-grid-gap: var(--wb-spacing-xxs);
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

footer p,
footer li a {
  color: #DDD;
  font-size: 14px;
}

footer li a {
  text-decoration: none;
}

footer li:not(:last-child) a:after {
  margin: 0 0.625rem;
  content: " | ";
  color: #ddd;
  font-size: 16px;
}

footer li a:hover {
  color: #00adef;
}

.footer-hr {
  opacity: 1;
  color: #666;
}


/* Hamburger */
.animated-icon3 {
  width: 27px;
  height: 21px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

.animated-icon3 span {
  background: #fff;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(4) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.animated-icon3.open span:nth-child(2),
.animated-icon3.open span:nth-child(3) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 5px;
}


#sidebar {
  position: fixed;
  top: 0;
  transform: translate(-240px);
  left: 0;
  width: 240px;
  height: 100%;
  margin: 0;
  background-color: #2d2d2d;
  transition-duration: inherit;
  display: block !important;
}

#content {
  transition-duration: .5s;
  position: relative;
}

#content.sidebar-open {
  transition-duration: .5s;
  transform: translate(240px);
}

#content.sidebar-open #sidebar {
  transform: translate(-240px);
  left: 0;
  transition-duration: inherit;
}

img.pulse-img {
  max-width: 50%;
  max-height: 50%;
  animation: pulse 4s linear infinite .5s;
  -moz-animation: pulse 4s linear infinite .5s;
  -webkit-animation: pulse 4s linear infinite .5s;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(.8);
    opacity: .3;
  }


  50% {
    transform: scale(.9);
    opacity: .5;
  }


  100% {
    transform: scale(.8);
    opacity: .3;
  }
}


.modal.fade .modal-dialog.modalCenter {
  top: 0% !important;
  transform: translateY(-50%) !important;
  transition: all .5s ease-in-out;
}

.modal.show .modal-dialog.modalCenter {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
}


.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  border-radius: 4px;
}

.modal-header {
  height: 60px;
}

.modal-body p {
  font-size: 14px;
  color: #55595c;
}

.keksZustimmung-body {
  padding-bottom: 0px;
}

.modal-body wb-heading {
  color: var(--wb-grey-20);
}

.modal-body a:hover {
  color: var(--wb-blue-50);
}

.modal-footer {
  background-color: var(--wb-grey-90);
  inset-block-end: 0px;
  padding: 12px var(--wb-spacing-xs);
  position: relative;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.keksZustimmung-dialog{
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  transform: translate(-50%, -50%);
  --bs-modal-margin: 0rem;
}
.keksZustimmung-modal {
  --bs-modal-width: 100%;
}

.cookieLink-left {
  margin-right: 20px;
}

.modal-body p{
  color: #000000;
}
.modal-body a{
  color: #000000;
}
.keksZustimmung-footer {
  padding-top: 0;
}

.btn-dark
{
  text-transform: none !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 82,88,93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
  --bs-btn-border-radius: 0px;
}

#loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#loading-spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}


@media screen and (min-width: 1200px) {
  .sst-container {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  .header-image-overlay {
    display: table;
    position: absolute;
    z-index: 2;
    top: 60px;
  }
}


@media screen and (max-width: 992px) {
  .header-image-overlay {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  footer li:not(:last-child) a:after {
    margin: 0;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .sst-container-extra {
    margin: 0 15px;
  }

  .content-wrap {
    margin-top: 0;
  }
}

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

  div.index-banner {
    height: 310px;
  }
}


@media screen and (max-width: 350px) {
  .nav-pills-title {
    display: none;
  }
}

hr.divider {
  border-color: white;
  height: 1px;
}

.cookieSettingsDescriptionCookieTitle{
  font-weight: bold;
}

.cookieSettingsDescriptionCookie{
  font-size: 1em;
}

#schutz-cssRefreshButton {
  color: var(--wb-blue-45);
}
