:root {
  --line: #dedede;
  --white: white;
  --dark-blue: #060640;
  --red: #d42a3a;
  --light-gray: whitesmoke;
  --input-border: #d4d4d4;
  --text: #404e6b;
  --field-optional: #657799;
  --openings-open: #409c46;
  --openings-closed: #D42A3A;
  --openings-closing: #B05B00;
  --closing: #a56422;
  --tbackground: #f2f1f2;
  --light-blue: #bae8ff;
  --black: black;
  --size: 0px;
  --color: white;
}

.hidden {
  display: none !important;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.footer-section {
  border-top: 1px solid var(--line);
}

.footer-section.cc-cta {
  background-color: var(--white);
  padding-left: 80px;
  padding-right: 80px;
}

.footer-section.cc-home-wrap {
  margin-top: 100px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--red);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.send-message {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-blue);
  border-radius: 4px;
  flex-direction: row;
  transition-duration: .25s, .4s, .4s;
  display: flex; /* Change display property to inline-flex */
  justify-content: center;
  position: relative;
}

.message-box {
  padding: 16px 32px;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background-color: var(--light-gray);
}
.message-error {
  margin-top: 20px;
}
.message-text {
  font-size: 14px;
  line-height: 20px;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--dark-blue);
  border-radius: 4px;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 24px;
  transition-duration: .25s, .4s, .4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.button.send-message:hover, .button.cc-contact-us:hover {
  background-color: var(--red);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.navigation {
  width: 100%;
  max-width: 1232px;
  background-color: var(--light-gray);
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  font-family: Inter, sans-serif;
  display: flex;
}

.navigation-item {
  border-bottom: 2px solid var(--light-gray);
  color: var(--dark-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 6px 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.navigation-item:hover {
  border-bottom: 2px solid var(--dark-blue);
}

.navigation-item:active {
  opacity: .8;
  color: var(--dark-blue);
  font-weight: 700;
}

.navigation-item.w--current {
  border-bottom: 2px solid var(--red);
  color: var(--dark-blue);
  padding: 6px 0 4px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  border-bottom-color: var(--dark-blue);
  opacity: .8;
  color: var(--dark-blue);
}

.navigation-item.w--current:active {
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 24px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  border-color: var(--input-border);
  color: var(--dark-blue);
  border-radius: 2px;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.text-field.cc-contact-field:hover {
  border-color: var(--text);
}

.text-field.cc-contact-field:focus {
  border-color: var(--dark-blue);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.body {
  background-color: var(--light-gray);
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
}

.text-block {
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.sidestripe {
  width: 60px;
  height: 97px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background-image: url('../images/stripes.svg');
  background-position: 0 0;
  background-size: auto;
}

.sidestripe.stars {
  background-image: url('../images/stars.svg');
  background-size: cover;
}

.sidestripe.stars.welcome {
  background-size: contain;
}

.sidestripe.stars.welcome.inner {
  width: 100px;
  max-width: 60px;
  background-image: url('../images/stars.svg');
  background-repeat: repeat-y;
  background-size: auto;
}

.sidestripe.welcome {
  width: 60px;
  height: auto;
  background-size: contain;
  flex: 0 auto;
}

.sidestripe.inner {
  height: auto;
  background-image: url('../images/stripes_1.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
}

.header {
  border-bottom: 1px solid var(--line);
  background-color: var(--light-gray);
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.body-3 {
  background-color: var(--light-gray);
}

.content-wrapper {
  width: 100%;
  max-width: 1232px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.welcome {
  width: 100%;
  max-width: 1232px;
  background-image: url('../images/gradient.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  display: flex;
}

.welcome.subpage {
  justify-content: center;
  align-items: center;
}

.caption {
  color: var(--red);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
}

.heading {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.text-span {
  font-weight: 700;
}

.text-span.subpage {
  font-weight: 500;
}

.title {
  margin-left: 5%;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.title.subpage {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.rightside {
  width: 500px;
  background-image: url('../images/car-wheel-only.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-end;
  display: flex;
}

.rightside.subpage {
  background-image: none;
}

.rightstars {
  width: 80%;
  background-image: url('../images/red-stars.svg');
  background-position: 80%;
  background-repeat: no-repeat;
}

.forms {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
}

.forms-wrapper {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.card {
  border: 1px solid var(--line);
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
}

.card-head {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.card-body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.card-body.subpage {
  padding-top: 0;
  padding-bottom: 24px;
}

.card-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--line);
  justify-content: center;
  align-items: center;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.contact-link {
  background-color: var(--dark-blue);
  border-radius: 40px;
  margin-right: 8px;
  padding: 12px;
  display: none;
}

.form-header-paragraph {
  color: var(--text);
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 22px;
}

.link {
  color: var(--red);
  display: inline;
}

.field-label {
  letter-spacing: .2px;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 8px;
  font-weight: 600;
}

.field-label.optional {
  color: var(--field-optional);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.cc-dropdown {
  background-color: var(--white);
  color: var(--dark-blue);
  margin-bottom: 24px;
}

.cc-dropdown:focus {
  color: var(--dark-blue);
}

.cc-checkbox {
  margin-bottom: 24px;
}

.cc-checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.checkbox-link {
  color: var(--red);
  display: inline;
}

.location-top {
  border-bottom: 1px solid var(--line);
  padding-bottom: 38px;
  padding-left: 16px;
  padding-right: 16px;
}

.location-entries {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 0 16px;
}

.location-entries-row {
  width: 100%;
}

.cell {
  flex-direction: row;
}

.location-icon {
  height: 24px;
  padding-right: 16px;
  padding-top: 2px;
}

.location-text {
  width: 100%;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  justify-content: space-between;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
.location-text.last {
  border-bottom: none;
  padding: none;
}

.location-text.last {
  border-bottom-style: none;
  flex-direction: column;
  padding-bottom: 0;
}

.location-text.last.dates {
  width: 80px;
  flex-direction: column;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.button-map {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 4px;
  padding: 4px 16px;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.button-map:hover {
  border-color: var(--red);
  color: var(--red);
}

.button-map-text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.button-map-text:hover {
  color: var(--red);
}

.highlight-date {
  font-weight: 600;
}

.open-date {
  color: var(--opening);
  margin-left: 12px;
  font-weight: 400;
}

.closing-date {
  color: var(--closing) !important;
}

.closed-date {
  color: var(--red) !important;
}

.heading-3 {
  font-family: Spacegrotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.location-bottom {
  padding-left: 16px;
  padding-right: 16px;
}

.testimonials-wrapper {
  width: 100%;
  max-width: 1232px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.testimonials {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.testimonials-header {
  width: 100%;
  max-width: 1232px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background-color: var(--tbackground);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hstripe {
  width: 100%;
  height: 48px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background-image: url('../images/vertical-stripes.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  display: flex;
}

.map-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-title {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonials-stack {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 12px;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.testimonial-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04), 0 4px 8px 2px rgba(0, 0, 0, .04);
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.cell-4, .cell-5 {
  justify-content: center;
  align-items: center;
}

.cell-6 {
  justify-content: center;
  align-items: flex-end;
}

.testimonial-ratings {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.paragraph {
  font-size: 14.4px;
  line-height: 22px;
}

.testimonial-user {
  text-transform: uppercase;
  font-family: Spacegrotesk, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
}

.testimonial-user-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.testmonial-user-char {
  width: 40px;
  height: 40px;
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-right {
  background-image: url('../images/car-wheel-only.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.copyright {
  text-transform: uppercase;
  font-family: Spacegrotesk, sans-serif;
  font-size: 15px;
  /* font-weight: 700; */
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* font-size: 16px; */
  font-weight: 500;
}

.footer-link {
  color: var(--red);
  font-family: Spacegrotesk, sans-serif;
  line-height: 20px;
}

.cell-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
}

.footer-ornament {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: center;
  padding-bottom: 6px;
}

.footer-wheel {
  height: 150px;
}

.quick-stack-2 {
  padding: 16px 12px 24px;
}

.subpage-content {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.year {
  width: 50px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.cell-8, .cell-9 {
  justify-content: center;
}

.subpageh2 {
  color: var(--red);
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.legal {
  font-size: 14px;
  line-height: 22px;
}

.heading-4 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.year-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  padding-bottom: 12px;
}

.year-description {
  line-height: 22px;
}

.subpageh3 {
  color: var(--dark-blue);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subpageh4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.imprint {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.subpageh5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.imprint-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.field-label-group {
  justify-content: space-between;
}

@media screen and (min-width: 1280px) {
  .menu {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .navigation-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sidestripe {
    background-image: url('../images/stripes.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .sidestripe.stars.welcome.inner {
    height: auto;
  }

  .sidestripe.welcome {
    width: 60px;
    height: 260px;
  }

  .welcome {
    max-width: 1232px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .footer-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section.cc-home-wrap {
    margin-top: 73px;
    padding-top: 40px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .logo-link.w--current {
    flex: 1;
    justify-content: center;
    margin-right: 12px;
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
  }

  .menu:focus {
    background-color: var(--red);
  }

  .navigation-wrap {
    background-color: var(--light-gray);
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .navigation-item:hover {
    border-bottom-style: none;
    border-bottom-color: var(--light-gray);
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item.w--current {
    border-bottom-style: none;
    border-bottom-color: var(--light-gray);
    color: var(--red);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-item.w--current:hover {
    border-bottom-color: var(--light-gray);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--line);
    margin-left: 0;
    transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
  }

  .logo-image {
    height: 40px;
  }

  .navigation-items {
    width: 100%;
    border-bottom: 1px solid var(--line);
    background-color: var(--white);
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .body {
    flex-direction: column;
    display: flex;
  }

  .sidestripe {
    display: none;
  }

  .sidestripe.stars.welcome {
    width: 40px;
    background-size: auto;
    display: block;
  }

  .sidestripe.stars.welcome.inner {
    width: 60px;
    background-position: 20%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .sidestripe.welcome {
    width: 40px;
    background-size: auto;
    display: block;
  }

  .sidestripe.inner {
    width: 60px;
    display: block;
  }

  .header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 2;
  }

  .content-wrapper {
    padding-top: 73px;
    padding-left: 0;
    padding-right: 0;
  }

  .rightside {
    width: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .forms {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .forms-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-link {
    background-color: var(--dark-blue);
    border-radius: 40px;
    margin-right: 8px;
    padding: 12px;
    display: block;
  }

  .contact-link.w--current {
    display: block;
  }

  .body-4 {
    flex-direction: column;
    display: flex;
  }

  .testimonials-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer-section.cc-cta {
    padding: 15px;
  }

  .footer-section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    justify-content: flex-start;
  }

  .navigation-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .sidestripe.stars.welcome.inner {
    width: 60px;
    max-width: 40px;
  }

  .caption {
    font-size: 14px;
    line-height: 14px;
  }

  .heading {
    margin-top: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .title {
    margin-left: auto;
    padding: 40px;
  }

  .testimonials-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .copyright {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-wrap {
    padding-left: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .sidestripe {
    display: none;
  }

  .sidestripe.stars.welcome.inner {
    width: 28px;
    background-color: var(--light-gray);
    background-position: 50%;
    background-size: cover;
  }

  .sidestripe.inner {
    width: 28px;
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .welcome {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .title {
    padding: 40px 20px;
  }

  .rightstars {
    display: none;
  }

  .card-head {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-body {
    padding: 12px;
  }

  .contact-link.w--current {
    margin-right: 3px;
  }

  .location-top {
    padding-bottom: 24px;
  }

  .location-entries {
    padding-left: 0;
  }

  .location-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .quick-stack {
    padding-top: 0;
  }

  .open-date {
    margin-left: 0;
  }

  .flex-block-2, .flex-block-3 {
    flex-direction: column;
  }

  .hstripe {
    height: 32px;
  }

  .testimonials-stack {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 0;
    padding-bottom: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-right {
    display: none;
  }

  .copyright {
    margin-bottom: 0;
  }

  .footer-ornament-image {
    width: 70%;
  }
}

#w-node-_257835f3-af95-2973-696c-dbd6cf3be887-83432885 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bbf3fb41-ca86-0aab-06c2-0496fb2a36c2-83432885 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_205fe48a-5022-7481-fa5f-467f2d88ef7f-83432885, #w-node-_396d70ed-9401-8476-9dc6-c7ed2647eb8a-83432885 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a90e588b-3147-bfad-ce92-61cd532ef0a7-83432885 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b429bfc3-9696-d6f2-8cef-a111a5ba3a76-51e627e8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-83432891 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a150ebb5-11c8-0d01-9919-84bf734a9369-83432891 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-d4b1666a, #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-76036254 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d37f2654-7c60-9006-f922-502a60c0df1e-76036254 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_257835f3-af95-2973-696c-dbd6cf3be887-83432885 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_93a26d98-a118-b34a-6113-4d3d98207e9c-83432885 {
    order: 9999;
  }

  #w-node-a90e588b-3147-bfad-ce92-61cd532ef0a7-83432885 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-83432891 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402d-83432891 {
    order: 9999;
  }

  #w-node-a150ebb5-11c8-0d01-9919-84bf734a9369-83432891 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-d4b1666a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402d-d4b1666a {
    order: 9999;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402c-76036254 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9533f6fc-2faa-485b-20f5-8c64b86e402d-76036254 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d37f2654-7c60-9006-f922-502a60c0df1e-76036254 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a90e588b-3147-bfad-ce92-61cd532ef0a7-83432885, #w-node-a150ebb5-11c8-0d01-9919-84bf734a9369-83432891 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.location-cell .location-icon {
  height: 36px;
  margin-top: 0px;
  padding-right: 16px;
  padding-top: 6px;
}
.location-cell .location-icon img {
  margin-top: 2px;
}

.cell.location-cell {
  margin-top: -6px;
}

.toggle-header:hover {
  background-color: #f7f8f8;
  padding: 6px 0;
}
.toggle-header:hover .toggle-icon {
  opacity: 1;
}

/* Öffnungszeiten Toggle */
.toggle-container {
  width: 100%;
}

.toggle-header {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  padding: 6px 0;
}

.toggle-icon {
  content: url('../images/arrow-sm-down.svg');
  opacity: 0.7;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 2px; /* Abstand zum Linktext */
  vertical-align: text-bottom; /* Ausrichtung, falls nötig */
}

/* Öffnungszeiten-Listen */
.toggle-content {
  display: none;
  font-size: 14px;
  line-height: 24px;
}

.openings-table {
  display: flex;
  flex-direction: column;
}
.openings-table-row {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.openings-table-row:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.openings-table-row .today {
  font-weight: 700;
  /* background-color: #F5F5F5; */
}

.toggle-header .dot {
  font-size: 6px;
  vertical-align: bottom;
  color: var(--dark-blue);
  padding: 0 3px;
}

.openings-table-column-left {
  flex: 0 0 35%;
  text-wrap: nowrap;
}
.openings-table-column-right {
  flex-grow: 1;
  text-align: left;
}

.openings-caption {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}


/* Stil für geöffneten Zustand */
.open .toggle-content {
  display: block;
  background-color: white;
}

.open .toggle-icon {
  transform: rotate(180deg);
  opacity: 1;
}

.openings-open {
  color: var(--openings-open);
  font-weight: 500;
}

.openings-closed {
  color: var(--openings-closed);
  font-weight: 500;
}

.openings-warning {
  color: var(--openings-closing);
}