* {
  box-sizing: border-box;
}

main {
  background-color: white;
  justify-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  height: 100%;
  width: 70%;
  top: 0;
}

#ride2go-logo-footer{
  width: 7rem;
}

#content-container {
  width: 70%;
  margin: auto;
}

h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  justify-self: left;
  margin: 4rem 0 0.5rem 0;
  padding-top: 0rem;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: #837e8c;
  justify-self: left;
  font-size: 1.8rem;
}

article {
  height: 100%;
}

article div {
  margin-bottom: 1rem;
}

svg {
  max-width: 90vw;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs .tab-button {
  padding: 0.5rem;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: black;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0.5rem 0.5rem 0 0;
}

.tabs .active {
  background-color: #ffe02c;
}

.tab-content {
  display: none;
  padding: 2rem 1rem 1rem 0;
  margin-bottom: 1rem;
}

.tab-content li {
  padding-bottom: 0.5rem;
}

#tab-content-2 ul {
  padding: 0;
  max-width: 90%;
  margin: auto;
}

#tab-content-3 a {
  font-weight: bold;
}

#tab-content-3 div a {
  display: block;
}

.last-div {
  padding-bottom: 2rem;
}

.numbered-list li {
  list-style: decimal;
}

img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.kontakt-btn {
  background-color: #ffdd4c;
  border-radius: 3px;
  font-weight: bold;
  padding: 1rem;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  main {
    width: 100%;
    margin: 0;
  }

  #content-container {
    width: 90%;
  }
}
