/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    textarea {
        min-height: 150px;
    }
    .accordion-title {
        padding: .6em 2em;
    }
    .accordion-inner {
        padding: 1em 1em;
    }
    #logo {
        left: 46%!important;
    }
}

:root {
    --color-one: #839682; /* green */
    --color-two: #e8a55f; /* yellow */
    --color-three: #e18669; /* orange */
    --color-four: #fed3c3; /* rosa */
    --color-five: #f5f6ee; /* türkis */
    --color-six: #f0ece9; /* beige */
}

::selection {
    color: white;
    background-color: #839682;
}

html {
    background-color: #f0ece9;
}

/* body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

footer {
    margin-top: auto;
} */

h1,h2 {
    letter-spacing: 4px!important;
}
h3 {
    letter-spacing: 0.3px!important;
}
.h1, h1 {
    font-size: 2.2em!important;
}

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

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

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

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.z-50 {
    z-index: 50;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.d-none {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-2 {
    margin-bottom: .5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.w-100 {
    width: 100%;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-script {
    font-family: Alex Brush, cursive;
}

#introVideo {
    transition: opacity 0.5s;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 9999;
    background-image: url("https://hochzeit.steinermarco.de/wp-content/uploads/cp-video-poster.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.introVideo {
    position: fixed;
    z-index: 1001;
}

.logo a {
    pointer-events: none;
}
#logo {
    position: absolute;
    transform: translate(-50%, 0%);
    left: 48.6%;
    padding-top: 10px;
}
#logo img {
    max-height: 120px!important;
}

.absolute-footer {
    color: rgba(0, 0, 0, .5);
    font-size: .9em;
    padding: 30px 0 15px;
    background-color: #CAB7A6;
}

.box-shadow-2 {
    box-shadow: noned;
}

.accordion-title.active {
    background-color: transparent;
}

.row-collapse h3 {
    margin-bottom: 0px;
}

.person-title {
    margin: 4px 0px 10px 0px;
    display: block;
}

.ux-builder-iframe #introVideo, .ux-builder-iframe .introVideo, .customize-partial-edit-shortcuts-shown .introVideo,
.logged-in .introVideo {
    display: none;
}

.location-map {
    height: 70%;
    width: 70%;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    display: block;
}
.location-map-image img {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
}

.formPerson {
    margin-bottom: 10px;
}

.formPerson:not(.formPerson1) {
    display: none;
    border-top: 1px solid var(--fs-color-primary);
    padding-top: 20px;
}
.wpcf7 .wpcf7-not-valid-tip {
    background-color: transparent;
    margin-bottom: 10px;
    opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    display: none;
}
.wpcf7-list-item-label {
    font-weight: normal;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    margin: 1em 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--fs-color-primary);
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--fs-color-alert);
}

.wpcf7-list-item label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 16px;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--fs-color-primary);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--fs-color-primary);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  font-size: 20px;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--fs-color-primary);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.wpcf7-radio label {
    cursor: pointer;
}

.addPerson {
    background-color: #ffffff;
    border-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
    font-size: 14px;
}
.addPerson:hover {
    text-decoration: underline;
    box-shadow: none;
    color: var(--fs-color-primary);
}

.page-id-264 .header-nav-main,
.page-id-264 .mobile-nav {
    display: none;
}

.fig-load-more-wrap[data-hidden="1"] {
    display: none;
}

/* Erfolgsmeldung bei Einladungsform ausblenden */
/* #wpcf7-f261-p264-o1 form.sent .wpcf7-response-output {
    display: none;
} */

.invitaionCodeAlert {
    padding: 0.2em 1em;
    border: 2px solid var(--fs-color-alert);
    border-radius: 10px;
    margin: 1em 0px;
}

