/**
Theme Name: Astra Child
Author: Dtele
Description: Astra-Theme-Erweiterung von Dtele
Template: astra
Version: 1.0
Text Domain: astra
 */
* {
    hyphens: auto;
    text-wrap: balance;
}

html {
    overflow-x: hidden;
}
.home #main {
    margin-top: -118px;
}
.wp-block-image, .image-wrapper {
    width: fit-content;
}
.ai::before{
    background: url(/wp-content/themes/astra-child/images/allgemein/AI.svg) !important;
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 8px !important;
    right: 8px !important;
    background-repeat: no-repeat;
    z-index: 1;
    left: auto !important;
    top: auto !important;
}   
h1 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3.625rem)!important;
  line-height: 130%!important;
}
p {
    line-height: 155%!important;
}
h1 strong {
    color: #C9A46A;
}
h2 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3.5rem)!important;
  line-height: 110%!important;
}
h3 {
  font-size: clamp(1.5rem, calc(1.2rem + 1.8vw), 2.625rem)!important;
  line-height: 110%!important;
}
.ast-header-breadcrumb {
    border: 0!important;
    padding: 0!important;
}
.spectra-button__link {
    font-weight: 500!important;
}
.center-text {
    display: grid;
    gap: 1rem!important;
}
.center-text-content {
    font-size: clamp(1.25rem, calc(1.15rem + 0.5vw), 1.5rem)!important;
    max-width: 830px!important;
}

p.small, ul.small li {
    font-size: clamp(1rem, calc(1.15rem + 0.5vw), 1.25rem)!important;
}

p.large, ul.large li {
    font-size: clamp(1.25rem, calc(1.15rem + 0.5vw), 1.5rem)!important;
}
ul {
    margin-left: 1.5rem!important;
}
ul.large li, ul.small li {
    line-height: 180%;
}
p.decofont {
    font-family: 'Playfair Display'!important;
    font-weight: bold;
    line-height: 120%!important;
    margin-bottom: 0;
}
p.decofont strong {
    color: #C9A46A;
}
.entry-content .tel {
    margin: 0!important;
}

.tel {
    background-image: url("/wp-content/themes/astra-child/images/allgemein/call.svg");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 32px;
}

.mail {
    background-image: url("/wp-content/themes/astra-child/images/allgemein/mail.svg");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 32px;
}
.map-wrapper {
    align-self:stretch;
    border-radius: 8px;
    overflow: hidden;
}
.kontakt-box-kalender {
    max-width: 300px;
}
.text-content-two-columns {
    align-items: flex-start!important;
}
#astra-footer-menu .menu-item:hover > a {
    color: #2b2b2b!important;
}
.wp-block-spectra-google-map.wp-block-spectra-google-map[data-spectra-id='spectra-mmd535zx-bzjfrq'].wp-block-spectra-google-map {
    min-height: 400px;
}
.ast-breadcrumbs-wrapper {
    line-height: 4!important;
}
@media (min-width:1200px){
  .random-gesicht{
    position: absolute;
    top: 100px;
    right: -150px;
    z-index: 2;
    max-width: 340px;
    pointer-events: none;
  }
}
@media (min-width:1400px){
  .random-gesicht{
    right: -70px;
  }
}