html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  background-color: #ffffff;
  color: #3a3e3f;
  font-family: MarkWeb, NotoSansJP, Helvetica, Roboto, Arial, sans-serif;
  font-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.header__bar {
  background: #565c5e;
  color: white;
  line-height: 20px;
}

.header__bar-item {
  float: left;
  padding: 10px 0;
  font-size: 16px;
}

.header {
  background-color: #ffffff;
  font-weight: 700;
  padding: 2rem 0 2rem 0;
  width: 100%;
}

.header #logo {
  height: 40px;
  width: auto;
}

.header .right {
  padding-top: 0.8rem;
  text-align: right;
}

.pagetitle {
  padding: 1rem 0 3rem 0;
}

.pagetitle_separator {
  border-bottom: 0.2rem solid;
  border-bottom-color: #dadee1;
}

.page {
  margin: auto;
  max-width: 75rem;
  min-width: 45rem;
  padding: 0 0.5rem 0 0.5rem;
}

.page:after {
  clear: both;
  content: "";
  display: table;
}

.left {
  position: static;
  float: left;
  min-height: 1rem;
  min-width: 17.7rem;
  width: 32%;
}

.right {
  float: left;
  font-size: 1rem;
  width: 66%;
}

.row {
  padding: 3rem 0 3rem 0;
}

.row:nth-child(odd) {
  background-color: #ffffff;
}

.row:nth-child(even) {
  background-color: #f4f5f6;
}

.red-vector {
  color: #b70032;
}

.strong {
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0;
  font-weight: 700;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 2em 0 0.625rem 0;
}

h4:nth-child(1) {
  margin-top: 0.5rem;
}

a {
  text-decoration: none;
  color: #b70032;
}

a:hover {
  text-decoration: underline;
}

a:focus{
  outline: 2px #b70032 solid;
}

.source-code {
  font-family: "Courier New", monospace;
}

.modified {
  color: #adb5bd;
  text-align: right;
  margin: 2rem 0rem;
  font-size: .9em;
}

.footer {
  background: #b70032;
  color: #fff;
  line-height: 20px;
  padding: 0;
}

.footer__items {
  font-size: 15px;
  display: inline-block;
  padding: 10px 0;
}

.footer__items-right {
  float: right;
  margin: 0 0 0 50px;
}

.footer__item {
  float: left;
  margin: 0 0 0 50px;
}

.footer__item a {
  color: #fff;
}

.footer__item a:focus{
  outline: 2px white solid;
}

#ot-sdk-btn {
  background-color: #b70032 !important;
  font-family: "MarkWeb", NotoSansJP, Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #ffff !important;
  font-size: 15px !important;
  font-weight: normal !important;
  border: 0 !important;
  padding: 0 !important;
}

#ot-sdk-btn:hover {
  text-decoration: underline;
}

#ot-sdk-btn:focus {
  outline: 2px white solid;
}

.footer_smallsites {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

ul {
  line-height: 1.625rem;
  list-style-position: outside;
  list-style-type: none;
  margin: 0.625rem 0 0 0;
  padding-left: 0;
}

li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDI1IDI1Ij48dGl0bGU+IHwgd3d3LnZlY3Rvci5jb20vIDwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSIyMCwxMi41IDEyLjUsMTYuOCA1LDIxIDUsMTIuNSA1LDQgMTIuNSw4LjIiLz48L3N2Zz4=");
  background-position: left 0.4375rem;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  hyphens: manual;
  list-style-type: none;
  margin-bottom: 0.625rem;
  padding-left: 1rem;
  word-wrap: break-word;
}

ul ul {
  margin-left: 2.5rem;
}

.dashboard_product {
  display: inline-grid;
  justify-items: center;
  align-content: space-evenly;
  text-align: center;
  text-decoration: none;
  margin: 0rem 1rem 1rem 0rem;
  width: 225px;
  height: 205px;
}

.dashboard_product:hover {
  text-decoration: none;
}

.dashboard_product img {
  padding: 1rem;
  width: 100px;
  vertical-align: middle;
}

.row:nth-child(odd) .dashboard_product {
  background-color: #f4f5f6;
}

.row:nth-child(even) .dashboard_product {
  background-color: #fff;
}

