.toolbar-oriented .toolbar-bar {
  z-index: 2000;
}

.nav-header {
  z-index: 100;
}

.page-header {
  display: flex;
}

.page-header__left {
  max-width: 764px;
}

.page-header__right {
  margin-left: 35px;
}

form.form div[role="contentinfo"] {
  display:none;
}

.upload__file > span {
  display: inline-block;
  position: relative;
  visibility: hidden;
  padding: 0 60px 0 30px;
  margin-top: 10px;
}

.upload__file > span:before {
   content: '';
   width: 20px;
   height: 20px;
   background: url('/themes/custom/svti/assets/images/icons/pdf.svg') no-repeat center center/contain;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1
}
.upload__file span {
  visibility: visible;
}

.upload__reset {
  width: 20px;
  height: 20px;
  background: url('/themes/custom/svti/assets/images/icons/trash.svg') no-repeat center center/contain;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.upload__file .form-checkbox, .upload__file label, .rmv_button {
  display: none !important;
}

.ui-autocomplete {
  z-index: 2000;
  max-width: 440px;
  padding: 0 20px 20px;
}

.search-results__buttons a {
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #5a5a5a;
  line-height: 1.43;
  letter-spacing: 0.11px;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}

.search-results__buttons a.selected {
  background-color: #1e1e1e;
  color: #fff;
}
.search-results__buttons a:hover, .search-results__buttons a:focus {
  text-decoration: underline;
}

.search-results__tabs > div {
  display: none;
}
.search-results__tabs .resultcount {
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 45px;
}
.search-results__tabs .search_result {
  border-bottom: 1px solid #dfdfdf;
}
.search-results__tabs .search_result p:last-of-type {
  margin-top: 30px;
  margin-bottom: 25px;
}
.search-results__tabs .search_result p:last-of-type a {
  color: #e73636;
}
.search-results__tabs .search_result:first-child {
  border-top: 1px solid #dfdfdf;
}

.search-results__tabs .search_result h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.search-results__tabs > div:first-child {
  display: block;
}

h2.content-element__title {
  font-size: 30px;
}

.search-header {
  margin-top: 60px;
}

.search-results .loadmore {
  display: none;
  margin-top: 20px;
}

.searchresult_loading {
  max-width: 50px;
}

.contact-mobil .contact-box-ov {
  display: none;
}

@media (max-width: 480px) {
  .content-header__outer-text h1 {
    font-size: 28px;
  }

  .level-1 .svti-breadcrumbs__list {
    display: none;
  }

  .contact-box-ov {
    display: none;
  }

  .contact-mobil .contact-box-ov {
    margin: 2rem 1.33333rem;
    display: block;
    position: relative;
    transform: translateY(0);
  }
}

.webform-confirmation__back {
  display: none;
}

section, h2 {
  scroll-margin-top: 120px;
  scroll-snap-margin-top: 120px;
}

@media (min-width: 768px) {
  section, h2 {
    scroll-margin-top: 150px;
    scroll-snap-margin-top: 150px;
  }
}

.content-header.level-0 {
  margin-top: 0 !important;
}

section.hero + article {
  margin-top: 0 !important;
}


.tiles-block-main + .text-image-combo-1__wrapper {
  margin-top: 0 !important;
}

@media (max-width: 440px) {
  .svti-breadcrumbs ul li {
    padding-left: 26px;
  }

  .svti-breadcrumbs ul li:nth-of-type(1) {
    padding-left: 0;
  }

  .svti-breadcrumbs ul li:nth-of-type(2) {
    padding-left: 0;
    display: inline-block;
  }
}

div.captcha img {
  width: auto;
}

.table__wrapper .leftShadow .table__head::before {
  content:'';
  display: block;
  position: absolute;
  height: 50%;
  left: 0;
  width: 100px;
  background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.table__wrapper .rightShadow .table__head::after {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  margin-top: -250px;
  right: 0;
  width: 100px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

article section:first-child .contextual {
  top: 40px;
}