/*
Theme Name: Amt Ortrand Übergang
Theme URI: https://www.amt-ortrand.de/
Description: Child Theme für Twenty Twenty-Five als Übergangslösung für das Amt Ortrand.
Author: Amt Ortrand
Template: twentytwentyfive
Version: 1.0.0
Text Domain: amt-ortrand-tt5
*/

:root {
  --amt-orange: #f28c00;
  --amt-orange-dark: #c86f00;
  --amt-orange-soft: #fff3df;
  --amt-blue: #17324d;
}

body {
  background: #fffaf4;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.wp-site-blocks > header,
.site-header,
header.wp-block-template-part {
  border-bottom: 4px solid var(--amt-orange);
}

.wp-block-navigation a:hover,
.wp-block-navigation .current-menu-item > a,
.wp-block-navigation .current-menu-ancestor > a {
  color: var(--amt-orange-dark);
}

.wp-block-button__link,
.wp-element-button {
  border-radius: 999px;
  font-weight: 700;
  box-shadow: none;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  filter: brightness(0.95);
}

.is-style-amt-info-box,
.amt-info-box {
  border-left: 6px solid var(--amt-orange);
  background: var(--amt-orange-soft);
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
}

footer.wp-block-template-part,
.wp-site-blocks > footer {
  border-top: 4px solid var(--amt-orange);
}

@media (max-width: 781px) {
  .wp-block-site-title {
    font-size: 1.35rem !important;
  }
}
