.elementor-50 .elementor-element.elementor-element-3980fbcd{--display:flex;--min-height:100vh;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-3980fbcd:not(.elementor-motion-effects-element-type-background), .elementor-50 .elementor-element.elementor-element-3980fbcd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-50 .elementor-element.elementor-element-d2197ba{--spacer-size:50px;}.elementor-50 .elementor-element.elementor-element-1a0f2441{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:150px;--padding-right:150px;}.elementor-50 .elementor-element.elementor-element-1a0f2441.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-50 .elementor-element.elementor-element-4346ffe{width:100%;max-width:100%;}.elementor-50 .elementor-element.elementor-element-4346ffe > .elementor-widget-container{margin:-10px 0px 50px 0px;padding:0px 100px 0px 100px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-50 .elementor-element.elementor-element-3980fbcd{--content-width:1280px;}.elementor-50 .elementor-element.elementor-element-1a0f2441{--width:100%;}}/* Start custom CSS for wpforms, class: .elementor-element-4346ffe *//* ========================= */
/* Schriftgrößen im Formular */
/* ========================= */
.wpforms-field-label,
.wpforms-icon-choices-label,
.wpforms-payment-total {
    font-size: 16px !important;
}

/* ========================= */
/* Wp Forms ganz nach oben schieben damit Auto-Scrollen funktioniert */
/* ========================= */
#wpforms-102 {
    margin-top: 0px;
}
.wpforms-page-indicator {
    display: none;
}
.wpforms-field.wpforms-field-html {
    padding-top: 0px !important;
}

/* ========================= */
/* Button-Hover-Effekt */
/* ========================= */
.wpforms-page-button:hover {
    background-color: transparent !important;
    background: transparent !important;
    color: var(--e-global-color-tex) !important;
    border: 1px solid #232323 !important;
}

/* ========================= */
/* Choice-Felder (Grid-Layout) */
/* ========================= */
#wpforms-102-field_115,
#wpforms-102-field_145,
#wpforms-102-field_165 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ========================= */
/* Section Headers */
/* ========================= */
#player-amount-header,
#atmosphere-header,
#art-style-header,
#create-story-header,
#create-suspects-header,
#contact-information-header {
    text-align: left;
    line-height: 70px;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
}

/* ========================= */
/* Multiple Choice Layout */
/* ========================= */
.wpforms-field-label-inline {
    border-color: #e9e9e9 !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease;
}
.wpforms-image-choices-label {
    margin-top: 15px !important;
   /* margin-bottom: 0px !important;*/
}

.wpforms-icon-choices-icon {
    margin-top: 15px !important;
}

/* ========================= */
/* Hover-Effekte für Auswahlfelder */
/* ========================= */
.wpforms-image-choices-item,
.wpforms-icon-choices-item {
    transition: transform 0.3s ease;
}

.wpforms-image-choices-item:hover,
.wpforms-icon-choices-item:hover {
    transform: scale(1.05);
}

/* ========================= */
/* Effekt bei ausgewählter Option */
/* ========================= */
.wpforms-selected {
    transform: scale(1.05);
    background-color: #232323 !important;
    transition: all 0.1s ease;
}

/* ========================= */
/* Formular-Anpassungen */
/* ========================= */
#wpforms-102-field_141-container {
    border-width: 0 !important;
}

.wpforms-field.wpforms-field-divider {
    border-top: 0 !important;
}

.wpforms-field-limit-text {
    display: none;
}

.wpforms-field-large {
    background-color: transparent !important;
}

.wpforms-page-button {
    min-width: 120px !important;
}

/* ========================= */
/* Zurück-Button Styling */
/* ========================= */
.wpforms-page-button.wpforms-page-prev {
    background-color: #E9E9E9 !important;
}

.wpforms-page-button.wpforms-page-prev:hover {
    background-color: transparent !important;
}

/* ========================= */
/* Abstand zu Buttonbereichen */
/* ========================= */
.wpforms-field.wpforms-field-pagebreak {
    margin-top: 20px !important;
}
.wpforms-submit-container {
    margin-top: 25px !important;
}

/* ========================= */
/* Absende-Button Styling */
/* ========================= */
.wpforms-submit {
    background: linear-gradient(90deg, #53FBD5, #5FC8E8) !important;
    height: 55px !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
}

.wpforms-submit:hover {
    background: linear-gradient(90deg, #E9E9E9, #E9E9E9) !important;
}

.wpforms-submit-spinner {
    max-width: 50px !important;
    height: 50px !important;
    width: 50px !important;
}/* End custom CSS */