html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  color: #000f24;
  font-family: "Times New Roman", Times, serif;
  font-size: 70%;
}

a {
  color: #000f24;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #6f7e86;
}

a:focus-visible {
  outline: 1px solid #6f7e86;
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
}

.page {
  width: 931px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 444px 487px;
  grid-template-rows: 471px 475px;
}

.circle-top {
  width: 444px;
  height: 471px;
}

.brand-panel {
  width: 487px;
  height: 471px;
  position: relative;
}

.brand-panel img {
  position: absolute;
  left: 10px;
  top: 334px;
  width: 473px;
  height: 127px;
}

.circle-bottom {
  width: 487px;
  height: 459px;
  background: url("../img/kreis-u-rechts.png") no-repeat left top;
  position: relative;
  grid-column: 2;
  grid-row: 2;
}

.back-link {
  position: absolute;
  left: 15px;
  top: 420px;
  width: 25px;
  height: 28px;
}

.content-panel {
  width: 444px;
  height: 475px;
  grid-column: 1;
  grid-row: 2;
  text-align: right;
}

.home-nav {
  width: 444px;
  height: 475px;
  background: url("../img/kreis-u-links.png") no-repeat left top;
  padding: 0 18px 0 0;
}

.home-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1;
}

.home-nav li {
  height: 66px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home-nav li:first-child {
  height: 55px;
}

.content-inner {
  width: 96%;
  margin: 0 auto;
  color: #324653;
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
}

.content-inner h1 {
  color: #000f24;
  font-family: "Times New Roman", Times, serif;
}

.photo-page {
  font-size: 18px;
  line-height: 31.5px;
}

.text-page {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #374c56;
}

.compact-page {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.contact-page,
.legal-page {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.contact-page {
  font-size: 12px;
}

.team-photo {
  width: 438px;
  height: 219px;
  margin: 10px 2px 0 auto;
  position: relative;
  overflow: hidden;
}

.team-photo img {
  position: absolute;
  inset: 0;
  width: 438px;
  height: 219px;
  object-fit: cover;
  animation: teamFade 10s infinite;
}

.team-photo img + img {
  opacity: 0;
  animation-delay: 5s;
}

@keyframes teamFade {
  0%, 45% { opacity: 1; }
  50%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

.mail-link,
.blue-link {
  color: #085071;
}

.offer-list {
  margin: 0;
}

.map-frame {
  width: 400px;
  height: 300px;
  border: 0;
}

.parking {
  margin: 20px 0 0 auto;
}

.small-note {
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 960px) {
  .page {
    width: 931px;
    transform-origin: top left;
    transform: scale(calc(100vw / 931));
  }
}
