/* cmsms stylesheet: wissenswertes modified: 25.09.2025 09:45:28 */
/* cmsms stylesheet: wissenswertes modified: 29.10.2024 09:31:16 */
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    position: relative;
}

h5 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 11px;
    font-weight: 100;
}

ul.gh-wp--checklist {
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.gh-wp--checklist > li {
    list-style:none;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    padding: 0px 0px 25px 50px !important;
}

ul.gh-wp--checklist li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-color: var(--gh23-y);
    border-radius: 20px;
    border: 3px solid var(--gh23-b);
    flex-shrink: 0;
    background-image: url(/uploads/assets/ico-check.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 0px -3px;
    top: calc(50% - 24px);
    left: 0px;
}

ul.gh-wp--checklist > li strong {
    font-size: 20px;
}

h4 {
    font-weight: 800;
}

.gh-wp--img {
    display: flex;
    /* flex-basis: calc(100% / 3); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 40%;
    aspect-ratio: 3 / 4;
}
.gh-wp--section {
    display: flex;
    flex-direction: row;
    max-width: var(--max-width);
    min-height: 100vh;
    margin: 0 auto 0 auto;
    padding: 7rem 15px;
    font-size: 18px;
    justify-content: space-between;
    position: relative;
    gap: 20px;
    align-items: center;
    align-content: center;
}
.gh-wp--section:first-of-type {
    margin-top: 0;
    min-height: 100vh;
}

.gh-wp--magazine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 60%;
    box-sizing: border-box;
    padding: 0 3% 0% 4%;
}

.tag {
    background-color: #f0ff00;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 7px;
    margin-bottom: 9px;
    font-weight: 800;
}

.button.hero {
    width: 100%;
    max-width: 500px;
}

.gh-wp--form {
    background-color: var(--gh23-g50);
    width: 100%;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex: 1 1 100%;
    align-self: stretch;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gh-wp--form .hbspt-form {
    margin: 0 auto;
    max-width: 1200px;
}

.gh-wp--form .hbspt-form input {
    box-sizing: border-box;
    font-weight: 100;
    order: 2;
    width: 100%;
    padding: 9px 12px;
    border-radius: 6px;
    outline: none;
    font-size: 1rem;
    border: 1px solid var(--gh23-g);
}


.gh-wp--form .hbspt-form label {
    font-weight: 600;
    color: #040404;
    order: 1;
    font-size: 0.875rem;
    /* padding: 8px 0 8px 0; */
    display: block;
    font-weight: 800;
}

.gh-wp--form .hbspt-form  h3 {
    margin-bottom: 1px !important;
    margin-top: 6px !important;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    word-break: keep-all;
    height: auto;
    font-weight: 800;
    text-align: center;
    font-size: clamp(2rem, 3.5vw, 4rem);
    text-align: left;
    max-width: 520px;
    text-align: center;
}

.gh-wp--form .hbspt-form ul.inputs-list {
    list-style: none;
    margin-bottom: 14px;
    position: relative;
}

.gh-wp--form .hbspt-form ul.inputs-list li label {
    font-weight: 100;
    line-height: 1.5;
}

.gh-wp--form .hbspt-form  input.hs-button.primary.large {
    border: 2px solid var(--gh23-b);
    border-radius: 32px;
    padding: 14px 32px;
    text-align: center;
    box-sizing: border-box;
    line-height: initial;
    text-decoration: none;
    font-weight: bold;
    color: var(--gh23-b);
    display: inline-flex;
    align-items: center;
    background-image: linear-gradient(var(--gh23-y), var(--gh23-y));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .3s, color .3s;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
    background-color: var(--gh23-y);
    background-image: linear-gradient(var(--gh23-b), var(--gh23-b));
}


.gh-wp--form .hbspt-form  input.hs-button.primary.large {
    background-image: linear-gradient(var(--gh23-b), var(--gh23-b));
    background-size: 100% 100%;
    color: var(--gh23-y);
}

.gh-wp--form .hbspt-form form {
    display: grid;
    gap: 20px;
    grid-template:
        "h f1"
        "h f1"
        "h f3"
        "h f4"
        "h f5"
        "h f6";
    gap: 20px 60px;
    padding: 50px;
    border-radius: 20px;
    background-color: #ffffffeb;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 40px 60px #00000030;
    grid-template-columns: 1fr 1fr;
}

.gh-wp--form .hbspt-form form input[type=checkbox] {
    display: none;
}


.gh-wp--form .hbspt-form form input:checked + span:after {
    content: "";
    height: 11px;
    width: 6px;
    border: 0px solid transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    position: absolute;
    right: 27px;
    top: 3px;
    transform: rotate(45deg);
    cursor: pointer;
}

.gh-wp--form .hbspt-form form .inputs-list label > span:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #fff;
    cursor: pointer;
}

.gh-wp--form .hbspt-form form .inputs-list input:checked + span:before {
    background-color: var(--gh23-y) !important;
}

.gh-wp--form .hbspt-form form .inputs-list input:checked + label span:before {
    background-color: var(--gh23-y) !important;
}


.gh-wp--form .hbspt-form  .legal-consent-container .hs-form-booleancheckbox-display > span {padding-right: 50px;}



.gh-wp--form .hbspt-form form > div:first-of-type {
    grid-area: h;
    place-content: center;
    font-size: clamp(2rem, 4vw, 2.5rem);
    position: relative;
}
.gh-wp--form .hbspt-form .submitted-message {
    padding: 50px;
    border-radius: 20px;
    background-color: #ffffffeb;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 40px 60px #00000030;
    grid-template-columns: 1fr 1fr;
    min-width: 80%;
    width: 100%;
    text-align: center;
}

.gh-wp--form .hbspt-form  .submitted-message h3 {
    margin-bottom: 30px !important;
    font-size: clamp(21px, 3.5vw, 46px);
}
ul.no-list.hs-error-msgs.inputs-list * {
    font-weight: 800 !important;
    color: #ff0083 !important;
}

.gh-wp--form .hbspt-form  .submitted-message  p {
        margin: 0;
}

@media (max-width: 1100px){
.gh-wp--form .hbspt-form h3 {
    margin: 0 auto;
    display: block;
    font-size: 34px;
}

.gh-wp--form .hbspt-form form {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 35px 15px 15px 15px;
}

.gh-wp--img {
    align-self: flex-start;
}

.gh-wp--section:first-of-type {
    padding: 7rem 15px 0 15px;
    min-height: auto;
}
h1 {
    font-size: clamp(22px, 3vw, 2.5rem);
}

ul.gh-wp--checklist > li strong {
    font-size: 18px;
}
    
    }

@media (max-width: 900px){
.gh-wp--form {
    padding: 15px;
}
section.columns-3.gh-wp--section {
    flex-direction: column;
    min-height: auto;
}

section.columns-3.gh-wp--section:not(:first-of-type) {
    flex-direction: column;
    min-height: auto;
    padding: 30px 15px;
}    

.gh-wp--img {
    min-width: 100%;
    margin-top: 20px;
}

.button.hero {
    max-width: 100%;
}
    }