#navbar {
  background-color: #eaeced;
  position: sticky;
  top: 0;
  z-index: 1;
}

#languageselector {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 0.2rem solid;
  border-bottom-color: #dadee1;
}

.languageselector__tabs {
  overflow: auto;
  white-space: nowrap;
  line-height: 1rem;
}

.languageselector__tabs a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 0.9rem 0.9rem 0.7rem 0.9rem;
  text-decoration: none;
  margin-right: 0.5rem;
}

/* .languageselector__tabs a:focus{
  outline: none;
} */

a.languageselector__tabs-active {
  background-color: #dadee1;
  padding: 1.2rem 1.2rem 0.7rem 1.2rem;
  pointer-events: none;
}

a.languageselector__tabs-inactive {
  background-color: #f4f5f6;
}

.languageselector__tabs a:hover {
  background-color: #eaeced;
}

.languageselector__tabs a:active {
  background-color: #b70032;
  color: #dadee1;
}

.nav-footer__button {
  position: fixed;
  transform: rotate(90deg);
  background-color: #eaeced;
  padding: 10px;
  width: 20px;
  height: 20px;
  bottom: 50px;
  right: 0;
  opacity: 1;
  transition: opacity 600ms ease-in-out;
  cursor: pointer;
}

.nav-footer__button:hover,
.nav-footer__button:focus {
  fill: #565c5e;
}

.nav-footer__button:active {
  background-color: #b70032;
  fill: #eaeced;
}

.hidden {
  opacity: 0;
  pointer-events: none;
  cursor: auto;
}

.pagenav {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-right: 50px;
}

.pagenav-btn {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 10px 10px 10px 0px;
  background-color: #eaeced;
  color: #3a3e3f;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.pagenav-btn::before{
  content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect class='cls-1' x='2' y='2' width='20' height='3' fill='%233a3e3f' /%3E%3Crect class='cls-1' x='2' y='7.67' width='20' height='3' fill='%233a3e3f' /%3E%3Crect class='cls-1' x='2' y='13.33' width='20' height='3' fill='%233a3e3f' /%3E%3Crect class='cls-1' x='2' y='19' width='20' height='3' fill='%233a3e3f' /%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.pagenav-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  white-space: nowrap;
  word-break:keep-all;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
  z-index: 1;
}

.pagenav-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pagenav-content a:hover {
  background-color: #ddd;
}

.show {
  display:block;
}

@media only screen and (max-width: 1050px) {
  .footer__items {
    display: block;
    float: none;
    text-align: center;
  }

  .footer__items-right {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: none;
    margin: 0;
  }

  .footer__item {
    margin: auto;
    display:inline-block;
  }
}

@media only screen and (min-width: 865px) {
  .left {
    position: sticky;
    top: 5rem;
  }
}

@media only screen and (max-width: 1300px) {
  .modified {
    margin-right: 40px;
  }
}


@media only screen and (max-width: 640px) {
  .page {
    max-width: 95vw;
    min-width: auto;
    margin: 0;
  }

  .left {
    width: 95vw;
  }

  .right {
    width: 95vw;
  }

  .footer__items {
    display: block;
    line-height: 26px;
    float: none;
    text-align: left;
  }

  .footer__item {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
  }
}

@font-face{
  font-family: MarkWeb;
  font-style: normal;
  font-weight: 400;
  src: url(https://help.vector.com/assets/fonts/MarkWeb.woff2) format("woff2"),
  url(https://help.vector.com/assets/fonts/MarkWeb.woff) format("woff");
  font-display: swap;
}

@font-face{
  font-family: MarkWeb;
  font-style: normal;
  font-weight: 700;
  src: url(https://help.vector.com/assets/fonts/MarkWeb-Medium.woff2) format("woff2"),
  url(https://help.vector.com/assets/fonts/MarkWeb-Medium.woff) format("woff");
  font-display: swap;
}

@font-face{
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 400;
  src: url(https://help.vector.com/assets/fonts/NotoSansJP-Regular.woff2) format("woff2"),
  url(https://help.vector.com/assets/fonts/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}

@font-face{
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 700;
  src: url(https://help.vector.com/assets/fonts/NotoSansJP-Medium.woff2) format("woff2"),
  url(https://help.vector.com/assets/fonts/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
