.title1 {
  font-size: clamp(2.625rem, 5.3038674vw + 1.38190608rem, 5.625rem);
  line-height: clamp(2.875rem, 5.96685083vw + 1.47651934rem, 6.25rem);
  font-weight: 500;
  color: #000;
}
.title2 {
  font-size: clamp(1.5625rem, 1.87845304vw + 1.12223757rem, 2.625rem);
  line-height: clamp(2.125rem, 1.7679558vw + 1.71063536rem, 3.125rem);
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.title3 {
  font-size: clamp(1.5625rem, 1.87845304vw + 1.12223757rem, 2.625rem);
  line-height: clamp(2.125rem, 1.7679558vw + 1.71063536rem, 3.125rem);
  font-weight: 400;
  color: #000;
}
.loud {
  font-size: clamp(1.25rem, 1.32596685vw + 0.93922652rem, 2rem);
  line-height: clamp(1.875rem, 0.8839779vw + 1.66781768rem, 2.375rem);
  font-weight: 400;
  color: #000;
}
.button {
  background-color: #000;
  font-size: clamp(1.125rem, 0.77348066vw + 0.94371547rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.32596685vw + 1.06422652rem, 2.125rem);
  font-family: inherit;
  cursor: pointer;
  color: #000;
  padding: 8px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.navigation {
  float: left;
  display: flex;
  gap: var(--naviItemGap);
}
.headerScroll .navigation {
  gap: var(--scrollNaviItemGap);
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1280px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation div.sub1 {
  display: flex;
  justify-content: space-between;
  gap: var(--naviItemGap);
}
.headerScroll .navigation div.sub1 {
  gap: var(--scrollNaviItemGap);
}
.navigation div.sub1 > .item:has(.menu[href*='/home']) {
  display: none;
}
.navigation div.sub1 > .item > .menu {
  font-size: 25px;
  line-height: 1.12;
  color: #000;
  white-space: nowrap;
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: #C0C0C0;
}
.navigation .contactLink {
  font-size: 25px;
  line-height: 1.12;
  color: #000;
}
.navigation .contactLink:hover,
.navigation .contactLink:focus {
  color: #C0C0C0;
}
.footarea {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.footpart {
  grid-column: 1 / -1;
}
.footpart--two {
  grid-column: span 8;
}
.footpart--three {
  grid-column: span 4;
}
.vcard {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.vcard .adr,
.vcard .contact {
  grid-column: span 4;
}
/*# sourceMappingURL=./screen-large.css.map */