@media (max-width: 435px) {
  .site-header .header-image {
    width: 240px;
  }
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #222;
  box-shadow: none;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background: #0077a7;
  border-radius: 0px;
  box-shadow: none;
}

.gb-container-feature {
  border: 0px;
  position: relative;
  background: #fff;
}

.gb-container-feature:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  border-radius: 7px;
  z-index: -1;
}

.gb-container-feature .gb-headline-feature-icon {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  background: #fff;
}

.accent-background .gb-highlight {
  display: inline-block;
  color: var(--signature-secondary);
}

.gridlights {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gridlights > span {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -webkit-animation-name: pulsate-1;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: step-start;
  -webkit-animation-iteration-count: infinite;
  animation-name: pulsate-1;
  animation-duration: 8s;
  animation-timing-function: step-start;
  animation-iteration-count: infinite;
  position: relative;
  border: 7px solid #000;
}

@media (max-width: 950px) {
  .gridlights > span {
    width: 50px;
    height: 50px;
  }
}

.gridlights > span:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: url(../img/grid_black.png);
  background-size: 4px;
  border-radius: inherit;
}

.gridlights > span:not(:last-child) {
  margin-right: 15px;
}

.gridlights > span:nth-child(2) {
  -webkit-animation-name: pulsate-2;
  animation-name: pulsate-2;
}

.gridlights > span:nth-child(3) {
  -webkit-animation-name: pulsate-3;
  animation-name: pulsate-3;
}

.gridlights > span:nth-child(4) {
  -webkit-animation-name: pulsate-4;
  animation-name: pulsate-4;
}

.gridlights > span:nth-child(5) {
  -webkit-animation-name: pulsate-5;
  animation-name: pulsate-5;
}

@-webkit-keyframes pulsate-1 {
  0% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
  10% {
    background: #222;
    box-shadow: none;
  }
  100% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
}

@-webkit-keyframes pulsate-2 {
  0% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
  25% {
    background: #222;
    box-shadow: none;
  }
  100% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
}

@-webkit-keyframes pulsate-3 {
  0% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
  40% {
    background: #222;
    box-shadow: none;
  }
  100% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
}

@-webkit-keyframes pulsate-4 {
  0% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
  55% {
    background: #222;
    box-shadow: none;
  }
  100% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
}

@-webkit-keyframes pulsate-5 {
  0% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
  70% {
    background: #222;
    box-shadow: none;
  }
  100% {
    background: red;
    box-shadow: inset 0px 0px 30px red;
  }
}

.list-default {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.list-default li {
  display: flex;
  align-items: center;
}

.list-default li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #009BDA;
  margin: 2px 10px 0px 0px;
}

.custom-search-field input {
  padding: 30px 30px;
  background: #222527;
  border-color: #3a3f42;
  border-radius: 7px;
  font-size: 2rem;
}

.smr-accordion-navigation h3 {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 500;
}

.smr-accordion-navigation h3 a {
  color: #fff;
}

.smr-accordion-navigation h3:last-child {
  margin-bottom: 0px;
}

.smr-accordion-navigation h3.single_item {
  display: inline-block;
  margin: 0px 0px 30px -15px;
}

.smr-accordion-navigation h3.single_item a {
  border-radius: 5px;
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.smr-accordion-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.smr-accordion-navigation ul:last-child {
  margin-bottom: 0px;
}

.smr-accordion-navigation ul li {
  margin-bottom: 5px;
}

.smr-accordion-navigation ul li a {
  color: #aaa;
  display: inline-block;
  padding: 4px 0px;
  transition: all ease 0.3s;
  font-size: .9em;
  border-bottom: 3px solid transparent;
}

.smr-accordion-navigation ul li a:hover {
  color: #fff;
  border-bottom-color: #009BDA;
}

.smr-accordion-navigation ul li.active a {
  color: #fff;
  border-bottom-color: #009BDA;
}

#mc_embed_signup_scroll .indicates-required {
  display: none;
}

#mc_embed_signup_scroll .mc-field-group input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.3rem;
  border-radius: 5px;
  border-color: #52595d;
  max-width: none;
}

#mc_embed_signup_scroll .mc-field-group + .mc-field-group {
  margin-top: 10px;
  margin-bottom: 20px;
}

#mc_embed_signup_scroll #mc-embedded-subscribe {
  font-size: 1.5rem;
  height: auto;
  padding: 10px 20px;
  background: var(--primary);
}

