/*
Theme Name: Annett Anders Theme
Theme URI: https://makeup-artistin.de
Author: Daniel Fuchs
Author URI: https://danielfuchs.net
Description: Relaunch Theme
Version: 2025
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --bg-color: #fff;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", serif;
  font-weight: 400;
  background-color: var(--bg-color);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
body.menu-is-open {
  overflow-y: hidden;
}

main {
  margin: 110px auto 0;
}

h1,
h2 {
  font-size: 2.5rem;
  font-weight: 300;
}

h3 {
  font-size: 1rem;
}

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

.site-title {
  text-align: center;
  padding: 0 1.125rem;
  word-break: break-word;
}
@media only screen and (min-width: 1024px) {
  .site-title {
    padding: 0 45px;
  }
}

.special-link, .wpforms-form .wpforms-submit {
  position: relative;
  padding: 15px 0;
}
.special-link:after, .wpforms-form .wpforms-submit:after {
  content: "";
  border-bottom: 2px solid black;
  width: 1.5em;
  height: 100%;
  left: 0;
  top: -10px;
  position: absolute;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  pointer-events: none;
}
.special-link:hover, .wpforms-form .wpforms-submit:hover {
  cursor: pointer;
  text-decoration: none;
}
.special-link:hover:after, .wpforms-form .wpforms-submit:hover:after {
  width: 100%;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/open-sans-v35-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/open-sans-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/open-sans-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.site-header {
  background-color: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.site-header:not(.menu-is-open) .logo-container {
  width: 350px;
}
.site-header:not(.menu-is-open) .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header:not(.menu-is-open) .main-nav {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 1000px;
}
.site-header:not(.menu-is-open) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header:not(.menu-is-open) .menu-item a {
  padding: 15px;
}
.site-header:not(.menu-is-open) .menu-item a:hover {
  text-decoration: none;
}
.site-header:not(.menu-is-open) .menu-item:after {
  content: "";
  border-bottom: 2px solid black;
  width: 0;
  height: 100%;
  left: 15px;
  top: 5px;
  position: absolute;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  pointer-events: none;
}
.site-header:not(.menu-is-open) .menu-item.current-menu-item:after {
  width: 1.5em;
}
.site-header:not(.menu-is-open) .menu-item:hover:after {
  width: calc(100% - 30px);
}
.site-header ul {
  margin: 0;
  padding: 0;
}
.site-header .menu-item {
  list-style: none;
  text-transform: lowercase;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo {
  width: 250px;
  height: auto;
  margin: 0 50px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

body.scrolled .site-header .logo {
  width: 200px;
}
body.scrolled .site-header :not(.menu-is-open) .nav-container {
  height: 60px;
}

@media only screen and (max-width: 1023.98px) {
  .menu-is-open {
    background-color: #fff;
    inset: 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .menu-is-open .nav-container {
    text-align: center;
  }
  .menu-is-open .logo-container {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-is-open .logo {
    margin: 20px 0;
  }
  .menu-is-open .menu-item {
    margin: 25px 0;
  }
  .menu-is-open .current-menu-item a {
    text-decoration: underline;
  }
  .site-header:not(.menu-is-open) .logo-container {
    text-align: center;
  }
  .site-header:not(.menu-is-open) .nav-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header:not(.menu-is-open) .main-nav {
    display: none;
  }
}
.menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 20px;
  margin: 10px;
  padding: 10px;
  display: none;
}
.menu-is-open .menu-button {
  background-color: transparent;
}

.menu-icon {
  width: 24px;
  height: 4px;
  background-color: black;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.menu-icon:nth-child(1) {
  -webkit-transform-origin: 0 100% 0;
          transform-origin: 0 100% 0;
}
.menu-is-open .menu-icon:nth-child(1) {
  -webkit-transform: translate(0px, -1px) rotate(45deg);
          transform: translate(0px, -1px) rotate(45deg);
}
.menu-icon:nth-child(2) {
  margin-top: 4px;
}
.menu-is-open .menu-icon:nth-child(2) {
  display: none;
}
.menu-icon:nth-child(3) {
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  margin-top: 4px;
}
.menu-is-open .menu-icon:nth-child(3) {
  -webkit-transform: translate(0px, 9px) rotate(-45deg);
          transform: translate(0px, 9px) rotate(-45deg);
}

@media only screen and (max-width: 1023.98px) {
  .menu-button {
    display: block;
  }
}
.footer-nav {
  text-transform: lowercase;
  margin: 4rem auto 2rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 719.99px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.footer-nav ul {
  padding: 0;
}
.footer-nav .menu-item {
  list-style: none;
  display: inline-block;
  margin: 1.5em;
}
@media only screen and (max-width: 719.99px) {
  .footer-nav .menu-item {
    display: block;
  }
}
.footer-nav .copyright {
  margin: 1.5em;
}
@media only screen and (max-width: 719.99px) {
  .footer-nav .social-nav,
  .footer-nav .nav-menu,
  .footer-nav .copyright,
  .footer-nav .menu {
    text-align: center;
    margin: 2rem 0;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template .social-nav,
  .page-template-default .social-nav {
    position: fixed;
    right: -1em;
    top: 20rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@media only screen and (min-width: 720px) {
  body:not(.menu-is-open) .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-content,
.post-content {
  line-height: 1.75;
  max-width: calc(1290px + 2em);
  margin: calc(110px + 3em) auto 0;
}
.page-content p,
.post-content p {
  margin: 2em 0;
}

.page-content .content p {
  margin: 1em;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .page-content .content p {
    margin-left: auto;
    margin-right: auto;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .page-content .content p {
    text-align: center;
  }
}

.post-content {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .content {
    padding: 0 2.5em;
  }
}

.workshops-container {
  padding: 1em;
  max-width: 1280px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .workshops-container {
    text-align: left;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7vw;
  }
}
@media only screen and (min-width: 1280px) {
  .workshops-container {
    gap: 100px;
  }
}

@media only screen and (min-width: 720px) {
  .workshop {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 405px;
  }
}

.workshop-titel {
  margin: 0;
}

.workshop-inhalt p {
  margin: 0 0 2em 0;
}

.workshop-preis {
  font-weight: 700;
  margin-bottom: 2em;
}

.workshop-link,
.home-link {
  margin: 2em 0;
}

@media only screen and (min-width: 720px) {
  .post-previews {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 110px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 0;
  }
}
.post-previews .overlay {
  background-color: rgb(0, 0, 0);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.post-preview {
  overflow: hidden;
  position: relative;
}
.post-preview .title-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  text-align: center;
  word-break: break-word;
}
.post-preview .preview-title {
  font-weight: 300;
  font-size: 1.25em;
}
.post-preview:hover .overlay {
  opacity: 0.75;
}
.post-preview:hover .title-container {
  opacity: 1;
}

.project-gallery {
  margin: 2em 0;
}

.project-gallery {
  margin-top: 2em;
  padding: 0 1em;
}
.project-gallery li {
  margin: 1em 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .project-gallery {
    margin-top: 2em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-gallery li {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .project-gallery li.portrait {
    max-width: 640px;
  }
  .project-gallery li.landscape {
    max-width: 1290px;
  }
}

.error {
  text-align: center;
}

.gallery {
  padding: 0;
  margin: 1em;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery br {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery {
    margin: 1em auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto 1px 30px 1px auto 1px 20px 1px auto;
    grid-template-rows: auto 30px auto 20px auto;
    gap: 1px;
    max-width: 1000px;
  }
  .gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .gallery > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gallery > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .gallery > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .gallery > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .gallery > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .gallery > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .gallery > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .gallery > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .gallery > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .gallery > *:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .gallery > *:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .gallery > *:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .gallery .gallery-item {
    margin: 0;
  }
  .gallery .gallery-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    text-align: center;
  }
  .gallery .gallery-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/span 3;
    z-index: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    text-align: right;
  }
  .gallery .gallery-item:nth-child(3) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    text-align: left;
  }
}

.workshop-image {
  margin-bottom: 2em;
}
.workshop-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.logo svg {
  width: 250px;
}

.post-content img,
.post-content video {
  max-width: 100%;
  height: auto;
}

.post-preview img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: scale 2s ease;
  transition: scale 2s ease;
  scale: 1;
}
.post-preview:hover img {
  scale: 1.1;
}

.project-gallery img,
.project-gallery video {
  display: block;
}

.gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) {
  .gallery img {
    display: inline;
    margin: 0;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.loading-overlay {
  position: fixed;
  inset: 0;
  background-color: #fff;
  padding: 2rem;
  -webkit-transition: opacity 1s, z-index 0s 1s;
  transition: opacity 1s, z-index 0s 1s;
  opacity: 0;
  z-index: -1;
}

.overlay-visible .loading-overlay {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 99999;
  opacity: 1;
  overflow-y: hidden;
}

.overlay-content {
  background-color: #000;
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.overlay-content .aa-logo {
  min-height: 80px;
  height: 12vh;
}
.overlay-content .aa-logo-icon {
  fill: #fff;
}
.overlay-content .aa-logo-letter {
  display: none;
}

.overlay-header {
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.overlay-title {
  font-size: 3.5rem;
}
@media only screen and (max-width: 960px) {
  .overlay-title {
    font-size: 2rem;
  }
}

.overlay-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  .overlay-subtitle {
    font-size: 1rem;
  }
}

.loading-bar {
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-animation: loading-bar 2.5s linear forwards;
          animation: loading-bar 2.5s linear forwards;
  -ms-grid-column-align: left;
      justify-self: left;
  margin: 3vh 0 2vh;
}

@-webkit-keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
.wpforms-container {
  max-width: 1000px;
  margin-block: 3em;
  margin-inline: auto;
}
@media only screen and (max-width: 719.99px) {
  .wpforms-container .wpforms-layout-column-50 {
    width: 100% !important;
  }
  .wpforms-container .wpforms-layout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wpforms-confirmation-container {
  text-align: center;
}

.wpforms-form {
  margin: 1em;
  --theme-color: #000;
  --error-color: #a94442;
}
.wpforms-form em.wpforms-error {
  color: var(--error-color);
}
.wpforms-form .wpforms-field input[type=text],
.wpforms-form .wpforms-field input[type=number],
.wpforms-form .wpforms-field input[type=email],
.wpforms-form .wpforms-field input[type=tel],
.wpforms-form .wpforms-field select,
.wpforms-form .wpforms-field textarea {
  padding: 0.75em;
  border: 1px solid var(--theme-color);
}
.wpforms-form .wpforms-field input[type=text].wpforms-error,
.wpforms-form .wpforms-field input[type=number].wpforms-error,
.wpforms-form .wpforms-field input[type=email].wpforms-error,
.wpforms-form .wpforms-field input[type=tel].wpforms-error,
.wpforms-form .wpforms-field select.wpforms-error,
.wpforms-form .wpforms-field textarea.wpforms-error {
  border-color: var(--error-color);
}
.wpforms-form .wpforms-field select {
  background: none;
}
.wpforms-form .wpforms-field-content p {
  padding-inline: 0;
  margin-block: 0;
}
.wpforms-form .wpforms-field-gdpr-checkbox ul {
  padding: 0;
  list-style: none;
}
.wpforms-form .wpforms-field-gdpr-checkbox input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  cursor: pointer;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:focus-visible {
  outline: none;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:focus-visible + label::before {
  outline-width: 2px;
  outline-style: solid;
}
.wpforms-form .wpforms-field-gdpr-checkbox input:checked + label::before {
  background-color: var(--theme-color);
}
.wpforms-form .wpforms-field-gdpr-checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}
.wpforms-form .wpforms-field-gdpr-checkbox em.wpforms-error {
  padding-left: 2rem;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  display: block;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline::before {
  margin-top: 3px;
  content: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline::after {
  margin-top: 3px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.wpforms-form .wpforms-submit-container {
  text-align: center;
}
.wpforms-form .wpforms-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1.75 !important;
}

.ui-timepicker-wrapper {
  --theme-color: #000;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
  padding: 0.75em;
}
.ui-timepicker-wrapper li.ui-timepicker-selected,
.ui-timepicker-wrapper .ui-timepicker-list li:hover,
.ui-timepicker-wrapper .ui-timepicker-list .ui-timepicker-selected:hover {
  background-color: var(--theme-color);
}
/*# sourceMappingURL=style.css.map */