/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Tagesschrift&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Tagesschrift", sans-serif;
}

body {
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  font: 100%/1.6 "Inter", sans-serif;
}

p {
  font-size: 1.1rem;
}

.custom--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom--container--wide {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom--row {
  margin: 100px 0px 100px 0px;
}

.main-navigation .main-nav ul li[class*=current-menu-] > a {
  background: #000;
  color: #fff;
}

.main-navigation .main-nav ul li a {
  font-weight: bold;
  border-bottom: 5px solid -var(--color-accent);
}

.custom--h1 {
  font-size: 5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.wp-block-cover p {
  font-size: 1.15rem !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 100px 20px;
  text-align: center;
  max-width: 800px;
}

.wp-block-button .wp-block-button__link {
  padding: 20px 50px 20px 50px !important;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.wp-block-button .wp-block-button__link:hover {
  background: #000 !important;
  color: #fff !important;
}

.gutena-testimonial-text-content {
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;
  font-family: "Tagesschrift", sans-serif;
}
.gutena-testimonial-text-content img {
  width: 20px;
  height: 20px;
}

.site-footer,
footer.site-info,
.custom--footer {
  background: #252525;
  padding: 1px;
}
.site-footer .wp-block-gutena-testimonials,
footer.site-info .wp-block-gutena-testimonials,
.custom--footer .wp-block-gutena-testimonials {
  max-width: 960px;
  margin: 50px auto 50px auto;
}
.site-footer .keikat-wrapper .keikka-item,
footer.site-info .keikat-wrapper .keikka-item,
.custom--footer .keikat-wrapper .keikka-item {
  clear: both;
  background: #151515;
  padding: 10px;
}
.site-footer .keikat-wrapper .keikka-item:nth-child(odd),
footer.site-info .keikat-wrapper .keikka-item:nth-child(odd),
.custom--footer .keikat-wrapper .keikka-item:nth-child(odd) {
  background: #1e1e1e;
}
.site-footer .keikat-wrapper .keikka-item:hover,
footer.site-info .keikat-wrapper .keikka-item:hover,
.custom--footer .keikat-wrapper .keikka-item:hover {
  background: #1c1c1c;
}
.site-footer .keikat-wrapper .keikka-item p,
footer.site-info .keikat-wrapper .keikka-item p,
.custom--footer .keikat-wrapper .keikka-item p {
  margin: 0px;
  font-size: 0.9rem;
}
.site-footer .keikat-wrapper .keikka-item a, .site-footer .keikat-wrapper .keikka-item a:visited,
footer.site-info .keikat-wrapper .keikka-item a,
footer.site-info .keikat-wrapper .keikka-item a:visited,
.custom--footer .keikat-wrapper .keikka-item a,
.custom--footer .keikat-wrapper .keikka-item a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.site-footer .keikat-wrapper .keikka-item a:hover, .site-footer .keikat-wrapper .keikka-item a:visited:hover,
footer.site-info .keikat-wrapper .keikka-item a:hover,
footer.site-info .keikat-wrapper .keikka-item a:visited:hover,
.custom--footer .keikat-wrapper .keikka-item a:hover,
.custom--footer .keikat-wrapper .keikka-item a:visited:hover {
  color: #f57600;
}
.site-footer .keikat-wrapper .keikka-item h3,
footer.site-info .keikat-wrapper .keikka-item h3,
.custom--footer .keikat-wrapper .keikka-item h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 1.2rem;
}
.site-footer .keikat-wrapper .keikka-item img,
footer.site-info .keikat-wrapper .keikka-item img,
.custom--footer .keikat-wrapper .keikka-item img {
  float: right;
  width: 100px;
}

/* particles.js hero-overlay */
#particles-js canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.wp-block-cover {
  position: relative !important;
  overflow: hidden;
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.keikat-detailed-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 50px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.keikka-detailed-item {
  background: #151515;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  color: #fff;
}
.keikka-detailed-item:nth-child(odd) {
  background: #1e1e1e;
}
.keikka-detailed-item:hover {
  background: #1c1c1c;
  transform: translateY(-2px);
}
.keikka-detailed-item a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.keikka-detailed-item a:hover {
  color: #f57600;
}
.keikka-detailed-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 2px solid #000;
}
.keikka-detailed-item h3 {
  font-family: "Tagesschrift", sans-serif;
  font-size: 1.5rem;
  margin: 1rem 1rem 0.5rem 1rem;
}
.keikka-detailed-item p {
  font-size: 1rem;
  margin: 0 1rem 0.5rem 1rem;
}
.keikka-detailed-item p strong {
  color: #fff;
}

.keikat-detailed-pagination {
  margin: 40px auto;
  text-align: center;
}
.keikat-detailed-pagination ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.keikat-detailed-pagination ul li {
  display: inline;
}
.keikat-detailed-pagination ul li a,
.keikat-detailed-pagination ul li span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #333;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  background: #252525;
  color: #fff;
}
.keikat-detailed-pagination ul li a:hover,
.keikat-detailed-pagination ul li span:hover {
  background: #f57600;
  color: #000;
}
.keikat-detailed-pagination ul li .current {
  background: #f57600;
  color: #000;
  border-color: #f57600;
}/*# sourceMappingURL=style.css.map */