#mc_embed_signup_scroll .content__gdpr > p, #mc_embed_signup_scroll .content__gdpr > label {
  display: none !important;
}

#mc_embed_signup_scroll .content__gdpr .gdprRequired label.checkbox.subfield[for=gdpr59711] {
  display: flex;
}

#mc_embed_signup_scroll .content__gdpr .gdprRequired + p {
  margin-left: 25px;
  font-size: .9rem;
  max-width: 600px;
  margin-bottom: 20px;
}

#mc_embed_signup_scroll .content__gdprLegal {
  color: #999;
  margin-top: 20px;
}

#mc_embed_signup_scroll #mce-responses .response#mce-success-response {
  background: #7bb51e;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.wpforms-container {
  margin: 0px auto;
}

.wpforms-container form .wpforms-field-container input, .wpforms-container form .wpforms-field-container textarea, .wpforms-container form .wpforms-field-container select {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.3rem;
  border-radius: 5px;
  border-color: #52595d;
  max-width: none;
}

.wpforms-container form button[type=submit] {
  background-color: var(--primary);
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 7px;
}

.wpforms-container form label.wpforms-error {
  color: #ff0000;
  margin-top: 5px;
}

.wpforms-container form .wpforms-field-description {
  margin-top: 15px;
  color: #999;
}

.wpforms-container .wpforms-confirmation-container p {
  text-align: center;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  position: relative;
  font-weight: bold;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  background: #009BDA;
}

.animated-track {
  background: url(https://www.smartrace.de/wp-content/themes/generatepress_child/img/track_animated.svg) no-repeat center;
  background-size: cover;
}

.main-navigation.mobile-menu-control-wrapper .gp-icon svg {
  width: 1.4em;
  height: 1.4em;
}

@media (max-width: 1340px) {
  .gb-inside-container #language-switches {
    display: none;
  }
}

#language-switches {
  display: inline-block;
  margin-left: 30px;
}

#language-switches .language-switch {
  color: #000;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 45px;
  min-height: 45px;
  padding: 0px 20px 0px 55px;
  font-weight: normal;
  font-size: 1em;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  transition: all ease .3s;
}

#language-switches .language-switch:hover {
  border-color: #000;
}

#language-switches .language-switch:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  background: url(../img/deutsch.png) no-repeat center;
  background-size: cover;
  left: 15px;
  top: 10px;
}

#language-switches .language-switch.en:before {
  background-image: url(../img/english.png);
}

#language-switches .language-switch.es:before {
  background-image: url(../img/spanish.png);
}

#language-switches .language-switch span {
  display: block;
  margin-left: 15px;
}

.mobile-language-switcher-container {
  min-width: 300px;
}

.mobile-language-switcher-container #language-switches {
  margin-left: 0px;
}

ol,
ul {
  margin: 0 0 1.5em 1em;
}

ul {
  list-style: square;
}

.dynamic-entry-content ul, .dynamic-entry-content ol {
  max-width: 900px;
  color: rgba(0, 0, 0, 0.7);
}

.dynamic-entry-content ul strong, .dynamic-entry-content ol strong {
  color: #000;
}

.dynamic-entry-content ul li:not(:last-child), .dynamic-entry-content ol li:not(:last-child) {
  margin-bottom: 10px;
}

.dynamic-entry-content ol {
  list-style: none;
  counter-reset: my-list-counter;
  margin-left: 0px;
}

.dynamic-entry-content ol li {
  counter-increment: my-list-counter;
  position: relative;
  padding-left: 40px;
}

.dynamic-entry-content ol li:before {
  position: absolute;
  left: 0px;
  top: -1px;
  background: var(--primary);
  content: counter(my-list-counter);
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: bold;
}

.manual-container h3 {
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
}

.manual-container h3 .anchor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z' fill='%23000000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -40px;
  top: 3px;
  width: 25px;
  height: 30px;
  cursor: pointer;
}

.expand-manual-navigation {
  cursor: pointer;
}

@media (max-width: 1180px) {
  .manual-navigation {
    display: none;
  }
}

.wp-block-image .alignleft {
  margin-right: 2em;
  margin-bottom: 1em;
}

.post-type-archive-release .page-header {
  display: none;
}

.post-type-archive-release .dynamic-entry-content ul,
.post-type-archive-release .dynamic-entry-content ol {
  max-width: none;
}
